/*==============================================
*	お問い合わせ
==============================================*/
.chaser.is-active2 {
    display: none;
}
/* お問合せ */
.contact_form_block {
    background: #f0f4f8;
    padding: 30px 0 40px;
}
.form_inner {
    width: 90%;
    max-width: 738px;
    margin: auto;
}
.contact_form_p {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #313233;
    text-align: left;
}
.form_wrapper {
    max-width: 1320px;
    background: #FFFFFF;
    padding: 20px;
    margin: 0 auto;
}
.form_box {
    max-width: 738px;
    margin: 0 0 40px 0;
}
.form_txt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 500;
	font-size: 15px;
	line-height: 26px;
	margin: 0 0 10px 0;
}
.required {
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    background: #00529D;
    border-radius: 30px;
	padding: 2px 10px;
	margin-left: 10px;
}
.form_name_wrap {
    display: flex;
    gap: 12px;
}
.form_name_title {
    width: 76px;
    margin-bottom: 10px;
    color: #828282;
    font-size: 14px;
}
.form_zip_wrap {
    max-width: 300px;
    display: flex;
    align-items: center;
}
.form_zip_postmark {
    width: 32px;
}
.form_zip_input {
    width: calc(100% - 32px);
}
.form_wrapper input[type="email"],
.form_wrapper input[type="tel"],
.form_wrapper input[type="text"] {
    padding: 0.6em;
	width: 100%;
    font-size: 14px;
	background: #F2F2F2;
    border: 1px solid #E0E0E0;
}
.form_wrapper textarea {
    padding: 1em;
	width: 100%;
    height: 300px;
    font-size: 14px;
	background: #F2F2F2;
    border: 1px solid #E0E0E0;
}
.checkbox_box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 32px;
    margin-top: 24px;
    font-size: 14px;
}
.mw_wp_form .checkbox_box .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.form_checkbox {
    width: 260px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}
.form_check_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    color: #313233;
}
.policy_txt_wrap {
    text-align: center;
    padding-bottom: 0;
}
.policy_txt_wrap a {
    text-decoration: underline;
}
.form_submit {
    max-width: 200px;
    text-align: center;
    position: relative;
    margin: 30px auto 20px;
}
.form_submit::before {
    position: absolute;
    right: 52px;
    top: calc(50% - 6px);
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
    z-index: 1;
}
.form_submit::after {
    position: absolute;
    right: 51px;
    top: calc(50% - 3px);
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #FFFFFF;
}
.form_submit input[type="submit"] {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    background: #00529D;
    border: 1px solid #00529D;
    border-radius: 100px;
    padding: 20px 74px 20px 40px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form_submit input[type="submit"]:hover {
    opacity: 0.5;
}
.mwform-checkbox-field {
    display: block;
    width: 100%;
}
/* 送信確認 */
.mw_wp_form_confirm .form_name_title,
.mw_wp_form_confirm .policy_txt_wrap,
.mw_wp_form_confirm .checkbox_confirm {
    display: none;
}
/* 送信完了 */
.thx_title_block {
    max-width: 1320px;
    padding: 40px 0;
    margin: auto;
}
.thx_title_h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    color: #313233;
    margin: 10px 0 0 0;
}
.contact_complete_txtbox {
    max-width: 1100px;
    margin: auto;
}
.contact_complete_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #313233;
    margin-bottom: 40px;
}

