@charset "UTF-8";

.page_title {
    background: url(../img/privacypolicy_mv.jpg) center/cover no-repeat;
}
#terms .maintext h2 {
    margin-top: 3em;
    margin-bottom: 1em;
    font-size: 150%;
}
#terms .maintext h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 125%;
}
#terms .maintext ul, #terms .maintext ol {
    margin-left: 1em;
    line-height: 1.8;
}
#terms .maintext ul li {
    list-style-type: disc;
}
#terms .maintext ol li {
    list-style-type: decimal;
}
#terms .maintext ol ol {
    margin-left: 0;
    counter-reset: item 0;
}
#terms .maintext ol ol li {
    margin-left: 1.2em;
    list-style-type: none;
    position: relative;
}
#terms .maintext ol ol li:nth-child(n+10) {
    margin-left: 1.8em;
}
#terms .maintext ol ol li::before {
    counter-increment: item 1;
    content: "(" counter(item) ")";
    display: inline-block;
    position: absolute;
    left: -1.2em;
}
#terms .maintext ol ol li:nth-child(n+10)::before {
    left: -1.8em;
}
#terms .maintext p {
    line-height: 1.8;
}