/* CSS Document */

#s01{
	margin-bottom: 80px;
}

#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: 22px;
	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: 24px;
	font-weight: bold;
}

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

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

#s01 dl{
	max-width: 480px;
	width: 80%;
	margin: auto;
}

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

#s01 .rap{
	/*display: flex;
	justify-content: space-between;*/
	width: 80%;
	margin: auto;
}

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

#s02 table{
	width: 100%;
	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: 100px;
}

#s02 td{
	padding: 20px;
}