@charset "UTF-8";
/*
取組み
Version: 1.0.0
Update: 2024-09-26
*/

/* トップイメージ画像 */
.content .pageTitle {
	background-color: #f5f5f5;
	background-image: url(../safety_initiatives/img/pagetitle-pc.jpg);
}

@media screen and (max-width: 767px) {
	.content .pageTitle {
		background-image: url(../safety_initiatives/img/pagetitle-mb.jpg);
	}
}

@media screen and (max-width: 767px) {
	.content section {
		padding: 40px 0 60px;
	}
}

.content h3.title {
	margin-bottom: 20px;
	padding: 40px 0 20px;
	color: #0068b6;
	font-family:
		"Noto Sans Bold",
		-apple-system,
		BlinkMacSystemFont,
		Roboto,
		"Segoe UI",
		"Helvetica Neue",
		HelveticaNeue,
		YuGothic,
		"Yu Gothic Medium",
		"Yu Gothic",
		Verdana,
		Meiryo,
		sans-serif;
	font-size: 3.2rem;
	line-height: 1;
	text-align: left;
	border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
	.content h3.title {
		margin-bottom: 10px;
		padding: 40px 0 10px;
		font-size: 2rem;
		line-height: 1.5;
	}
}

.content h4 {
	margin: 20px 0;
	color: #0068b6;
	font-family:
		"Noto Sans Bold",
		-apple-system,
		BlinkMacSystemFont,
		Roboto,
		"Segoe UI",
		"Helvetica Neue",
		HelveticaNeue,
		YuGothic,
		"Yu Gothic Medium",
		"Yu Gothic",
		Verdana,
		Meiryo,
		sans-serif;
	font-size: 2.1rem;
	line-height: 1;
	text-align: left;
}

.content h4 br {
	display: none;
}

@media screen and (max-width: 767px) {
	.content h4 {
		margin: 20px 0;
		font-size: 1.8rem;
		line-height: 1.5;
	}

	.content h4 br {
		display: block;
	}
}

.content .comment {
	padding-bottom: 2em;
}

.content .item {
	position: relative;
	margin-bottom: 15px;
	padding: 30px;
	background-color: #f2f7fb;
	border-radius: 25px;
}

@media screen and (max-width: 767px) {
	.content .item {
		margin-bottom: 10px;
		padding: 20px;
		border-radius: 12px;
	}
}

.content .retractable {
	position: relative;
	margin-bottom: 15px;
	padding: 15px 30px;
	background-color: #e5f0f8;
	border-radius: 25px;
}

.content .white {
	background-color: #fff;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.content .retractable {
		margin-bottom: 25px;
		padding: 20px;
		border-radius: 12px;
	}
}

.content .white::before {
	content: "";
	position: absolute;
	top: 25px;
	right: 35px;
	z-index: 99;
	width: 12px;
	height: 12px;
	border-top: 3px solid #0068b6;
	border-right: 3px solid #0068b6;
	transform: rotate(135deg);
	transition: 0.1s;
}

@media screen and (max-width: 767px) {
	.content .white::before {
		top: 27px;
		right: 25px;
		width: 9px;
		height: 9px;
		border-top-width: 2px;
		border-right-width: 2px;
	}
}

.content .white.active::before {
	top: 30px;
	transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
	.content .white.active::before {
		top: 32px;
	}
}

.content .retractable .title {
	color: #0068b6;
	font-weight: bold;
	font-size: 2rem;
	cursor: pointer;
}

.content .retractable .body {
	display: none;
	padding: 15px 0;
	font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
	.content .retractable .title {
		font-size: 1.8rem;
	}
	.content .retractable .body {
		padding: 10px 0;
		font-size: 1.2rem;
	}
}

.content .retractable .body dt {
	width: 220px;
	color: #333;
	float: left;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
	.content .retractable .body dt {
		width: 100%;
	}
	.content .retractable .body dd.mb {
		text-indent: -9999px;
	}
}

.content .retractable .body dd {
	padding: 5px 0 5px 220px;
	border-bottom: 1px solid #333;
}

@media screen and (max-width: 767px) {
	.content .retractable .body dd {
		margin-left: 0;
		padding: 5px 0;
	}
}

/* 『止める・呼ぶ・待つ＋危険予知（KY）』ルールの徹底 */

.phase1,
.phase2,
.phase3,
.phase4 {
	display: inline-block;
	width: 23%;
	height: 240px;
	background-color: #fff;
	margin: 20px 0;
	padding: 15px;
	vertical-align: top;
	position: relative;
}

