@charset "utf-8";

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

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

/* 冒頭 */
/* ----------------------------------- */
#introWrap {
	padding-bottom: 100px;
	background: #edf3fc;
}

#intro {
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5%;
}

#introTxt {
	flex: 1;
}

#introTxt h2 {
	padding-bottom: 30px;
	font-size: 2.8rem;
	font-weight: bold;
}

#introTxt p {
	font-size: 1.8rem;
	line-height: 1.9;
}

#pointBtn {
	padding: 30px 60px;
	background: #0d499e;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 40px;
}

#pointBtn:hover {
	opacity: 0.7;
}

#pointTitSub {
	font-size: 2.2rem;
	color: #FFF;
	display: block;
}

#pointTit {
	padding-bottom: 10px;
	font-size: 3.2rem;
	font-weight: bold;
	display: block;
	color: #fdf874;
}

#pointBtnImg {
	flex: 1;
}

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

/* どんなゴミが持ち込みできるの？ */
/* ----------------------------------- */
#possible {
	padding: 100px 0;
}

#possibleList {
	padding-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.5%;
}

#possibleList li {
	width: 18%;
}

#possibleList p {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}

#manualBtn a {
	margin: 0 auto;
}

/* 持ち込みの対応エリア */
/* ----------------------------------- */
#areaWrap {
	padding-bottom: 100px;
}

#areaList li {
	padding: 30px;
	margin-bottom: 30px;
	background: #f7f9fc;
	border-radius: 10px;
}

.infoWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.infoName {
	padding-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 500;
}

.infoAddress {
	padding-bottom: 10px;
	font-size: 1.8rem;
}

.infoContact {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.infoContact .tel {
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	padding: 15px 30px;
	background: #0d499e;
	border-radius: 100vw;
}

.infoContact .tel::before {
	content: "";
	width: 25px;
	height: 16px;
	background: url(../../img/common/icon_freedial_w.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.infoContact .telLink a {
	color: #FFF;
}

.infoContact .map a {
	height: 100%;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	padding: 15px 30px;
	background: #FFF;
	border-radius: 100vw;
	border: 1px solid #0d499e;
	color: #0d499e;
}

.infoContact .map a:hover {
	opacity: 0.7;
}

.infoContact .map a::after {
	content: "";
	width: 12px;
	height: 16px;
	background: url(../../img/common/icon_pin.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
}

.area {
	padding: 10px;
	background: #FFF;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.areaName {
	flex: 1;
}

.areaTit {
	color: #0d499e;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#intro {
		gap: 3%;
	}
	
	#introTxt h2 {
		padding-bottom: 10px;
		font-size: 2.4rem;
		font-weight: bold;
	}

	#introTxt p {
		font-size: 1.6rem;
		line-height: 1.8;
	}

	#introImg {
		width: 350px;
	}

	#introImg img {
		width: 100%;
	}

	#pointTitSub {
		font-size: 1.6rem;
	}

	#pointTit {
		padding-bottom: 10px;
		font-size: 2.8rem;
	}

	#possibleList img {
		width: 100%;
	}

	.area {
		font-size: 1.4rem;
	}

	.infoAddress {
		padding-bottom: 10px;
		font-size: 1.5rem;
	}

	.flowTitWrap {
		width: 100%;
	}

	.flowImg {
		width: 100%;
	}

	.flow.imgLeft {
		flex-flow: column;
	}
}


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

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

	#introWrap {
		padding-bottom: 80px;
	}
	
	#intro {
		padding-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		gap: 20px 5%;
	}

	#introImg {
		width: 100%;
	}

	#introImg img {
		width: 100%;
	}

	#pointBtn {
		padding: 30px;
		background: #0d499e;
		border-radius: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
		gap: 20px;
	}

	#possible {
		padding: 80px 0;
	}

	#possibleList li {
		width: 31%;
	}

	#manualBtn a {
		width: 100%;
	}

	.infoContact {
		padding-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	#areaWrap {
		padding-bottom: 80px;
	}

	.area {
		padding: 10px;
		background: #FFF;
		font-size: 1.4rem;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}


}