@charset "UTF-8";

/* =======================================================
mv
======================================================= */
.el-lower-mv-ttl::after {
	content: 'contact';
}

/* =======================================================
contact
======================================================= */
.bl-contact,
.bl-check,
.bl-thanks{
	padding: 6rem 0;
	background: #E3F8FE;
	position: relative;
}
.bl-contact::before ,
.bl-check::before ,
.bl-thanks::before {
	content: '';
	position: absolute;
	background: url(../images/common/top-deco.svg) top center / cover no-repeat;
	width: 100%;
	height: 2.5rem;
	top: -2.375rem;
	left: 50%;
	transform: translateX(-50%);
}
.bl-contact .el-intro-txt{
	margin-bottom: 1rem;
}
.bl-contact .bl-form{
	margin-top: 3rem;
}