.radio-control {
    width: 310px;
    text-align: start;
    margin: auto;
}
.error-flex {
    flex-direction: column;
}
.age-error {
    padding-left: 20px;
}
.tel-error span, .mail-error span, .age-error span {
    font-size: 15px !important;
    color: #b21f2d !important;
}
.width-flex {
    width: 414px !important;
}
@media (min-width: 768px) and (max-width: 959px) {
    /* タブレットの設定 */
    .width-flex {
        width: 414px !important;
    }
}
@media (max-width: 767px) {
    /* スマホの設定 */
    .width-flex {
        width: 92% !important;
    }
    .tel-error span, .mail-error span {
        font-size: 11px !important;
    }
}
#guestTel-valid, #agentTel-valid {
    flex-direction: column;
}
.no-haihun {
    width: 100%;
    font-size: 12px;
    text-align: end;
}
#guestTel, #agentTel {
    width: 95%;
    margin-right: 0;
}
@media (max-width: 767px) {
    /* スマホの設定 */
    #guestTel, #agentTel {
        width: 91%;
    }
}
