/* CSS Document */

#s01{
	margin-bottom: 150px;
}

#s02 .bg,
#s01 .bg{
	background: #F4F4F4;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#s02 h2,
#s01 h2{
	text-align: center;
}

#s02 h2 small,
#s01 h2 small{
	font-size: 55px;
	font-family: kozuka-gothic-pro, sans-serif;
font-weight: 200;
font-style: normal;
	color: #F29800;
	display: block;
	margin-bottom: 35px;
}

#s02 h2 b,
#s01 h2 b{
	display: block;
	font-size: 35px;
	font-weight: bold;
}

#s01 p{
	width: 890px;
	margin: auto;
	line-height: 180%;
	margin-bottom: 50px;
}

#s01 hr{
	width: 1045px;
	margin: auto;
	border-bottom: 1px solid #bbb;
	margin-bottom: 100px;
}

#s01 dl{
	width: 800px;
	margin: auto;
}

#s01 dt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

#s01 .rap{
	display: flex;
	justify-content: space-between;
}

#s01 .rap dd{
	margin-bottom: 5px;
}

#s02 table{
	width: 900px;
	margin: auto;
	border-top: 1px solid #9B9177;
	margin-bottom: 40px;
}

#s02 th,
#s02 td{
	border-bottom: 1px solid #9B9177;
}

#s02 th{
	background: #EEE8E0;
	padding: 20px;
	text-align: center;
	width: 180px;
}

#s02 td{
	padding: 20px;
}