/* CSS Document */
#s01 h2{
	background: #F4F4F4;
	padding-top: 80px;
	padding-bottom: 75px;
	text-align: center;
	margin-bottom: 80px;
}

#s01 h2 small{
	font-size: 30px;
	display: block;
	color: #F29800;
	margin-bottom: 20px;
}

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

#s01 .box_rap01{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#s01 .box_rap01 .text{
	width: 500px;
	padding-top: 30px;
}

#s01 .box_rap01 .text h3{
	font-size: 25px;
	font-weight: bold;
	color: #0085B2;
	margin-bottom: 20px;
}

#s01 .bg{
	background: #F7F4EE;
	padding-top: 100px;
	padding-bottom: 100px;
}

#s01 .bg .rap{
	background: #fff;
	width: 900px;
	margin: auto;
	margin-bottom: 15px;
	display:flex;
	padding-top: 25px;
	padding-bottom: 25px;
}

#s01 .bg .rap .no{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	color: #F29800;
	font-size: 40px;
	font-weight: bold;
}

#s01 .bg .rap .text{
	border-left: 1px solid #bbb;
	padding:30px;
	width: 650px;
}

#s01 .bg .rap .text h4{
	font-size: 22px;
	color: #F29800;
	font-weight: bold;
	margin-bottom: 20px;
}

#s01 .bg .icon{
	text-align: center;
	margin-bottom: 15px;
}