@charset 'UTF-8';

/* ================================================================
main
=================================================================== */

.mainInner.thanks_coupon {
    width: 1000px;
    margin: 0 auto;
}
.thanks_coupon .flex{
	display: flex;
}
.thanks_coupon .ttl_black{
	background-color: #444;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 0.6em;
}

.fv_wrap{
	gap: 60px;
	margin: 50px 0 40px;
	line-height: 1.5;
}
.fv_wrap strong{
	color: #e0244c;
	font-weight: bold;
}
.fv_wrap .fv_img{
	max-width: 450px;
}
.fv_wrap h3{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 1em;
	padding-top: 20px;
}
.fv_wrap h3 span{
	font-size: 40px;
	font-weight: bold;
}
.fv_wrap .text{
	font-size: 20px;
}

.jouken_box{
	background-color: #fff6d2;
}
.jouken_box .inner{
	justify-content: space-between;
	padding: 25px 40px;
	font-size: 18px;
	line-height: 1.5;
}
.jouken_box h4{
	font-size: 20px;
	font-weight: bold;
}
.jouken_box .left .text{
	margin-bottom: 0.8em;
}
.jouken_box .tax{
	font-size: 12px;
}
.jouken_box .note{
	font-size: 13px;
}
.jouken_box .teiki{
	background: #fff;
	font-weight: bold;
	text-align: center;
	padding: 0.8em 1em;
	margin-bottom: 0.8em;
}

.jouken_img{
	max-width: 820px;
	margin: 40px auto;
}

.jouken_bottom{
	max-width: 660px;
	margin: 0 auto 50px;
}
.jouken_bottom p{
	text-align: center;
	line-height: 1.5;
}
.jouken_bottom p strong{
	font-size: 20px;
	font-weight: bold;
}
.jouken_bottom .note{
	font-size: 15px;
	margin: 0.2em 0 1.2em;
}
.jouken_bottom .attention{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 30px;
}
.jouken_bottom .attention h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.jouken_bottom .attention li{
	font-size: 15px;
	line-height: 1.4;
}


.coupon_step{
	margin-bottom: 60px;
}
.coupon_step .lead_text{
	text-align: center;
	margin-top: 40px;
}
.coupon_step .lead_text strong,
.coupon_step .lead_text strong a{
	color: #e0244c;
	font-weight: bold;
}
.coupon_step .heading{
	font-size: 20px;
	font-weight: bold;
	margin: 2em 0 1em;
}
.coupon_step .step_cont{
	display: flex;
	align-items: center;
	gap: 30px;
}
.coupon_step .step_img{
	width: 600px;
	border: 1px solid #ccc;
}
.coupon_step .text{
	line-height: 1.6;
}
.coupon_step .text p{
	margin-bottom: 1em;
}
.coupon_step .text .note{
	font-size: 14px;
}

.thanks_coupon .tel{
	max-width: 440px;
	margin: 0 auto;
}
	
