@charset "utf-8";
/* CSS Document */
.page_header { background-image: url(../img/safety/main.jpg); }
.page_header .page_header_title h1::before {
	content: 'SAFETY';
	font-family:'PT Sans';
}
@media screen and (max-width: 760px) {
	.page_header { background-image: url(../img/safety/main_sp.jpg); }
}


/* -------------------------------- */
/* スローガン */
/* -------------------------------- */
.slogan {
	margin: 90px auto;
}
.slogan h2 {
	margin-bottom: 50px;
}
.slogan h2::before {
	content: 'SLOGAN';
	font-family:'PT Sans';
}
.slogan p {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	.slogan {
		margin: 10% auto;
	}
	.slogan h2 {
		margin-bottom: 30px;
	}
	.slogan p {
		font-size: 4.8vw;
	}
}


/* -------------------------------- */
/* 安全管理基本計画 */
/* -------------------------------- */
.content_wrap {
	padding-top: 90px;
	padding-bottom: 100px;
}
.safety_plan h2 {
	margin-bottom: 50px;
}
.safety_plan h2::before {
	content: 'SAFETY PLAN';
	font-family:'PT Sans';
}
.content_area {
	line-height: 2;
}
.content_area dt {
	font-weight: bold;
	color: #b50000;
}
.content_area dd:not(:last-of-type) {
	margin-bottom: 30px;
}
@media screen  and (max-width: 767px) {
	.content_wrap {
		padding-top: 15%;
		padding-bottom: 15%;
	}
	.safety_plan h2 {
		margin-bottom: 30px;
	}
	.content_area dt {
		font-size: 3.4vw;
	}
	.content_area dd {
		font-size: 3.4vw;
	}
	.content_area dd:not(:last-of-type) {
		margin-bottom: 5%;
	}
}

.other_area {
	padding-top: 90px;
	padding-bottom: 100px;
}
.other_area dt {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.other_area dd {
	line-height: 2;
}
.other_area .left dd {
	padding-right: 35px;
	padding-bottom: 55px;
}
.other_area .right dl {
	padding: 35px 0 0 35px;
}
@media screen and (max-width: 1090px) {
	.other_area dd {
		font-size: 1.45vw;
	}
	.other_area .left dd {
		padding-right: 10px;
	}
}
@media screen  and (max-width: 767px) {
	.other_area {
		padding-top: 10%;
		padding-bottom: 10%;
		display: block;
	}
	.other_area dt {
		font-size: 7vw;
	}
	.other_area dd {
		font-size: 4vw;
		margin-bottom: 3%;
	}
	.other_area figure {
		text-align: center;
	}
	.other_area .left {
		margin-bottom: 20px;
	}
	.other_area .left dd {
		padding-right: 0;
		padding-bottom: 0;
	}
	.other_area .right {
		display: flex;
		flex-direction: column-reverse;
	}
	.other_area .right dl {
		padding-top: 5%;
		padding-left: 0;
	}
}