@charset "UTF-8";
/*=======================================================
MV
=======================================================*/
.ly-lower-head::after{
	background: url(../images/contact/mv-illust.svg) bottom right 164px / 134px 154px no-repeat;
}
.el-lower-mv-ttl::after{
	content: 'contact';
}
.ly-all-wrapper:has(.bl-thanks) .ly-lower-head::after{
	background: url(../images/contact/mv-thanks-illust.svg) bottom right 164px / 124px 158px no-repeat;
}
.ly-all-wrapper:has(.bl-thanks) .el-lower-mv-ttl::after{
	content: 'thanks';
}
@media screen and (max-width: 750px) {
	.ly-lower-head::after{
		background: url(../images/contact/mv-illust.svg) bottom right 80px / 160px 180px no-repeat;
	}
	.ly-all-wrapper:has(.bl-thanks) .ly-lower-head::after{
		background: url(../images/contact/mv-thanks-illust.svg) bottom right 80px / 136px 170px no-repeat;
	}
}
/*=======================================================
フォーム
=======================================================*/
.bl-contact-form {
	padding: 80px 0;
}
.bl-contact-form .el-txt{
	margin-bottom: 40px;
}
.bl-contact-form .bl-form {
	border-radius: 10px;
	background: #D9E5EA;
}
