@charset "utf-8";

#title{background: url(../img/title_bg.png) center top no-repeat;}



#contents .text{
	padding: 0 50px 80px;
	position: relative;
}
#contents .text.pb100{
	padding-bottom: 120px;
}
#contents .text>p{
	margin: 0 auto 1.6em;
}
#contents .text>p.mb{
	margin-bottom: 78px;
}
#contents .text>p:last-child{
	margin-bottom: 0;
}
#contents .text p.img1{
	position: absolute;
	top: 0;
	right: -50px;
	line-height: 0;
	z-index: 2;
}
#contents .text p.img1>span{
	display: block;
	text-align: center;
	font-size: 1.6rem;
	line-height: 120%;
	padding: 17px 0 0;
}
#contents .text p.img1>span>strong{
	font-weight: normal;
	font-size: 2rem;
}


#contents .images{
	padding: 56px 0 0;
	margin: 0 auto 70px;
	position: relative;
}
#contents .images:before{
	content: '';
	width: 100vh;
	height: 390px;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
}
#contents .images:after{
	content: '';
	width: 182px;
	height: 56px;
	background: url(../img/images_bg.png) 0 0 no-repeat;
	position: absolute;
	top: -20px;
	left: 90px;
}
#contents .images ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: center;
	line-height: 0;
	margin: 0 auto;
	padding: 33px 0 0;
}
#contents .images ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 235px;
	margin: 0 20px 60px 0;
}
#contents .images ul>li:nth-child(4n){
	margin-right: 0;
}
#contents .images ul>li p.img{
	line-height: 0;
	margin: 0 auto 10px;
}
#contents .images ul>li p.tit{
	font-size: 1.6rem;
	color: #00468c;
	line-height: 120%;
	padding: 0 0 8px;
	border-bottom: 1px solid #ddd;
	margin: 0 auto 10px;
	text-align: center;
}
#contents .images ul>li p.tx{
	font-size: 1.4rem;
	color: #333c;
	line-height: 120%;
}

#images2{
	padding: 40px 0 50px;
	text-align: left;
	position: relative;
}
#images2:after{
	content: '';
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	background: #eee;
}
#images2 h3{
	margin: 0 50px 20px;
}
#images2 h3.right{
	margin: 0 0 0 470px;
}
#images2 h3.center{
	margin: 0 0 0 394px;
}
#images2 .col{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
	padding: 0;
	margin: 0 auto 140px;
}
#images2 .col>.img{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 30px 0 0;
}
#images2 .col>.tex{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	background: #3187ac;
	position: relative;
	padding: 130px 45px;
	width: 620px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#images2 .col>.tex:after{
	content: '';
	width: 132px;
	height: 52px;
	position: absolute;
	bottom: -40px;
	right: -10px;
	background: url(../img/yellow_arrow.png) 0 0 no-repeat;
}
#images2 .col>.tex p{
	color: #fff;
	margin: 0 auto 1em;
}
#images2 .col>.tex p:last-child{
	margin-bottom: 0;
}
#images2 .img1{
	line-height: 0;
	margin: -10px auto 0;
	text-align: right;
	position: relative;
}
#images2 .img1:before{
	content: '';
	width: 90%;
	height: 575px;
	position: absolute;
	top: 70px;
	right: 100px;
	background: #eee;
	z-index: -1;
}
#images2 .tex1{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	background: #333;
	position: relative;
	padding: 42px 20px 20px;
	width: 520px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: -106px auto 62px 65px;
}
#images2 .tex1 p{
	color: #fff;
	margin: 0 auto 1em;
}
#images2 .tex1 p.t{
	font-size: 2rem;
}
#images2 .tex1 p:last-child{
	margin-bottom: 0;
}
#images2 .img2{
	line-height: 0;
	text-align: center;
	margin: -10px auto 20px;
}
#images2 .tex2{
	width: 640px;
	display: inline-block;
	margin: 0 auto 0 263px;
	position: relative;
}
#images2 .tex2:after{
	content: '';
	width: 132px;
	height: 52px;
	position: absolute;
	bottom: -80px;
	right: -70px;
	background: url(../img/yellow_arrow.png) 0 0 no-repeat;
}
#images2 .tex2 p{
	margin: 0 auto 1em;
}
#images2 .tex2 p:last-child{
	margin-bottom: 0;
}



@media screen and (max-width:767px){
	#contents .text{
		padding: 0 10px 60px;
	}
	
	#contents .text p.img1{
		position: static;
	}
	
	#contents .images{
		margin-bottom: 30px;
	}
	#contents .images:before{
		width: 100%;
		height: 240px;
	}
	#contents .images ul>li{
		width: 48%;
		margin: 0 2% 40px 0;
	}
	#contents .images ul>li:nth-child(2n){
		margin-right: 0;
	}
	
	#images2 h3{
		margin: 0 auto 20px;
	}
	#images2 h3.right,
	#images2 h3.center{
		margin: 0 auto 20px;
	}
	#images2 .col{
		margin: 0 auto 100px;
	}
	#images2 .col>.img{
		margin: 0 auto 10px;
	}
	#images2 .col>.tex{
		display: block;
		width: auto;
		padding: 60px 20px;
	}
	#images2 .img1{
		margin: 0 auto 10px;
	}
	#images2 .tex1{
		display: block;
		width: auto;
		margin: 0 auto 100px;
	}
	#images2 .tex1 p.t{font-size: 1.6rem;}
	#images2 .img1:before{height: 485px}
	#images2 .tex2{
		display: block;
		width: auto;
		margin: 0 auto;
	}
	#images2 .tex2:after{
		right: 0;
	}
}