@charset "utf-8";
/* CSS Document */

.privacy{
    width: 100%;
    height: auto;
}

.privacy-content{
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
}


.privacy-content_1{
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    justify-content: space-between;
}
.privacy-content_1_1-sen{
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
}

@media (max-width: 1200px){
    .privacy-content{
        width: 60%;
    }
    .privacy-content_1_1-sen{
        width: 80%;
    }
}
@media (max-width: 768px){
    .privacy-content{
        width: 80%;
    }
    .privacy-content_1_1-sen{
        width: 100%;
    }
}
@media (max-width: 480px){
    .privacy-content{
        width: 90%;
    }
    .privacy-content_1_1-sen{
        font-size: 15px;
    }
}
