@charset "UTF-8";
/* CSS Document */

.privacyWrap{
    width: 90%;
    max-width: 1200px;
    margin: 100px auto;
}
.s_title{
    font-size: 2.0rem;
    margin-bottom: 50px;
}
.s_title2{
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 2.0;
}

@media screen and (max-width: 768px) {
    .privacyWrap{
        width: 90%;
        max-width: 1200px;
        margin: 50px auto;
    }
    .s_title{
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .s_title2{
        font-size: 1.4rem;
        margin-bottom: 20px;
        line-height: 2.0;
    }
}
@media screen and (min-width: 769px) {
}


