@charset "UTF-8";

section:not(.b_gray),
section + div{
	margin: 0 auto;
	width: 900px;
}
section.confirm{
	width: 710px;
}
section.b_gray{
	margin-bottom: 0;
	background-color: #f7f7f7;
	padding: 20px 0;
}
#footer section{
  width: auto;
}
.b_gray:before {
    content: none;
}
h1 + section p:first-child{
	text-align: center;
	margin-bottom: 20px;
}
.submit small{
	margin-bottom: 20px;
	display: inline-block;
}
section .tel{
	border: 1px solid #a7a7a7;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	width: 600px;
	background-color: #fff;
}
section .tel .title.title_sub{
	margin-bottom: 0px;
}
textarea{
	min-width: 500px;
}
.privacy{
	text-align: center;
	margin-bottom: 50px;
	font-size: 14px;
}
.privacy .title.title_sub{
	margin-bottom: 0px;
}
.privacy label{
	font-size: 18px;
	display: inline-block;
	margin-top: 10px;
}
.confirm .privacy {
	color: #a7a7a7;
}
.privacy p + p{
	font-size: 18px;
	color: #434343;
}
section.complete{
	text-align: center;
}
section.complete p{
	margin-bottom: 50px;
}

/*---------------------------------------------*/
/*768px以下*/
/*---------------------------------------------*/
@media only screen and (max-width: 768px) {
	section,section.confirm,section:not(.b_gray),section + div {
	    width: 95%;
	    padding-top: 0;
	}
	section .tel{
		width: 90%;
	}
	.stepbar li {
    	padding-left: 7%;
	}
	.stepbar li:after {
    	width: 25%;
	}
	.stepbar-row {
	    padding: 0;
	    width: 95%;
	    margin: 0 auto;
	}
	.stepbar li span {
	    width: 80px;
	}

}

