@charset "UTF-8";

/* ------------------------------
	Recyclingcenter/
------------------------------ */

/* .sec_feature */

.sec_feature .wrap_feature li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.sec_feature .wrap_feature li:last-child {
	border: none;
	padding-bottom: 0em;
}
.sec_feature .wrap_feature li img {
	display: block;
	width: 70%;
	margin: 0 auto 0 auto;
}
.sec_feature .wrap_feature .number {
	color: var(--color-primary);
    text-align: center;
    font-size: 6vw;
    font-weight: 900;
    background-color: #fff;
    border-radius: 50%;
	width: 10vw;
	height: 10vw;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
@media screen and (min-width: 768px) {
	.sec_feature .wrap_feature .number {
		font-size: 4vw;
		width: 8vw;
		height: 8vw;
	}
	.sec_feature .wrap_feature li img {
		width: 100%;
	}
}
@media screen and (min-width: 1400px) {
	.sec_feature .wrap_feature .number {
		font-size: 3vw;
		width: 6vw;
		height: 6vw;
	}
}

/* sec_contact
===============================*/
.sec_prev-next .content-prev {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../common/images/nav_foodwaste.jpg');
}
.sec_prev-next .content-next {
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../../common/images/nav_biofertilizer.jpg');
}
