@charset "UTF-8";


/*recycling*/
.page_ttl.recycling_page_ttl {
	background:#86B625 url(../img/recycling/page_ttl.png) no-repeat center center;
}
.recycling .processing {
}
.recycling .processing .com {
	text-align:center;
	margin:0 0 25px;
}
.recycling .processing ul {
	margin:0 0 10px;
}
.recycling .processing ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.recycling .processing ul li {
	float:left;
	width:312px;
	margin:0 12px 0 0;
}
.recycling .processing ul li:last-child {
	margin:0;
}
.recycling .processing ul li span {
	display:block;
	background:#68b315;
	text-align:center;
	color:#FFF;
	font-size:1.8rem;
	font-weight:bold;
	padding:15px 0;
}
.recycling .processing ul li span em {
	display: inline-block;
	font-weight:bold;
}
.recycling .processing ul li span em:first-letter {
	margin:0 1em 0 0;
}
.recycling .processing ul li img {
	padding:0 1px 1px;
	background:#5ba20d;
}
.recycling .processing .box {
	margin-bottom: 5px;
	position: relative;
	border: solid 1px #e04844;
}
.recycling .processing .box:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.recycling .processing .box .img {
	float:left;
}
.recycling .processing .box .box_r {
	float:right;
	right:38px;
	width:570px;
	display:inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.recycling .processing .box .box_r h3 {
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.1;
	color:#e82a25;
	border-bottom: solid 1px #e82a25;
	padding:0 0 15px 0px;
	margin:0 0 15px;
}
.recycling .processing .box .box_r h3 span {
	display:block;
	text-align:center;
}
.recycling .processing .box .box_r p {
	padding:0 0 0 25px;
	line-height:1.5;
}
.recycling .impossible {
}
.recycling .impossible .com {
	text-align:center;
	margin:0 0 25px;
}
.recycling .impossible ul {
	margin:0 0 10px;
}
.recycling .impossible ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.recycling .impossible ul li {
	float:left;
	width:312px;
	margin:0 12px 0 0;
}
.recycling .impossible ul li:last-child {
	margin:0;
}
.recycling .impossible ul li span {
	display:block;
	background:#E62D28;
	text-align:center;
	color:#FFF;
	font-size:1.8rem;
	font-weight:bold;
	padding:15px 0;
}
.recycling .impossible ul li span em {
	display: inline-block;
	font-weight:bold;
}
.recycling .impossible ul li span em:first-letter {
	margin:0 1em 0 0;
}
.recycling .impossible ul li img {
	padding:0 1px 1px;
	background:#E62D28;
}
.recycling .comment {
}
.recycling .comment ul {
	margin:0 0 10px;
}
.recycling .comment ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.recycling .comment ul li {
	float:left;
	width:312px;
	margin:0 12px 0 0;
}
.recycling .comment ul li:last-child {
	margin:0;
}
.recycling .comment ul li span {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	padding: 0px;
	margin-bottom: 30px;
}
.recycling .comment ul li span em {
	display: inline-block;
	font-weight:bold;
}
.recycling .comment ul li span em:first-letter {
	margin:0 1em 0 0;
}
.recycling .comment_last {
}\
.recycling .comment_last ul {
	margin:0 0 10px;
}
.recycling .comment_last ul:after {
   content: " ";
   font-size: 0.1rem;
   display: block;
   clear: both;
   line-height: 0;
   height: 0;
   visibility: hidden;
}
.recycling .comment_last ul li {
	float:left;
	width:312px;
	margin:0 12px 0 0;
}
.recycling .comment_last ul li:last-child {
	margin:0;
}
.recycling .comment_last ul li span {
	display: block;
	text-align: center;
	font-size: 1.8rem;
	padding: 0px;
	margin-bottom: -10px;
}
.recycling .comment_last ul li span em {
	display: inline-block;
	font-weight:bold;
}
.recycling .comment_last ul li span em:first-letter {
	margin:0 1em 0 0;
}


@media screen and (max-width: 1000px) {
.page_ttl.recycling_page_ttl {
	background:#86B625 url(../img/recycling/page_ttl.png) no-repeat center center;
}
.recycling .processing .com {
	margin:0 0 2.5vw;
}
.recycling .processing ul {
	margin:0 0 1vw;
}
.recycling .processing ul li {
	width:31.2vw;
	margin:0 1.2vw 0 0;
}
.recycling .processing ul li span {
	font-size:1.8rem;
	padding:1.5vw 0;
}
.recycling .processing ul li span em:first-letter {
	margin:0 1em 0 0;
}
.recycling .processing .box {
	margin-bottom: 0.5vw;
}
.recycling .processing .box .img {
	width:31.2vw;
}
.recycling .processing .box .box_r {
	float:right;
	right:3.8vw;
	width:57vw;
	display:inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}
.recycling .processing .box .box_r h3 {
	font-size:1.8rem;
	padding:0 0 1.5vw 0px;
	margin:0 0 1.5vw;
}
.recycling .processing .box .box_r p {
	padding:0 0 0 2.5vw;
}
}


@media screen and (max-width: 768px) {
.recycling .processing .com {
	text-align:left;
	margin:0 0 6.51vw;
}
.recycling .processing ul {
	margin:0 0 2.604vw;
}
.recycling .processing ul li {
	width:48%;
	margin:0 0 2.604vw 0;
}
.recycling .processing ul li:nth-child(2n) {
	float:right;
}
.recycling .processing ul li:nth-child(2n+1) {
	clear:both;
}
.recycling .processing ul li:last-child {
	margin:0;
}
.recycling .processing ul li span {
	font-size:1.8rem;
	padding:.3em 0;
}
.recycling .processing .box {
	margin-bottom: 2.604vw;
}
.recycling .processing .box .img {
	float:none;
	width:100%;
	margin-bottom:3.906vw;
}
.recycling .processing .box .box_r {
	float:none;
	right: inherit;
	width:100%;
	display:block;
	position: relative;
	top: inherit;
	-webkit-transform: translateY(0); /* Safari用 */
	transform: translateY(0);
}
.recycling .processing .box .box_r h3 {
	font-size:1.5rem;
	padding:0 0 3.906vw;
	margin:0 3vw 3.906vw;
}
.recycling .processing .box .box_r h3 span {
	font-weight:bold;
}
.recycling .processing .box .box_r p {
	padding:0 4vw 5vw;
	line-height:1.5;
}
.recycling .impossible .com {
	text-align:left;
	margin:0 0 50px;
}
.recycling .impossible ul {
	margin:0 0 30px;
}
.recycling .impossible ul li {
	width:48%;
	margin:0 0 2.604vw 0;
}
.recycling .impossible ul li:nth-child(2n) {
	float:right;
}
.recycling .impossible ul li:nth-child(2n+1) {
	clear:both;
}
.recycling .impossible ul li:last-child {
	margin:0;
}
.recycling .impossible ul li span {
	font-size:1.8rem;
	padding:.3em 0;
}
.recycling .comment {
}
.recycling .comment ul {
	margin:0 0 2.604vw;
}
.recycling .comment ul li {
	float:none;
	width:100%;
	margin:0 0 1.302vw 0;
}
.recycling .comment ul li span {
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: 5.208vw;
}
.recycling .comment_last ul {
	margin:0 0 2.604vw;
}
.recycling .comment_last ul li {
	float:none;
	width:100%;
	margin:0 0 1.302vw 0;
}
.recycling .comment_last ul li span {
	text-align: left;
	font-size: 1.6rem;
	margin-bottom: -2.604vw;
}
}



/* イメージリスト */
#workList01{
	max-width: 990px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 60px;
}

