@charset "utf-8";
#top_img{
	margin:0px auto 10px;
}
#top_img img{
	width:100%;
	height:auto;
}
#bus_bg{
	background:url(../images/safety/bus_bg.png) no-repeat right bottom;
	background-size:100% auto;
}
.safety_area{
	width:380px;
	margin:0px auto;
}
.safety_area ol{
	margin:10px 0px 30px 28px;
}
.safety_area ol li {
	list-style-type: none;
	counter-increment: cnt;
	margin-bottom:5px;
	text-indent:-28px;
}
.safety_area ol li::before {
	content: "（" counter(cnt) "）";
}
#safety_area_l{
	width:380px;
}
#safety_area_r{
	margin-top:10px;
}