@charset "UTF-8";
/* ----------------------------------------------------------------
大見出し
---------------------------------------------------------------- */
/* 小見出し */


/* ご利用上の注意・取り組み方法 */


#initiatives .contTitle_01 {
    margin-bottom: 16px;
    margin-top: 10px;
}
#initiatives .contTitle_01:not(:first-child) {
    margin-top: 58px;
}

#initiatives p {
    letter-spacing: 0.05em;
    line-height: 1.733;
}
.marginSpace {
    margin-top:18px;
}
ul.blackDotList {

}

ul.blackDotList li {
    font-size: 1.5rem;
    line-height: 1.733;
    margin-top: 13px;
    padding-left: 1em;
    letter-spacing: 0.05em;
}
ul.blackDotList li:not(:first-child) {
    margin-top: 18px;
}
ul.blackDotList > li:before {
    content: "・";
    display: inline-block;
    text-indent: -1em;
}

#initiatives .initiatives_note {
    padding-left: 1em;
    margin-top: 54px;
}


@media print, screen and (min-width: 768px) {

    .contents {
        padding-top: 0;
    }

    #initiatives .contTitle_01 {
        margin-bottom: 35px;
    }
    #initiatives .contTitle_01:not(:first-child) {
        margin-top: 60px;
    }
    #initiatives p {
        letter-spacing: 0.05em;
        line-height: 2.111;
    }

    ul.blackDotList li {
        font-size: 1.8rem;
        line-height: 1.888;
        margin-top: 14px;
    }
    ul.blackDotList li:not(:first-child) {
        margin-top: 14px;
    }
    ul.blackDotList li:first-of-type {
        margin-top: 0;
    }
    #initiatives .initiatives_note {
        margin-top: 60px;
        padding-left: 0;
    }
    .marginSpace {
        margin-top: 0;
    }
}
