@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/collection/under_mv_pc.jpg) center center / cover no-repeat ;
}

/* #underFv::after {
	content: "";
	width: 260px;
	height: 110px;
	background: url(../../img/collection/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 0;
} */

/* 紹介文 */
/* ----------------------------------- */
#intro {
	padding-bottom: 50px;
	background: #edf3fc;
}

#introImg {
	padding-bottom: 30px;
}

#intro .txt2 {
	padding-bottom: 60px;
}

/* 回収できるもの */
/* ----------------------------------- */
.okList1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 2%;
}

.okList1 li {
	padding: 15px 20px;
	background: #edf3fc;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.okList2 {
	padding: 20px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 2%;
}

.okList2 li {
	padding: 15px 20px;
	background: #edf3fc;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

.okList1 li p {
	padding-left: 34px;
	font-size: 1.6rem;
}

.ok {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 1.8rem;
	font-weight: 500;
}

.ok::before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../../img/common/icon_ok.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

/* 料金 */
/* ----------------------------------- */
.priceList {
	padding-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: start;
	gap: 0;
}

.priceList li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.priceTit {
	padding: 5px 10px;
	background: #edf3fc;
	border-radius: 100vw;
	font-size: 1.8rem;
}

#householdWaste .priceTit {
	background: #FFF;
}

.price {
	font-size: 2rem;
	font-weight: 500;
}

.price span {
	font-size: 4rem;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
}

/* リンク */
/* ----------------------------------- */
#link {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3%;
}

#link a {
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #0d499e;
	text-align: center;
	display: block;
}

.linkImg {
	height: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.linkTit {
	font-size: 2rem;
	line-height: 1;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: left;
}

.linkTit::after {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../../img/common/icon_arrow1.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.linkTit .subTxt {
	font-size: 1.4rem;
	font-weight: 400;
}

/* 家庭資源物の回収・処分 */
/* ----------------------------------- */
#householdWaste {
	padding: 100px 0 50px;
}

#householdWaste .txt2 {
	padding-bottom: 30px;
}

.anno {
	font-size: 1.6rem;
	line-height: 1.8;
}

#vehicle {
	padding-bottom: 50px;
}

#vehicle h3 {
	padding-bottom: 20px;
	font-size: 2.4rem;
	text-align: center;
}

#vehicleImg {
	text-align: center;
}

#vehicleImg img {
	width: 80%;
	height: auto;
}

/* 不用品回収 */
/* ----------------------------------- */
#bulkyWaste {
	padding: 100px 0 50px;
	margin-bottom: 100px;
	background: #edf3fc;
}

#bulkyWasteImg {
	padding-bottom: 30px;
}

#bulkyWaste .txt2 {
	padding-bottom: 30px;
}

#area {
	padding: 30px;
	margin-bottom: 50px;
	border: 1px solid #0d499e;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#areaTit {
	padding: 5px 10px;
	background: #FFF;
	border-radius: 100vw;
	font-size: 1.8rem;
	color: #0d499e;
	font-weight: 500;
}

#areaDetail {
	font-size: 1.8rem;
}

#area .anno {
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#introImg {
		width: 100%;
	}

	#introImg img {
		width: 100%;
	}

	#bulkyWasteImg {
		width: 100%;
	}

	#bulkyWasteImg img {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/collection/under_mv_sp.jpg) center center / cover no-repeat ;
	}

	#introImg {
		padding-bottom: 10px;
	}

	#intro .txt2 {
		padding-bottom: 30px;
	}

	.okList1 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px 2%;
	}

	.priceList {
		padding-bottom: 30px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		justify-items: start;
		gap: 20px;
	}

	#vehicle {
		padding-bottom: 30px;
	}

	#vehicleImg img {
		width: 100%;
		height: auto;
	}

	#link {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}

	#householdWaste {
		padding: 80px 0 50px;
	}

	#bulkyWaste {
		padding: 80px 0 50px;
		margin-bottom: 80px;
	}

	.okList1 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 2%;
	}

	.okList2 {
		padding: 10px 0 20px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 2%;
	}
}