@charset "utf-8";
#mainte_coupon {
	margin-top: 40px;
}
#mainte_coupon .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#mainte_coupon .inner .coupon-ttl {
	position: absolute;
	top: 285px;
	color: #5d5d5d;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
#mainte_coupon .inner .t1 {
	left: 210px;
}
#mainte_coupon .inner .t2 {
	left: 410px;
}
#mainte_coupon .inner .t3 {
	top: 280px;
	left: 645px;
	font-size: 16px;
	line-height: 18px;
}
#mainte_coupon .inner .coupon-txt {
	position: absolute;
	top: 355px;
	left: 150px;
	width: 680px;
	color: #ec0345;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
#mainte_coupon .inner .detail {
	position: absolute;
	top: 405px;
	left: 150px;
	box-sizing: border-box;
	width: 680px;
	border: solid 1px #ec0345;
}
#mainte_coupon .inner .detail .ttl {
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 15px;
	background: #ec0345;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
#mainte_coupon .inner .detail ul {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background: #fff;
}
#mainte_coupon .inner .detail ul li {
	width: 330px;
	font-size: 14px;
	line-height: 20px;
}
#mainte_coupon .inner .detail ul li:nth-child(even) {
	width: 320px;
}
#mainte_coupon .inner .note {
	position: absolute;
	top: 535px;
	left: 160px;
	font-size: 12px;
	line-height: 18px;
}
#mainte_coupon .inner .note li {
	text-indent: -12px;
}
#mainte_coupon .inner .note li::before {
	content: "※";
}
#mainte_coupon .inner img {
	width: 980px;
	height: 606px;
}