@charset "utf-8";


/*--------------------------------------------------
お問い合わせ用
--------------------------------------------------*/


/*  SP  */
.content-pc-on{
    display: none;
}
.content-sp-on{
    display: inherit;
}


/*  PC  */
@media screen and (min-width: 736px){
    .content-sp-on{
        display: none;
    }
    .content-pc-on{
        display: inherit;
    }
    .read-text{
        width:fit-content;
        margin:0 auto 16px;
    }
    .read-text p{
        text-align:center;
    }
}


