@charset "UTF-8";

.main_head_img {
	background-image: url("../safety/img/management/bg-main.jpg");
	background-position: left 20% center;
}

section.intro {
	text-align: center;
}

.intro_txt {
	margin-bottom: 30px;
}

.intro_img {
}

section.info {
	padding-bottom: 70px;
}

.info_cts {
	padding: 30px;
	border-top: 1px solid #ccc;
}

.info_cts_ttl {
	font-size: 18px;
	margin-bottom: 10px;
}

.info_cts_subttl {
	font-weight: bold;
	margin-bottom: 5px;
}

.info_cts_list.-policy {
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

.info_cts_list.-goal {
	margin-bottom: 20px;
}

.info_cts_list.-priority {
	list-style-position: inside;
}

.info_cts_tbl {
	width: 100%;
	margin-bottom: 20px;
}

.info_cts_tbl th,
.info_cts_tbl td {
	padding: 10px;
	border: 1px solid #CCC;
}

.info_cts_tbl thead th {
	color: #FFF;
	background: #888;
	text-align: left;
}

.info_cts_tbl tbody th {
	white-space: nowrap;
}

.info_cts_txt {
	margin-bottom: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1030px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.intro_txt {
		text-align: left;
	}

	.info_cts {
		padding: 30px 0;
	}

	.inner.-narrow {
		padding: 0;
	}

	.info_cts_ttl {
		font-size: 17px;
	}

}