#workList01 li{
	width:33.3333%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#workList01 p.txt01 {
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #FCB746;
}

#workList01 p.txt02 {
	color: #333333;
	height: 130px;
}



.img-responsive{
	width:100%;
	height:auto;
}




/* TABLET */
@media screen and (max-width: 788px){

#workList01 li{
	width:100%;
	float:none;
	padding:0 ;
}


}



/* イメージリスト */
#workList02{
	max-width: 990px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 60px;
}

#workList02 li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#workList02 p.txt01 {
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	font-size: 125%;
	background-color: #000000;
}

#workList02 p.txt02 {
	color: #333333;
	height: 130px;
}



.img-responsive{
	width:100%;
	height:auto;
}




/* TABLET */
@media screen and (max-width: 788px){

#workList02 li{
	width:100%;
	float:none;
	padding:0 ;
}


}


/* イメージリスト */
#workList03{
	max-width: 990px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 60px;
}

#workList03 li{
	width:25%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#workList03 p.txt01 {
	text-align: center;
	color: #333333;
	font-size: 90%;
	margin-top: 5px;
	font-weight: normal;
}

#workList03 p.txt02 {
	color: #333333;
	height: 130px;
}



.img-responsive{
	width:100%;
	height:auto;
}




/* TABLET */
@media screen and (max-width: 788px){

#workList03 li{
	width:50%;
	padding:0 15px;
}


}







