@charset "UTF-8";
/* contact */

/* お問い合わせ ********************/

.section_contact_form,
.section_contact_form_thx{
    padding-top: 3em;
}

.section_contact_header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 89.6%;
    max-width: 936px;
    margin: 0 auto;
    padding-bottom: 1.2em;
}
.section_contact_header .label_contact_tel{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 7.5em;
    min-height: 5.87em;
/*    font-size: 1.0714em;
    line-height: 1.5;*/
    background-image: url("../../img/common/icn_tel_yellow.svg");
    background-size: 5.87em auto;
}
.section_contact_header .label_contact_tel.label_contact_form{
    background-image: url("../../img/common/icn_mail_yellow.svg");
}
.section_contact_header .label_contact_tel em{
    display: inline-block;
    padding-bottom: 0.2em;
    font-size: 1.4286em;
    font-weight: inherit;
}

.section_contact_header .contact_fax{
    padding: 0.7em 1em;
    border-bottom: solid 3px #F6E479;
}
.section_contact_header .num_contact_fax{
    padding-left: 0;
    letter-spacing: 0.1em;
}
.section_contact_header .num_contact_fax num{
    display: inline-block;
    padding-left: 0.5em;
}

.section_contact_tel .contact_tel .num_contact_tel{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.2143em;
    border-radius: 10px;
}



@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.section_contact_tel .contact_tel .num_contact_tel{
        padding: 0.8em 1.5em;
        background-color: #fff;
    }

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

    .section_contact_header .label_contact_tel{
        margin-left: -3.2vw;
        padding-left: 4.5em;
        min-height: 4em;
        background-size: 4em auto;
    }
    .section_contact_header .label_contact_tel em{
        font-size: 5.6vw;
    }

    .content_gray.content_contact_tel,
    .content_gray.content_contact_form{
        width: 100vw;
        padding-bottom: 1.5em;
        background-color: #EEEEEF;
    }
	.section_contact_tel .contact_tel{
        padding-left: 1em;
        padding-right: 1em;
    }

}



/* フォーム ***************************/

table.table_form tr th{
    width: 12em;
	padding: 0.6em;
    font-size: 1.1429em;
    font-weight: inherit;
	text-align: left;
	vertical-align: top;
}
table.table_form tr td {
	padding: 0.6em;
    font-size: 1.1429em;
    font-weight: inherit;
	vertical-align: top;
}
table.table_form tr th label{
	display: block;
    font-weight: 400;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/


}
@media screen and (max-width: 767px) { /**** tablet未満 ****/

	table.table_form tr th,
	table.table_form tr td {
		display:block;
		width: 100%;
		padding: 1em;
		text-align: left;
	}
	table.table_form tr td {
		padding-top: 0;
	}

}


.contact_form input[type="text"],
.contact_form textarea,
.contact_form input[type="tel"],
.contact_form input[type="email"]{
	width: 100%;
	padding:0.5em;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:4px;
	-webkit-appearance: none;
}

.contact_form input[type="text"].text_half{
	width: 24%;
}
.label_name{
	display: inline-block;
	min-width: 2.5em;
}

.contact_form select,
.contact_form input[type="date"] {
	padding:0.5em;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:4px;
	/* -webkit-appearance: none;セレクトボックス系は外さない */
}
.contact_form select#sr{
	width: 100%;
}


.contact_form input[type="file"]{
	width: 100%;
}
.contact_form input[type="checkbox"],
.contact_form input[type="radio"]{
	vertical-align: middle;
}

.contact_form table.table_noline tr td span.confirm_text {
	display: block;
	padding:0.5em;
	border: solid 1px #ccc;
	border-radius:4px;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/


}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/

	.contact_form input[type="date"].datepicker{
		margin-bottom: 0.4em;
	}

}

.contact_form input[type="text"]#zip1{
	width: 4em;
}
.contact_form input[type="text"]#zip2{
	width: 5em;
}
.contact_form input[type="date"].datepicker{
	width: auto;
}

#mail2,
#spref,
#address,
#address1,
#address2,
#datem2,
#dated2,
#hour2,
#strt{
	margin-top: 0.6em;
}
.contact_form input[type="text"].tel{
	width: 5em;
}
.contact_form .form_zip{
	display: inline-block;
}
.contact_form .form_mail2{
	display: block;
}

.must{
	display:inline-block;
	margin-left: 0.8em;
	padding: 0.2em 0.5em;
	background-color: #464545;
	color: #fff;
	font-size: 1.1rem;
	border-radius:4px;
}

.form_notice{
	margin-top: 0.6em;
	font-size: 0.875em;
	letter-spacing: 0.05em;
}


