@charset "utf-8";
/* CSS Document */

.page_ttl{
	background-image: url("../images/page_ttl_safety.jpg");
}

#safety li{
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
#safety li::before{
	content: "・";
}

.safety_img{
	display: flex;
	flex-wrap: wrap;
}
.safety_img .box{
	width: calc( ( 100% - 20px ) /3);
	margin-right: 10px;
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.safety_img .box:nth-of-type(3n){
	margin-right: 0;
}
.safety_img .box p{
	padding: 0 10px;
	font-size: 1.5rem;
}
@media screen and (max-width : 768px) {
	
	#safety li{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.safety_img{
		display: block;
	}
	.safety_img .box{
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		font-size: 1.4rem;
	}
	.safety_img .box:nth-of-type(3n){
		margin-right: 0;
	}
	
}