@charset "UTF-8";
@media screen and (max-width: 767px) {

/*
フォーム
===================*/
.forms {
    padding: 30px 0 100px;
}
.forms .free-text {
    font-size: 1.5rem;
}

.forms .form tr th {
    padding: 15px 0 15px;
    font-size: 1.6rem;
}
.forms .form tr td {
    padding-bottom: 20px;
    font-size: 1.5rem;
}

.radio label {
    padding-left: 30px;
}
.radio input[type=radio] + label::before {
    width: 20px;
    height: 20px;
}
.radio input[type=radio] + label::after {
    width: 16px;
    height: 16px;
}







}/*=====================================================================*/