@charset "utf-8";
.result {
	margin-bottom: 60px;
}
#kv{
	text-align: center;
	margin: 0 auto 40px;
}
#kv h3 {
	font-size: 250%;
	margin: 40px 0 30px;
}
#kv h3 + p {
	line-height: 2;
}
#contents > .inner {
	background: #fff;
	padding: 40px 30px; 
}
/* h4 */
#contents h4.subTitle {
	font-size: 180%;
	font-weight: bold;
	padding: 0 30px 13px 0px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #aaa;
	margin-top: 40px;
}
#contents h4.subTitle:first-child {
	margin-top:0;
}	

#contents .present {
	padding: 60px 20px 25px;
	border-radius: 10px;
	background: #eceaef;
	position: relative;
}
#contents .present .ribbon {
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -187px;
}
#contents .present h4 {
	text-align: center;
	font-size: 180%;
	margin-bottom: 20px;
}
#contents .present h4 span {
	display: inline-block;
	padding-bottom: 13px;
	background: url(/2017/common/img/line_footer.jpg) no-repeat bottom;
	background-size: 100% 2px;
}
#contents .present h4 + p {
	text-align: center;
	font-size: 114%;
	line-height: 2;
}
#contents ul li {
	text-indent: -1em;
	margin-left: 1em;
}
#contents ul li + li {
	margin-top: 10px;
}
#contents  a {
	color: #0015ff;
	font-size: 100%;
}
#contents .info ul {
	float: left;
}
#contents .info p {
	float: right;
}
