#contents02 .item01 .custom_bg{
    background-color: #ececec;
    padding: 15px;
}
.main_reed{
    font-family: 'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', sans-serif;

    text-align: center;
    font-size: 18px;
    line-height: 2;
}
/* .page .main_reed p{
    line-height: 2;
} */
.page .flex-box .fs18 {
    font-size: 18px;
}
.ptwrap{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
@media screen and (max-width: 769px) {
    .custom_bg{
        padding: 5%;
    }
    .main_reed p{
        font-size:4.5vw;
    }
    .page .flex-box .fs18 {
        font-size: 4.2vw;
    }
    .ptwrap{
        padding-bottom: 30px;
    }
}
