.intro{
	width: 100%;
	max-width: 860px;
	margin: 0 auto 60px;
	font-size: 15px;
}
.intro h3{
	font-size: 24px;
	margin: 0 0 30px;
	text-align: center;
}
.intro > p{
	margin: 0 0 60px;
}
.coupon_btn{
	text-align: center;
}
.coupon_btn p{
	margin: 0 0 10px;
}
.coupon_btn a:hover{
	opacity: 0.7;
}
.btnBlock{
	margin-top: 50px;
}

.title01{
	text-align: center;
	font-size: 36px;
	position: relative;
	margin: 0 0 15px;
}
.title01 span{
	display: inline-block;
	padding: 0 80px;
	background: url('../img/line1.png') no-repeat left center, url('../img/line2.png') no-repeat right center;
}
.boxRed{
	border: 7px solid #d50f15;
	border-radius: 10px;
	background: url('../img/bg01.png') repeat-y center top;
	margin: 0 0 40px;
}
.boxTitle{
	display: flex;
	font-weight: bold;
}
.boxTitle dt{
	width: 96px;
	background: #d50f15;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0 0 10px;
	padding: 10px 0;
}
.boxTitle dt span{
	font-size: 28px;
}
.boxTitle dd{
	flex: 1;
	padding: 22px 0 0 25px;
	font-size: 28px;
	color: #d50f15;
}
.boxBody{
	padding: 32px 32px 1px;
}
.banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner li{
	margin: 0 0 10px;
}
.banner li.or2{
	width: 100%;
	margin: 0;
}
.newsList h3{
	text-align: center;
	margin: 0 0 -68px;
}
.voiceContent{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.voiceContent .voiceList{
	width: 518px;
	margin: 0 0 40px;
	background: #fdf6c8;
	border: 5px solid #fdca2d;
	border-radius: 10px;
	padding: 10px;
	position: relative;
}
.voiceContent .voiceList:after{
	content: "";
	width: 26px;
	height: 25px;
	background: url('../img/arrow.png') no-repeat center;
	background-size: cover;
	position: absolute;
	right: 55px;
	bottom: -25px;
}
.voiceContent .voiceList__prize{
	font-size: 17px;
	font-weight: bold;
	color: #06adbf;
	margin: 0 0 5px;
}
.voiceContent .voiceList__comment{
	font-size: 17px;
	padding: 0 0 30px;
	margin: 0;
}
.voiceContent .voiceList__attributes{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: right;
	font-size: 15px;
	border-top: 2px dashed #fdca2d;
	padding: 5px 20px;
	margin: 0;
}

.merit{
	display: flex;
	justify-content: space-between;
	margin: 0 0 80px;
}
.merit li{
	width: 560px;
	border: 5px solid #d50f15;
	border-radius: 10px;
	background: url('../img/bg02.jpg') repeat-y center top;
	position: relative;
}
.mr02:after{
	content: "";
	width: 82px;
	height: 88px;
	background: url('../img/icon01.png') no-repeat center;
	background-size: cover;
	position: absolute;
	top: -17px;
	right: 35px;
}
.mr03:after{
	content: "";
	width: 105px;
	height: 85px;
	background: url('../img/icon02.png') no-repeat center;
	background-size: cover;
	position: absolute;
	top: -17px;
	right: 35px;
}
.merit .boxTitle{
	display: block;
}
.merit .boxTitle dd{
	padding: 10px 0 32px;
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.intro{
		margin: 0 auto 30px;
		font-size: 4vw;
	}
	.intro h3{
		font-size: 4.5vw;
		margin: 0 0 15px;
	}
	.intro > p{
		margin: 0 0 25px;
	}
	.coupon_btn img{
		width: 267px;
	}
	.coupon_btn p{
		margin: 0 0 5px;
	}
	.btnBlock{
		margin-top: 20px;
	}

	.title01{
		font-size: 5.3vw;
		margin: 0 0 10px;
	}
	.title01 span{
		padding: 0 30px;
		background: url('../img/line1.png') no-repeat left top, url('../img/line2.png') no-repeat right top;
		background-size: 18px 33px, 18px 33px;
	}
	.boxRed{
		border: 4px solid #d50f15;
		background: url('../img/bg01_sp.png') repeat center top #fff;
		background-size: 347px 670px; 
		margin: 0 0 25px;
	}
	
	.boxTitle dt{
		width: 80px;
		font-size: 3.2vw;
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.boxTitle dt span{
		font-size: 5.3vw;
	}
	.boxTitle dd{
		padding: 10px 0 10px 10px;
		font-size: 5.3vw;
		line-height: 1.3;
	}
	.boxBody{
		padding: 15px;
	}
	.banner li.or1{
		order: 1;
		margin: 0 -2px 10px;
	}
	.banner li.or2{
		order: 2;
		margin: 0 0 10px;
	}
	.banner li.or3{
		order: 3;
		margin: 0 -2px 10px;
	}

	.newsList h3{
		margin: 0;
	}
	.voiceContent{
		display: block;
	}
	.voiceContent .voiceList{
		width: 100%;
		margin: 0 0 20px;
		border: 3px solid #fdca2d;
		border-radius: 6px;
		padding: 5px 5px 0;
	}
	.voiceContent .voiceList:after{
		width: 15px;
		height: 14px;
		right: 30px;
		bottom: -14px;
	}
	.voiceContent .voiceList__prize{
		font-size: 1em;
		margin: 0;
	}
	.voiceContent .voiceList__comment{
		font-size: 1em;
		padding: 0 0 5px;
	}
	.voiceContent .voiceList__attributes{
		width: auto;
		position: relative;
		margin: 0 -10px;
		font-size: 0.857em;
		padding: 3px 10px;
	}

	.merit{
		display: block;
		margin: 0 0 40px;
	}
	.merit li{
		width: auto;
		border: 3px solid #d50f15;
		border-radius: 5px;
		background: url('../img/bg02.jpg') repeat center top;
		background-size: 280px 103px;
		margin: 0 0 20px;
	}
	.mr02:after{
		width: 60px;
		height: 65px;
		position: absolute;
		top: -10px;
		right: 25px;
	}
	.mr03:after{
		width: 69px;
		height: 56px;
		top: -10px;
		right: 25px;
	}
	.merit .boxTitle dd{
		padding: 10px 10px 10px 35px;
		font-size: 5.3vw;
		text-align: left;
	}
}