@charset "utf-8";

/*=================================

	Contents Container

================================ */
/* ===================
	PC
--body.pcLayout
 =================== */
body.pcLayout #contentsContainer {
	box-sizing: border-box;
	width: 1000px;
	padding: 0;
	font-size: 16px;
}
body.pcLayout #contentsContainer *{
	box-sizing: border-box;
}
body.pcLayout .sustainability-mainVisual {
	margin: 0;
}

body.pcLayout .sustainability-navLayout01 {
	margin: 40px 0;
}
body.pcLayout .sustainability-navLayout01 ul{
	display: flex;
	box-shadow: 0 3px 10px 0 rgba(0, 0 , 0, 0.2);
	
}
body.pcLayout .sustainability-navLayout01 ul > li{
	width: 250px;
	border-left: 1px solid #dddddd;
}
body.pcLayout .sustainability-navLayout01 ul > li:first-child{
	border-left: none;
}
body.pcLayout .sustainability-navLayout01 ul > li a{
	position: relative;
	display: block;
	padding: 15px 15px 15px 42px;
	font-weight: bold;
	color: #333;
}
body.pcLayout .sustainability-navLayout01 ul > li a::before{
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -5px;
	border-top: 10px solid #007bcf;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	content: '';
}
body.pcLayout .sustainability-navLayout01 ul > li a:link,
body.pcLayout .sustainability-navLayout01 ul > li a:visited{
	color: #333;
	text-decoration: none;
}
body.pcLayout .sustainability-navLayout01 ul > li a:hover{
	color: #ffffff;
	background-color: #007bcf;
	text-decoration: none;
}
body.pcLayout .sustainability-navLayout01 ul > li a:hover::before{
	border-top-color: #ffffff;
}

