/* about */
.about01 {
	width:80%;
	margin:80px auto;
	box-sizing:border-box;
}
.about01 .top {
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	font-size:12px;
	color:#cccccc;
	white-space:nowrap;
}
.about01 .top::before,.about01 .top::after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#ddd;
}
.about01 .top::before {
	margin-right:30px;
}
.about01 .top::after {
	margin-left:30px;
}
.about01 .tl h3 {
	font-size:30px;
	color:#222222;
	font-weight:bold;
	margin:20px auto;
	text-align:center;
}
.about01 .tl h4 {
	font-size:18px;
	color:#666666;
	line-height:34px;
	text-align:center;
}
.about01 .tl strong {
	display:block;
	width:60px;
	height:1px;
	background-color:#24469f;
	margin:30px auto;
}
.about01 .tl h5 {
	font-size:16px;
	color:#666666;
	line-height:30px;
	text-align:left;
	text-indent:32px;
}
.about01 .tl h5 p{
	line-height: 175%;
	margin-bottom: 10px;
}
/* about02wrap */
.about02wrap {
	width:80%;
	margin:auto;
	box-sizing:border-box;
	position:relative;
	z-index:2;
}
.about02wrap img {
	display:block;
	width:100%;
}
.about02wrap .about02 {
	width:100%;
	margin:auto;
	margin-top:-100px;
	position:relative;
	background-color:#fff;
	box-sizing:border-box;
	border-top:5px solid #24469f;
	padding:60px 110px;
	text-align:center;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}
.about02wrap .about02 h3 {
	font-size:20px;
	color:#222222;
	font-weight:bold;
	margin-bottom:30px;
	color: #2163ae;
}
.about02wrap .about02 h4 {
	font-size:16px;
	color:#666666;
	line-height:30px;
}
/* about03 */
.about03wrap {
	width:80%;
	margin:auto;
	box-sizing:border-box;
	position:relative;
	z-index:2;
}
.about03wrap h3 {
	font-size:30px;
	color:#222222;
	font-weight:bold;
	margin:150px auto 20px auto;
	text-align:center;
}
.about03 {
	width:100%;
	margin:70px auto 200px auto;
	display:flex;
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
.about03 a {
	display:block;
	width:20%;
	overflow:hidden;
	position:relative;
}
.about03 a img {
	display:block;
	width:80%;
	margin:0 auto;
}
