/* Recycling page
-------------------------------------------------*/

.recycling-items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.recycling-item {
		width: 31%;
		margin-right: 3.5%;
	}
	.recycling-item:nth-of-type(3n) {
		margin-right: 0;
	}
}
.recycling-item {
	border: 1px solid #ccc;
	margin-bottom: 50px;
}
.recycling-item:hover {
	opacity: 0.8;
}
.recycling-item-ttl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.recycling-item-ttl p {
	width: 50%;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.recycling-item-ttl p.co1 {background-color: #A2C53D}
.recycling-item-ttl p.co2 {background-color: #D0E29E}

.recycling-item-cont {
	padding: 20px;
}
.recycling-item-cont p {
	max-width: 250px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 10px 5px 5px;
}
.recycling-item-cont p+p {
	border-top: 1px solid #ccc;
}



/* Cleaning page */

.clean-items {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px 25px;
}
.clean-tab {
	background-image: url("../img/recycling/ttl-bg.png");
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	padding: 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	margin-top: 20px;
}
.clean-tab .ic {
	font-size: 20px;
	color: #fff;
	transform: rotate(90deg);
	transition: .4s;
}
.clean-tab.d_active .ic {
	transform: rotate(-90deg);
}
.clean-content {
}
.clean-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border: 1px solid #CCC;
	border-top: 0;
	padding: 20px;
}
.clean-item-img {
	width: 26%;
}
.clean-item-img img {
	width: 100%;
}
.clean-item-main {
	width: 74%;
}
.clean-item-ttl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 50px;
}
.clean-item-ttl >p {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.clean-item-ttl p.co1 {
	background-color: #A2C53D;
	width: 60%;
}
.clean-item-ttl p.co2 {
	background-color: #D0E29E;
	width: 15%;
}
.clean-item-ttl .item-price {
	width: 25%;
}
.clean-item-cont {
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.clean-item-txt {
	width: 75%;
}
.clean-item-txt-1 {
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	letter-spacing: -1px;
	line-height: 120%;
}
.clean-item-txt-2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 5px 0;
	line-height: 120%;
	letter-spacing: -1px;
}
.clean-item-txt-lb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.clean-item-txt-lb .lb {
	min-width: 68px;
	line-height: 26px;
	background-color: #FF0000;
	text-align: center;
	color: #FFF;
	font-size: 13px;
	padding: 0 5px;
}
.clean-item-txt-lb .lb+.lb {
	margin-left: 10px;
}
.clean-item-txt-3 {
	font-size: 12px;
	color: #000;
	padding-left: 15px;
	letter-spacing: -1px;
	line-height: 120%;
}
.clean-item-btn {
	width: 20%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.clean-item-btn a {
	width: 222px;
	line-height: 64px;
	background-image: url("../img/recycling/clean-btn-bg.png");
	background-position: center;
	background-size: cover;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -1px;
	border-radius: 8px;
}