@charset "utf-8";

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

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

/* はじめに */
/* ----------------------------------- */
#intro {
	padding: 100px 0;
	background: #edf3fc;
}

/* マーク */
/* ----------------------------------- */
#pmark {
	padding-bottom: 100px;
	background: #edf3fc;
}

#iso14001 {
	padding-bottom: 100px;
	background: #edf3fc;
}

.certificateWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5%;
}

.certificateImg {
	width: 270px;
}

.certificateImg img {
	width: 100%;
	height: auto;
}

.certificateDetail {
	flex: 1;
}

.certificateList {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	background: #dbe6f5;
}

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

.certificateList li:last-child {
	padding-bottom: 0;
}

.certificateList .bold {
	font-weight: bold;
}

#status {
	padding-bottom: 100px;
	background: #edf3fc;
}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.table2 td {
		white-space: wrap;
	}
}


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

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

	.table2 td {
		white-space: nowrap;
	}

	#intro {
		padding: 80px 0;
		background: #edf3fc;
	}

	.certificateWrap {
		flex-direction: column;
		gap: 20px 5%;
	}

	.certificateList li {
		font-size: 1.4rem;
		padding-bottom: 10px;
	}

	#pmark {
		padding-bottom: 80px;
	}

	#iso14001 {
		padding-bottom: 80px;
	}

	#status {
		padding-bottom: 80px;
	}
}