@charset "utf-8";
/* CSS Document */

#about .sec1 h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}
#about .sec1 h4 strong{
	font-weight: bold;
	font-size: 25px;
}
#about .sec1 .list_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .sec1 .list_wrap .box{
	width: 32%;
}
#about .sec1 .list_wrap .box h5{
	text-align: center;
	font-weight: bold;
	background-color: #0086db;
	background-image: url(../img/about/ttl_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 16px;
	padding:20px 0;
}
#about .sec1 .list_wrap .box h5 span{
	display: block;
}
#about .sec1 .list_wrap .box ul{
	padding: 20px;
	border: 2px solid #0086db;
	min-height: 8.5em;
}
#about .sec2 table{
	text-align: center;
}
#about .sec3 .box{
	display: table;
	margin-bottom:20px;
}
#about .sec3 .box h4,
#about .sec3 .box p{
	display: table-cell;
	padding:20px;
}
#about .sec3 .box h4{
	width: 450px;
	background-color: #0086db;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#about .sec3 .box p{
	border:2px solid #0086db;
}

@media screen and (max-width:960px) {
	#about .sec1 .list_wrap{
		display: block;
	}
	#about .sec1 .list_wrap .box{
		width: 100%;
		margin-bottom:30px;
	}
	#about .sec3 .box h4,
	#about .sec3 .box p{
		display: block;
		width: 100%;
	}
}