@charset 'UTF-8';
/* このcssは直編集----------------------------------- */

.text_area_com{

    padding: 15px 0;
    font-size: 14px;

}

@media screen and (max-width: 768px){
    .text_area_com{
        padding: 4.2vw 0;
        font-size: 3.4vw;
        line-height: 5.6vw;
    }
}

.txt_plus20231004{
margin-top: 16px;
text-align: center;
color: #333;
line-height: 1.6;
}