@charset "UTF-8";

/*--------------------------------------------------------------------
works.html
works.css
--------------------------------------------------------------------*/


/*------------about---------------------------------------------------------------*/
div#about div.InBox:nth-of-type(1) {
	margin-bottom: 0;
	padding-bottom: 0;
}
div#about div.InBox:nth-of-type(1):after { border-bottom: 0 none; }

/*------------recycle------------------------------------*/
div#about div#recycle {
	position: relative;
	margin: 60px 0 90px;
}
div#about div#recycleBG {
	position: absolute;
	width: 100%;
	height: 400px;
	background: url(../../img/top/sdgs_bg.jpg) no-repeat center top;
	background-size: cover;
	top: 55%;
	z-index: -1;
}
div#about div#recycleBG:before,
div#about div#recycleBG:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 80px;
	z-index: -1;
}
div#about div#recycleBG:before {
	top: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 20%,rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
div#about div#recycleBG:after {
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
div#about div#recycle ul {
	position: relative;
	width: 94%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	z-index: 1;
}
div#about div#recycle ul li {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
div#about div#recycle ul li:nth-of-type(2n) {}
div#about div#recycle ul li:nth-of-type(2n) p {
	position: relative;
	margin: 15px 0;
	font-size: 1.06rem;
	font-weight: bold;
}
div#about div#recycle ul li:nth-of-type(2n) p:before {
	position: absolute;
	display: block;
	content: "";
	border-style: solid;
	border-width: 24px 12px 0 12px;
	top: 50%;
	left: 20%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#about div#recycle ul li:nth-of-type(2) p { color: #00549e; }
div#about div#recycle ul li:nth-of-type(2) p:before { border-color: #00549e transparent transparent transparent; }
div#about div#recycle ul li:nth-of-type(4) p { color: #e60012; }
div#about div#recycle ul li:nth-of-type(4) p:before { border-color: #e60012 transparent transparent transparent; }
div#about div#recycle dl dt {
	padding: 0.35em 0;
	height: 2em;
	text-align: center;
	color: #fff;
}
div#about div#recycle dl dt {
	position: relative;
	margin-bottom: 0.45em;
	padding: 0.35em 0;
	height: 3.5em;
	line-height: 1.2;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
}
div#about div#recycle ul li:nth-of-type(1) dl dt { background-color: #00549e; }
div#about div#recycle ul li:nth-of-type(3) dl dt { background-color: #e60012; }
div#about div#recycle ul li:nth-of-type(5) dl dt { background-color: #ffa100; font-size: 1.06rem; }
div#about div#recycle dl dt strong {
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}
div#about div#recycle dl dt span {
	display: block;
	font-size: 0.93rem;
}
div#about div#recycle dl dd p + p {
	margin-top: 0.35em;
	line-height: 1.2;
}
div#about div#recycle p#domestic {
	width: 94%;
	margin: 65px auto 0;
	line-height: 1.2;
	text-align: center;
	font-size: 2.31em;
	font-weight: bold;
	color: #00549e;
}
div#about div#recycle p#domestic strong { color: #e60012; }
div#about div#recycle p#circleImg {
	width: 90%;
	margin: 65px auto 0;
}
/*------------material------------------------------------*/
div#about div#material ul {
	width: 100%;
	margin: 0.8em 0 -2%;
	list-style: none;
	overflow: hidden;
}
div#about div#material ul li {
	width: 49%;
	margin: 0 2% 2% 0;
	float: left;
}
div#about div#material ul li:nth-of-type(2n) { margin-right: 0; }
div#about div#material ul + p {
	margin-top: 0.8em;
	text-align: center;
}


/*------------sales---------------------------------------------------------------*/
div#sales ol { padding-left: 1.5em; }
div#sales ol > li + li { margin-top: 0.35em; }
div#sales div#note {
	margin-top: 0.8em;
	padding: 20px 30px 20px 0;
	background-color: #00549e;
	counter-reset: Number;
	color: #fff;
}
div#sales div#note ul {
	list-style: none;
	padding-left: 2em;
}
div#sales div#note ul li {
	list-style: none;
	padding-left: 2em;
	text-indent: -1.25em;
	counter-increment: Number;
}
div#sales div#note ul li:before {
	display: inline-block;
	margin-right: 1em;
	content: "注" counter(Number) ;
}
div#sales div#note ul > li + li { margin-top: 0.35em; }


/*------------flow---------------------------------------------------------------*/
/*------------flow------------------------------------*/
div#flow { counter-reset: Number; }
div#flow div.Inner { counter-increment: Number; }
div#flow h4 span:before {
	display: block;
	margin-bottom: 0.5em;
	padding: 0.35em 0.5em;
	background-color: #00549e;
	vertical-align: 0.15em;
	font-size: 1.12rem;
	font-weight: bold;
	color: #fff;
	content: "Step." counter(Number, decimal-leading-zero) ; 
}
div#flow ul {
	margin-top: 0.8em;
	list-style: none;
}
div#flow ul li {
	padding-left: 1.3em;
	text-indent: -1.3em;
}
div#flow ul li:before {
	padding-right: 0.3em;
	content: "\0030fb";
}
/*------------pageLink------------------------------------*/
div#pageLink ul {
	width: 100%;
	margin: 0.8em auto 0;
	list-style: none;
	overflow: hidden;
}
div#pageLink ul li {
	width: 90%;
	text-align: center;
	font-size: 1.87em;
	margin: 0 auto;
}
div#pageLink ul li:nth-of-type(1) {}
div#pageLink ul li:nth-of-type(2) { margin-top: 20px; }
div#pageLink ul li a {
	position: relative;
	display: block;
	padding: 40px 20px 80px;
	background-color: rgba(0, 84, 158, 0.7);
	color: #fff;
}
div#pageLink ul li strong {
	position: relative;
	display: block;
	padding-bottom: 60px;
}
div#pageLink ul li strong:before,
div#pageLink ul li strong:after {
	position: absolute;
	display: block;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
div#pageLink ul li strong:before {
	width: 35px;
	height: 35px;
	background: url(../../img/top/business_a.png) no-repeat left top;
	bottom: 0;
}
div#pageLink ul li strong:after {
	width: 120px;
	height: 4px;
	background-color: #fff;
	bottom: 50px;
}
div#pageLink ul li span {
	position: absolute;
	display: block;
	line-height: 1;
	font-size: 2.66em;
	color: rgba(255, 255, 255, 0.3);
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}