@charset "utf-8";

/*----------------------------------------------------*/
/* carousel
------------------------------------------------------*/

#category_vi .carousel li.wht .leadTitle {
	color: #FFFFFF;
	text-shadow: 0 0 6px #000;
}

#category_vi .carousel li .leadTitle {
	line-height: 1.3;
	font-size: 172%;
	letter-spacing: 0;
}

#category_vi .carousel li .title .pc {
	display: block;
}

#category_vi .carousel li .title .sp {
	display: none;
}

@media only screen and (max-width: 767px) {

	#category_vi .carousel li .leadTitle {
		line-height: 1.3;
		font-size: 143%;
	}

	#category_vi .carousel li.wht .leadTitle {
		text-shadow: none;
	}

	#category_vi .carousel li .title .pc {
		display: none;
	}

	#category_vi .carousel li .title .sp {
		display: block;
	}

	#category_vi .carousel li img.sp {
		position: relative;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
	}

}

/*----------------------------------------------------*/
/* categoryTopLink
------------------------------------------------------*/

.categoryTopLink {
	margin-bottom: 50px;
}

.categoryTopLink h2 {
	font-size: 108%;
	margin-bottom: 30px;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {

	.categoryTopLink h2 {
		font-size: 115%;
		margin-bottom: 10px;
	}
}



/*----------------------------------------------------*/
/* pageVi
------------------------------------------------------*/

.pageVi {
	margin: 0 0 30px;
}

.pageVi .leadTitle {
	font-size: 172%;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0 0 6px #000;
	margin-top: 0;
	top: 1em;
}

.pageVi .leadTitle.black {
	color: #333;
	text-shadow: none;
}

@media only screen and (max-width: 767px) {
	.pageVi .leadTitle {
		font-size: 143%;
		line-height: 1.3;
		text-shadow: none;
	}

	.pageVi .leadTitle.black {
		color: #FFF;
	}

}

/*----------------------------------------------------*/
/* pageLead
------------------------------------------------------*/

.pageLead {
	margin-bottom: 30px;
}

.pageLead p {
	font-size: 115%;
}

@media only screen and (max-width: 767px) {

	.pageLead {
		text-align: left;
		margin-bottom: 20px;
	}

	#contents .pageLead p {
		font-size: 100%;
	}

}

/*----------------------------------------------------*/
/* uniq
------------------------------------------------------*/

#policy02 ol.ol01 li span {
	display: block;
	font-size: 86.9%;
	padding: 5px 0 30px;
}

.isobox {
	padding: 0 10px 30px 15px;
}

.isobox p {
	margin-bottom: 0;
	padding: 25px 15px 15px 0;
}

.isobox dl {
	margin: 0 20px;
	position: relative;
}

.isobox dl dt {
	float: left;
	padding-top: 5px;
	width: 7em;
}

.isobox dl dd {
	padding: 5px 0 3px 8em;
	border-bottom: 1px solid #BEBEBE;
}

.isobox dl dd:last-child {
	border-bottom: none;
}

.isobox dl dd:after {
	content: "";
	height: auto;
	width: 1px;
	height: 100%;
	background: #BEBEBE;
	position: absolute;
	top: 0;
	left: 7em;
}

@media only screen and (max-width: 767px) {

	.isobox {
		margin-bottom: 15px;
	}

	.isobox p {
		padding: 25px 15px 15px 15px;
	}


}

/*----------------------------------------------------*/
/* uniq (working_environment)
------------------------------------------------------*/

.kurumin {
	overflow: hidden;
}

.kurumin div {
	float: left;
	padding-bottom: 10px;
	width: 40%;
}

.kurumin dl {
	overflow: hidden;
	padding: 20px 0 10px 15px;
}

.kurumin dt {
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 1.75em;
	text-indent: -1.75em;
}

@media only screen and (max-width: 767px) {

	.kurumin dl {
		padding: 0 0 10px 15px;
	}

}

.policy02_contents {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 767px) {
	.policy02_contents {
		display: block;
		margin-bottom: 60px;
	}
}

.policy02_contents figure img {
	width: 40%;
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.policy02_contents figure img {
		width: 50%;
	}
}

.biodiversity03 .biodiversity03_ph{
	width: 60%;
	margin: 30px 0;
}
@media only screen and (max-width: 767px) {
	.biodiversity03 .biodiversity03_ph{
		width: 100%;
		overflow-x: scroll;
	}
}
.biodiversity03 .biodiversity03_ph img{
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.biodiversity03 .biodiversity03_ph img{
		width: 150vw;
		margin-bottom: 10px;
	}
}