/* CSS Document */


#s01{
	margin-bottom: 150px;
}

#s01 h2{
	margin: auto;
	background: #0059B2;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 50px;
}
/*
#s01 .box_rap{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/

#s01 .box{
	margin-bottom: 35px;
	text-align: center;
}

#s01 .box img{
	margin-bottom: 20px;
	width: 360px;
	height: auto;
}

#s01 .box figcaption{
	font-size: 16px;
	font-weight: bold;
}

#s02{
	margin-bottom: 150px;
}

#s02 h2{
	margin: auto;
	background: #0059B2;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 50px;
}
/*
#s02 .box_rap{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/

#s02 .box{
	margin-bottom: 35px;
	text-align: center;
}

#s02 .box img{
	margin-bottom: 20px;
	width: 360px;
	height: auto;
}

#s02 .box figcaption{
	font-size: 16px;
	font-weight: bold;
}