@charset "UTF-8";

/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttl::after{
	content: 'contact';
}

/*=======================================================
フォーム
=======================================================*/
.bl_contactForm {
	padding: 40px 0 56px;
}
.bl_contactForm .bl_form {
	background: #ECF5F4;
	margin-top: 40px;
	position: relative;
}
.bl_contactForm .bl_form::before{
	content: '';
	position: absolute;
/* 	width: 1008px;
	height: 688px; */
	width: 98%;
	height: 98%;
	border: 1px solid #7C6522;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
