@charset "utf-8";
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#gFooter {
	margin-top: 10.5rem;
}
.pageTitle {
	background-image: url(../img/contact/page_img.jpg);
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 7.5rem !important;
	}
	.pageTitle {
		background-image: url(../img/contact/page_img_sp.jpg);
	}
}