@charset "utf-8";

/*common*/
.imgResponsive img{
	max-width: 100%;
	height: auto;
	width /***/:auto; 
}
.imgFit img{
	width: 100%;
	height: auto;
}
.paragraph {
	margin-bottom: 4em;
}
.sentence {
	margin-bottom: 3em;
}
.mgb1em {
	margin-bottom: 1em;
}
.mgbLine,
.mgb2em {
	margin-bottom: 2em;
}
.pdb1em {
	padding-bottom: 1em;
}
.pdl1em {
	padding-left: 1em;
}
.mgLRAuto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.cmr__contents a {
	color: #5fa28b;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
.imgResponsive img{
	 width:auto !important;
}
.col1 .imgResponsive img{
	 width /***/:auto !important;
}
}

@media print {
.printBr {page-break-before: always !important;}
}
/* ---------------------------------------
　注釈
--------------------------------------- */

/* 本文中※ */
span.mkNote {
	position: relative;
	top: -0.4em;
	margin-left: 2px;
	font-size: 0.85rem;
	color: #dd0000;
	font-weight: normal;
}
ul.mkNote {
	clear: both;
	margin-top: 1em;
	font-size: 0.9rem;
}
ul.mkNote > li {
	margin-bottom: 5px;
	line-height: 1.2;
}
ul.mkNote li span {
	color: #dd0000;
}
ul.mkNote li:last-child {
	margin-bottom: 0;
}

/* ※&nbsp; */
.note {
	padding-left: 1.34em;
	text-indent: -1.34em !important;
}
/* ※1&nbsp; */
.noteNum1 {
	padding-left: 1.8em;
	text-indent: -1.8em;
}
/* ※10&nbsp; */
.noteNum2 {
	padding-left: 2.3em;
	text-indent: -2.3em;
}
/* *&nbsp; */
.notesAst {
	padding-left: 1.0em;
	text-indent: -0.85em;
}
/* *1:&nbsp; */
.notesAstNum {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/* ・ */
.notesZenkaku {
	padding-left: 1.0em;
	text-indent: -0.9em;
}
/* ・ */
.notesZenkakuFontFull {
	padding-left: 1.0em;
	text-indent: -1.0em;
}
/* 1．*/
.notesNum {
	padding-left: 1.0em;
	text-indent: -1.2em;
}
/* 10．*/
.notesNum2Keta {
	padding-left: 1.58em;
	text-indent: -1.68em;
}
/* 1)&nbsp; */
.notesParentNum {
	padding-left: 1.35em;
	text-indent: -1.2em;
}
/* (1)&nbsp; */
.notesParent2Num {
	padding-left: 1.83em;
	text-indent: -1.50em;
}
/* 10)&nbsp; */
.notesParentNum2Keta {
	padding-left: 1.98em;
	text-indent: -1.7em;
}
/* (10)&nbsp; */
.notesParent2Num2Keta {
	padding-left: 2.48em;
	text-indent: -2.0em;
}
/* ※注)&nbsp; */
.notesParentAtten {
	padding-left: 3em;
	text-indent: -2.7em;
}
/* (注1)&nbsp; */
.notesParentAttenNum {
	padding-left: 3.0em;
	text-indent: -2.7em;
}
/* なし */
.notesMarkerNone {
	margin-top: 1em !important;
	/*text-indent: -1.34em !important;*/
}
sup.sup {
	font-size: 70%;
	line-height: 0.7em;
	vertical-align: top;
	position: relative;
	top: 0.3em;
}
sub.sub {
	font-size: 70%;
	line-height: 0.7em;
	vertical-align: bottom;
	position: relative;
	top: -0.6em;
}

.mkNote sup.sup {bottom: 0;}
.mkNote sub.sub {top: -0.3em;}

/* --------------------------------------------------- *
 *    common
 * --------------------------------------------------- */

/* SP */
@media only screen and (max-width: 767px) {
.spDisNone {
	display: none !important;
}
}

/* PC */
@media print, screen and (min-width: 768px) {
.pcDisNone {
	display: none !important;
}
.articleContents {
	min-width: auto;
}
.cmr__contents a:hover {
	text-decoration: none;
}
}
	

/* --------------------------------------------------- *
 *    Navi
 * --------------------------------------------------- */
/* PC */
@media print, screen and (min-width: 768px) {
#global__header {
	min-width: auto;
}
#global__pagetitle {
	margin-top: 8px;
}
}
/* SP */
@media only screen and (max-width: 767px) {
#global__header--header {
	height: auto;
	overflow: auto;
	padding: 0 3.3%;
	box-sizing: border-box;
}
#global__header--title_logo {
	height: 55px;
	text-align: left;
}
#global__pagetitle {
	height: 55px;
	padding: 0;
	position: static;
}
#global__pagetitle--search #global__pagetitle--search_btn {
	right: 3.3%;
	top: 10px;
}
#global__pagetitle--search #global__pagetitle--search_form {
	top: 57px;
}
}
/* --------------------------------------------------- *
 *    Footer

 * --------------------------------------------------- */
