@charset "utf-8";

@media screen and (min-width:768px){
/*pc・タブレットcss*/

.inner-main{ background:url(../img/safety/main.jpg) no-repeat center center / cover; }


/* +++++++++++++++++++++++++ */

#safety-guidelines{
	
}
#safety-guidelines .ph{
	margin-bottom:50px;
}
#safety-guidelines .copy{
	font-size:30px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
}
#safety-guidelines .presidents-decision{
	background-color:#EFEFEF;
	padding:50px;
}


/* +++++++++++++++++++++++++ */

 
.others-list{
}
.others-list li {
    width: 30%;
    margin-right: 5%;
	margin-bottom:5%;
}
.others-list li:nth-child(3n) {
    margin-right: 0
}
.others-list img {
	margin-bottom:10px;
}
.others-list .ttl {
	margin-bottom:0px;
	font-size:22px;
}




}


@media screen and (min-width:768px) and ( max-width:1366px) {
}

@media (max-width: 768px) {

	.inner-main{ background:url(../img/safety/main.jpg) no-repeat center center / cover; }
		
	/* +++++++++++++++++++++++++ */
		
	#safety-guidelines{
		
	}
	#safety-guidelines .ph{
		margin-bottom:5vw;
	}
	#safety-guidelines .copy{
		font-size:20px;
		font-weight:700;
		text-align:center;
		margin-bottom:5vw;
	}
	#safety-guidelines .presidents-decision{
		background-color:#EFEFEF;
		padding:5vw;
		font-size:12px;
	}

	/* +++++++++++++++++++++++++ */

	.others-list{
	}
	.others-list li {
		width: 100%;
		margin-bottom: 5vw;
	}
	.others-list img {
		margin-bottom:10px;
	}
	.others-list .ttl {
		margin-bottom:0px;
		font-size:18px;
	}
	

}
