@charset "utf-8";

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

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

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

#introImg {
	padding-bottom: 30px;
}

#intro p {
	padding-bottom: 1em;
	font-size: 1.8rem;
	line-height: 2;
}

#intro .anno {
	padding: 20px;
	border: 1px solid #0d499e;
	font-size: 1.6rem;
}

.anno li:not(:last-child) {
	padding-bottom: 1em;
}

/* 対象となるもの */
/* ----------------------------------- */
#target {
	padding-bottom: 100px;
	background: #edf3fc;
}

#targetDetail {
	padding: 20px 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #edf3fc;
}

#target .anno {
	color: #ca2f2b;
}

/* 紙資源ポイント還元率 */
/* ----------------------------------- */
#pointRate {
	padding-bottom: 100px;
	margin-bottom: 100px;
	background: #edf3fc;
}

/* ポイントで交換できるもの */
/* ----------------------------------- */
#items {
	padding-bottom: 50px;
}

.pointNum {
	width: 90px;
	height: 90px;
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #FFF;
	font-family: "Roboto Condensed", sans-serif;
	background: #0d499e;
	border-radius: 100vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pointNum .small {
	font-size: 2rem;
}

.titWrap {
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.titWrap .tit2 {
	padding-bottom: 0;
}

.titWrap p {
	font-size: 1.4rem;
}

.item {
	padding: 50px;
	margin-bottom: 50px;
	background: #f7f9fc;
	border-radius: 10px;
}

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

.itemImg {
	height: 150px;
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.itemTxt {
	font-size: 1.6rem;
	text-align: center;
}

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

	#introImg 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/point/under_mv_sp.jpg) center center / cover no-repeat ;
	}

	#intro {
		padding-bottom: 80px;
		background: #edf3fc;
	}


	#introImg {
		padding-bottom: 20px;
	}

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

	#target {
		padding-bottom: 60px;
		background: #edf3fc;
	}

	#pointRate {
		padding-bottom: 60px;
		margin-bottom: 80px;
		background: #edf3fc;
	}

	.item {
		padding: 30px;
		margin-bottom: 30px;
	}

	.itemImg {
		padding: 20px;
		height: 150px;
		margin-bottom: 10px;
	}

	.itemImg img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

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

	.pointNum {
		margin: 0 auto 20px;
	}
}