@charset "UTF-8";

.p-terms{
    font-size: var(--fs-small-text);
    line-height: var(--lh-base);
    padding: var(--page-top-padding-top) 0 var(--section-margin-top);
}
.p-terms .terms-block{
    margin-bottom: calc(30 * var(--px));;
}
.p-terms .terms-block__title {
    font-size: var(--fs-small-title);
    margin-bottom: calc(10 * var(--px));
    font-weight: 600;
}
.p-terms .terms-block__text,
.p-terms .terms-block__text li {
    font-size: var(--fs-small-text);
    line-height: var(--lh-base);
}
.p-terms .terms-block__text ul{
    list-style-type: disc;
    padding-left: 1.4em;
}
.p-terms .terms-block__text ol{
    list-style-type: decimal;
    padding-left: 1.4em;
}
@media screen and (max-width: 767px) {
    .p-terms .terms-block{
        margin-bottom: calc(25 * var(--px));;
    }
}