#fLink {
	background: #f6f5fb;
	text-align: center;
}
#fLinkList li {
	background: #b3b3b3;
}
#fLinkList li.active {
	background: #5fa28b;
}
#fLinkList li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#relationLink {
	text-align: center;
}
.relationLinkTtl {
	font-weight: bold;
	margin-bottom: 1em;
}

/* SP */
@media only screen and (max-width: 767px) {
#fLink {
	padding: 5%;
	margin-bottom: 5%;	
}
.fLinkTtl {
	margin-bottom: 1em;
}
#relationLink {
	padding: 5% 5% 10%;
}
#fLinkList li {
	margin-bottom: 1em;
	overflow: hidden;
}
#fLinkList li:last-child {
	margin-bottom: 0;
}
#fLinkList li a {
	display: table;
	width: 100%;
}
#fLinkList li a .photo {
	display: table-cell;
	width: 40%;
	text-align: left;
	vertical-align: middle;
}
#fLinkList li a .txt {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	line-height: 1.4;
	padding: 0 1em;
}
#relationLink ul {
	letter-spacing: -0.4em;
	margin-bottom: -4.6%;
}
#relationLink ul li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 47.7%;
	margin-right: 4.6%;
	margin-bottom: 4.6%;
}
#relationLink ul li:nth-child(even){
	margin-right: 0;
}
}

/* PC */
@media print, screen and (min-width: 768px) {
#fLink {
	padding: 60px 0;
}
#fLinkList {
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#fLinkList li {
	width: 33%;
}
#fLinkList li .photo {
	display: block;
	background: #fff;
}
#fLinkList li .txt {
	padding: 1em;
	font-size: 1.1rem;
}
.fLinkTtl {
	margin-bottom: 40px;
}
#relationLink {
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	padding: 50px 0;
}
.relationLinkTtl {
	font-size: 1.4rem;
}
#relationLink ul {
	letter-spacing: -0.4em;
}
#relationLink li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.1%;
}
#relationLink li:last-child {
	margin-right: 0;
}
#cmr__gNav li:hover,
#fLinkList li:hover {
	background: #5fa28b;
	transition: 0.5s;
}
#fLinkList li:hover .photo img {
	opacity: 0.6;
	transition: 0.5s;
}
#fLinkList li.active:hover .photo img {
	opacity: 1;
}
.fLinkTtl a:hover,
#relationLink a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
#cmr__gNav li.active a,
#fLinkList li.active a {
	pointer-events: none;
	cursor: pointer;
}
}

/* --------------------------------------------------- *
 *    wrap contents
 * --------------------------------------------------- */
