@charset "utf-8";
/* メイン */

.privacy-policy {
    font-family: "Noto Serif JP", sans-serif;

}





/* コンテンツ */

.contents-wrap{
    margin-bottom: 30px;
}
.contents-wrap:last-of-type{
    margin-bottom: 150px;
}

.title{
    font-size: 16px;
    margin-bottom: 5px;
}

.text{
    font-size: 14px;
}
.text-top{
    margin-bottom: 50px;
}

address{
    font-style: normal;
}

.line{
    width: 11px;
    border-bottom: 1px solid #081b346d;
    margin-bottom: 10px;
}



@media (min-width: 768px){
    .contents-wrap{
        margin-bottom: 100px;
    }
    .contents-wrap:last-of-type{
        margin-bottom: 300px;
    }
    .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .text{
        font-size: 20px;
    }
    .text-top{
        margin-bottom: 77px;
    }
    .line{
        width: 27px;
        border-bottom: 1px solid #081b346d;
        margin-bottom: 24px;
    }

}