.contact_other_navbox {
    max-width: 1100px;
    padding: 104px 0px;
    margin: auto;
}
.contact_other_nav_txtbox {
    background: #f0f4f8;
    padding: 25px;
}
.contact_other_nav_h {
    font-weight: 700;
    font-size: 22px;
    line-height: 180%;
    text-align: left;
    color: #313233;
    margin-bottom: 20px;
}
.contact_other_nav_p {
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    text-align: left;
    color: #313233;
    margin-bottom: 30px;
}
.contact_sitemap_btn {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
    background: #00529D;
    border: 1px solid #00529D;
    border-radius: 43px;
    padding: 20px 74px 20px 40px;
    margin-bottom: 20px;
}
.contact_sitemap_btn::before {
    position: absolute;
    top: calc(50% - 3px);
    right: 50px;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
}
.contact_sitemap_btn::after {
    position: absolute;
    top: 50%;
    right: 50px;
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #FFFFFF;
}
.contact_sitemap_btn:hover {
    color: #00529D;
    background: #FFFFFF;
}
.contact_sitemap_btn:hover::before {
    border-top: solid 2px #00529D;
    border-right: solid 2px #00529D;
}
.contact_sitemap_btn:hover::after {
    border-top: solid 2px #00529D;
}
.form_box.policy_txt_wrap p{
    line-height: 160%;
}
.form_example {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #828282;
    margin: 10px 0 0 0;
    color: #949494;
}
.form_example_top {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    margin: 0 0 10px 0;
    color: #949494;
}
input.back_btn {
    border: none;
    background: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
    color: #00529D;
    padding-left: 50px;
}
.mw_wp_form_confirm .back_btn_wrap {
    position: relative;
    width: 120px;
    margin: auto;
}
.mw_wp_form_confirm .back_btn_wrap::before {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #00529D;
    border-right: solid 2px #00529D;
    transform: rotate(225deg);
}
.mw_wp_form_confirm .back_btn_wrap::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 14px;
    height: 7px;
    border-top: solid 2px #00529D;
}
.mw_wp_form_confirm .form_example {
    display: none;
}
.mw_wp_form_confirm .form_example_top {
    display: none;
}
.mw_wp_form_confirm .form_name_box {
    width: auto;
}
.check_title_h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #313233;
    padding-top: 80px;
    padding-bottom: 40px;
}

/*==============================================
*	レスポンシブ対応
==============================================*/

@media screen and (min-width:600px) {}
@media screen and (min-width:768px) {
    .form_wrapper {
        padding: 40px 60px;
    }
    .form_submit input[type="submit"] {
        font-size: 16px;
        padding: 30px 75px 30px 30px;
    }
    .check_title_h1 {
        font-size: 26px;
    }
}
@media screen and (min-width:1023px) {
    .contact_other_navbox {
        width: 80%;
        display: flex;
    }
    .contact_other_nav_imgbox {
        width: 40%;
    }
    .contact_other_nav_img {
        width: 100%;
        height: 100%;
    }
    .contact_other_nav_txtbox {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60%;
    }
    .contact_form_block {
        padding: 0 0 104px 0;
    }
    .form_wrapper input[type="email"],
    .form_wrapper input[type="tel"],
    .form_wrapper input[type="text"] {
        padding: 0.6em;
        font-size: 15px;
    }
    .form_wrapper textarea {
        font-size: 16px;
    }
    .mwform-checkbox-field {
        width: auto;
    }
    .form_name_box {
        width: 50%;
        display: flex;
    }
    .form_name_title {
        font-size: 16px;
    }
    .form_box {
        margin: 40px auto;
    }
    .required {
        margin-left: 21px;
    }
    .form_name_wrap {
        gap: 24px;
    }
    .form_txt {
        font-size: 16px;
        margin: 0 0 18px 0;
    }
    .checkbox_box {
        font-size: 16px;
    }
    .thx_title_block {
        width: 80%;
    }
    .thx_title_h1 {
        width: 80%;
        font-size: 28px;
    }
    .contact_complete_txtbox {
        width: 80%;
    }
    .contact_other_nav_h {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .contact_other_nav_p {
        text-align: center;
    }
    .contact_sitemap_btn {
        font-size: 16px;
        padding: 30px 75px 30px 30px;
    }
    .contact_sitemap_btn::before {
        top: 41px;
    }
    .contact_sitemap_btn::after {
        top: 44px;
    }
    .form_submit {
        max-width: 274px;
    }
    .form_submit input[type="submit"] {
        padding: 30px 114px 30px 80px;
    }
    .form_submit::before {
        right: 82px;
    }
    .form_submit::after {
        right: 81px;
    }
    .contact_sitemap_link {
        text-align: center;
    }
}
@media screen and (min-width:1399px) {}
@media screen and (min-width:1400px) {}