@charset "utf-8";

.sustainabilityHead {
	margin-top: 55px;
	padding-top: 40px;
	background: url(/common/img/com_bg03.gif) no-repeat 0 0;
	color: #003366;
	font-size: 3.4rem;
	font-weight: bold;
}
.sustainabilitylead {
	margin-top: 20px;
	font-size: 1.8rem;
	color: #333;
	line-height: 1.4;
}
.sustainabilityInner {
	margin-top: 30px;
}
.sustainabilityList01 {
	margin-top: 20px;
	padding: 0 90px;
}
.sustainabilityList01 li {
	font-size: 1.8rem;
	color: #333;
	line-height: 1.4;
	background: url(/english/sustainability/img/common/com_ic01.gif) no-repeat 0 0.25em;
	padding-left: 25px;
}
.sustainabilityList01 li + li {
	margin-top: 2px;
}
.sustainabilityInner :first-child {
  margin-top: 0;
}
.sustainabilityCardwrap {
	display: flex;
	column-gap: 3em;
}
.sustainabilityCard {
	width: calc((100% - (3em * 2) / 3));
}
.sustainabilityCardhead {
	background-color: #125aa2;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 10px 5px;
}
.sustainabilityCardtitle {
	font-size: 3rem;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
}
.sustainabilityCardbody {
	background-color: #eff7ff;
	height: 355px;
}
.sustainabilityCardinner {
	padding: 20px 30px;
}
.sustainabilityCardleadwrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96.5px;
}
.sustainabilityCardlead {
	font-size: 2.3rem;
	color: #003366;
	line-height: 1.4;
	font-weight: bold;
}
.sustainabilityList02 {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #003366;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.4;
}
.sustainabilityList02 li {
	padding-left: 10px;
	background: url(/common/img/com_ic04.gif) no-repeat 0 0.5em;
}
.sustainabilityList02 li + li {
	margin-top: 10px;
}
.sustainabilityBox {
	background-color: #125aa2;
	margin-top: 30px;
	overflow: hidden;
}
.sustainabilityBoxtitle {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: bold;
}
.sustainabilityBoxbody {
	margin-top: 10px;
}
.sustainabilityBoxInner :first-child {
  margin-top: 0;
}
.sustainabilityBoxInner {
	padding: 20px 40px 30px;
	position: relative;
}
.sustainabilityBoxInner::after{
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 25px);
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}
.sustainabilityCol {
	background-color: #fff;
}
.sustainabilityColtitle {
	color: #003366;
	font-size: 2.2rem;
	line-height: 1.2;
}
.sustainabilityColwrap {
	display: flex;
	column-gap: 2em;
}
.sustainabilityCol {
	width: calc((100% - (2em * 2) / 3));
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6px 10px 4px;
}
.sustainabilityLeadwrap {
	margin-top: 90px;
}
.sustainabilityLead {
	color: #003366;
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: bold;
}