@charset "utf-8";

/***********************************************************************
------------------------------------------------------------------------
お問い合わせ
***********************************************************************/


.contact-attention {
	background: #F0F9EC;
	text-align: center;
	padding: 30px 0 50px;
}
.contact-attention .contact-attention-tit {
	font-weight: bold;
	text-align: center;
}
.contact-attention .contact-attention-text {
	margin-top: 40px;
}
.contact-attention .contact-attention-text p {
	text-align: center;
}
.contact-attention .contact-attention-text p + p {
	margin-top: 2em;
}
.contact-attention .contact-attention-text p em {
	font-weight: bold;
	color: #FB2B8C;
}

@media only screen and (max-width: 767px) {
	.contact-attention .contact-attention-text p {
		font-size: 14px;
	}
}


dl.form-item {
	padding: 25px 0;
	display: flex;
	border-bottom: 1px solid #ccc;
}
dl.form-item:nth-of-type(1) {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 50px;
}
dl.form-item + dl.form-item {}
dl.form-item dt {
	max-width: 320px;
	width: 100%;
	padding-left: 15px;
}
dl.form-item dt em.ic-req {
	background: #FB2B8C;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	padding: .5em 1em;
	border-radius: 5px;
	margin-left: 1em;
}
dl.form-item dd {
	width: calc(100% - 320px);
	padding-right: 15px;
}
dl.form-item.col01 {
	flex-wrap: wrap;
}
dl.form-item.col01 dt { 
	width: 100%;
}
dl.form-item.col01 dd { 
	width: 100%;
	margin-top: 1em;
}
@media only screen and (max-width: 767px) {
	dl.form-item {
		flex-wrap: wrap;
		padding-bottom: 0;
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 1em;
		padding: 1em;
	}
	dl.form-item dt {
		max-width: 100%;
		width: 100%;
		font-size: 14px;
		padding-left: 0;
		background: #DFF3D8;
		padding: .5em;
	}
	dl.form-item dd {
		width: 100%;
		margin-top: 10px;
		padding-right: 0;
	}
	dl.form-item dt em.ic-req {
		font-size: 12px;
	}
}

ol.form-address {}
ol.form-address li {}
ol.form-address li + li {
	margin-top: 10px;
}
ol.form-address li em {
	font-size: 15px;
	display: block;
	padding-bottom: 0.5em;
}
.form-btn-text {
	margin-top: 40px;
	padding-bottom: 60px;
}

.form-btn:disabled {
	background: #000;
}
.form-btn {
	background: #FB2B8C;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 320px;
	font-size: 24px;
	padding: 1em;
	border-radius: 50px;
	border-bottom: 8px solid #ccc;
}
.form-btn.form-btn-cancel {
	background: #666;
	color: #fff;
}
.mfp_err {
	font-size: 14px;
	color: #FB2B8C;
}

input.store {
	border: none;
}

input , textarea ,
select {
	background: #F8FEF6;
}

/***********************************************************************
------------------------------------------------------------------------
お問い合わせ-サンクス
***********************************************************************/

.contact-thanks {}
.contact-thanks .contact-thanks-title {
	font-size: 40px;
	font-weight: bold;
	color: #0235AB;
	text-align: center;
}
.contact-thanks dl.contact-thanks-text {
	padding-top: 200px;
	background: url(../img/common/ic_check_bl.svg) no-repeat center top;
	margin-top: 60px;
}
.contact-thanks dl.contact-thanks-text dt {
	font-size: 36px;
	color: #0235AB;
	font-weight: bold;
	text-align: center;
}
.contact-thanks dl.contact-thanks-text dd {
	text-align: center;
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.contact-thanks .contact-thanks-title {
		font-size: 26px;
	}
	.contact-thanks dl.contact-thanks-text {
		background-size: 60px;
		padding-top: 80px;
		margin-top: 20px;
	}
	.contact-thanks dl.contact-thanks-text dt {
		font-size: 18px;
	}
	.contact-thanks dl.contact-thanks-text dd {
		font-size: 14px;
		margin-top: 20px;
	}
}

.recaptcha {
	width: fit-content;
	margin: 50px auto;
}