@charset "utf-8";
/* CSS Document */

.form form input {
    width: 480px;
}
.form form .tel input {
    margin-left: 7px;
    width: 140px;
}
.form .form__2 .radio {
   width: 480px;
}

@media screen and (max-width: 767px) {
/*.form .text-right {
    width: 100%;
}
.form form label {
    padding: 0 60px;
}
.form .form__1 label {
    padding: 0 60px;
}*/
.form form .tel input {
    width: 86px;
    margin-left: 0px;
}
}