/* ---------------------------------------------------------------
start Contact CSS
--------------------------------------------------------------- */

.wrap_contact {
	margin: 0;
	padding: 0 0 100px;
	background-color: #fef3ec;
}

.wrap_contact .col_pagettl {
	flex-direction: column;
}

.wrap_contact .col_pagettl h2 {
	margin: 0 0 6px;
}

.lead_contact1 {
	width: 94%;
	margin: 0 auto;
	padding: 55px 0;
	text-align: center;
}

.col_contact1 {
	width: 94%;
	max-width: 1068px;
	margin: 0 auto 75px;
	padding: 75px 0 65px;
	background-color: #fff;
	border-radius: 60px 0 60px 0;
}

.col_contact1 .cont {
	width: 94%;
	max-width: 842px;
	margin: 0 auto;
	padding: 0;
}

.mds_contact {
	margin: 0 0 35px;
	padding: 0;
	text-align: center;
}

.mds_contact .mds {
	margin: 0 0 5px;
	padding: 0;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.mds_contact img {
	width: 148px;
	vertical-align: top;
	line-height: 0;
}

.cont_contact_phone {
	width: 100%;
	margin: 0;
	padding: 40px 0 0;
	text-align: center;
	border-top: solid 1px #938b86;
}

.cont_contact_phone .tel {
	margin: 0;
	padding: 20px 0;
	color: #ed743c;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cont_contact_phone .tel .icon {
	margin: 0 8px 0 0;
	padding: 0;
}

ul.list_flow_contact {
	width: 100%;
	max-width: 550px;
	margin: 0 auto 35px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

ul.list_flow_contact li {
	width: calc((100% - 30px)/3);
	height: 44px;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #b7b5b5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 0;
}
ul.list_flow_contact li.current { background-color: #ed743c; }

ul.list_flow_contact li:before,
ul.list_flow_contact li:after {
	content: "";
	margin: 0;
	padding: 0;
	border-top: solid 22px rgba(255,255,255,0);
	border-bottom: solid 22px rgba(255,255,255,0);
	position: absolute;
	top: 0;
}
ul.list_flow_contact li:before {
	border-left: solid 15px rgba(255,255,255,1);
	left: 0;
}
ul.list_flow_contact li:after {
	border-left: solid 15px #b7b5b5;
	right: -15px;
}
ul.list_flow_contact li.current:after { border-left-color: #ed743c; }
ul.list_flow_contact li:first-child:before,
ul.list_flow_contact li:last-child:after {
	content: none;
}

.lead_contact2 {
	margin: 0 0 45px;
	padding: 0;
	text-align: center;
}

.lead_err {
	max-width: 700px;
	margin: 0 auto 30px;
	padding: 30px 20px;
	color: #ef0000;
	text-align: center;
	border: 2px solid #ef0000;
}

.col_contact1 .require { color: #ef0000; }

.cont_form_contact {
	width: 100%;
	max-width: 844px;
	margin: 0 auto 40px;
	padding: 0;
}

.cont_form_contact .mds {
	margin: 0;
	padding: 4px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background-color: #938b86;
	border: solid 1px #c1bfbf;
}

.cont_form_contact dl {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: solid 1px #c1bfbf;
	border-bottom: solid 1px #c1bfbf;
	display: flex;
	justify-content: center;
	align-items:stretch;
}

.cont_form_contact dl dt {
	width: 196px;
	margin: 0;
	padding: 15px 30px;
	background-color: #f0f0f0;
	border-right: solid 1px #c1bfbf;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.cont_form_contact dl dd {
	width: calc( 100% - 196px );
	margin: 0;
	padding: 15px 30px;
	border-right: solid 1px #c1bfbf;
}

.cont_form_contact dl dd input[type="text"] {
	width: 80%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #dcdcdb;
}

.cont_form_contact dl dd input::placeholder {
	color: #dcdcdb;
}

.cont_form_contact dl dd.radio {
	display: flex;
}

.cont_form_contact dl dd.radio .mwform-radio-field {
	margin-right: 40px;
}

.cont_form_contact dl dd.radio .mwform-radio-field:last-of-type {
	margin-right: 0;
}

.cont_form_contact dl dd textarea {
	width: 100%;
	height: 165px;
	padding: 10px 15px;
	border: 1px solid #dcdcdb;
}

.note_contact {
	margin-bottom: 50px;
	text-align: center;
}

.btn_contact {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_contact div {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

.btn_contact div::after {
	content: url(../img/arrow_white.svg);
	width: 36px;
	height: 11px;
	position: absolute;
	top: 20%;
	right: 9%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.btn_contact div input {
	width: 100%;
	height: 43px;
	margin: 0;
	padding: 0 40px 0 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	background-color: #ee733c;
	border: none;
	border-radius: 10px 0 10px 0;
	display: inline-block;
	cursor: pointer;
	transition: background .3s;
	-moz-transitoin: background .3s;
	-webkit-transition: background .3s;
}

.btn_contact div input[name="submitBack"] {
	background-color: #999999;
}

.col_contact1.thanks {
	margin: 75px auto 0;
	text-align: center;
}

.txt_thanks {
	margin: 0 0 25px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}

.lead_thanks {
	margin: 0 0 30px;
}



/* ---------------------------------------------------------------
start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {



/* ---------------------------------------------------------------
end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {



}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {
	

}

/* ---------------------------------------------------------------
end min 701px
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

/* --------------- contact --------------- */

	.lead_contact1 {
		margin: 0 auto;
		padding: 35px 0;
	}

	.col_contact1 {
		margin: 0 auto 45px;
		padding: 35px 0;
	}
	
	.mds_contact .mds {
		margin: 0 0 10px;
		font-size: 27px;
		line-height: initial;
	}

	.mds_contact {
		margin: 0 0 15px;
	}
	
	.cont_contact_phone {
		padding: 20px 0 0;
	}
	
	.cont_contact_phone .tel {
		padding: 10px 0;
	}


	.lead_contact2 {
		margin: 0 0 25px;
	}

	.lead_err {
		margin: 0 auto 15px;
		padding: 20px 10px;
	}
	
	.cont_form_contact dl {
		flex-wrap: wrap;
	}
	
	.cont_form_contact dl dt {
		width: 100%;
		padding: 5px 15px;
		font-size: 16px;
		border-bottom: solid 1px #c1bfbf;
	}
	
	.cont_form_contact dl dd {
		width: 100%;
		padding: 15px;
	}
	
	.cont_form_contact dl dd input[type="text"] {
		width: 100%;
		height: 50px;
		padding: 0 15px;
		font-size: 16px;
	}
	
	.cont_form_contact dl dd.radio {
		display: block;
	}
	
	.cont_form_contact dl dd.radio .mwform-radio-field {
		margin: 0 0 15px;
		display: block;
	}
	
	.cont_form_contact dl dd.radio .mwform-radio-field:last-of-type {
		margin-bottom: 0;
	}
	
	.note_contact {
		text-align: left;
	}
	
	.btn_contact {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.btn_contact div {
		width: 80%;
		max-width: 230px;
	}
	
	.btn_contact div:first-of-type {
		margin-bottom: 20px;
	}
	
	.btn_contact div::after {
		content: url(../img/arrow_white.svg);
		width: 36px;
		height: 11px;
		position: absolute;
		top: 20%;
		right: 9%;
		transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
	}
	
	.btn_contact div input {
		width: 100%;
		height: 43px;
		margin: 0;
		padding: 0 40px 0 0;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		font-family: 'Noto Serif JP', serif;
		background-color: #ee733c;
		border: none;
		border-radius: 10px 0 10px 0;
		display: inline-block;
		cursor: pointer;
		transition: background .3s;
		-moz-transitoin: background .3s;
		-webkit-transition: background .3s;
	}
	
	




}

/* ---------------------------------------------------------------
end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {


}

/* ---------------------------------------------------------------
end max 450px
--------------------------------------------------------------- */