@charset "UTF-8";

/* ========================
main
======================== */
.privacy {
    background-color: #F3EEE6;
}

/* ========================
privacy
======================== */
.privacy__txt {
    margin-top: 20px;
}

.privacy__txt h3 {
    margin-bottom: 4px;
    font-size: 1.8rem;
    font-weight: 700;
}

/* privacy pc */
@media screen and (min-width: 769px) {
    .privacy__txt h3 {
        font-size: 2.0rem;
    }
}/* pc 769px */