.policy04 .section01 {
    max-width: 105rem;
    margin: 0 auto;
}
.policy04 .page_title_box {
    padding-bottom: 8.9rem;
}
.policy04 .email_content {
    border-radius: 20px;
    border: solid 1px #ddd;
    padding: 5rem 2rem 3.4rem;
    text-align: center;
}
.policy04 .email_content img {
    margin-bottom: 3.73rem;
}
.policy04 .email_content .txt_box p {
    margin-bottom: 3rem;
    font-weight: normal;
    font-size: 1.7rem;
}
.policy04 .date {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    letter-spacing: -0.13rem;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 1rem;
    margin-bottom: 12.2rem;
}


@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1800px) {

}
@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1110px) {

}
@media screen and (max-width: 989px) {

}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 650px) {

}
@media screen and (max-width: 500px){
    .policy04 .page_title_box {
        padding-bottom: 5rem;
    }
    .policy_common.policy04 .page_sub_desc01 {
        font-size: 1.5rem;
    }
    .policy04 .email_content {
        padding: 4rem 2rem 3rem;
        border-radius: 1rem;
    }
    .policy04 .email_content .txt_box p {
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
    }
    .policy04 .date {
        font-size: 1.2rem;
        margin-bottom: 7rem;
    }
}