#terms .inner>p {
    margin-top: 30px;
    font-size: 14px;
}

#terms .inner>ol {
    margin-top: 30px;
}

#terms .inner>ol>li {
    margin-bottom: 30px;
}

#terms .inner>ol>li:last-of-type {
    margin-bottom: 0;
}

#terms .inner>ol>li h3 {
    display: inline-block;
    font-weight: bold;
    color: var(--theme-color);
    margin-bottom: 10px;
    border-bottom: 1px solid var(--theme-color);
}

#terms .inner>ol>li p {
    font-size: 14px;
}

#terms .inner>ol>li ol {
    margin-top: 10px;
}

#terms .inner>ol>li ol.margin_none {
    margin-top: 0;
}

#terms .inner>ol>li ol li {
    font-size: 14px;
    margin-bottom: 10px;
}

#terms .inner h5 {
    font-size: 10px;
}

#terms .inner h6 {
    font-size: 10px;
}

#terms .inner h6 a {
    color: var(--theme-color);
}

footer {
    padding-bottom: 80px !important;
}

#page_top {
    bottom: 70px;
}

/* PC */
@media only screen and (min-width: 1073px) {
    footer {
        padding-bottom: 50px !important;
    }

    #page_top {
        bottom: 15px;
    }
}
