/*--------------------------------------------------------------
    ### form
--------------------------------------------------------------*/
.is-style-lead_sm {
    margin-bottom: 2.7rem;
    line-height: 1.8;
}

.sec_contact {
  margin: 2.5rem 0 6rem;
}


/* .contact_tbl_wrp {
  border-top: 1px solid #666;
} */

.contact_tbl {
    margin: 0 0 3rem;
    max-width: 462px;
    width: 100%;
    color: #555;
    text-align: center;
}

.contact_tbl th {
    padding: 0.5rem 0 0 0.1rem;
    width: 29%;
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.6;
    vertical-align: top;
}

.contact_tbl td {
    padding: 1.15rem 0;
    width: 60%;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
}

.contact_tbl td label {
    margin-bottom: 0.5rem;
    width: 462px;
    display: block;
    color: #555;
    text-align: left;
}

.contact_tbl td .input {
    width: 462px;
    border: 1px solid #666;
    color: #555;
}

.contact_tbl td #zip1, .contact_tbl td #zip2, .contact_tbl td .input {
    padding: 0.45rem 0.3rem;
    box-sizing: border-box;
}

.contact_tbl td #select {
    padding: 0.4rem 0.3rem;
    width: 90%;
    color: #999;
}

.contact_tbl .line {
    padding-bottom: 4rem;
    border-bottom: 1px solid #666;
}

.contact_tbl .n_mark {
    padding: 0;
    display: inline-block;
    width: 48px;
    height: 24px;
    border-radius: 4px;
    background-color: #CC0000;
    text-align: center;
    color: #FFF;
    font-size: .93rem;
    font-weight: 500;
    line-height: 22px;
}

.contact_tbl .select_form {
    width: 462px;
    position: relative;
    margin-top: -1rem;
}

.contact_tbl .select_form select {
    padding: 0.35rem 2.2rem 0.35rem 1rem;
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 1px solid #666;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact_tbl .select_form:after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "\f107";
    text-rendering: auto;
    font-size: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-size: 1.25rem;
    transform: translateY(-50%);
}


.mw_wp_form .submit_wrap {
    text-align: center;
}
.mw_wp_form .submit_wrap .agree_policy {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 2.8rem;
    justify-content: center;
    text-align: center;
    color: #333;
}
.mw_wp_form .submit_wrap .agree_policy .agree_txt {
    order: 2;
}
.mw_wp_form .submit_wrap .agree_policy .agree_txt a {
    color: #555;
}
.mw_wp_form .submit_wrap .agree_policy .mwform-checkbox-field {
    order: 1;
}
.mw_wp_form .submit_wrap .agree_policy .error {
    order: 3;
    width: 100%;
}
.mw_wp_form .submit_wrap .agree_policy input[type=checkbox] {
    margin: 0 0.6rem 0 0;
    width: 17px;
    height: 17px;
    transform: scale(1);
    vertical-align: middle;
}

.mw_wp_form .submit_wrap .agree_policy .mwform-checkbox-field-text {
    display: none;
}
.mw_wp_form .submit_wrap .error {
    clear: both;
}
.mw_wp_form .submit_wrap .btn {
    display: inline-block;
    width: 242px;
    height: 40px;
    border: 1px solid #396EB2;
    background-color: #396EB2;
    border-radius: 0;
    color: #fff;
    text-align: center;
    justify-content: center;
    font-size: .93rem;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.mw_wp_form .submit_wrap .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #396EB2;;
}

.mw_wp_form.mw_wp_form_confirm .contact_tbl tr td {
    border-bottom: 1px solid #ccc;
}

.mw_wp_form.mw_wp_form_confirm .agree_policy {
    display: none;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.form_notice {
    line-height: 2;
}

.form_notice li {
    list-style: none;
}


@media (max-width: 767px) {
    .is-style-lead_sm {
        margin-bottom: 1.7rem;
    }

    .sec_contact {
        margin-top: 2.2rem;
    }
    .contact_tbl {
        max-width: 100%;
    }

    .contact_tbl th,
    .contact_tbl td {
        display: block;
    }
    .contact_tbl th {
        padding: 0 0 0.8rem 0;
        width: 100%;
    }
    .contact_tbl th.line {
        padding: 3rem 0 2.5rem;
        border: 0;
    }
    .contact_tbl td {        
        width: 100%;
    }
    .contact_tbl td label {
        width: 100%;
    }
    .contact_tbl td .input {
        width: 100%;
    }
    .contact_tbl td #select {
        width: 100%;
    }
    .contact_tbl .select_form {
        width: 100%;
    }
    .mw_wp_form .submit_wrap p {
        display: block;
    }
    .mw_wp_form .submit_wrap .agree_policy {
        margin-bottom: 3rem;
        width: 100%;
        text-align: center;
    }
    .mw_wp_form .submit_wrap .btn {
        width: 70.6%;
        height: 2.5rem;
    }

    .form_notice {
        line-height: 1.8;
    }

}