@charset "utf-8";
/*=============================================================
 highlight index contents Layout
=============================================================*/

#contents div.gray{
	background: url(/sustainability/highlight/img/bg_gray.jpg) no-repeat top;
}
#contents div.gray p,
#contents div.blue p,
#contents div.yellow p{
	font-weight: bold;
	font-size: 105%;
	line-height: 2;
	text-align: center;
}
#contents h4{
	font-size: 110%;
	line-height: 2;
}
#contents div.blue{
	background-color: #B9EEF2;
}

#contents div.yellow{
	background-color: #fffce2;
}

#contents div.yellow p.ttl{
	font-size: 210%;
}
#contents .box-clm2.left2x>.boxRight.box2{
	width: 106px;
}
#contents .box-clm2 .boxRight img:nth-child(2){
	margin-left: 12px;
}
#contents .link_banner{
	background: url(/sustainability/highlight/img/bg_mate_gray.jpg) no-repeat;
	margin: 0px;
	background-size:cover;
	/* height: 300px; */
	vertical-align: bottom;
}
#contents .-col2{
    max-width: 676px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5%;
}
#contents .-col2 .col-in{
	width: calc((100% - 3%) / 2);
	max-height: 350px;
	/* text-align: center; */
}
#contents .col-in img{
	width: auto;
	height: 120px;
	object-fit: contain;
}
#contents .-col2 .col-in:last-child{
	text-align: center;
}	
#contents .-col2 .col-in h2{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5;
}
#contents .boxlink{
	display: block;
	position:relative;
	margin-top: 10px;
	box-sizing: border-box;
	text-align: center;
	width: 80%;
	border: solid #313131 1px;
	padding: 10px;
	color: #313131;
	text-decoration: none;
	background: #f0f0f0;
}

#contents .boxlink :visited{
	color: #313131;
	
}
#contents .boxlink span::before{
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	border: 0px;
	border-top: solid 1px #313131;
	border-right: 1px solid #313131;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 5px);
	right: 10%;
	transition: all 300ms 0s ease;
}
#contents .boxlink span::after{
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	border: 0px;
	border-top: solid 1px #313131;
	top: calc(58% - 4px);
	right: 10%;
	transition: all 300ms 0s ease;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/*=============================================================
 highlight contents Layout
=============================================================*/
/* highlight-topicsSet
-------------------------------------------------------------*/
#contents div.gray p,
#contents div.blue p,
#contents div.yellow p{
	font-size: 80%;
}
#contents .-col2 .col-in{
	width: 100%;
}
#contents .-col2 .col-in h2{
	font-size: 90%;
}
#contents .boxlink{
	margin: 8% auto 2%;
	font-size: 75%;
		
	}		
#contents .boxlink span::before{
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border: 0px;
	border-top: solid 1px #313131;
	border-right: 1px solid #313131;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(52% - 5px);
	right: 5%;
	transition: all 300ms 0s ease;
}
#contents .boxlink span::after{
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	border: 0px;
	border-top: solid 1px #313131;
	top: calc(56% - 4px);
	right: 5%;
	transition: all 300ms 0s ease;
}		
}
