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

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

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

#s01 .box_rap01{
	max-width: 480px;
	width: 80%;
	/*width: 900px;*/
	margin: auto;
	/*display: flex;
	justify-content: space-between;*/
	margin-bottom: 50px;
}

#s01 .box_rap01 .img{
	text-align: center;
}

#s01 .box_rap01 .img img{
	width: 60%;
	height: auto;
}

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

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

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

#s01 .bg .rap{
	background: #fff;
	max-width: 480px;
	width: 80%;
	/*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;*/
	width:80%;
	margin: auto;
	padding-bottom: 20px;
	color: #F29800;
	font-size: 40px;
	font-weight: bold;
}

#s01 .bg .rap .text{
	width: 80%;
	margin: auto;
	/*border-left: 1px solid #bbb;*/
	border-top: 1px solid #bbb;
	/*padding:30px;
	width: 650px;*/
	padding-top: 30px;
	padding-bottom: 30px;
}

#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;
}