@charset "UTF-8";

.infowrapper{padding: 80px 0px 80px;}

.info{padding: 60px 30px 0;}

.infokv {
	background: url(../img/information/kv.jpg) no-repeat center bottom;
	background-size: 1440px;
	height: 300px;
	position: relative;
}

.infokv-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.infokv-title{
	width: 430px;
	height: 125px;
	background: url(../img/information/kv_text.svg) no-repeat center center;
	background-size: contain; 
}

.info-list{
	max-width: 1000px;
	margin: 0 auto 170px;
}

.info-item{
	margin-bottom: 145px;
	position: relative;
}

.info-item:last-of-type{margin-bottom: 0;}

.info-item::after {
	display: block;
	content: '';
	background: url(../img/information/icon_cow.png) no-repeat center center; 
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 51%;
	bottom: -102px;
	transform: translate(-50%,0);
}

.info-item:last-of-type::after{display: none;}

.info-item-data{
	color: #626e60;
	font-size: 16px;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.info-item-title{
	color: #3c3c3c;
	font-size: 20px;
	letter-spacing: 3px;
	padding-bottom: 15px;
	border-bottom: 5px solid #626e60;
	margin-bottom: 20px;
	font-weight: bold;
}

.info-item-article{}

.info-item-article .text{
	font-size: 15px;
	letter-spacing: 1.1px;
	margin-bottom: 24px;
	line-height: 1.6;
}


/* pager ---------------------------------------*/

.infopager{
	width: 525px;
	margin: 0 auto 375px;
}

.infopager-list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 15px;
}

.infopager-item-pref,
.infopager-item-next{
	width: 45px;
	height: 35px;
}

.infopager-item-pref span {
	display: block;
	content: '';
	background: url('../img/common/icon_arrow_left.svg') no-repeat center left; 
	background-size: 30px;
	width: 100%;
	height: 100%;
}

.infopager-item-next span {
	display: block;
	content: '';
	background: url('../img/common/icon_arrow_right.svg') no-repeat center right; 
	background-size: 30px;
	width: 100%;
	height: 100%;
}

.infopager-item{
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	position: relative;
}

.infopager-item a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #626e60;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #626e60;
	text-decoration:none;
}

.infopager-item a:hover{
	background: #626e60;
	color: #fff;
}

.infopager-item .active{
	background: #626e60;
	color: #fff;
}

.infopager-item .active:hover{opacity: 0.7;}


/* big pc */
@media screen and (min-width: 1441px){

	.infokv {
		background-size: cover;
	}

}


@media screen and (max-width: 768px){

	.infowrapper{padding: 48px 0 83px;}

	.info{padding: 30px 15px 0;}

	.infokv {
		background: url(../img/information/kv_sp.jpg) no-repeat center bottom;
		background-size: cover;
		height: 119px;
		position: relative;
	}
	
	.infokv-title{
		width: 225px;
		height: 64px;
		background: url(../img/information/kv_text.svg) no-repeat center center;
		background-size: contain; 
	}
	
	.info-list{margin: 0 auto 76px;}
	
	.info-item{margin-bottom: 107px;}
		
	.info-item::after {bottom: -82px;}
		
	.info-item-data{
		font-size: 13px;
		margin-bottom: 9px;
	}
	
	.info-item-title{
		font-size: 15px;
		letter-spacing: 1.2px;
		padding-bottom: 5px;
		border-bottom: 3px solid #626e60;
		margin-bottom: 15px;
		line-height: 1.5;
	}
	
	.info-item-article{}
	
	.info-item-article .text{
		font-size: 12px;
		letter-spacing: 1.2px;
		margin-bottom: 20px;
		line-height: 1.7;
	}
	
	
	/* pager ---------------------------------------*/
	
	.infopager{
		width: 100%;
		margin: 0 auto;
	}
	
	.infopager-list{
		width: 96%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-right: 0;
		max-width: 370px;
	}
	
	.infopager-item-pref,
	.infopager-item-next{
		width: 30px;
		height: 35px;
	}
	
	.infopager-item-pref span {background-size: 20px;}
	
	.infopager-item-next span {background-size: 20px;}
	
	.infopager-item{
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 17px;
		position: relative;
	}
	
	.infopager-item a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		font-weight: bold;
		color: #626e60;
		text-align: center;
		vertical-align: middle;
		border-radius: 50%;
		border: 1px solid #626e60;
	}
	
	.infopager-item .active{
		background: #626e60;
		color: #fff;
	}
}