@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*-----------cmn---------------*/

section h2{
	text-align: center;
}

.pagenav2.i2{
	font-size: 1.5rem;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.3;
}
body>.pagenav2.i2{
	margin-bottom: 0;
	border-bottom: none;
}
.pagenav2.i2 li{
	display: table-cell;
	padding: 15px 0 50px;
}
.pagenav2.i2 li a{
	display: block;
	padding: 0 20px;
	border-right: 1px dotted #ccc;
}
.pagenav2.i2 li:nth-of-type(1) a{
	border-left: 1px dotted #ccc;
}
.pagenav2.i2 li a:hover{
	opacity: 0.7;
}
.pagenav2.i2 span{
	display: block;
	margin: 0 auto 5px;
}
.pagenav2.i2 li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 800px){
	.pagenav2.i2 li a{
		padding: 0 8px;
		letter-spacing: 0;
	}
}

.pagenav2:not(.i2){
	font-size: 1.3rem;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 50px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 1.3;
}
body>.pagenav2:not(.i2){
	margin-bottom: 50px;
	border-bottom: none;
	border-top: 1px solid #dfdfdf;
}
.pagenav2:not(.i2) li{
	display: table-cell;
	padding: 15px 0 50px;
}
.pagenav2:not(.i2) li a{
	display: block;
	padding: 0 20px;
	border-right: 1px dotted #ccc;
}
.pagenav2:not(.i2) li:nth-of-type(1) a{
	border-left: 1px dotted #ccc;
}
.pagenav2:not(.i2) li a:hover{
	opacity: 0.7;
}
.pagenav2:not(.i2) span{
	display: block;
	margin: 0 auto 5px;
}
.pagenav2:not(.i2) li img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1330px){
	.series{
		box-sizing: border-box;
		width: 100%;
	}
	.feature h2{
		font-size: 2.8rem;
		letter-spacing: 2px;
	}
}
@media screen and (max-width: 800px){
	.pagenav2:not(.i2) li a{
		padding: 0 8px;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 600px){
	.pagenav2:not(.i2){
		display: block;
		text-align: center;
		padding-bottom: 40px;
		margin-bottom: 40px;
		vertical-align: top;
		overflow: hidden;
	}
	.pagenav2:not(.i2) li{
		display: block;
		float: left;
		width: 50%;
		padding-bottom: 0;
	}
	.pagenav2:not(.i2) li:nth-of-type(3){
		clear: left;
	}
	.pagenav2:not(.i2) li:nth-of-type(3) a{
		border-left: 1px dotted #ccc;
	}
}

/*----------------*/

#s1{
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 60px;
	overflow: hidden;
}
.jas #s1{
	margin-bottom: 50px;
	padding-bottom: 40px;
}
#s1:after{
	content: "";
	z-index: -1;
	background: #F5F1F1;
	display: block;
	width: 79vw;
	height: 100%;
	position: absolute;
	top: 220px;
	left: 10vw;
}
#s1.npb:after{
	height: calc(100% - 300px);
}
#s1 .w{
	text-align: center;
}
#s1 h3{
	font-size: 3.4rem;
	letter-spacing: 5px;
	padding: 0;
	margin: 0 auto 30px;
}
#s1 h3:before{
	display: none;
}
#s1 h3:last-child{
	margin-bottom: 0;
}
#s1 p{
	line-height: 2.2;
}

@media screen and (max-width: 1000px){
	#s1 p{
		text-align: justify;
	}
}
@media screen and (max-width: 880px){
	#s1{
		margin-bottom: 100px;
		padding-bottom: 0;
	}
	.jas #s1{
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	#s1:after{
		content: "";
		z-index: -1;
		background: #F5F1F1;
		display: block;
		width: 100%;
		height: calc(100% - 100px);
		position: absolute;
		top: 100px;
		left: 0;
		display: none !important;
	}
}

/*------------------*/

#s2 article{
	overflow: hidden;
	margin-bottom: 80px;
}
#s2 article h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.4rem;
}
#s2 article h4,
#s2 article p{
	display: block;
	width: 53%;
	text-align: left;
}
#s2 article.eco h4,
#s2 article.eco p{
	width: 80%;
}
#s2 article:nth-of-type(2n+1) h4,
#s2 article:nth-of-type(2n+1) p{
	float: right;
}
#s2 article:nth-of-type(2n) h4,
#s2 article:nth-of-type(2n) p{
	float: left;
}
#s2 article .img{
	width: 42%;
	text-align: center;
}
#s2 article.eco .img{
	width: 20%;
	box-sizing: border-box;
	padding: 0 30px;
}
#s2 article:nth-of-type(2n+1) .img{
	float: left;
}
#s2 article:nth-of-type(2n) .img{
	float: right;
}
@media screen and (max-width: 600px){
	#s2 article h4 br{
		display: none;
	}
}
@media screen and (max-width: 500px){
	#s2 article h4,
	#s2 article p,
	#s2 article .img{
		float: none !important;
		width: auto !important;
	}
	#s2 article .img{
		width: 80% !important;
		margin: 0 auto 10px;
	}
}