/* CMR Index */
#index__cmr {
	background-color: #f6f5fb;
}
#indexMV {
	width: 100%;
}
.lead,
.linkBox {
	background-color: #fff;
	box-shadow: 0 10px 20px 10px rgba(0,0,0,0.1);
}
.linkBox {
	background-image: url(../img/index/img_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.linkBox a {
	text-decoration: none;
	display: block;
}
.linkBoxTtl {
	font-weight: bold;
	margin-bottom: 1em;
}

/* CMRのGnavi */
#cmr__gNav li {
	background: #b3b3b3;
}
#cmr__gNav li.active {
	background: #5fa28b;
}
#cmr__gNav li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
/* CMRのMV */
.cmr__mV {
	background: #f6f5fb;
	width: 100%;
}
/* CMRのLayout */
.fig1Col,
.fig2Col {
	margin-top: 4em;
}
.figTtl {
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5em;
}
.fig1Col {
	text-align: center;
}
.fig2Col .inlineB {
	letter-spacing: -0.4em;
}
.fig2Col .inlineB li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
}
.cap {
	margin-top: 1rem;
	text-align: center;
}
.tableLayout,
.tableLayout th,
.tableLayout td {
	border-collapse: collapse;
	border: #ccc 1px solid;
}
.tableLayout th {
	background: #f0f0f0;
	text-align: center;
}
/* 02 解体・回収技術の向上で、廃プラスチックの再資源化を推進 */
#mov01,#mov02 {
	display: none;
}

.fancybox-wrap {
	width: 86% !important;
}
.fancybox-inner {
	width: 100% !important;
	height: auto !important;
}
.fancybox-wrap video {
	max-width: 100%;
}
.secondV {
	margin-bottom: 2em;
}
.secondVTtl {
	background: #5fa28b;
	color: #fff;
	text-align: center;
}
.photoTtl {
	margin-top: 1em;
	text-align: center;
}
.icMov {
	display: inline-block;
	background: #b80101;
	color: #fff;
	padding: 0 1em;
	border-radius: 18px;
	margin-right: 0.5em;
}
/* 03 異物除去や添加剤処方の見極め、品質管理への取り組み */
/* タブ */
.tab {
	list-style: none;
	padding: 0;
	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	border-top: #bfcbc7 1px solid;
	border-left: #bfcbc7 1px solid;
}
.tab li {
	border-bottom: #bfcbc7 1px solid;
	border-right: #bfcbc7 1px solid;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.tab li.active:before {
	content: '';
	width: 100%;
	display: block;
	border-bottom: #5fa28b 4px solid;
	position: absolute;
	left: 0;
	bottom: 0;
}
.list {
	width: 100%;
	border: #bfcbc7 1px solid;
}
.tab_sub {
    list-style: none;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	border-top: #bfcbc7 1px solid;
}
.tab_sub li {
    border: #fff 4px solid;
}
.tab_sub li.active {
	border: #5fa28b 4px solid;
}
.list .inner,
.list .inner .tabContents {
    display: none;
}
.list .inner.active,
.list .inner .tabContents.active {
    display: block;
}
.tab_sub {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
}
.specTable,
.specTable th,
.specTable td {
	border-collapse: collapse;
	border: #ccc 1px solid;
}
.specTable th {
	background: #f0f0f0;
}
.tab li,
.tab_sub li {
	cursor: pointer;
}
.tab li.active:hover,
.tab_sub li.active:hover {
	cursor: default;
}
.cmr__mV .inner .belongs {
	font-size: 1rem;
	margin-top: 2em;
}

/* SP */
@media only screen and (max-width: 767px) {
/* CMR Index */
#indexMV {
	padding-top: 90.89%;
	position: relative;
	background: url(../img/index/mainv_bg_sp.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}
#indexMVTtl {
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 30%;
	margin: auto;
}
#index__cmr {
	padding-bottom: 10%;
}
.lead {
	width: 90%;
	margin: -8% auto 0;
	padding: 8% 5%;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8;
	position: relative;
	z-index: 3;
}
#linkBoxWrap {
	padding: 10% 5% 0;
}
.linkBox {
	margin-bottom: 2em;
}
.linkBox:last-child {
	margin-bottom: 0;
}
.linkBox .txt {
	padding: 8% 5%;
}
.linkBoxTtl {
	font-size: 1.2rem;
}
.time {
	padding: 8% 5% 0;
}

