@charset "utf-8";

#visual{
	padding: 16px 0 43px;
	background: url(../../img/title_bar.png) left 0 bottom 20px repeat-x;
	position: relative;
}
#visual:before{
	content: '';
	display: block;
	position: fixed;
	top: -1px;
	left: 0;
	width: 100%;
	height: 311px;
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: -1;
}
#visual p{
	line-height: 0;
	text-align: center;
}
#visual p.icn{
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	text-align: center;
}

.about{
	margin: 6px auto 203px;
}
.about p.tit{
	font-size: 1.5rem;
	margin: 0 auto 23px;
	text-align: center;
	line-height: 100%;
}
.about p.tit>span{
	display: inline-block;
	border: 2px solid #82C0DA;
	padding: 10px 0 6px;
	width: 100px;
}
.about p.tit2{
	font-size: 1.5rem;
	margin: 0 auto 5px;
	text-align: center;
	line-height: 100%;
}
.about p.tit2>span{
	display: inline-block;
	background: #0A80A6;
	border: 1px solid #C7C6C4;
	padding: 10px 0 6px;
	width: 100px;
	color: #fff;
}
.about h2{
	font-size: 3.2rem;
	line-height: 120%;
	margin: 0 auto 17px;
	font-weight: normal;
}
.about h2>small{
	font-size: 2.5rem;
}
.about p.tex{
	font-size: 1.3rem;
	line-height: 160%;
	width: 810px;
	margin: 0 auto 53px;
	text-align: left;
}
.about p.tex>strong{
	font-size: 1.6rem;
	font-weight: normal;
	color: #003C78;
}
.about .action{
	width: 730px;
	height: 660px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 42px 75px;
	background: url(../img/action_bg.png) center top no-repeat;
	margin: 0 auto;
}
.about .action ul{
	display: block;
}
.about .action ul>li{
	display: block;
	background: url(../img/bar.png) left bottom no-repeat;
	padding: 33px 20px 30px 80px;
	position: relative;
	font-size: 1.5rem;
	color: #fff;
	line-height: 160%;
	text-align: left;
}
.about .action ul>li:before{
	content: '';
	width: 46px;
	height: 46px;
	position: absolute;
	top: 30px;
	left: 0;
}
.about .action ul>li:nth-child(1):before{
	background: url(../img/no1.png) 0 0 no-repeat;
}
.about .action ul>li:nth-child(2):before{
	background: url(../img/no2.png) 0 0 no-repeat;
}
.about .action ul>li:nth-child(3):before{
	background: url(../img/no3.png) 0 0 no-repeat;
}
.about .action ul>li:nth-child(4):before{
	background: url(../img/no4.png) 0 0 no-repeat;
}
.about .action ul>li:nth-child(5):before{
	background: url(../img/no5.png) 0 0 no-repeat;
}
.about .action ul>li:nth-child(4),
.about .action ul>li:nth-child(5){
	padding: 42px 20px 40px 80px;
}
.about .action ul>li:nth-child(5){
	background: none;
}

.about .message{
	overflow: hidden;
	position: relative;
	padding-top: 150px;
}
.about .message .img{
	line-height: 0;
	position: absolute;
	top: 100px;
	right: -60px;
}
.about .message .text{
	width: 660px;
	float: left;
	margin: 0 auto 0 60px;
	text-align: left;
}
.about .message .text p{
	font-size: 1.3rem;
	line-height: 200%;
	margin: 0 auto 10px;
}
.about .message .text p.tit{
	margin: 0 auto 30px 30px;
	text-align: left;
	line-height: 100%;
	font-size: 1.5rem;
}
.about .message .text p.tit>span{
	text-align: center;
}
.about .message .text p strong{
	font-size: 1.7rem;
	color: #003C78;
	font-weight: normal;
}
.about .message .text p.sign{
	text-align: right;
	margin: 70px auto 0;
}
.about .message .text p.sign span{
	font-size: 1.6rem;
}