@charset "utf-8";

#title{
	background: url(../img/bg.png) center top no-repeat;
}
#maintenance #title{
	background: url(../img/maintenance/bg.png) center top no-repeat;
}
#improvement #title{
	background: url(../img/improvement/bg.png) center top no-repeat;
}
@media (min-width:2000px){
	#title{
		background-size: 101% auto !important;
	}
}


#contents .desc{
	line-height: 0;
	margin: 0 auto 50px;
}
#contents .desc h2{
	line-height: 0;
	text-align: center;
	margin: 0 auto 22px;
}
#contents .desc p{
	font-size: 1.3rem;
	line-height: 180%;
	text-align: left;
	margin: 0 auto ;
	color: #000;
	width: 560px;
}

#contents .links{
	margin: 0 auto 100px;
	overflow: hidden;
}
#contents .links>.inner{
	display: block;
	min-height: 440px;
	overflow: visible;
}
#contents .links>.inner:hover{
	opacity: 0.7;
	color: #000;
	text-decoration: none;
}
#contents .links>.inner:before{
	content: '';
	width: 1200px;
	height: 440px;
	background: url(../img/img1.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	z-index: -1;
}
#contents .links .tex{
	width: 50%;
	min-height: 440px;
	margin: 0 0 0 auto;
	padding: 0 20px 0 90px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}
#contents .links .tex:before{
	content: '';
	width: 53px;
	height: 62px;
	background: url(../img/plan.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 40px;
	left: 30px;
}
#contents .links .tex>div{
	display: block;
	padding-top: 60px;
	text-align: left;
}
#contents .links .tex>div h3{
	font-size: 2rem;
	line-height: 140%;
	margin: 0 auto 15px 30px;
	color: #F07BA3;
	font-weight: normal;
}
#contents .links a:hover .tex>div h3{
	text-decoration: underline;
}
#contents .links .tex>div p{
	font-size: 1.3rem;
	line-height: 170%;
	margin: 0 auto 10px;
	color: #000;
}
#contents .links a:hover .tex>div p{
	text-decoration: underline;
}
#contents .links .tex>div p.more{
	margin: 50px auto 0 20px;
	text-align: left;
}
#contents .links .tex>div p.more>span{
	display: inline-block;
	color: #F07BA4;
	padding: 0 42px 0 0;
	position: relative;
	background: url(../../img/arrow.png) right 2px top 3px no-repeat;
}
#contents .links a:hover .tex>div p.more>span{
	background: url(../../img/arrow.png) right 0 top 3px no-repeat;
}


#contents .links2{
	margin: 0 auto;
	overflow: hidden;
}
#contents .links2>.inner{
	display: block;
	min-height: 370px;
	overflow: visible;
}
#contents .links2:hover{
	opacity: 0.7;
}
#contents .links2>.inner:before{
	content: '';
	width: 1200px;
	height: 370px;
	background: url(../img/img2.png) right top no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: -50px;
	z-index: -1;
}
#contents .links2 .tex{
	width: 50%;
	min-height: 370px;
	margin: 0 auto 0 0;
	padding: 0 90px 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#contents .links2 .tex:before{
	content: '';
	width: 105px;
	height: 51px;
	background: url(../img/plan2.png) left top no-repeat;
	display: block;
	position: absolute;
	top: 40px;
	right: 0;
}
#contents .links2 .tex>div{
	display: block;
	padding-top: 60px;
	text-align: left;
}
#contents .links2 .tex>div h3{
	font-size: 2rem;
	line-height: 140%;
	margin: 0 auto 15px 30px;
	color: #F07BA3;
	font-weight: normal;
}
#contents .links2 a:hover .tex>div h3{
	text-decoration: underline;
}
#contents .links2 .tex>div p{
	font-size: 1.3rem;
	line-height: 170%;
	margin: 0 auto 10px;
	color: #000;
}
#contents .links2 a:hover .tex>div p{
	text-decoration: underline;
}
#contents .links2 .tex>div p.more{
	margin: 50px auto 0 20px;
	text-align: left;
}
#contents .links2 .tex>div p.more>span{
	display: inline-block;
	color: #F07BA4;
	padding: 0 42px 0 0;
	position: relative;
	background: url(../../img/arrow.png) right 2px top 3px no-repeat;
}
#contents .links2 a:hover .tex>div p.more>span{
	background: url(../../img/arrow.png) right 0 top 3px no-repeat;
}

