@charset "UTF-8";
.section--safety img{
	vertical-align: bottom;
}
.section--safety h4{
	letter-spacing: 0.07em;
}
.section--safety .safety_txt{
	letter-spacing: 0.07em;
	line-height: 1.8;
}
.section--safety .safety_cnts span{
	margin-top: 5px;
}
.section--safety section:nth-child(2) > h4 > i{
	margin: 0 10px;
}
.section--safety .txt_mark{
	text-emphasis-style: dot filled;
	-webkit-text-emphasis-style: dot filled;
}
.section--safety section:nth-child(2){
	border-top: solid 2px #c1aa89;
}
.section--safety section:nth-child(2) ul li{
	margin-bottom: 10px;
}
.section--safety section:nth-child(2) ul li span{
	background: #c1aa89;
	color: #fff;
	display: inline-block;
	padding: 8px;
	font-weight: bold;
	border-radius: 5px;
}
.section--safety .sttl_5s{
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
	font-weight: bold;
}
.section--safety .sttl_5s span {
	position: relative;
	padding-left: 30px;
}
.section--safety .sttl_5s span::before,
.section--safety .sttl_5s span::after {
	content: "\025a1";
	position: absolute;
	width:4px;
	height: 4px;
	color: #cb2828;
}
.section--safety .sttl_5s span::before {
	left:0;
	top:-3px;
}
.section--safety .sttl_5s span::after {
	left: 5.5px;
	top: 3.5px;
}
.section--safety .sttl_bg_color{
	background: #c1aa89;
	color: #fff;
	padding: 5px;
}
.cnts_5s table {
	border-collapse: collapse;
}
.cnts_5s table tr:first-child th {
    border-top: 4px solid #c1aa89;
}
.cnts_5s table tr th {
	border-bottom: 2px solid #ede9e4;
	border-right: 2px solid #ede9e4;
	text-align: left;
	padding: 8px;
	font-weight: normal;
	background: #fffaf2;
	height: 70px;
}
.cnts_5s table tr th,
.cnts_5s table tr td{
	border: 2px solid #ede9e4;
}
.cnts_5s table tr:first-child td{
	border-top: 4px solid #b3b3b3;
}
.cnts_5s table tr td {
	border-bottom: 2px solid #ede9e4;
	text-align: left;
	padding: 8px;
}

@media screen and (min-width: 769px) {
	.section--safety{
		margin-bottom: 75px;
	}
	.section--safety section{
		margin-bottom: 40px;
	}
	.section--safety section:last-child{
		margin-bottom: 0;
	}
	.section--safety h4 {
    	font-size: 2rem;
		margin-bottom: 20px;
 	}
	.section--safety .safety_txt{
		padding-right: 20px;
		max-width: 580px;
	}
	.section--safety .safety_cnts span{
		font-size: 1.4rem;
		display: block;
	}
	.safety_cnts{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.section--safety section:first-child ul li{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.section--safety section:first-child ul li:first-child{
		margin-bottom: 20px;
	}
	.section--safety .safty_img_cnt{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		max-width: 460px;
	}
	.section--safety section:nth-child(2) h4{
		margin-top: 30px;
	}
	.section--safety section:nth-child(2) img{
		max-width: 1040px;
	}
	.section--safety section:nth-child(2) ul{
		margin: 20px 0;
	}
	.section--safety .safty_img_cnt img{
		max-width: 460px;
	}
	.section--safety .sttl_5s{
		font-size: 2rem;
	}
	.cnts_5s table {
		width:70%;
		margin: 0 auto;
	}
	.cnts_5s table tr th{
			width: 20%;
	}
	.section--safety section:nth-child(5) .safty_img_cnt{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	.safty_img_cnt .safty_img_col01{
		margin-bottom: 20px;
	}


}
@media screen and (max-width: 768px) {
	.section--safety{
		margin-bottom: 50px;
	}
	.section--safety section{
		margin-bottom: 20px;
	}
	.section--safety section:last-child{
		margin-bottom: 0;
	}
	.section--safety h4 {
    	font-size: 1.8rem;
		margin-bottom: 20px;
  	}
	.section--safety .safety_cnts span{
		font-size: 1.2rem;
	}
	.section--safety section:first-child ul li:first-child,
	.safty_img_cnt .safty_img_col01,
	.section--safety .safety_txt{
		margin-bottom: 5%;
	}
	.section--safety section:nth-child(2) h4{
		margin-top: 20px;
	}
	.section--safety section:nth-child(2) ul{
		margin: 5% 0;
	}
	.section--safety .sttl_5s{
		font-size: 1.8rem;
	}
	.cnts_5s table tr th{
			width: 24%;
	}
}
