@charset "UTF-8";

.head:before {
	background-image: url(../recycling/img/pt-head.jpg);
}

.recycling {
}

.recycling_list {
	font-size: 0;
	text-align: center;
	padding-bottom: 30px;
}

.recycling_list:last-child{
	padding-bottom: 0;
}

.recycling_list_item {
	width: 31%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-left: 3.5%;
}

.recycling_list_item:first-child {
	margin-left: 0;
}

.recycling_list_item_img {
}

.recycling_list_item_ttl {
	font-size: 20px;
	line-height: 1.3;
	margin-top: 20px;
}

.recycling_list_item_txt {
	margin-top: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.head {
		background-image: url(../business/img/pt-head.jpg);
	}

	.recycling {
	}

	.recycling_list {
	}

	.recycling_list_item {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 40px;
	}

	.recycling_list_item:first-child {
		margin-top: 0;
	}

	.recycling_list_item_img {
	}

	.recycling_list_item_img img {
		width: 100%;
	}

	.recycling_list_item_ttl {
		font-size: 16px;
		margin-top: 15px;
	}

	.recycling_list_item_txt {
		font-size: 14px;
	}

}
