.p-privacy__inner {
    display: flex;
    margin: 0 calc(50% - 50vw);
    height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 103px;
    background-color: #DDF9FF;
    background-image: none;
    margin-bottom: 50px;
}

.l-column {
  line-height: 2;
}
.p-privacy__textContent {
    margin-top: 0;
}

.p-privacy__contentTitle {
    color: #7C6E31;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.p-privacy_firstTitle {
    margin-top: 45px;
    font-family: "MFW-PShinGoPr6N-DeBold";
    font-weight: bold;
    font-size: 14px;
}

.p-privacy_firstText {
    font-family: "MFW-PShinGoPr6N-Regular";
    font-size: 14px;
}

.p-privacy_text {
    margin-top: 40px;
    font-family: "MFW-PShinGoPr6N-Regular";
    font-size: 14px;
}

.p-privacy_secondTitle {
    margin-top: 60px;
    font-family: "MFW-PShinGoPr6N-DeBold";
    font-weight: bold;
    font-size: 14px;
}

.p-privacy_thirdTitle {
    margin-top: 65px;
    font-family: "MFW-PShinGoPr6N-DeBold";
    font-weight: bold;
    font-size: 14px;
}

.p-privacy__heading {
    font-family: "MFW-PShinGoPr6N-DeBold";
    font-weight: bold;
    font-size: 14px;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px){

    .sp-only {
        display: block;
    }

    .p-privacy__inner {
        display: flex;
        margin: 0 calc(50% - 50vw);
        height: 80px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 103px;
        background-color: #DDF9FF;
        background-image: none;
        margin-bottom: 50px;
        text-align: center;
    }

    .p-privacy__contentTitle {
        color: #7C6E31;
        font-weight: 400;
        font-size: 16px;
        font-family: 'Jost', sans-serif;
    }

    /* .p-privacy_firstTitle {
        margin-top: 121px;
        font-family: "MFW-PShinGoPr6N-DeBold";
        font-weight: bold;
        font-size: 22px;
    }
    
    .p-privacy_firstText {
        font-family: "MFW-PShinGoPr6N-Regular";
        font-size: 22px;
    }
    
    .p-privacy_text {
        margin-top: 55px;
        font-family: "MFW-PShinGoPr6N-Regular";
        font-size: 22px;
    }
    
    .p-privacy_secondTitle {
        margin-top: 105px;
        font-family: "MFW-PShinGoPr6N-DeBold";
        font-weight: bold;
        font-size: 22px;
    }
    
    .p-privacy_thirdTitle {
        margin-top: 105px;
        font-family: "MFW-PShinGoPr6N-DeBold";
        font-weight: bold;
        font-size: 22px;
    }
    
    .p-privacy__heading {
        font-family: "MFW-PShinGoPr6N-DeBold";
        font-weight: bold;
        font-size: 22px;
    } */
}