@charset "utf-8";

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

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

/* 分別マニュアル */
/* ----------------------------------- */
#manualWrap {
	padding-bottom: 100px;
	margin-bottom: 100px;
	background: #edf3fc;
}

#category {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
}

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

.manualTitMain {
	width: 100%;
	padding-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #0d499e;
}

.manualLayout1 {
	width: 48%;
	padding: 30px;
	margin-bottom: 40px;
	background: #edf3fc;
}

.manualTit {
	padding-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.2;
}

.manualTit span {
	font-size: 1.6rem;
}

.manualTxt {
	padding-bottom: 20px;
	font-size: 1.6rem;
}

.manualImg {
	text-align: center;
}

.manualSubTit {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
}

.manualLayout2 {
	width: 100%;
	padding: 30px;
	margin-bottom: 40px;
	background: #edf3fc;
}

.row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
}

.row .manualSubTitWrap {
	flex: 1;
}

.anno {
	color: #eb5851;
}

#incompatible {

}

.manualTitMain.ng {
	width: 100%;
	padding-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 500;
	color: #eb5851;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

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

.manualLayout3 {

	width: 100%;
	padding: 30px;
	margin-bottom: 40px;
	background: #fdeeed;
}

.ngList {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 1%;
}

.ngList li {
	width: 100%;
	text-align: center;
}

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

.ngTxt {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.ngTxtSub {
	font-size: 1.3rem;
}

.ngTxtAnno {
	font-size: 1.3rem;
	color: #eb5851;
	text-align: left;
}

.ngOther {
	padding: 20px 40px;
	background: #FFF;
}

.ngOther h4 {
	font-size: 1.8rem;
	font-weight: 500;
}

.ngOther ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	font-size: 1.6rem;
}

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

.check::before {
	content: "";
	width: 83px;
	height: 83px;
	background: url(../../img/manual/check.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
}

.checkIn {
	flex: 1;
}

.checkIn h3 {
	font-size: 2.2rem;
	font-weight: 500;
}

.checkIn h3 span {
	color: #eb5851;
}

.checkIn p {
	padding-bottom: 10px;
	font-size: 1.6rem;
}

.checkIn ul {
	font-size: 1.4rem;
}

#Uncollectable {
	padding-bottom: 30px;
}

#checkList li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 1.8rem;
	padding-bottom: 20px;
}

#checkList li::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../../img/common/icon_checkbox.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: middle;
	flex: 0 0 30px;
}



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


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

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

	#manualWrap {
		padding-bottom: 30px;
		margin-bottom: 80px;
		background: #edf3fc;
	}

	.manual {
		padding: 20px;
		margin-bottom: 50px;
	}

	.manualLayout1 {
		padding: 20px;
		margin-bottom: 20px;
	}

	.manualImg img {
		width: 100%;
	}

	.row {
		flex-direction: column;
		gap: 20px;
	}

	.manualLayout2 {
		padding: 20px;
		margin-bottom: 20px;
	}

	.manualLayout3 {
		padding: 20px;
		margin-bottom: 20px;
	}

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

	.ngTxt {
		padding-bottom: 10px;
		font-size: 1.3rem;
	}

	.ngOther h4 {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: 500;
	}

	.ngOther ul {
		flex-direction: column;
		gap: 5px;
		font-size: 1.4rem;
	}

	.check {
		flex-direction: column;
	}

	.checkIn h3 {
		padding-bottom: 20px;
		font-size: 1.8rem;
		font-weight: 500;
	}

	#checkList li {
		font-size: 1.6rem;
	}

	#checkList li:last-child {
		padding-bottom: 0;
	}
}