@charset "UTF-8";
/*-----------------------------------

	recycle_block

-----------------------------------*/

#recycle_block {
	padding: 80px 0 60px;
}
#recycle_block .intro_box {
	margin-bottom: 80px;
}
#recycle_block .text_box {
	width: 650px;
}
#recycle_block .intro_box .text_box h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#recycle_block .intro_box .text_box p {
	margin-bottom: 1.5em;
}

#recycle_block .sp_img {
    display: none;
}

/* flow_box */
#recycle_block .flow_box {
	margin-top: 80px;
}
#recycle_block .flow_box ul {
	margin-top: 50px;
}
#recycle_block .flow_box ul li {
	position: relative;
	background: -moz-linear-gradient(left, rgba(237,237,237,0.6) 0%, rgba(205,205,205,0) 100%);
	background: -webkit-linear-gradient(left, rgba(237,237,237,0.6) 0%,rgba(205,205,205,0) 100%);
	background: linear-gradient(to right, rgba(237,237,237,0.6) 0%,rgba(205,205,205,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ededed', endColorstr='#00cdcdcd',GradientType=1 );
	margin-bottom: 40px;
	padding: 15px 15px 15px 100px;
}
#recycle_block .flow_box ul li:before {
	content: "";
	width: 27px;
	height: 36px;
	background: #333;
	position: absolute;
	left: 31px;
	bottom: -23px;
}
#recycle_block .flow_box ul li:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #333333 transparent transparent transparent;
	position: absolute;
	z-index: 11;
	left: 14px;
	bottom: -53px;
}
#recycle_block .flow_box ul li:last-child:before,
#recycle_block .flow_box ul li:last-child:after {
	display: none;
}
#recycle_block .flow_box ul li p {
	font-size: 22px;
	font-weight: 500;
}
#recycle_block .flow_box ul li span {
	display: inline-block;
	width: 33px;
	height: 33px;
	background: #949494;
	color: #fff;
	box-sizing: border-box;
	margin-right: 15px;
	padding: 4px 0 0 11px;
}

/* beforeafter_box */

.beforeafter_box {
	margin-bottom: 80px;
}
#recycle_block .beforeafter_box {
	margin-top:100px;
}

.beforeafter_box .img_box {
    margin:40px 0;	
}

.beforeafter_box .image_box {
	margin:40px 0;	
}

.beforeafter_box .image_box .image_before{
	width:46%;	
}

.beforeafter_box .image_box .image_after {
	width:46%;
	text-align: center;
}

.beforeafter_box .image_box .image_before img,
.beforeafter_box .image_box .image_after img {
	height: 320px;
    line-height: 100px;	
}

.beforeafter_box .image_box img{
	display: inline-block;
    vertical-align: middle;	
}

.img_before .be_txt {
	width:460px;
	padding-top:10px;
}

.img_after .af_txt {
	width:460px;
	padding-top:10px;
}

.h4_style_1 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	color: #a72424;
	margin-bottom:30px;
}

.h4_style {
	background:#a72424;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width:20%;
	padding:5px;
}

.ma30 {
    margin:30px 0;
}

@media screen and (max-width: 840px) {
	
.contents_inner {
	width: 95%;
    margin: 0 auto;
}

#recycle_block .text_box {
	width: 60%;
}
#recycle_block .text_box h3 {
	font-size: 25px;
	line-height: 140%;
}
#recycle_block .img_box {
	width: 38%;
}

/* beforeafter_box */

#recycle_block .beforeafter_box {
	margin-top:100px;
}

.beforeafter_box .img_box {
    margin-bottom:80px;	
}

.img_before .be_txt, .img_after .af_txt {
	width:100%;
	padding-top:10px;
}

.img_before {
	width:48%;
	margin-right:10px;
}

.img_after {
	width:48%;
}

.h4_style_1 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	color: #a72424;
	margin:0;
	padding-bottom:30px;
}

.h4_style {
	background:#a72424;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
	width:20%;
	padding:5px;
}

.beforeafter_box .image_box {
	margin:0;
	display: inline-block;
	width: 100%;
}

.beforeafter_box .image_box .image_before{
	width:48%;	
}

.beforeafter_box .image_box .image_after {
	width:48%;
	text-align: center;
	background: #dddd;	
}

.beforeafter_box .image_box .image_before img,
.beforeafter_box .image_box .image_after img {
	height: 320px;
    line-height: 100px;	
}

.beforeafter_box .image_box img{
	display: inline-block;
    vertical-align: middle;	
}

}

@media screen and (max-width: 640px) {

#recycle_block {
	padding: 50px 0 10px;
}
#recycle_block .intro_box {
	margin-bottom: 30px;
}
#recycle_block .intro_box .sp_img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
#recycle_block .intro_box .text_box {
	width: 100%;
	float: none !important;
}
#recycle_block .intro_box .text_box p {
	margin-bottom: 0;
	margin-top: 1.5em;
}
#recycle_block .intro_box .img_box {
	display: none;
}
#recycle_block .intro_box .text_box h3 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 0;
}

	/* flow_box */

	#recycle_block .flow_box ul li {
		padding: 10px 15px 10px 17px;
	}
	#recycle_block .flow_box ul li p {
		font-size: 16px;
	}
	#recycle_block .flow_box ul li:after {
		border-width: 15px 20px 0 20px;
		left: 14px;
		bottom: -35px;
	}
	#recycle_block .flow_box ul li:before {
		width: 21px;
		height: 14px;
		left: 23px;
		bottom: -20px;
	}

	#recycle_block .flow_box {
		margin: 60px 0;
	}
	#recycle_block .flow_box ul {
		margin-top: 35px;
	}



/* beforeafter_box */

#recycle_block .beforeafter_box {
	margin-top:100px;
}

.beforeafter_box .img_box {
    margin-bottom: 0;
	margin-top: 0;
	width:100%;
}

.img_before,
.img_after {
	width:100%;
	text-align:center;
	margin: 20px 0;
}

.img_before .be_txt, .img_after .af_txt {
	width:100%;
	padding:20px 0 60px 0;
}

.h4_style {
	background:#a72424;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 15px;
	color: #fff;
	text-align: center;
	width:20%;
	padding:5px;
}

.beforeafter_box .image_box {
	margin:40px 0;	
}

.beforeafter_box .image_box .image_before{
	width:100%;
	display:block;	
}

.beforeafter_box .image_box .image_after {
	width:100%;	
}

.beforeafter_box .image_box img{
	display: inline-block;
    vertical-align: middle;	
}

.beforeafter_box .image_box {
	margin:0;
	display: inline-block;
	width: 100%;
}

.beforeafter_box .image_box .image_before{
	width:100%;	
	display:block;
	text-align:center;
	margin:20px 0;
}

.beforeafter_box .image_box .image_after {
	width:100%;
	text-align: center;
	background: none;
	margin:20px 0;	
}

.beforeafter_box .image_box .image_before img{
	max-width:100%;
	height:auto;
}

.beforeafter_box .image_box .image_after img {
	width:60%;
	height:auto;
}

.beforeafter_box .image_box img{
	display: inline-block;
    vertical-align: middle;	
}

.h4_style_1 {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: 24px;
	color: #a72424;
	margin-top:30px;
	padding:0;
}

	
}