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

#privacy .inner ul li h4 {
    font-weight: bold;
    color: var(--theme-color);
    text-decoration: underline;
    margin-bottom: 8px;
}

#privacy .inner ul li p {
    font-size: 14px;
    margin-bottom: 30px;
}

#privacy .inner ul li ul li {
    font-size: 14px;
    margin-bottom: 5px;
}

#privacy .inner ul li ul li:last-of-type {
    margin-bottom: 30px;
}

#privacy .inner h5,
#privacy .inner h6 {
    font-size: 14px;
}

#privacy .inner h6 a {
    color: var(--theme-color);
    font-weight: bold;
}

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;
    }
}
