@charset "UTF-8";

/* term-block
---------------------------------------------------*/
.term-block p,
.term-block ol li,
.term-block ul li {
    line-height: 1.75em;
}
.term-block p + p,
.term-block ol + p,
.term-block ul + p,
.term-block p + ol,
.term-block ol + ol,
.term-block ul + ol,
.term-block p + ul,
.term-block ol + ul,
.term-block ul + ul {
    margin-top: 1em;
}
.term-block p + .ttl-section,
.term-block ol + .ttl-section,
.term-block ul + .ttl-section {
    margin-top: 60px;
}
.term-block p + .ttl-block,
.term-block ol + .ttl-block,
.term-block ul + .ttl-block {
    margin-top: 40px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    .term-block p + .ttl-section,
    .term-block ol + .ttl-section,
    .term-block ul + .ttl-section {
        margin-top: 9.375vw;
    }
    .term-block p + .ttl-block,
    .term-block ol + .ttl-block,
    .term-block ul + .ttl-block {
        margin-top: 6.25vw;
    }
}