@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.el-lower-mv-ttl::before{
	content: 'CONTACT';
}

/*=======================================================
フォーム
=======================================================*/
.bl-contact {
	padding: 6.25rem 0 18rem;
}
.bl-contact .el-txt:last-of-type{
	margin-bottom: 3.5rem;
}
.bl-contact .bl-form .el-txt{
	margin: 3rem 0 0;
}
@media screen and (max-width: 750px) {
	.bl-contact {
		padding: 8rem 0 14rem;
	}
}