@charset "utf-8";
.privacypolicy_in {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding: 5% 0% 0% 0%;
}
.privacypolicy_in .sub_center_ttl {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin-bottom: 56px;
    position: relative;
}
.privacypolicy_in .sub_center_ttl::after{
    content: "";
    background-color: #039de7;
    width: 80px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}
.privacypolicy_in .subtitle {
    font-size: 24px;
    margin: 16px 0vw 16px;
    color: #333;
    border-bottom: 0.8px solid #039de7;
}
.privacypolicy_in p {
    font-size: 16px;
    line-height: 1.75;
    color:#333;
    font-feature-settings: "palt";
}
a {
    text-decoration: none;
    color: #333;
    vertical-align: bottom;
}
@media screen and (max-width:768px) {
    .privacypolicy_in {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 5% 3%;
    }
    .privacypolicy_in .sub_center_ttl {
        font-size: 24px;
        margin-bottom: 40px;
        font-weight: 500;
        text-align: center;
        color: #333;
        position: relative;
    }
    .privacypolicy_in .sub_center_ttl::after{
        content: "";
        background-color: #039de7;
        width: 80px;
        height: 5px;
        margin-right: auto;
        margin-left: auto;
        position: absolute;
        bottom: -20px;
        right: 0;
        left: 0;
    }
    .privacypolicy_in .subtitle {
        font-size: 16px;
        margin: 1.8vw 0vw 1vw;
        color: #333;
        border-bottom: 0.01vw solid #039de7;
    }
    .privacypolicy_in p {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        font-feature-settings: "palt";
    }
    a {
        text-decoration: none;
        color: #333;
        vertical-align: bottom;
    }

}