.form_terms{
	margin: 2em 0 0;
	padding: 1em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
.form_terms_iframe{
  display: inline-block;
	width: 100%;
	height: 300px;
	margin: 1em 0 2em;
	background-color: #fff;
  overflow:auto; /* scrollからautoに変更 */
  -webkit-overflow-scrolling:touch;
}
.form_terms_iframe iframe{
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/* iframe の中 #b-terms ***************/
.b-terms{
    padding-top: 0;
    min-width: initial;
}
.b-terms .terms_header,
.b-terms .terms_footer{
	display: none;
}

.terms_section{
    padding: 3em;
	font-size: 1.2rem;
	word-wrap: break-word;
}

@media screen and (max-width: 479px) { /* sp */
	.b-terms{
			min-width: 300px;
			width: 300px; /* for iPhone7 */
			margin: 0 auto;
	}
	.terms_section{
		padding-left: 3%;
		padding-right: 3%;
	}
}

.terms_section h2{
	padding: 0 0 20px;
	font-size: 1.4rem;
	text-align: center;
}
.terms_section h3{
	padding: 20px 0;
	font-size: 1.4rem;
}
/* iframe の中 #b-terms ここまで *******/

.form_terms_check{
	text-align: center;
}
.form_terms_check input[type="checkbox"]{
}


.form_btn{
	margin: 1em 0 3em;
	text-align: center;
	display: flex;
	justify-content: center;
}

.form_btn input[type="submit"],
.form_btn input[type="button"] {
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8em;
	height: 3em;
	margin: 1em 0.2em 0;
	color:#4C4A4A;
    letter-spacing: 0.1em;
	background-color: #fff;
	border: solid 1px #767676;
	border-radius: 18px;
	transition: all 0.3s ease-out;
	position: relative;
	cursor:pointer;
	line-height: 1;
	filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.2));
}
.form_btn input[type="submit"] {
    font-size: 1.2em;
}
.form_btn input[type="submit"].backbtn,
.form_btn input[type="button"] {
	margin-right: 4px;
}
.form_btn input[type="submit"]:hover{
	background-color:#F6E479;
}
.form_btn input[type="submit"].backbtn:hover,
.form_btn input[type="button"]:hover{
	background-color:#F6E479;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.form_btn input[type="submit"]{
		width: 12em;
        font-size: 2.6rem;
	}
	.form_btn input[type="submit"].backbtn{
		width: 6em;
        font-size: 2.6rem;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/


}

input[type="button"].addbtn {
	-webkit-appearance: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0.3em;
	padding: 0.5em 0.8em;
	border-radius: 4px;
	background-color: #464545;
	border: solid 2px #464545;
	transition: all 0.3s ease-out;
	position: relative;
	cursor:pointer;
	font-weight: bold;
	line-height: 1;
	color:#fff;
}


/* エラーメッセージ */

.box_errmsg{
	padding-bottom: 1em;
	text-align: center;
}
.errmsg,
.mw_wp_form .error,
.wpcf7-not-valid-tip{
	display:inline-block !important;
	margin-top:3px;
	margin-left: 5px;
	padding:4px 8px;
	background-color:#E60012;
	border-radius:0;
	font-size:1.3rem !important;
	line-height: 1;
	font-weight:bold !important;
	color:#fff !important;
}

/* 確認画面 */
.mw_wp_form_confirm .label_name,
.mw_wp_form_confirm .form_notice,
.mw_wp_form_confirm .form_mail2,
.mw_wp_form_confirm input[type="button"].addbtn{
	display:none;
}

.mw_wp_form_confirm .contact_lead_input,
.mw_wp_form_input .contact_lead_confirm{
    display: none;
}
.mw_wp_form_input .contact_lead_input,
.mw_wp_form_confirm .contact_lead_confirm{
    display: block;
    padding-bottom: 1.5em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}



/* 完了画面 */
/*.thx,
.mw_wp_form_complete{
	padding:30px 100px;
}*/
.form_thx_label{
	padding-bottom: 30px;
	font-size: 1.8rem;
    font-weight: 400;
	line-height: 1.6;
	text-align: center;
}
.form_thx_text ul,
.form_thx_text p,
.mw_wp_form_complete p{
    font-size: 1.6rem;
}
.form_thx_text p + ul,
.form_thx_text p + p,
.mw_wp_form_complete p + p{
	padding-top: 20px;
}

@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

	.form_thx_text{
		text-align: center;
	}

}
@media screen and (max-width: 767px) { /**** tablet未満 ****/


}



@media print, screen and (min-width: 768px) { /****** tablet以上 ******/

}
@media screen and (max-width: 767px) { /**** tablet未満（SP） ****/
	
}


