@charset "UTF-8";
/*-----------------------------------

	sustainability_block

-----------------------------------*/
/* lower_head */
.lower_head_sustainability{
	/* グラデ指定 */
	background: #d3eaf4; /* Old browsers */
	background: -moz-linear-gradient(top, #d3eaf4 0%, #eff7fb 25%, #eff7fb 51%, #eff7fb 75%, #d3eaf4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d3eaf4 0%,#eff7fb 25%,#eff7fb 51%,#eff7fb 75%,#d3eaf4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d3eaf4 0%,#eff7fb 25%,#eff7fb 51%,#eff7fb 75%,#d3eaf4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3eaf4', endColorstr='#d3eaf4',GradientType=0 ); /* IE6-9 */

	/* border */
	border-top: solid 3px #0a41b6;
}

/* message_box */
#message_box {
	margin-bottom: 80px;
}
#message_box h3 {
	margin-bottom: 30px;
}
#message_box .title_box {
	position: relative;
	padding-top: 80px;
}
#message_box .title_box .list_img {
	position: absolute;
	top: 30px;
	right: 0;
}
#message_box .title_box .list_img li {
	float: left;
	width: 100px;
	margin-right: 10px;
}
#message_box .title_box .list_img li:last-child {
	margin-right: 0;
}
#message_box .img_box {
	width: 13%;
}
#message_box .text_box {
	width: 84%;
}
#message_box .text_box p {
	font-size: 15px;
	line-height: 200%;
}

/* plan_box */
#plan_box .list_content {
	margin-top: 25px;
}
#plan_box .list_content li {
	margin-left: 25px;
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
	color: #615d5d;
}
#plan_box .list_content li span {
	display: inline-block;
	margin-left: -1.5em;
	margin-right: 7px;
}

/* about_box */
#about_box .intro_box h3 {
	font-size: 20px;
	line-height: 180%;
	text-align: center;
	color: #141414;
	margin-bottom: 20px;
	padding: 15px 10px;
	border: 2px solid #295bc4;

}
#about_box .intro_box p {
	font-size: 15px;
	font-weight: 500;
	line-height: 180%;
	color: #615d5d;
}
#about_box .intro_box a {
	color: #615d5d;
}
#about_box .intro_box a:hover {
	opacity: 0.8;
}
#about_box .intro_box .sustainable_bnr {
	margin-top: 60px;
}
#about_box .sustainable_list {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#about_box .sustainable_list li {
	width: 48%;
	margin-bottom: 40px;
}
#about_box .sustainable_list li img {
	width: 134px;
}
#about_box .sustainable_list li .text_box {
	width: 300px;
	margin-left: 15px;
}
#about_box .sustainable_list li .text_box span {
	display: block;
	width: 80px;
	background: #615d5d;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	color: #fff;
	padding: 6px 10px;
}
#about_box .sustainable_list li .text_box h4 {
	font-size: 20px;
	margin: 15px 0;
}
#about_box .sustainable_list li:nth-child(1) .text_box h4 {color: #e00e2f;}
#about_box .sustainable_list li:nth-child(2) .text_box h4 {color: #e1ad21;}
#about_box .sustainable_list li:nth-child(3) .text_box h4 {color: #3b9d36;}
#about_box .sustainable_list li:nth-child(4) .text_box h4 {color: #c80f23;}
#about_box .sustainable_list li:nth-child(5) .text_box h4 {color: #e8341a;}
#about_box .sustainable_list li:nth-child(6) .text_box h4 {color: #31bae3;}
#about_box .sustainable_list li:nth-child(7) .text_box h4 {color: #f9c902;}
#about_box .sustainable_list li:nth-child(8) .text_box h4 {color: #a90d3c;}
#about_box .sustainable_list li:nth-child(9) .text_box h4 {color: #ec6714;}
#about_box .sustainable_list li:nth-child(10) .text_box h4 {color: #dd1467;}
#about_box .sustainable_list li:nth-child(11) .text_box h4 {color: #f5a30e;}
#about_box .sustainable_list li:nth-child(12) .text_box h4 {color: #c59306;}
#about_box .sustainable_list li:nth-child(13) .text_box h4 {color: #32803f;}
#about_box .sustainable_list li:nth-child(14) .text_box h4 {color: #1c93d3;}
#about_box .sustainable_list li:nth-child(15) .text_box h4 {color: #4fb331;}
#about_box .sustainable_list li:nth-child(16) .text_box h4 {color: #06639d;}
#about_box .sustainable_list li:nth-child(17) .text_box h4 {color: #0c446b;}

#about_box .sustainable_list li .text_box p {
	font-size: 14px;
	font-weight: 500;
	line-height: 180%;
	color: #615d5d;
}

/* policy_box */
#policy_box .h3_lower,#iso_box .h3_lower{
	margin-bottom: 25px;
}
#policy_box .policy_text_box{
	position: relative;
	padding: 160px 0 50px;
}
#policy_box ul.list_img{
	position: absolute;
	top:30px;
	right: 0;
}
#policy_box ul.list_img li{
	float: left;
	width: 100px;
	margin-left: 10px;
}
#policy_box .list_content{
	margin-top: 50px;
}
#policy_box .list_content li {
	margin-left: 25px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 180%;
	color: #615d5d;
}
#policy_box .list_content li p{
	font-weight: 500;
}
#policy_box .list_content li span {
	display: block;
	color: #295bc4;
	margin-left: -1.5em;
	margin-right: 7px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #b3b3b3;
}