/* CMRのGnavi */
.acd-check {
	display: none;
}
.acd-label{
    background: #5fa28b;
    color: #fff;
    display: block;
	padding: 1em 3.3%;
	text-align: center;
}
.acd-content{
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    visibility: visible;
}
#cmr__gNav li {
	border-top: #585858 1px solid;
}
#cmr__gNav li:first-child {
	border-top: #fff 1px solid;
}
#cmr__gNav li a {
	background: #333;
	padding: 0.5em 3.3% 0.5em 2.2em;
	position: relative;
}
#cmr__gNav li.active a {
	background: #5fa28b;
}
#cmr__gNav li a:before {
	content: '';
	display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	left: 3.3%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.acd-label span:before {
	content: '';
	display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-right: 10px;
	margin-bottom: -2px;
}
.acd-check:checked + .acd-label span:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	margin-bottom: 0;
}
/* CMRのMV */
.cmr__mV {
	padding: 5%;
	box-sizing: border-box;

	margin-bottom: 3em;
}
.cmr__mV .photo {
	margin-bottom: 1.5em;
}
.cmr__mV .inner .ttl_h01 {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0.5em;
}
/* CMR Layout */
.cmr__contents {
	padding: 0 5% 10%;
}
.figTtl {
	font-size: 1.1rem;
}
.spW63Per {
	width: 63%;
}
.spW28Per {
	width: 28%;
}
.inlineB .spW63Per {
	margin-right: 5%;
}
.cap {
	font-size: 0.93rem;
}
.tableLayout th,
.tableLayout td {
	padding: 0.5em;
}
/* 02 解体・回収技術の向上で、廃プラスチックの再資源化を推進 */
.spW70Per {
	width: 70%;
	margin: 2em auto 0;
}
.pcFloat {
	display:flex;
	flex-direction: column;
	flex-direction: column-reverse;
}
.secondVTtl {
	padding: 1em 0.5em;
}
.fig2Col .half li {
	margin-bottom: 2em;
}
.fig2Col .half li:last-child {
	margin-bottom: 0;
}
/* 03 異物除去や添加剤処方の見極め、品質管理への取り組み */
.tab {
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.tab li {
	width: 50%;
	box-sizing: border-box;
	padding: 20px 5px;
	font-size: 0.78rem;
	line-height: 1.2;
}
.tab .photo {
	width: 36.6%;
	margin: 0 auto 0.5em;
}
.contentsCol1,
.contentsCol2 {
	padding: 5%;
}
.photoMain .photo,
.contentsCol1 .photo {
	width: 91.2%;
	margin: 0 auto 1em;
}
.specTable {
	font-size: 0.93rem;
}
.specTable {
	width: 100%;
}
.specTable th,
.specTable td {
	display: block;
	padding: 0.5em;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.specTable tr:first-child th {
	border-top: none;
}
.contentsCol2 {
	display: flex;
	flex-wrap: wrap;
}
.contentsCol2 .photoPosition {
	order: 2;
	width: 35.4%;
	padding-right: 11.4%;
	line-height: 1.2;
	box-sizing: border-box;
}
.contentsCol2 .photoMain {
	order: 1;
	width: 100%;
}
.contentsCol2 .specTableWrap {
	order: 3;
	width: 64.6%;
}
.contentsCol2 .specTableWrap .specTable {
	width: 100%;
}
.tab_sub {
	padding: 5%;
	flex-wrap: wrap;
}
.tab_sub li {
	width: 33.33%;
	box-sizing: border-box;
}
}
/* PC */
@media print, screen and (min-width: 768px) {
/* CMR Index */
#indexMV {
	padding-top: 43.63%;
	position: relative;
	background: url(../img/index/mainv_bg_pc.png) no-repeat center top;
	background-size: cover;
	z-index: 1;
}
#indexMVTtl {
	max-width: 1200px;
	width: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 28%;
	margin: auto;
}
#index__cmr {
	padding-bottom: 130px;
}
.lead {
	max-width: 1400px;
	width: 94%;
	margin: -5.3% auto 0;
	padding: 110px 0 360px;
	font-size: 1.4rem;
	line-height: 2;
	position: relative;
	z-index: 3;
}
.leadInner {
	max-width: 860px;
	width: 90%;
	margin: 0 auto;
}
#linkBoxWrap {
	max-width: 800px;
	width: 90%;
	margin: -250px auto 0;
	position: relative;
	z-index: 4;
}
.linkBox {
	margin-bottom: 100px;
}
.linkBox:last-child {
	margin-bottom: 0;
}
.linkBox .txt {
	padding: 60px 40px 76px;
	font-size: 1.1rem
}
.linkBoxTtl {
	font-size: 1.7rem;
}
.linkBox a:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.time {
	max-width: 800px;
	width: 90%;
	margin: 60px auto 0;
	font-size: 1.1rem;
	text-align: center;
}


