section .inner{
	max-width:847px;
}
section h3{
	margin:0 0 40px;
	padding:0 0 10px;
	line-height:1;
	font-size:24px;
	color:#BF9244;
	border-bottom:1px solid #BF9244;
}
section h4{
	margin:0 0 10px;
	font-size:24px;
	font-weight:600;
}
dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto 55px;
}
dl dt{
	width:85%;
	margin:0 0 35px;
}
dl dd{
	width:15%;
	margin:0 0 35px;
	font-size:24px;
	text-align:right;
}
hr{
	height:0;
	margin:40px auto;
	border-top:1px solid #BF9244;
}
.hotpepper{
	margin:40px auto 0;
	color:#BF9244;
	text-align:center;
}
.hotpepper img{
	height:70px;
	margin:10px auto;
}

@media screen and (max-width: 980px) {
	section h4{
		font-size:18px;
		line-height:1.5;
	}
	dl dt{
		width:72%;
		line-height:1.4;
	}
	dl dd{
		width:21%;
		font-size:18px;
	}
	.hotpepper img{
		height:40px;
	}
}














