@charset "UTF-8";



/* terms
---------------------------------------------------*/
#terms {
    padding: 20px 0 60px;
}
#terms .note {
    line-height: 1.8em;
    margin-bottom: 2em;
}
#terms dl {
    line-height: 1.6em;
    margin-bottom: 1em;
}
#terms dl + dl {
    margin-top: 2em;
}
#terms dl:last-of-type {
    margin-bottom: 0;
}
#terms dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}
#terms dd p + *{
    margin-top: 0.5em;
}
#terms ul > li,
#terms ol > li {
    margin-bottom: 0.5em;
}
#terms ul > li:last-of-type,
#terms ol > li:last-of-type {
    margin-bottom: 0;
}
#terms ul.disc > li {
    margin-bottom: 0;
}
#terms ol + p,
#terms ul + p {
    margin-top: 1em;
}

/* < 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #terms {
        padding: 9.375vw 0;
    }
}