@charset "UTF-8";
.privacy-wrap {
    width: 100%;
    margin: 80px auto;
}
.privacy-wrap__title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding:50px 0;
}
.privacy-wrap__body {
    max-width: 600px;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto;
}
.privacy-wrap__con{
    margin: 50px 0;
}
.privacy__head {
    display:inline-block;
    font-weight: 600;
    font-size: 24px;
    background-color:#ffffff;
    color:#333;
    padding:0 1%;
    margin-bottom:15px;
    letter-spacing: 3px;
}
.privacy-wrap__link a {
    color: #ffffff;
    text-decoration: underline;

}
@media screen and (max-width: 800px) {
    .privacy-wrap__title {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        padding:40px 0;
    }
    .privacy-wrap__body {
        max-width: 450px;
        font-size: 16px;
        line-height: 2;
        margin: 0 auto;
    }
}
@media screen and (max-width: 500px) {
    .privacy-wrap__title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding:15px 0;
    }
    .privacy-wrap__body {
        max-width: 85%;
        font-size: 14px;
        line-height: 1.8;
        margin: 0 auto;
    }
    .privacy__head {
        font-size: 16px;
        padding:0 3%;
        letter-spacing: 2px;
    }
    .footer-wrap__copy {
        font-size: 12px;
        margin-top:30px;
    }
    .header-wrap__nav {
        position: fixed;
        left: 0;
        top: 57px;
    }
}