@charset "utf-8";

/* _____________HEADER_____________ */
#lowerpage_top {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1)), url(../images/disclosure/disclosure_top.jpg)no-repeat top center/100%;
}

#next_generation,
#womens_breakthrough .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.text {
    margin-bottom: 50px;
}

.goal {
    font-weight: bold;
    margin-bottom: 30px;
}

dl {
    line-height: 2.5;
}

dt {
    font-weight: bold;
}

.code_point ul {
    list-style: disc;
    padding-left: 2em;
}


@media screen and (max-width: 768px) {

    dl {
        line-height: 1.5;
    }

    ul li {
        margin-top: 15px;
    }

}