.header__wrapper {
    margin-bottom: 100px;
}
.privacy__wrapper {
    font-family: 'M PLUS 1p', sans-serif;
    max-width: 848px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 24px;
}
.privacy__lead {
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: solid 1px #CCCCCC;
}
.privacy__lead h2 {
    font-size: 4.0rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 50px;
}
.privacy__lead p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.6rem;
    color: #6A6A6A;
    text-align: left;
}
.privacy--contents {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid 1px #CCCCCC;
}
.privacy--contents h3 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}
.privacy--contents p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.6rem;
    color: #6A6A6A;
}
.privacy__link {
    color: #005dab;
    text-decoration: underline;
}


.privacy--back p {
    margin-bottom: 100px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0em;
    color: #005dab;
    padding-left: 56px;
    margin-top: -35px;
}
.privacy--back::before {
    display: inline-block;
    content: url(../img/btn__icon--map.svg);
    transform: rotate(180deg);
}
.privacy--back:hover {
    opacity: 0.7;
    transition: 0.5s;
}

@media screen and (max-width: 520px) {
    .header__wrapper {
        margin-bottom: 50px;
    }
    .privacy__lead {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .privacy__lead h2 {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }
    .privacy__lead p {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .privacy--contents {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .privacy--contents h3 {
        font-size: 2.0rem;
    }
    .privacy--contents p {
        font-size: 1.6rem;
        line-height: 1.75;
    }
    .privacy--back p {
        margin-bottom: 50px;
        margin-top: -36px;
    }
}