/* CSS Document */

.contact_form_set{}
.contact_form_set li{}
.contact_form_set li:nth-child(n+2){margin-top: 40px;}
.contact_form_set.ver_entry li:nth-child(n+2){
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #CCC;
}
.contact_form_set li > .t{margin-bottom: 0.5em;}
.contact_form_set.ver_entry li > .t{font-weight: bold;}
.contact_form_set li > .i{
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.contact_form_set li > .i .addr_set{width:100%;}
.contact_form_set li > .i .addr_set:nth-child(n+2){margin-top: 1.25em;}
.contact_form_set li > .i .addr_set .addr_label{
	font-size: 12px;
	margin-bottom: 0.5em;
}
.contact_form_set li > .i .c_bef{margin-bottom: 0.5em;}
form:not(.step3) .contact_form_set li[type="radio"] > .i,
form:not(.step3) .contact_form_set li[type*="check"] > .i{
	flex-wrap: wrap;
	margin: -0.5em 0;
	margin-right: -2em;
}
form:not(.step3) .contact_form_set li[type="radio"] > .i span,
form:not(.step3) .contact_form_set li[type*="check"] > .i span{
	margin: 0.5em 0;
	margin-right: 2em;
}
form:not(.step3) .contact_form_set li input[type="checkbox"]{
	display: inline-block;
	vertical-align: text-bottom;
	width: 18px;
	height: 18px;
	margin: 0;
	margin-right: 3px;
	/* border: solid 1px #2BC573; */
}

.contact_form_set .i_flex{
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 1.5em;
}
.contact_form_set .i_flex:last-child{margin-right: 0;}
.contact_form_set .i_flex span{
	min-width: 1em;
	text-align: center;
}
.contact_form_set .i_flex .mgnL{margin-left: 0.5em;}
.contact_form_set .i_flex .mgnR{margin-right: 0.5em;}
.contact_form_set *[class*="f_frame"]{
	background-color: #FFF;
	border:solid 1px #2BC573;
	font-size: 100%;
	display: block;
	max-width: 100%;
}
.contact_form_set .f_frame{
	padding: 0.5em;
	width:440px;
}
.contact_form_set .f_frame_d{
	border-color:#7A6051;
	padding: 0.25em;
}
.contact_form_set .f_frame[name*="name_"]{width:8em;}
.contact_form_set .f_frame[name*="_Y"]{
	width:6em;
	text-align: right;
}
.contact_form_set .f_frame[name*="pos_1"]{width:3em;}
.contact_form_set .f_frame[name*="pos_2"],
.contact_form_set .f_frame[name*="tel_"]{width:4em;}
.contact_form_set .f_frame[name*="message"]{width:620px;}
@media screen and (max-width: 999px) {
	.contact_form_set .i_flex{margin-right: 1em;}
	form:not(.step3) .contact_form_set .i_flex,
	.contact_form_set *[class*="f_frame"]{flex-grow: 1;}
}

.erm{
	color: #FFF;
	background-color: #F00;
	padding: 0.125em 0.5em;
	margin-top: 0.25em;
	position: relative;
}
.erm::before{
	content: '';
	position: absolute;
	bottom:100%;
	left:0.75em;
	border-style: solid;
	border-width: 0 0.25em 0.75em;
	border-color: #F00 transparent;
}
.contact_form_set li[type="name"] .erm::before,
.contact_form_set li[type="addr"] .i > .pos_set + .e .erm::before{left:1.75em;}
.contact_form_set li[name="name_f"] .erm::before{left:2.75em;}

form.step3 .i_flex{margin-right: 0.5em;}
form.step3 .i_flex span{min-width: 0;}
form.step3 li[type="name"] .i_flex{margin-right: 0.5em;}
form.step3 li[type="addr"] .i_flex .mgnR{margin-right: 0;}
form.step3 .step3_vanish,
form.step3 li[type="name"] .i_flex .mgnR,
form.step3 li[type="addr"] input[type="button"]{display: none;}

.contact_submit_btn{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
input[type="submit"]{cursor: pointer;}
input[type="submit"].c_ovalbtn{
	flex-grow: 1;
	min-width: 0;
	max-width: 160px;
	padding-left: 3em;
}
input[type="submit"].c_ovalbtn:not(:last-child){margin-right: 1em;}
input[type="submit"].c_ovalbtn:not([class*="col"]){background-color: #7A6051;}