@charset "utf-8";

@media screen and (max-width:1400px) {
#contaner {
    max-width: 1024px;
    }
}
@media screen and (max-width:1024px) {
    #contaner {
        max-width: 100%;
        }
    }
div.terms_wrap {
    width: 800px;
    margin: 50px auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media screen and (max-width:800px) {
    div.terms_wrap {
        width: 100%;
        padding: 0 10px;
    }
}
div,
li,
p,
span{
    letter-spacing: 0;
    line-height: 1.5;
}

div.terms_wrap,
section.terms_content,
section.terms_content article,
section.__dp {
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 50px;
    counter-reset: number 0;
}
section.__dp {
    counter-reset: number-dp 0;
}
hr.__double_line {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 6px double #555;
}
#contaner section.terms_content a{
    text-decoration: underline;
    color: #007fff;
}
#contaner section.terms_content a:hover{
    opacity: .8;
}
section.terms_content article {
    gap: 20px;
}

.section_title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width:480px) {
    .section_title {
        font-size: 16px;
    }
}

.chapter,
.terms_title {
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .chapter,
    .terms_title {
        font-size: 16px;
    }
}

.terms_text {
    margin-left: 16px;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    .terms_text {
        margin-left: 6px;
        font-size: 14px;
    }
}

.sub-title {
    display: block;
    height: auto;
    /*text-decoration: underline;*/
    font-weight: 600;
}

.nmb-title,
.nmb-title-dp {
    position: relative;
    display: block;
    height: auto;
    padding-top: 20px;
    padding-left: 1.75rem;
    font-weight: 600;
}

.nmb-title::before,
.nmb-title-dp::before {
    content: counter(number) ",";
    /* 表示形式を指定 */
    position: absolute;
    left: 0;
    counter-increment: number 1;
    /* number カウンタの増加数をセット */
}
.nmb-title-dp::before {
    content: counter(number-dp) ",";
    counter-increment: number-dp 1;
}
/*list*/
ul.normal_list {
    margin-left: 16px;
}

ul.normal_list li {
    list-style: circle;
    list-style-position: inside;
}

ul.list_nmb_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: 16px;
    counter-reset: my-counter;
}

@media screen and (max-width:768px) {
    ul.list_nmb_wrap {
        margin-left: 6px;
    }
}

ul.list_nmb_wrap li {
    list-style: none;
    font-size: 16px;
}

@media screen and (max-width:768px) {
    ul.list_nmb_wrap li {
        font-size: 14px;
    }
}

.list_disc,
.list_nmb,
.list_nmb_parens,
.list_nmb_comma,
.list_nmb_circle,
.list_kana,
.list_alpha {
    position: relative;
    padding-left: 32px;
}

ul.list_nmb_wrap li.list_disc {
    margin-left: 1rem;
    padding-left: 0;
    list-style: disc;
}

ul.list_nmb_wrap li.list_disc:first-child,
ul.list_nmb_wrap li.list_nmb_circle:first-child {
    margin-top: 20px;
}

.list_nmb:before,
.list_nmb_comma:before,
.list_nmb_parens:before,
.list_alpha:before,
.list_kana:before {
    content: counter(my-counter)")";
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: my-counter;
}

.list_nmb_parens:before {
    content: "(" counter(my-counter)")";
}

.list_nmb_comma:before {
    content: counter(my-counter)",";
}
.list_alpha:before {
    content: "(" counter(my-counter, upper-alpha)")";
}
.list_kana:before {
    content: counter(my-counter, katakana)")";
}
.list_nmb_circle:before {
    content: counter(my-counter);
    position: absolute;
    top: 2px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    counter-increment: my-counter;
    letter-spacing: 0;
    border: 1px solid;
    border-radius: 50%;
    font-size: 12px;
    line-height: 0;
}

@media screen and (max-width:768px) {
    .list_nmb_circle {
        padding-left: 24px;
    }

    .list_nmb_circle:before {
        top: 5px;
        width: 16px;
        height: 16px;
        font-size: 10px;
    }
}
/*テキストレベル*/
em {
    font-weight: 600;
}
.sub-txt {
    position: relative;
    display: block;
    padding-left: 1rem;
}

.sub-txt::before {
    content: "※";
    position: absolute;
    left: 0;
}

.sub-txt::before {
    content: "※";
    position: absolute;
    left: 0;
}

.sub-txt-example,
.sub-txt-example-eng {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}
.sub-txt-example::before {
    content: "例)";
    position: absolute;
    left: 0;
}
.sub-txt-example-eng::before {
    content: "EXP)";
    position: absolute;
    left: 0;
}
.supplement,
.supplement-eng {
    position: relative;
    display: block;
    padding-left: 45px;
    line-height: 2;
}
.supplement-eng {
    padding-left: 50px;
}
@media screen and (max-width:480px) {
    .supplement,
    .supplement-eng {
        line-height: 1.5;
    }
}

.supplement::before {
    content: "補足)";
    position: absolute;
    top: 0;
    left: 0;
}
.supplement-eng::before {
    content: "Note:";
    position: absolute;
    top: 0;
    left: 0;
}

.__asterisk {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #555;
    font-size: 14px;
}

.__asterisk::before {
    content: "※";
    position: absolute;
    left: 0;
}

.__mg-top-0 {
    margin-top: 0 !important;
}

.sp_br {
    display: none;
}

@media screen and (max-width:480px) {
    .sp_br {
        display: block;
        width: auto;
    }
}

.red{
    color: #dd0000;
    font-style: normal;
}
.black{
    color: #333;
    font-style: normal;
}