/* CMRのGnavi */
.acd-check, .acd-label {
	display: none;
}
#cmr__gNav ul {
	max-width: 1400px;
	width: 94%;
	margin: 10px auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#cmr__gNav li {
	width: 33%;
	text-align: center;
	font-size: 1.14rem;
}
#cmr__gNav li a {
	padding: 0.5em;
}
/* CMRのMV */
.cmr__mV {
	padding: 55px 0;
	margin-bottom: 110px;
}
.cmr__mV .inner {
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	display: table;
}
.cmr__mV .inner .photo {
	display: table-cell;
	width: 46.4%;
}
.cmr__mV .inner .txt {
	display: table-cell;
	padding-left: 70px;
	vertical-align: middle;
}
.cmr__mV .inner .ttl_h01 {
	font-weight: bold;
	font-size: 2.3rem;
	margin-bottom: 0.5em;
}
.cmr__mV .inner .position {
	font-size: 1.3rem;
}
/* CMR Layout */
.cmr__contents {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	font-size: 1.3rem;
	padding-bottom: 140px;
}

.figTtl {
	font-size: 1.7rem;
}
.fig2Col .inlineB li {
	margin-right: 50px;
}
.fig2Col .inlineB li:last-child {
	margin-right: 0;
}
.cap {
	font-size: 1rem;
}
.pcW10Per {
	width: 10%;
}
.pcW27Per {
	width: 27%;
}
.pcW88Per {
	width: 88%;
}
.pcW88Per .tableLayout {
	width: 100%;
}
.tableLayout th,
.tableLayout td {
	padding: 0.5em;
}
/* 02 解体・回収技術の向上で、廃プラスチックの再資源化を推進 */
.pcFL {
	float: left;
}
.pcFR.pcW27Per {
	float: right;
	margin: 0 0 2em 2em;
}
.pcFR-left .mkNote {
	clear: inherit;
}
.secondV {
	width: 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.secondVPhoto {
	width: 44.2%;
}
.secondVTtl {
	width: 55.8%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem;
}
.secondV.photoR {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
.fig2Col .half {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.fig2Col .half li {
	width: 46.8%;
}
.fancybox-wrap {
	width: 80% !important;
}
.modal:hover {
	opacity: 0.6;
	transition: 0.5s;
}
/* 03 異物除去や添加剤処方の見極め、品質管理への取り組み */
.tab {
	margin-bottom: 25px;
}
.tab li {
	width: 25%;
	font-size: 1rem;
	padding: 40px 10px 20px;
	position: relative;
}
.tab li .photo {
	width: 34.7%;
	margin: 0 auto 0.5em;
}
.tab li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 12px 0 12px;
	border-color: #5fa28b transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	margin: auto;
}
.contentsCol1,
.contentsCol2 {
	padding: 40px 70px;
}
.tab_sub {
	padding: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tab_sub li {
	width: 16.4%;
}
.contentsCol2 {
	clear: both;
	overflow: hidden;
}
.photoPosition {
	width: 36.6%;
	padding-right: 23%;
	box-sizing: border-box;
	float: left;
}
.photoMain,
.specTableWrap {
	width: 63.4%;
	float: right;
}
.specTable {
	margin: 2em auto 0;
	width: 100%;
	max-width: 530px;
	font-size: 1rem;
}
.specTable th,
.specTable td {
	padding: 0.5em;
}
.specTable th {
	width: 190px;
}
.tab li:hover,
.tab_sub li:hover {
	opacity: 0.6;
	transition: 0.5s;
}
.tab li.active:hover,
.tab_sub li.active:hover {
	opacity: 1;
}
}


/* --------------------------------------------------- *
 *    ttl contents
 * --------------------------------------------------- */
.ttl_h02 {
	color: #5fa28b;
	margin-bottom: 1em;
}
/* SP */
@media only screen and (max-width: 767px) {
.ttl_h02 {
	font-size: 1.3rem;
}
}

/* PC */
@media print, screen and (min-width: 768px) {
.ttl_h02 {
	font-size: 2.1rem;
}
}
