@charset "utf-8";
/* CSS Document */

/*PC*/
@media print, screen and (min-width: 769px) {

.strength_bg {
	background:url(../images/strength/hed_img.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}

.strength_list {
	width:100%;
	margin:0 auto 60px;
	padding:0;
	list-style-type:none;
}

.strength_list li {
font-size: 16px;
font-weight:bold;
padding-left: 30px;
margin-bottom: 10px;
position: relative;
}

.strength_list li:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 20px;
left: 0;
top: 0;
color: #B50A0C; 
}

.strength_list li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}

.strength_img {
	width:40%;
	float:right;
	margin:0 0 4% 4%;
}

}


/*sp*/
@media only screen and (max-width: 768px) {

.strength_bg {
	background:url(../images/strength/hed_img.jpg) center center no-repeat;
	width:100%;
	height:160px;
	overflow:hidden;
	position:relative;
	margin:0 auto 60px;
}


.strength_list {
	width:100%;
	margin:0 auto 30px;
	padding:0;
	list-style-type:none;
}

.strength_list li {
font-size: 12px;
font-weight:bold;
padding-left: 20px;
margin-bottom: 10px;
position: relative;
}

.strength_list li:before{
font-family: FontAwesome;
content: "\f00c";
position: absolute;
font-size: 16px;
left: 0;
top: 0;
color: #B50A0C; 
}

.strength_list li:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: none;
}

.strength_img {
	width:90%;
	float:none;
	margin:0 auto 4%;
}

}
