@charset "utf-8";
/*=============================================================
 module overwrite
=============================================================*/


/*=============================================================
 orignal
=============================================================*/
/* scroll-img
-------------------------------------------------------------*/
.scroll-img{margin-top: 80px;}

/* icon-flex
-------------------------------------------------------------*/
.icon-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-flex>*{display: block;}
.icon-flex>*:first-child{margin-right: 10px;}

/*=============================================================
 wasterecycling-flow
=============================================================*/
.wasterecycling-flow{
	max-width: 800px;
	text-align: center;
}
.wasterecycling-flow dt{
	background: #e1f0e9;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 0;
	margin: 20px 0;
}
.wasterecycling-flow dd p{
	margin-bottom: 20px;
	padding: 0 120px 0 120px;
	box-sizing: border-box;
	position: relative;
}
.wasterecycling-flow dd p::after{
	content: '';
	width: 117px;
	height: 80px;
	position: absolute;
	top:0;
	right:0;
}
.wasterecycling-flow dd p.flow-icon01::after{background: url("../img/index_p08.png") no-repeat;}
.wasterecycling-flow dd p.flow-icon02::after{background: url("../img/index_p09.png") no-repeat;}
.wasterecycling-flow dd p.flow-icon03::after{background: url("../img/index_p10.png") no-repeat;}
.wasterecycling-flow dd p.flow-icon04::after{background: url("../img/index_p11.png") no-repeat;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){
/*=============================================================
 module overwrite
=============================================================*/

	
/*=============================================================
 orignal
=============================================================*/
/* scroll-img
-------------------------------------------------------------*/
.scroll-img{margin-top: 40px;}	
.scroll-img img{
	max-width: none;
	width: 1300px;
}
/*=============================================================
 wasterecycling-flow
=============================================================*/
.wasterecycling-flow dd p{
	text-align: left;
	padding: 0 120px 0 0;
}
/*=============================================================
 table-default	
=============================================================*/
.table-default th.sp>span{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 55px;
}
}