@charset "utf-8";

#mv{
	background: url(../../reason/image/bg-reason.jpg) no-repeat center center / cover;
}
#contents{
	background: rgba(255,255,255,0.9);
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	line-height: 1.8;
}
#contents #txt-intro{
	text-align: center;
	font-size: 16px;
}
#contents #bg-h2{
	background: url(../..//reason/image/pic-test.png) no-repeat;
	margin-bottom: 50px;
	padding: 80px 0 0px;
	text-align: center;
}
#contents #bg-h2 p{
	line-height: 2;
	font-size: 18px;
	margin-bottom: 80px;
}
#contents #bg-h2 h2{
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
#contents #bg-h2 h2 span{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	text-align: center;
	font-size: 18px;
	padding: 15px 30px;
	background: #1d207b;
	color: #fff;
	top: -12px;
}
#contents #test{
	margin-bottom: 60px;
	padding: 0 50px;
	background: url(../../reason/image/test-line.png) repeat-y center;
	box-sizing: border-box;
}
#test-a,
#test-b{
	width: 430px;
}
#test-a{
	float: left;
}
#test-b{
	float: right;
}
#contents #test h3{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents #test h4{
	background: #1d207b;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
}
#contents #test .pic-tester{
	margin-bottom: 40px;
}
#contents #test dl{
	margin-bottom: 40px;
}
#contents #test dl dt{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#contents #test dl dd{
	font-size: 16px;
	margin-bottom: 20px;
}
#contents #test dl.before dt{
	background: #595757;
}
#contents #test dl.before{
	background : url(../../reason/image/arrow.png) no-repeat bottom center;
	padding-bottom: 50px;
}
#contents #test dl.before dt span,
#contents #test dl.after dt span{
	font-size: 20px;
}

#contents #test dl.after dt{
	background: #1d207b;
}
#contents #test .txt-result{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#contents #comment{
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 50px 10px;
	padding: 20px;
	box-sizing: border-box;
}