#contents .linkss{
	text-align: center;
	line-height: 0;
}
#contents .linkss a:hover{
	opacity: 0.7;
}

#maintenance #contents{
	padding-bottom: 110px;
}
#maintenance #contents>#pkz{
	margin-bottom: 35px;
}
#maintenance h2{
	text-align: center;
	margin: 0 auto 20px;
	line-height: 0;
}
#maintenance h3{
	text-align: center;
	margin: 0 auto 25px;
	line-height: 0;
}
#maintenance .desc{
	text-align: left;
	margin: 0 auto 20px;
	line-height: 0;
	width: 880px;
}
#maintenance .desc .tex{
	width: 560px;
	float: left;
	margin: 0 auto;
}
#maintenance .desc .tex p{
	font-size: 1.3rem;
	line-height: 170%;
	text-align: left;
	margin: 0 auto 10px;
}
#maintenance .desc .tex p:last-child{
	margin-bottom: 0;
}
#maintenance .desc .img{
	float: right;
	margin: 0 auto;
	line-height: 0;
	width: auto;
}

#maintenance .desc2{
	text-align: left;
	margin: 0 auto 90px;
	line-height: 0;
	width: 880px;
}
#maintenance .desc2 .tex{
	width: 560px;
	float: left;
	margin: 0 auto;
}
#maintenance .desc2 .tex ul{
	display: block;
	text-align: left;
	margin: 30px 0 70px 50px;
	position: relative;
	line-height: 0;
	padding: 20px 0 0;
	min-height: 582px;
	background: url(../img/maintenance/flow.png) 0 0 no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#maintenance .desc2 .tex ul>li{
	font-size: 1.5rem;
	line-height: 160%;
	text-align: left;
	margin: 0 auto 63px;
	padding: 0 0 0 80px;
}
#maintenance .desc2 .tex ul>li:last-child{
	margin-bottom: 0;
}
#maintenance .desc2 .tex p{
	font-size: 1.3rem;
	line-height: 170%;
	text-align: left;
	margin: 0 auto 10px;
}
#maintenance .desc2 .tex p:last-child{
	margin-bottom: 0;
}
#maintenance .desc2 .img{
	float: right;
	margin: 0 auto;
	line-height: 0;
	width: auto;
}



#improvement #contents{
	padding-bottom: 110px;
}
#improvement #contents>#pkz{
	margin-bottom: 35px;
}
#improvement h2{
	text-align: center;
	margin: 0 auto 20px;
	line-height: 0;
}
#improvement h3{
	text-align: center;
	margin: 0 auto 25px;
	line-height: 0;
}
#improvement .desc{
	text-align: left;
	margin: 0 auto 50px;
	line-height: 0;
	width: 880px;
}
#improvement .desc .tex{
	width: 560px;
	float: left;
	margin: 0 auto;
}
#improvement .desc .tex p{
	font-size: 1.3rem;
	line-height: 170%;
	text-align: left;
	margin: 0 auto 10px;
}
#improvement .desc .tex p.te{
	margin-bottom: 58px;
}
#improvement .desc .tex p:last-child{
	margin-bottom: 0;
}
#improvement .desc .img{
	float: right;
	margin: 5px auto 0;
	line-height: 0;
	width: auto;
}
#improvement .image{
	line-height: 0;
	text-align: center;
	margin: 0 auto 80px;
}

#maintenance footer>.banner>.inner>a h3,
#improvement footer>.banner>.inner>a h3{
	text-align: left;
}
#maintenance footer>.banner>.inner>a.about h3,
#improvement footer>.banner>.inner>a.about h3{
	text-align: right;
}