

.cs{
	padding: 2em;
	border:  solid 3px #eee;
	text-align: center;
	font-size: 2em;
	color: #ccc
}


#co_safty{}

#co_safty h2{
	text-align: center;
	font-size: 2em;
	margin-bottom: 1em
}
.safety_sec{
	margin-bottom: 30px
}

.safety_sec h3{
	font-size: 1.8em;
	margin-bottom: 1em;
	color: #051a8a;
	text-align: center
}

#safety_sec01{}

#safety_sec01 .read{
	text-align: center;
	font-size: 1.3em;
	background: #eee;
	padding: 1em 
}

dl.saf_base{
	-webkit-box-shadow:1px 1px 6px #ccc;
	-moz-box-shadow:1px 1px 6px #ccc;
	box-shadow: 1px 1px 6px #ccc;
	position: relative;
	padding: 1.5em 1.5em .5em;
	margin-bottom: 2.5em;
	border: solid 2px #eee
}

dl.saf_base dt{
	color: red;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: .2em
}

dl.saf_base dt:first-letter{
	color: #222;
}

dl.saf_base dd{font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 2em
}

dl.saf_base dd p{
	margin-bottom: .5em
}

dl.saf_base dd ul li{
	font-size: 1.1em;
	margin-bottom: .2em
}
.safe_more{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0 2em 1em
}

.safe_more strong{
	color: red;
}

.safe_list{
	margin-bottom: 20px;
	border: solid 3px rgba(34, 68, 204, 0.71);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}



.safe_list h4{
	text-align: center;
	color: #fff;
	background:  #2345cc;
	padding: .5em 1em;
	font-size: 1.3em;
	margin-bottom: .5em;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	position: relative;

}
.sl_inner{margin: 1em 1em 1em 1em}


@media  (min-width: 415px) {
	.safe_list ul{
		float: left;
		width: 40%;
		margin-right: 1em
	}
	
	.slphoto{
		width: 58%;
		float: right;
	}
	
	.slphoto img{
		max-width: 100%;
		height: auto
	}
}

.slphoto img{
		max-width: 100%;
		height: auto
	}
	
.safe_list ul{
	margin-bottom: .5em
}	
.safe_list ul li{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .2em
}

.qaphoto img{
	max-width: 100%;
	height: auto
}

.shido_flow{
	width: 55%;
	float: left
}

.shido_image{width: 43%;
	float: right;
	padding: 2em 0 0;
}

.shido_image img{
	width: 100%;
	height: auto
}

.shido_flow h4{
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.2em
}
.shido_flow li {
	text-align: center
}
.shido_flow li p{
	border: solid 2px #ccc;
	text-align: center;
	background: #f2f6b5;
	font-weight: bold;
	font-size: 1.1em;
	padding: .5em 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-bottom: .2em
}
.shido_flow li:after {
	display: block;
	font-family: FontAwesome;
    content: "\f063";
    color: #129393;
    font-size: 1.5em;
    margin: .3em 0
}

.shido_flow li:last-child:after{
	content: none
}


.jirei{
	background: url(../images/safety/jirei_bg.jpg) repeat-x center top;
	padding: 2em 1.5em
}

.jirei h3{
	text-align: center;
	font-size: 1.6em;
	margin-bottom: 1em
}

.jirei ul{
	border: solid 3px #ffdd00;
	padding: 1.5em;
	background: #fff;
	margin-bottom: 1em;
	text-align: center
}

.jirei li{	font-size: 1.8em;
}

.jirei img{
	width: 100%;
	height: auto;
	margin-bottom: 1em
}
.point{
	text-align: center;
	background: #2345CC;
	padding: .5em 1em;
	color: #fff;
	font-size: 1.4em
}