@charset "utf-8";
/* ===================================================================

 file name  :contact.css
 style info :お問い合わせ

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader{
	background-image: url(../images/contact/img_page.png), url(../images/common/bg_block.jpg);
}

#cmnpager{
	margin-top: 170px;
}
@media screen and (max-width: 767px){
	#cmnpager{
		margin-top: 100px;
	}
	
}

/* =================================== */

.form-area .steps li{
	background:#efefef;
	color: #686868;
}
.form-area .steps li:after{
	border-color: transparent transparent transparent #efefef;
}
.form-area .steps li.end{
	background:#686868;
}
.form-area .steps li.end:after{
	border-color: transparent transparent transparent #686868;
}


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

	
}
