@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c&family=Yesteryear&display=swap');
.privacy {
    width: 100%;
    color: #f0ffff;
    font-size: 1.0em;
    text-align: left;
}

.privacy H3,
.privacy H4,
.privacy H5 {
    color: #A52A2A;
    font-size: 1.6em;
    font-family: 'Kosugi Maru', sans-serif;
    letter-spacing: 1px;
}

.privacy h3 {
    font-size: 2.4em;
}

.privacy h4 {
    color: #DAA520;
    font-family: 'Yesteryear', cursive;
}

.privacy_text {
    line-height: 1.6em;
    padding: 1em 2em 0 2em;
}

.privacy_text_right {
    padding: 2em 1em 0 0;
    text-align: right;
}

.privacy_text_detail {
    line-height: 1.6em;
    padding: 0 2em;
}

@media(max-width:768px) {
    .privacy h3 {
        font-size: 2.0em;
    }
    .privacy h4,
    .privacy h5 {
        font-size: 1.2em;
    }
    .privacy_text {
        padding: 1em 1em;
    }
}