@charset "UTF-8";
input,textarea{
-webkit-appearance: none;
}
/*************

フォームガイド

***************/
#formGuide{
	text-align:center;
	width:90%;
	margin:0 auto;
} 
#formGuide li{
	position: relative;
	display: inline-block;
	padding:1em 0;
	background:#ccc;/*非アクティブカラー*/
}
#formGuide li:after{
	content: '';
	width: 36px;
	height: 36px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -18px;
	background:#ccc;/*非アクティブカラー*/
	z-index:5;
}
#formGuide li.active{
	background:#000;/*アクティブカラー*/
	color:#fff;
}
#formGuide li.active:after{
	content: '';
	width: 36px;
	height: 36px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right:  -18px;
	margin-top: -18px;
	background:#000;/*アクティブカラー*/
	z-index:5;
}
#formGuide li:last-child:after{
	display:none;
}

@media screen and (max-width: 767px) {
#formGuide li:after{
	display:none;
}
}

/*************

フォームベース

***************/

#form{
	display:block;
	width:70%;
	margin:0 auto;
}

.zippad{
	padding-top:15px;
}

.formConfList{
	border-bottom:1px dotted #000;
	padding-bottom:15px;
	margin-bottom:30px;
}
.formConfList label{
	display:block;
}

.formThx{
	border-bottom:1px dotted #000;
	margin-bottom:20px;
	padding-bottom:30px;
}
.formThx .title{
	font-size:200%;
	margin-bottom:20px;
}
.formThx .inqdata{
	border-top:1px dotted #000;
	margin-top:50px;
	padding-top:30px;
}
@media screen and (max-width: 767px) {
#form{
	width:100%;
}
.zippad{
	padding-top:0;
}


}

/*****************************

お問い合わせ

*****************************/
#form{
padding: 100px 0 60px;
}
#form_finish{
padding: 50px 0 60px;
}
.form-group label,.form-inline label{
width: 100%;
display: block;
padding-bottom: 10px;
}

.tag-danger{
background: #cc0000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
font-size: 10px;
padding: 2px 5px;
}

#form input{
width: 98%;
background: #f0f0f0;
border: 1px solid #ccc;
line-height: 3em;
padding-left: 2%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
#form input[type=checkbox]{
width: 30px;
-webkit-appearance: none;
}

#form input.size_m{
width: 100px;
background: #f0f0f0;
border: 1px solid #ccc;
line-height: 3em;
padding-left: 10px;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#form textarea{
width: 98%;
background: #f0f0f0;
border: 1px solid #ccc;
line-height: 3em;
padding-left: 2%;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
#form .btn_submit{
width: 50%;
background: #136e90;
color: #fff;
border: 0;
line-height: 4em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#form .btn_back{
width: 30%;
background: #ccc;
color: #fff;
border: 0;
line-height: 4em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right: 10px;
}
#form_finish .btn_back{
display: inline-block;
text-decoration: none;
width: 30%;
background: #ccc;
color: #fff;
border: 0;
line-height: 4em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right: 10px;
}

@media screen and (max-width: 767px) {

	#form{
		padding: 50px 0 60px;
	}
	#form_finish{
		padding: 50px 0 60px;
	}

}




.grecaptcha-badge {
	display: block !important;
}
.wpcf7 form .wpcf7-response-output  {
	margin: 0 0.5em 100px;
}