@charset "utf-8";

/* CSS Document */
/*--------------------------------------------------
共通
----------------------------------------------------*/

/*.wrapper{
	width:100%;
}*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

body main .main_inner .product_features{
	width:100%;
	height:120px;
	margin: 0 auto;
}



body main .main_inner .product_features ul li:before{
	display: none;
}

body main .main_inner .product_features ul{
	width: 100%;
	height:120px;
	margin: 0 auto;
}

body main .main_inner .product_features ul li{
	float: left;
	width: 28%;
	height:60px;
	margin:0 2% 0 0;
    padding: 30px 20px;
	background-color: #1c4587;
	border-radius: 8px;
	text-align: center;
	line-height: 60px;
}

body main .main_inner .product_features ul li:last-child{
	margin:0 ;
}

body main .main_inner .product_features ul li b{
	color: #ffffff;

}


@media only screen and (max-width: 767px){

	body main .main_inner .product_features{
	height:350px;
	margin: 0 auto;
}
	body main .main_inner .product_features ul li{
	float: none;
	width: 90%;
	height:40px;
	margin:15px auto 0;
    padding: 30px 20px;
    text-align: center;
	line-height: 40px;
}

body main .main_inner .product_features ul li:last-child{
	margin:20px auto 0;
}

}




/*--------------------------------------------------



