@charset "utf-8";

.lead_redflame_no_top {
    border-left: 1px solid var(--red);
    border-right: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    padding: 10px 30px;
    margin-bottom: 50px;
}
.h4_leftgrayline_underline{
    border-bottom: 1px solid #9D9D9D
}
/* _____________HEADER_____________ */
#lowerpage_top {
    background: url(../images/privacy/pagetop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.right + .h3_center_shortline{
    padding-top:100px;
}
#next_generation,
#womens_breakthrough .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
p.right {
    text-align:right;

}
.text {
    margin-bottom: 50px;
}
.list_before{
    margin-top: 16px;
    padding-left:1em;
}
#next_generation  li.ol_indent{
    text-indent:1em;
}

/* _____________next_generation lists_____________ */
#next_generation ol,
#next_generation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* "1. " style headings (個人情報保護方針 / 個人情報の取り扱いについて) */
#next_generation .step_list > li > h4::before {
    content: counter(step) ".";
}
#next_generation .step_list {
    counter-reset: step;
}
#next_generation .step_list > li {
    counter-increment: step;
    margin-bottom: 50px;
}
#next_generation .step_list > li:last-child {
    margin-bottom: 0;
}
#next_generation .step_list > li > h4:not(.h4_leftgrayline_underline) {
    padding-left: 1em;
    text-indent: -1em;
}

/* "(1) " style items */
#next_generation .paren_list {
    counter-reset: paren;
    margin-top: 10px;
}
#next_generation .paren_list > li {
    counter-increment: paren;
    margin-bottom: 24px;
    padding-left: 1em;
    text-indent: -1em;
}
#next_generation .paren_list > li::before {
    content: "(" counter(paren) ")";
}
#next_generation .paren_list > li:last-child {
    margin-bottom: 0;
}

/* "a. b. " style items */
#next_generation .alpha_list {
    counter-reset: alpha;
    margin-top: 10px;
}
#next_generation .alpha_list > li {
    counter-increment: alpha;
    margin-bottom: 16px;
    padding-left: 1em;
    text-indent: -1em;
}
#next_generation .alpha_list > li::before {
    content: counter(alpha, lower-alpha) ".";
}
#next_generation .alpha_list > li:last-child {
    margin-bottom: 0;
}

/* "①②③" style items（欠番があるため番号はテキストのまま保持） */
#next_generation .circle_list {
    margin-top: 10px;
}
#next_generation .circle_list > li:not(.ol_indent) {
    margin-bottom: 16px;
    padding-left: 1em;
    text-indent: -1em;
}
#next_generation .circle_list > li:last-child {
    margin-bottom: 0;
}
#next_generation .circle_list .anno {
    text-indent:0;
}

/* "・" style items */
#next_generation .dot_list {
    margin-top: 4px;
}
#next_generation .dot_list > li {
    margin-bottom: 4px;
    padding-left: 1em;
    text-indent: -1em;
}
#next_generation .dot_list > li:last-child {
    margin-bottom: 0;
}
.text a{
    text-decoration: underline;
}
.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;
    }

}