/*sustainability-box*/
body.pcLayout .sustainability-boxColmunLayout01{
	display: flex;
}
body.pcLayout .sustainability-boxColmunLayout01 > .col{
	display: flex;
	flex-flow: column wrap;
	width: calc((100% - 36px) / 2);
	margin-right: 36px; 
}
body.pcLayout .sustainability-boxColmunLayout01 > .col:nth-child(2n){
	margin-right: 0;
}
/*sustainability-boxLayout01*/
body.pcLayout .sustainability-boxLayout01{
	margin-top: 30px;
	padding: 35px 70px 210px;
	background: #e7f6ff url("../../images/sustainability_bg01.jpg") left bottom no-repeat;
}
body.pcLayout .sustainability-boxLayout01 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #007bcf;
}
body.pcLayout .sustainability-boxLayout01 .sustainability-boxBody{
	margin-top: 20px;
	text-align: center;
	color: #333333;
	line-height: 1.6;
}
body.pcLayout .sustainability-boxLayout01 .sustainability-boxBody > p{
	margin-top: 18px;
}
/*sustainability-boxLayout02*/
body.pcLayout .sustainability-boxLayout02{
	margin-top: 30px;
	padding: 25px;
	background: #f6f6f6;
}
body.pcLayout .sustainability-boxLayout02 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	color: #333;
}
body.pcLayout .sustainability-boxLayout02 .sustainability-boxBody{
	margin-top: 20px;
	padding: 25px;
	background-color: #fff;
}
body.pcLayout .sustainability-boxLayout02 .sustainability-boxLayoutImage{
	margin-top: 15px;
	text-align: center;
}
/*sustainability-boxLayout03*/
/*sustainability-boxLayout04*/
body.pcLayout .sustainability-boxLayout03,
body.pcLayout .sustainability-boxLayout04{
	margin-top: 18px;
	padding: 14px 26px 26px;
}
body.pcLayout .sustainability-boxLayout03{
	background: #f6f6f6;
}
body.pcLayout .sustainability-boxLayout04{
	background: #e3f4ff;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxTitle,
body.pcLayout .sustainability-boxLayout04 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxTitle{
	color: #333;
}
body.pcLayout .sustainability-boxLayout04 .sustainability-boxTitle{
	color: #007bcf;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxFigureTitle,
body.pcLayout .sustainability-boxLayout04 .sustainability-boxFigureTitle{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxFigureTitle > .sustainability-boxFigureImage,
body.pcLayout .sustainability-boxLayout04 .sustainability-boxFigureTitle > .sustainability-boxFigureImage{
	width: 138px;
	margin: 3px 12px 0 0;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxFigureTitle > .sustainability-boxFigureBody,
body.pcLayout .sustainability-boxLayout04 .sustainability-boxFigureTitle > .sustainability-boxFigureBody{
	flex: 1 1;
	font-weight: bold;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01,
body.pcLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01{
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01 > .col,
body.pcLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01 > .col{
	width: calc((100% - 36px)/2);
	margin-right: 36px;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01 > .col:nth-child(2n),
body.pcLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01 > .col:nth-child(2n){
	margin-right: 0;
}
body.pcLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01 > .col:nth-child(n+3),
body.pcLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01 > .col:nth-child(n+3){
	margin-top: 15px;
}

/*sustainability-borderBoxLayout01*/
body.pcLayout .sustainability-borderBoxLayout01{
	text-align: center;
}
body.pcLayout .sustainability-borderBoxLayout01 > .sustainability-borderBoxLayout01Inner{
	max-width: 100%;
	display: inline-block;
	margin: 40px auto 0;
	border: 1px solid #dddddd;
	padding: 24px 28px 28px;
	background: #ffffff;
}
body.pcLayout .sustainability-borderBoxLayout01 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}

/*sustainability-columnLayout01*/
body.pcLayout .sustainability-columnLayout01{
	display: flex;
	flex-flow: row wrap;
	margin-top: 24px;
}
body.pcLayout .sustainability-columnLayout01 > .col{
	display: flex;
	width: calc((100% - 36px) / 2);
	margin-right: 36px;
}
body.pcLayout .sustainability-columnLayout01 > .col:nth-child(2n){
	margin-right: 0;
}
/*sustainability-figureLayout01*/
body.pcLayout .sustainability-figureLayout01{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	text-align: left;
}
body.pcLayout .sustainability-figureLayout01 .sustainability-figureLayoutImage{
	width: 140px;
	margin: 0 20px 0 0;
}
body.pcLayout .sustainability-figureLayout01 .sustainability-figureLayoutImage > img{
	max-width: 100%
}
body.pcLayout .sustainability-figureLayout01 .sustainability-figureLayoutBody{
	width: calc(100% - 160px);
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
body.pcLayout .sustainability-figureLayout01 .sustainability-figureLayoutBody > *:first-child{
  margin-top: 0;
}

/*sustainability-figureLayout02*/
body.pcLayout .sustainability-figureLayout02{
	display: flex;
	flex-flow: row nowrap;
	margin-top: 20px;
	padding: 0;
}
body.pcLayout .sustainability-figureLayout02 .sustainability-figureLayoutImage{
	width: 310px;
	margin: 0 36px 0 0;
}
body.pcLayout .sustainability-figureLayout02 .sustainability-figureLayoutImage > img{
	max-width: 100%
}
body.pcLayout .sustainability-figureLayout02 .sustainability-figureLayoutBody{
	flex: 1 1;
}

/*sustainability-figureLayout03*/
body.pcLayout .sustainability-figureLayout03{
	margin-top: 20px;
	padding: 0;
}
body.pcLayout .sustainability-figureLayout03::after{
	display: block;
	clear: both;
	content: '';
}
body.pcLayout .sustainability-figureLayout03 .sustainability-figureLayoutImage{
	float: left;
	margin: 0 42px 0 0;
}
body.pcLayout .sustainability-figureLayout03 .sustainability-figureLayoutBody{
	overflow: hidden;
}

/*sustainability-comparisonLayout01*/
body.pcLayout .sustainability-comparisonLayout01{
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	margin-top: 12px;
}
body.pcLayout .sustainability-comparisonLayout01 > .sustainability-comparisonBody{
	max-width: calc(100% - 368px);
}
body.pcLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout{
	position: relative;
	margin-left: 38px;
	border: 2px solid #007bcf;
	width: 330px;
	flex: 1 1 368px;
}
body.pcLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout::before{
	position: absolute;
	top: 50%;
	left: -23px;
	margin-top: -22px;
	border-top: 22px solid transparent;
	border-right: 22px solid #007bcf;
	border-bottom: 22px solid transparent;
	content: '';
}
body.pcLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout::after{
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -20px;
	border-top: 20px solid transparent;
	border-right: 20px solid #ffffff;
	border-bottom: 20px solid transparent;
	content: '';
}
body.pcLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout > .sustainability-comparisonCalloutTitle{
	padding: 5px 10px;
	background: #007bcf;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}
body.pcLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout > .sustainability-comparisonCalloutBody{
	padding: 10px;
	text-align: center;
}


 /*sustainability-heading01*/
body.pcLayout .sustainability-heading01Wrap{
	margin: 60px 0 35px;
}
body.pcLayout .sustainability-heading01Wrap > .sustainability-heading01{
	position: relative;
	padding-bottom: 16px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
}
body.pcLayout .sustainability-heading01Wrap > .sustainability-heading01::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 60px;
	height: 4px;
	margin-left: -30px;
	background: #007bcf;
	content: '';
}
body.pcLayout .sustainability-heading01Wrap > .sustainability-heading01Subtitle{
	text-align: center;
	font-size: 16px;
	color: #007bcf;
}
 /*sustainability-heading02*/
body.pcLayout .sustainability-heading02Wrap{
	overflow-x: hidden;
	margin: 54px 0 15px;
	text-align: center;
}
body.pcLayout .sustainability-heading02Wrap > .sustainability-heading02{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 26px;
	color: #007bcf;
}
body.pcLayout .sustainability-heading02Wrap > .sustainability-heading02::before{
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	width: 500px;
	border-top: 2px solid #007bcf;
	content: '';
}

body.pcLayout .sustainability-heading02Wrap > .sustainability-heading02::after{
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 500px;
	border-top: 2px solid #007bcf;
	content: '';
}

/*sustainability-descriptionList01*/
body.pcLayout .sustainability-unorderedList01{
	margin-top: 1em;
}
body.pcLayout .sustainability-unorderedList01 > li{
	position: relative;
  margin-top: 8px;
	padding-left: 1em;
}
body.pcLayout .sustainability-unorderedList01 > li::before{
	position: absolute;
	top: 0.45em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666666;
	content: '';
}
body.pcLayout .sustainability-unorderedList01 > li > em{
	font-weight: bold;
}
body.pcLayout .sustainability-unorderedList02{
	margin-top: 1em;
}
body.pcLayout .sustainability-unorderedList02 > li{
	position: relative;
  margin-top: 8px;
	padding-left: 1em;
}
body.pcLayout .sustainability-unorderedList02 > li::before{
	position: absolute;
	top: 0.45em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #007bcf;
	content: '';
}
body.pcLayout .sustainability-unorderedList02 > li > em{
	font-weight: bold;
	color: #007bcf;
}
/*sustainability-descriptionList01*/
body.pcLayout .sustainability-dlLayout01{
	display: flex;
	flex-flow: row wrap;
}
body.pcLayout .sustainability-dlLayout01 > .sustainability-descriptionList01{
	width: calc((100% - 36px) / 2);
	margin-right: 36px;
}
body.pcLayout .sustainability-dlLayout01 > .sustainability-descriptionList01:nth-child(2n){
	margin-right: 0;
}
body.pcLayout .sustainability-dlLayout01 > .sustainability-descriptionList01:nth-child(n+3){
	margin-top: 20px;
}
body.pcLayout .sustainability-descriptionList01 > dt {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
body.pcLayout .sustainability-descriptionList01 > dt.type-utility {
	position: relative;
	padding-left: 20px;
}
body.pcLayout .sustainability-descriptionList01 > dt.type-utility::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: #42c780;
	content: '';
}
body.pcLayout .sustainability-descriptionList01 > dt.type-resin {
	position: relative;
	padding-left: 20px;
}
body.pcLayout .sustainability-descriptionList01 > dt.type-resin::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 13px;
	height: 13px;
	background-color: #007bcf;
	content: '';
}
body.pcLayout .sustainability-descriptionList01 > dd{
	margin-top: 6px;
}

/*sustainability-button01*/
body.pcLayout .sustainability-button01,
body.pcLayout .sustainability-button01--blank {
	margin-top: 10px;
	text-align: center;
}
body.pcLayout .sustainability-button01 a,
body.pcLayout .sustainability-button01--blank a{
	position: relative;
	display: inline-block;
	min-width: 306px;
	padding: 16px;
	background: #ffffff;
	box-shadow: 0 3px 10px 0 rgba(0, 0 , 0, 0.3);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
body.pcLayout .sustainability-button01 a:link,
body.pcLayout .sustainability-button01--blank a:link,
body.pcLayout .sustainability-button01 a:visited,
body.pcLayout .sustainability-button01--blank a:visited{
	color: #333333;
	text-decoration: none;
}
body.pcLayout .sustainability-button01 a:hover,
body.pcLayout .sustainability-button01--blank a:hover{
	background-color: #007bcf;
	color: #ffffff;
}
body.pcLayout .sustainability-button01--blank a::after{
	position: absolute;
	top: 50%;
	right: 17px;
	display: block;
	width: 16px;
	height: 15px;
	margin-top: -7px;
	background: url("../../images/sustainability_ic01.png") 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: '';
}

/*sustainability-figureWrap01*/
body.pcLayout .sustainability-figureWrap01{
	margin: 10px 0 0;
}
body.pcLayout .sustainability-figureWrap01 .figureFrame{
	text-align: center;
}
body.pcLayout .sustainability-figureWrap01 .figureFrame > img{
	max-width: 100%
}
body.pcLayout .sustainability-figureWrap01 .figureCaption{
	margin-top: 10px;
	font-size: 13px;
}


/*sustainability Text*/
body.pcLayout .sustainability-leadText01{
	font-size: 20px;
	color: #007bcf;
}
body.pcLayout .sustainability-noteText01{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
body.pcLayout .sustainability-linkText01 a{
	display: inline-block;
	position: relative;
	padding-left: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #0d6fb2;
}
body.pcLayout .sustainability-linkText01 a::before{
	position: absolute;
	top: 0.38em;
	left: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #0d6fb2;
	border-bottom: 6px solid transparent;
	content: '';
}



/* ===================
	SP
--body.spLayout
 =================== */
body.spLayout #contentsContainer {
	box-sizing: border-box;
	width: auto !important;
	margin: 0 15px !important;
	padding: 0 0 20px !important;
	font-size: 14px;
}
body.spLayout sub {
	vertical-align: baseline;
}
body.spLayout #contentsContainer *{
	box-sizing: border-box;
}
body.spLayout .sustainability-mainVisual {
	margin: 0;
}

body.spLayout .sustainability-navLayout01 {
	margin: 20px 0;
}
body.spLayout .sustainability-navLayout01 ul{
	display: flex;
	flex-flow: row wrap;
	box-shadow: 0 3px 10px 0 rgba(0, 0 , 0, 0.2);
}
body.spLayout .sustainability-navLayout01 ul > li{
	width: 50%;
}
body.spLayout .sustainability-navLayout01 ul > li:nth-child(2n){
	border-left: 1px solid #dddddd;
}
body.spLayout .sustainability-navLayout01 ul > li:nth-child(n+3){
	border-top: 1px solid #dddddd;
}
body.spLayout .sustainability-navLayout01 ul > li a{
	position: relative;
	display: block;
	padding: 9px 9px 9px 30px;
	font-weight: bold;
	color: #333;
}
body.spLayout .sustainability-navLayout01 ul > li a::before{
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	margin-top: -5px;
	border-top: 8px solid #007bcf;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
}
body.spLayout .sustainability-navLayout01 ul > li a:link,
body.spLayout .sustainability-navLayout01 ul > li a:visited{
	color: #333;
	text-decoration: none;
}

/*sustainability-box*/
body.spLayout .sustainability-boxColmunLayout01{
	display: block;
}
body.spLayout .sustainability-boxColmunLayout01 > .col{
	width: 100%;
}
body.spLayout .sustainability-boxColmunLayout01 > .col + .col{
	margin-top: 10px;
}
/*sustainability-boxLayout01*/
body.spLayout .sustainability-boxLayout01{
	margin-top: 15px;
	padding: 15px 15px 132px;
	background: #e7f6ff url("../../images/sustainability_bg01.jpg") center bottom no-repeat;
	-webkit-background-size: 185% auto;
	background-size: 185% auto;
}
body.spLayout .sustainability-boxLayout01 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	color: #007bcf;
}
body.spLayout .sustainability-boxLayout01 .sustainability-boxBody{
	margin-top: 5px;
	color: #333333;
	line-height: 1.6;
}
body.spLayout .sustainability-boxLayout01 .sustainability-boxBody > p{
	margin-top: 10px;
}
/*sustainability-boxLayout02*/
body.spLayout .sustainability-boxLayout02{
	margin-top: 15px;
	padding: 12px;
	background: #f6f6f6;
}
body.spLayout .sustainability-boxLayout02 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
body.spLayout .sustainability-boxLayout02 .sustainability-boxBody{
	margin-top: 14px;
	padding: 15px;
	background-color: #fff;
}
body.spLayout .sustainability-boxLayout02 .sustainability-boxLayoutImage{
	margin-top: 15px;
	text-align: center;
}
/*sustainability-boxLayout03*/
/*sustainability-boxLayout04*/
body.spLayout .sustainability-boxLayout03,
body.spLayout .sustainability-boxLayout04{
	margin-top: 28px;
	padding: 10px 14px 14px;
}
body.spLayout .sustainability-boxLayout03{
	background: #f6f6f6;
}
body.spLayout .sustainability-boxLayout04{
	background: #e3f4ff;
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxTitle,
body.spLayout .sustainability-boxLayout04 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxTitle{
	color: #333;
}
body.spLayout .sustainability-boxLayout04 .sustainability-boxTitle{
	color: #007bcf;
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxFigureTitle,
body.spLayout .sustainability-boxLayout04 .sustainability-boxFigureTitle{
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxFigureTitle > .sustainability-boxFigureImage,
body.spLayout .sustainability-boxLayout04 .sustainability-boxFigureTitle > .sustainability-boxFigureImage{
	margin: 0;
	text-align: center;
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxFigureTitle > .sustainability-boxFigureBody,
body.spLayout .sustainability-boxLayout04 .sustainability-boxFigureTitle > .sustainability-boxFigureBody{
	margin-top: 10px;
	font-weight: bold;
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01,
body.spLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01{
	margin-top: 15px;
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01 > .col,
body.spLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01 > .col{
}
body.spLayout .sustainability-boxLayout03 .sustainability-boxColumnLayout01 > .col + .col,
body.spLayout .sustainability-boxLayout04 .sustainability-boxColumnLayout01 > .col + .col{
	margin-top: 14px;
}

/*sustainability-borderBoxLayout01*/
body.spLayout .sustainability-borderBoxLayout01{
	text-align: center;
}
body.spLayout .sustainability-borderBoxLayout01 > .sustainability-borderBoxLayout01Inner{
	max-width: 100%;
	display: inline-block;
	margin: 23px auto 0;
	border: 1px solid #dddddd;
	padding: 10px;
	background: #ffffff;
}
body.spLayout .sustainability-borderBoxLayout01 .sustainability-boxTitle{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

/*sustainability-columnLayout01*/
body.spLayout .sustainability-columnLayout01{
	margin-top: 14px;
}
body.spLayout .sustainability-columnLayout01 > .col{
	width: 100%;
}
body.spLayout .sustainability-columnLayout01 > .col + .col{
	margin-top: 8px;
}
/*sustainability-figureLayout01*/
body.spLayout .sustainability-figureLayout01{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}
body.spLayout .sustainability-figureLayout01 .sustainability-figureLayoutImage{
	margin: 0;
	width: 85px;
	margin-right: 10px;
}
body.spLayout .sustainability-figureLayout01 .sustainability-figureLayoutImage > img{
	max-width: 100%;
}
body.spLayout .sustainability-figureLayout01 .sustainability-figureLayoutBody{
	width: calc(100% - 95px);
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
body.spLayout .sustainability-figureLayout01 .sustainability-figureLayoutBody > *:first-child{
	margin-top: 0;
}

/*sustainability-figureLayout02*/
body.spLayout .sustainability-figureLayout02{
	margin-top: 10px;
	padding: 0;
}
body.spLayout .sustainability-figureLayout02 .sustainability-figureLayoutImage{
	margin: 0;
}
body.spLayout .sustainability-figureLayout02 .sustainability-figureLayoutImage > img{
	max-width: 100%
}
body.spLayout .sustainability-figureLayout02 .sustainability-figureLayoutBody{
	flex: 1 1;
}

/*sustainability-figureLayout03*/
body.spLayout .sustainability-figureLayout03{
	margin-top: 15px;
	padding: 0;
}
body.spLayout .sustainability-figureLayout03 .sustainability-figureLayoutImage{
	margin: 0;
}
body.spLayout .sustainability-figureLayout03 .sustainability-figureLayoutBody{
	margin-top: 10px;
}

/*sustainability-comparisonLayout01*/
body.spLayout .sustainability-comparisonLayout01{
	margin-top: 10px;
}
body.spLayout .sustainability-comparisonLayout01 > .sustainability-comparisonBody{
}
body.spLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout{
	position: relative;
	margin-top: 25px;
	border: 2px solid #007bcf;
}
body.spLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout::before{
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -21px;
	border-right: 21px solid transparent;
	border-bottom: 17px solid #007bcf;
	border-left: 21px solid transparent;
	content: '';
}
body.spLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout > .sustainability-comparisonCalloutTitle{
	padding: 6px 8px;
	background: #007bcf;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
body.spLayout .sustainability-comparisonLayout01 > .sustainability-comparisonCallout > .sustainability-comparisonCalloutBody{
	padding: 10px 15px;
	text-align: center;
}



 /*sustainability-heading01*/
body.spLayout .sustainability-heading01Wrap{
	margin: 46px 0 14px;
}
body.spLayout .sustainability-heading01Wrap > .sustainability-heading01{
	position: relative;
	padding-bottom: 8px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
body.spLayout .sustainability-heading01Wrap > .sustainability-heading01::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background: #007bcf;
	content: '';
}
body.spLayout .sustainability-heading01Wrap > .sustainability-heading01Subtitle{
	text-align: center;
	font-size: 16px;
	color: #007bcf;
}
 /*sustainability-heading02*/
body.spLayout .sustainability-heading02Wrap{
	overflow: hidden;
	margin: 32px 0 12px;
	text-align: center;
}
body.spLayout .sustainability-heading02Wrap > .sustainability-heading02{
	position: relative;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #007bcf;
}
body.spLayout .sustainability-heading02Wrap > .sustainability-heading02::before{
	position: absolute;
	top: 50%;
	right: calc(100% + 8px);
	width: 90vw;
	border-top: 2px solid #007bcf;
	content: '';
}

body.spLayout .sustainability-heading02Wrap > .sustainability-heading02::after{
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 500px;
	border-top: 2px solid #007bcf;
	content: '';
}

/*sustainability-descriptionList01*/
body.spLayout .sustainability-unorderedList01{
	margin-top: 1em;
}
body.spLayout .sustainability-unorderedList01 > li{
	position: relative;
  margin-top: 8px;
	padding-left: 1em;
}
body.spLayout .sustainability-unorderedList01 > li::before{
	position: absolute;
	top: 0.40em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #666666;
	content: '';
}
body.spLayout .sustainability-unorderedList01 > li > em{
	font-weight: bold;
}
body.spLayout .sustainability-unorderedList02{
	margin-top: 1em;
}
body.spLayout .sustainability-unorderedList02 > li{
	position: relative;
  margin-top: 8px;
	padding-left: 1em;
}
body.spLayout .sustainability-unorderedList02 > li::before{
	position: absolute;
	top: 0.40em;
	left: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #007bcf;
	content: '';
}
body.spLayout .sustainability-unorderedList02 > li > em{
	font-weight: bold;
	color: #007bcf;
}
/*sustainability-descriptionList01*/
body.spLayout .sustainability-dlLayout01{
	display: flex;
	flex-flow: row wrap;
}
body.spLayout .sustainability-dlLayout01 > .sustainability-descriptionList01{
	width: 100%;
}
body.spLayout .sustainability-dlLayout01 > .sustainability-descriptionList01:nth-child(n+2){
	margin-top: 13px;
}
body.spLayout .sustainability-descriptionList01 > dt {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
body.spLayout .sustainability-descriptionList01 > dt.type-utility {
	position: relative;
	padding-left: 18px;
}
body.spLayout .sustainability-descriptionList01 > dt.type-utility::before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #42c780;
	content: '';
}
body.spLayout .sustainability-descriptionList01 > dt.type-resin {
	position: relative;
	padding-left: 18px;
}
body.spLayout .sustainability-descriptionList01 > dt.type-resin::before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #007bcf;
	content: '';
}
body.spLayout .sustainability-descriptionList01 > dd{
	margin-top: 6px;
}

/*sustainability-button01*/
body.spLayout .sustainability-button01,
body.spLayout .sustainability-button01--blank {
	margin-top: 10px;
	text-align: center;
}
body.spLayout .sustainability-button01 a,
body.spLayout .sustainability-button01--blank a{
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	background: #ffffff;
	box-shadow: 0 3px 10px 0 rgba(0, 0 , 0, 0.3);
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
body.spLayout .sustainability-button01 a:link,
body.spLayout .sustainability-button01--blank a:link,
body.spLayout .sustainability-button01 a:visited,
body.spLayout .sustainability-button01--blank a:visited{
	color: #333333;
	text-decoration: none;
}
body.spLayout .sustainability-button01 a:hover,
body.spLayout .sustainability-button01--blank a:hover{
	background-color: #007bcf;
	color: #ffffff;
}
body.spLayout .sustainability-button01--blank a::after{
	position: absolute;
	top: 50%;
	right: 17px;
	display: block;
	width: 16px;
	height: 15px;
	margin-top: -7px;
	background: url("../../images/sustainability_ic01.png") 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: '';
}

/*sustainability-figureWrap01*/
body.spLayout .sustainability-figureWrap01{
	margin: 10px 0 0;
}
body.spLayout .sustainability-figureWrap01 .figureFrame{
	text-align: center;
}
body.spLayout .sustainability-figureWrap01 .figureFrame > img{
	max-width: 100%
}
body.spLayout .sustainability-figureWrap01 .figureCaption{
	margin-top: 10px;
	font-size: 12px;
}


/*sustainability Text*/
body.spLayout .sustainability-leadText01{
	font-size: 15px;
	color: #007bcf;
}
body.spLayout .sustainability-noteText01{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
body.spLayout .sustainability-linkText01 a{
	display: inline-block;
	position: relative;
	padding-left: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #0d6fb2;
}
body.spLayout .sustainability-linkText01 a::before{
	position: absolute;
	top: 0.38em;
	left: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #0d6fb2;
	border-bottom: 6px solid transparent;
	content: '';
}