.phase1,
.phase2,
.phase3 {
	margin: 20px 20px 0 0;
}

.phase1::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../safety_initiatives/img/ky01.png);
	background-size: contain;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.phase2::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../safety_initiatives/img/ky02.png);
	background-size: contain;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.phase3::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../safety_initiatives/img/ky03.png);
	background-size: contain;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.phase4::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../safety_initiatives/img/ky04.png);
	background-size: contain;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

h5 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin: 0.5em 0;
	color: #0068b6;
}

@media screen and (max-width: 767px) {
	.phase1,
	.phase2,
	.phase3,
	.phase4 {
		display: block;
		width: 95%;
		height: inherit;
		margin: 30px 0 30px 5%;
	}

	.phase1::before,
	.phase2::before,
	.phase3::before,
	.phase4::before {
		left: -16px;
		margin: 0;
	}

	h5 {
		text-align: left;
		font-size: 1.8rem;
	}
}

/* 安全衛生活動 */

.safetyList {
	margin: 0 1.5em;
}

/* 安全衛生教育一覧 */

.course {
	display: inline-block;
	width: 31.5%;
}

.course:nth-of-type(3) {
	margin: 0 20px;
}

.course img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.course {
		display: block;
		width: 100%;
		margin: 0 0 30px;
	}
	.course:nth-of-type(3) {
		margin: 0 0 30px;
	}
	.course:nth-of-type(4) {
		margin: 0;
	}
}

/* 品質マネジメントシステムの運用 */

.content .ms01 {
	background-image: url(../safety_initiatives/img/ms01.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 24px;
	margin-bottom: 15px;
	padding: 15px 30px 15px 70px;
}

.content .ms02 {
	background-image: url(../safety_initiatives/img/ms02.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 24px;
	margin-bottom: 15px;
	padding: 15px 30px 15px 70px;
}

.content .ms03 {
	background-image: url(../safety_initiatives/img/ms03.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 24px;
	margin-bottom: 15px;
	padding: 15px 30px 15px 70px;
}

.content .ms01::before,
.content .ms02::before,
.content .ms03::before {
	content: none;
}

@media screen and (max-width: 767px) {
	.content .ms01,
	.content .ms02,
	.content .ms03 {
		background-position: 15px 25px;
		background-size: 18px;
		padding: 15px 15px 15px 55px;
	}
}

/* 検査装置の積極導入による品質管理 */

#quality {
	overflow: hidden;
}

.deviceTable {
	width: 48%;
	border: 1px solid #0068b6;
}

.deviceTable:nth-of-type(odd) {
	float: left;
}

.deviceTable:nth-of-type(even) {
	float: right;
}

.deviceTable th,
.deviceTable td {
	text-align: center;
	padding: 0.5em;
	font-size: 2rem;
}

.deviceTable th {
	color: #fff;
	font-weight: bold;
	background-image: linear-gradient(90deg, rgba(4, 106, 183, 1), rgba(60, 140, 199, 1));
}

.deviceTable .odd td {
	background-color: #e5f0f8;
	width: 45%;
}

.deviceTable td.arrow {
	width: 10%;
}

.deviceTable td.arrow img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.deviceTable {
		width: 100%;
	}
	.deviceTable th,
	.deviceTable td {
		font-size: 1.6rem;
	}
	.deviceTable:nth-of-type(odd) {
		float: inherit;
		margin: 0 0 30px;
	}
	.deviceTable:nth-of-type(even) {
		float: inherit;
	}
}

/* 環境への取組み */
/* ページトップ */
#pageTopHeading .heading {
	padding-bottom: 0;
}

/* エフピコグループのリサイクル */
#recycle .pageLink {
	text-align: center;
}

#recycle .title {
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	#recycle .title {
		padding-top: 40px;
	}
}
#recycle .title:first-of-type {
	padding-top: 40px;
}

/* FSC認証取得 */
#FSCcertification sup {
	font-size: 1.4rem;
}
#FSCcertification .photo {
	text-align: center;
}

/* 中国経済産業局長賞「エネルギー管理優良事業者等」の受賞 */
#sho_energy dl {
	overflow: hidden;
}
#sho_energy dt {
	clear: both;
	float: left;
	width: 240px;
	color: #0068b6;
}
@media screen and (max-width: 767px) {
	#sho_energy dt {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
}
#sho_energy dd {
	margin-left: 240px;
}
@media screen and (max-width: 767px) {
	#sho_energy dd {
		margin-left: 0;
	}
}
