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

.desc{
	width: 750px;
	margin: 6px auto 50px;
}
.desc h2{
	font-size: 2rem;
	line-height: 45px;
	text-align: center;
	margin: 0 auto 20px;
	font-weight: normal;
}
.desc p{
	font-size: 1.3rem;
	line-height: 160%;
	text-align: left;
	margin: 0 auto;
}

.business{
	background: url(../img/business_bg.png) center bottom no-repeat;
	padding: 0 0 80px;
	overflow: hidden;
	margin: 0 auto 120px;
}
@media (min-width:2000px){
	.business{
		background-size: 100% auto;
	}
}

.busi1{
	background: url(../img/busi1_bg2.jpg) center top no-repeat;
	padding: 540px 0 0;
	margin: 0 auto 120px;
}
.busi1 h2{
	line-height: 0;
	position: absolute;
	top: -209px;
	left: 190px;
}
.busi1 .tex{
	width: 460px;
	margin: 0 70px 0 auto;
	background: url(../img/bar1.png) left top no-repeat;
	height: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 50px;
}
.busi1 .tex p{
	font-size: 1.3rem;
	text-align: left;
	margin: 0 auto 1em;
	line-height: 20px;
}
.busi1 .tex p:last-child{
	margin-bottom: 0;
}

.busi2{
	background: url(../img/busi2_bg.png) center bottom no-repeat;
	padding: 0 0 450px;
	margin: 0 auto 120px;
}
.busi2 h2{
	line-height: 0;
	position: absolute;
	top: -10px;
	right: 340px;
}
.busi2 .tex{
	width: 460px;
	margin: 0 auto 0 70px;
	background: url(../img/bar2.png) left top no-repeat;
	height: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 0 50px;
}
.busi2 .tex p{
	font-size: 1.3rem;
	text-align: left;
	margin: 0 auto 1em;
	line-height: 20px;
}
.busi2 .tex p:last-child{
	margin-bottom: 0;
}


.business .security{
	width: 660px;
	margin: 0 auto 100px;
}
.business .security h3{
	line-height: 0;
	margin: 0 auto 15px;
	text-align: center;
}
.business .security p{
	font-size: 1.3rem;
	line-height: 20px;
	color: #3C82B4;
	text-align: left;
}
.business .security .tex{
	margin-bottom: 1em;
}
.business .btn{
	text-align: center;
	line-height: 0;
}