@charset "utf-8";

/*==========================================
contact-form
===========================================*/
@media screen and (max-width:480px) {
    #form .fs_1rem .form_control {
        font-size: 1.2em !important;
    }
}
@media screen and (max-width:480px) {
    #form .fs_1em .form_control {
        font-size: 1.6rem !important;
    }
}
.form_lear a {
    color: blue;
    text-decoration: underline;
}
.contact_wrap .form_tel {
    color: #333;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-right: 1em;
    word-break: break-all;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .contact_wrap .form_tel {
        font-size: 3rem;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.contact_wrap .form_tel i {
    font-size: 3rem;
}
.contact_wrap .form_time {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    word-break: break-all;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .contact_wrap .form_info {
        display: block;
        max-width: 30em;
    }
}
.form_control_wrap select option {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
    font-size: 1.6rem
}
@media screen and (max-width: 960px) {
    #form .form_time_wrap .form_time {
        width: 100px;
        font-size: 1em;
    }
    #form .form_date, #form .form_remark {
        width: 100px;
        font-size: 1em;
    }
}
@media screen and (max-width: 767px) {
    .form-item-reform02 .form_flex_item {
        margin-left: 25px;
    }
    #form .move02 {
        top: 0px !important;
        right: -15px !important;
    }
}
/*===================================
request-form
======================================*/
#form .form_flex_item .form_control_wrap {
    font-size: 1.0em;
}
.display_flex .mwform-checkbox-field {
    border: 1px solid #ccc;
    width: 350px;
    height: 40px;
    line-height: 1;
    border-radius: 5px;
    font-size: 1em;
    margin: 0px 10px 10px 10px !important;
}
.mwform-checkbox-field-text {
    position: relative;
    bottom: 1px;
}
/*===================================
survey-form
======================================*/
@media screen and (max-width: 960px) {
    .survey_form #form .form_time_wrap .form_time, .survey_form #form .form_date, #form .form_remark {
        width: 100px;
        font-size: 1.5rem;
    }
}
/*===================================
questionnaire/page/1360/
======================================*/
/*===調査以来の送信ボタン===*/
#form.survey .btn_submit_wrap {
    max-width: 485px;
    width: 100%;
    margin: 60px auto 100px;
    position: relative;
}
#form.survey .btn_submit {
    font-family: "Sawarabi Gothic", sans-serif;
    font-size: 3.8rem;
    display: block;
    width: 100%;
    text-align: center;
    padding: 13.5px 2%;
    color: #221815;
    cursor: pointer;
    border-radius: 40px;
    background: #fff;
    position: relative;
    z-index: 10;
    border: solid 3px #f2879b;
    background-color: #f2879b;
    -webkit-appearance: none;
}
#form.survey .wpcf7-submit {
    font-family: FontAwesome;
}
#form.survey .btn_submit:hover {
    color: #000;
    background: #fff;
}
@media screen and (max-width: 767px) {
    #form.survey .btn_submit {
        font-size: 1.8rem;
        margin: auto;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 32px;
        font-weight: bold;
        width: 287px;
    }
    #form.survey .btn_submit_wrap {
        margin: 40px auto 100px;
    }
    #form.survey .btn_submit_wrap::after {
        right: 30px;
    }
}