@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.gnav li.nav-csr a::after {
  -webkit-transform: scaleX(1)!important;
  -ms-transform: scaleX(1)!important;
  transform: scaleX(1)!important;
  background-color: #0a528f!important;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.policy li {
	color: #0a528f;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.policy li img {
	display: block;
	margin-bottom: 10px;
}
.policy li span {
	display: block;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	margin: 30px 0;
}

#policy02 {
	background: url(../images/csr-images/bg.jpg) 50% 0% no-repeat;
	padding: 50px 0;
}
#policy02 .tit-cmn03 {
	margin-bottom: 20px;
}

.iso li {
	text-align: center;
	background-color: #fff;
	border: solid 3px #77aedd;
	padding: 15px;
	margin-bottom: 30px;
}
.iso li dt {
	margin-bottom: 5px;
}
.iso li dd span {
	display: block;
	color: #0a528f;
	font-family: 'Crimson Text', serif;
	font-size: 3.2rem;
	margin-bottom: 10px;
}

#environment02 .img {
	float: right;
	width: 48%;
}
#environment02 .txt {
	float: left;
	width: 48%;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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


}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

#environment02 .img {
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
#environment02 .txt {
	float: none;
	width: 100%;
}



}

