@charset "UTF-8";

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

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