/*policy_ol_list*/
#policy_box ol.policy_ol_list{
	padding: 1em;
}
#policy_box ol.policy_ol_list li{
	font-weight: 600;
	margin-left: 0;
	margin-bottom: 1em;
}
#policy_box ol.policy_ol_list li p{
	font-weight: 400;
	margin-left: 1.8em;
}
/*action_list*/
#policy_box ul.action_list{
	padding: 1em;
}
#policy_box ul.action_list li{
	margin-bottom: 0;
	margin-left: 0;
	text-indent: -1em;
}

/* name_box */
p.name_box{
	text-align: right;
	margin-bottom: 2em;
}
/* kankyo_list */
.kankyo_list{
	padding: 3em;
	font-weight: 600;

}
.kankyo_list li{
	margin-bottom: 1em;
	text-align: justify;
	text-indent: -1.2em;
}

/* iso_img_box */
.iso_intro_box{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.text_box{
	width:50%;
}
.iso_img_box{
	width:40%;
}
.iso_img_box img{
	width: 47%;
	border: 1px solid #b3b3b3;
}
.iso_img_box img:first-child{
	margin-right: 3%;
}
.iso_about_box ul{
	padding: 1em 1.5em;
	margin: 25px 0 100px;
	border: solid 1px #b3b3b3;
}
.iso_about_box ul li:not(:last-child){
	margin-bottom: 2em;
}
.iso_about_box ul li .point_txt{
	font-size: 16px;
}


@media screen and (max-width: 1060px) {

	#about_box .sustainable_list li img {
		width: 29.7%;
	}
	#about_box .sustainable_list li .text_box {
		width: 65%;
		margin-left: 5%;
	}

}
@media screen and (max-width: 840px) {

	#message_box .title_box{
		padding-top: 0;
	}

/* message_box */
	#message_box .img_box {
		width: 20%;
	}
	#message_box .text_box {
		width: 73%;
	}

	#message_box .title_box .list_img {
		position: static;
		padding-bottom: 30px;
		width: 100%;
	}

/* about_box */
	#about_box .sustainable_list li .text_box h4 {
		font-size: 18px;
	}

/* policy_box */
	#policy_box .list_content{
		margin-top: 25px;
	}
	#policy_box .list_content li {
		font-size: 1em;
		margin-left: 0;
		margin-bottom: 1em;
	}
	#policy_box .list_content li span{
		margin-left: 0;
	}
	#policy_box .policy_text_box{
		padding: 25px 0 50px;
	}
	#policy_box ul.list_img{
		position: static;
		padding-bottom: 30px;
	}


/* policy_box  purchase_list_img */
	#policy_box ul.list_img.purchase_list_img li{
		width: calc(94% / 5);
		margin-left: 1.5%;
	}
	#policy_box ul.list_img.purchase_list_img li:first-child{
		margin-left: 0;
	}

/* iso_img_box */
	.iso_intro_box{
		display: block;
	}
	.text_box{
		width: 100%;
		margin-bottom: 2em;
	}
	.iso_img_box{
		width: 100%;
	}


}


@media screen and (max-width: 700px) {

	/* message_box */
		#message_box .title_box .list_img {
			max-width: 288px;
			margin: 0 auto;
		}
		#message_box .title_box .list_img li{
			width: 67px;
		}
		#message_box .title_box .list_img li{
			margin-right: 2%;
			margin-bottom: 2%;
		}
		#message_box .title_box .list_img li:last-child{
			margin-right: 0;
		}
		#message_box .title_box .list_img li img{
			width: 100%;
		}

	/* policy_box */
		#policy_box ul.list_img{
			position: static;
			max-width: 288px;
			margin: 0 auto;
			padding-bottom: 30px;
		}
		#policy_box ul.list_img li{
			width: 67px;
			margin-left: 2%;
		}
		#policy_box ul.list_img li:first-child{
			margin-left: 0;
		}

}

@media screen and (max-width: 640px) {

/* message_box */
	#message_box {
		margin-bottom: 40px;
	}
	#message_box .img_box {
		float: none !important;
		width: 100%;
	}
	#message_box .img_box img {
		display: block;
		margin: 0 auto;
	}
	#message_box .text_box {
		float: none !important;
		width: 100%;
		margin: 20px auto 0;
	}

/* plan_box */
	#plan_box .list_content li {
		font-size: 14px;
	}

/* about_box */
	#about_box .intro_box h3 {
		font-size: 16px;
		padding: 10px 5px;
	}
	#about_box .intro_box .sustainable_bnr {
		margin-top: 20px;
	}
	#about_box .sustainable_list {
		margin-top: 20px;
	}
	#about_box .sustainable_list li {
		width: 100%;
	}
	#about_box .sustainable_list li .text_box span {
		width: 100%;
	}
	#about_box .sustainable_list li .text_box h4 {
		font-size: 16px;
		margin: 10px 0;
	}
	#about_box .sustainable_list li .text_box p {
		font-size: 13.5px;
	}

/* iso_img_box */
	.iso_about_box ul{
		margin: 25px 0 25px;
	}

}


@media screen and (max-width: 400px) {

/* iso_img_box */
	.kankyo_list{
		padding:1.5em;
	}
	.kankyo_list li{
		text-indent: -1.25em;
	}

}