/*ボックスレスポンシブ001*/
.boxreswork01 {
	margin-bottom: 60px;
}
.boxreswork01 p.txt01 {
	padding-top: 5px;
	color: #339933;
	font-size: 125%;
	font-weight: bold;
}
.boxreswork01 p.txt02 {
	background-color: #E8C41A;
	padding: 5px;
	color: #FFF;
	width: 150px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}
.boxreswork01 p.txt03 {
	padding-top:5px;
}

@media (max-width: 788px){
.boxreswork01 {
	min-height:0px ;
}
}




/*ボックスレスポンシブ002*/
.boxreswork02 {
	margin-bottom: 60px;
}
.boxreswork02 p.txt01 {
	color: #000000;
	font-size: 135%;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F90;
	vertical-align: middle;
	padding-left: 20px;
	margin-bottom: 10px;
}
.boxreswork02 p.txt02 {
	font-size: 125%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../img/recycling/chek.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	margin-top: 5px;
}

@media (max-width: 788px){
.boxreswork02 p.txt01 {
	font-size: 117%;
}
.boxreswork02 p.txt02 {
	font-size: 100%;
	padding-left: 0px;
	background-image: none;
}
}




/*ボックスレスポンシブ001*/
.boxreswork03 {
	margin-bottom: 60px;
}
.boxreswork03 p.txt01 {
	padding-top: 5px;
	color: #339933;
	font-size: 125%;
	font-weight: bold;
}
.boxreswork03 p.txt02 {
	background-color: #E8C41A;
	padding: 5px;
	color: #FFF;
	width: 150px;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
}
.boxreswork03 p.txt03 {
	padding-top:5px;
}

@media (max-width: 788px){
.boxreswork03 {
	min-height:0px ;
}
}



/*縦横ヘッダーテーブル*/

table.table01 {
	width: 100%;
	border-right: #86B625 solid 1px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
table.table01 thead th {
	background:#86B625;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th span{
	font-size: 80%;
}
table.table01 thead th:last-child {
	border-right:#86B625 solid 1px;
}
table.table01 tbody th {
	background:#86B625;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody th span{
	font-size: 80%;
}
table.table01 tbody tr:last-child th {
	border-bottom:#86B625 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#86B625 solid 1px;
	border-bottom:#86B625 solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 788px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}



/*company*/
.page_ttl.company_page_ttl {
	background:#86B625 url(../img/company/page_ttl.png) no-repeat center center;
}
.table_company{
	width: 100%;
	border-collapse: collapse;
	border: medium solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 0px;
}
.table_company th{
	width: 25%;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #F8F8F8;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.table_company td{
	background-color: #fff;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


@media screen and (max-width: 1000px) {
.page_ttl.company_page_ttl {
	background:#86B625 url(../img/company/page_ttl.png) no-repeat center center;
}
.table_company{
	margin-top: 2vw;
}
.table_company th{
	width: 25%;
	padding-top: 1.5vw;
	padding-right: 2vw;
	padding-bottom: 1.5vw;
	padding-left: 2vw;
}
.table_company td{
	padding-top: 1.5vw;
	padding-right: 2vw;
	padding-bottom: 1.5vw;
	padding-left: 2vw;
}
}

@media screen and (max-width: 768px) {
.table_company{
	width: 100%;
	margin-top: 5.208vw;
}
.table_company th{
	display: block;
	width: 100%;
	text-align: left;
	padding-top: 1.953vw;
	padding-right: 2.604vw;
	padding-bottom: 1.953vw;
	padding-left: 2.604vw;
	background-color: #F2F2F2;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
.table_company td{
	display:block;
	width: 100%;
	padding-top: 1.953vw;
	padding-right: 2.604vw;
	padding-bottom: 1.953vw;
	padding-left: 2.604vw;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ADDB42;
}
.table_company td span{
	display:block;
	font-size:0;
}
.table_company tr:last-child td{
	border-bottom:none;
}
}
