@charset "utf-8";
/* =========================================
　プライバシーポリシーページ（page-privacypolicy.css）
========================================= */
.privacypolicy-page {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15.625%;
}
.text-block {
    margin-top: 40px;
}
.text-block-title {
    font-size: 2rem;
    color: #193078;
}
.text-block-subtitle {
    margin-top: 1em;
}
.text-block ul li {
    list-style-type: disc;
    list-style-position: inside;
    
}