@charset "utf-8";
/* ------------------------------------------------------------ common */

#fv { }
 .fv_valve { background: url(../images2/products/valve/fv.jpg) center center no-repeat; color: #fff;}
 .fv_filter { background: url(../images2/products/filter/fv.jpg) center center no-repeat; color: #fff;}
 .fv_pump { background: url(../images2/products/pump/fv.jpg) center center no-repeat; color: #fff;}
 .fv_unit { background: url(../images2/products/unit/fv.jpg) center center no-repeat; color: #fff;}

#category { padding: 120px 0 0;}
#category ul { margin: 0 0 0 -25px;}
#category ul li { float: left; width: 350px; height: 370px; margin: 0 25px 55px 0;}
#category ul li div { padding: 25px 0; text-align: center;}
#category ul li div h4 { font-size: 20px; padding: 0 0 20px; font-family: 'Noto Sans Japanese medium';}
#category ul li div h4 span { font-size: 12px; color: #959595; display: block;}
#category ul li p.btn { color: #4461b1; background: url(../images2/common/arw_blue.png) right 10px no-repeat; padding: 0 20px 0 0; width: 80px; margin: 0 auto; font-family: 'Noto Sans Japanese medium';}

/* ------------------------------------------------------------ mobile */
@media only screen and (max-width:640px){

#fv { background-size: cover; color: #fff; padding: 20% 0;}
 .fv_valve { background: url(../images2/products/valve/fv.jpg) center top no-repeat;}
 .fv_filter { background: url(../images2/products/valve/fv.jpg) center top no-repeat;}
 .fv_pump { background: url(../images2/products/valve/fv.jpg) center top no-repeat;}
 .fv_unit { background: url(../images2/products/valve/fv.jpg) center top no-repeat;}

#category { padding: 30px 0 0;}
#category ul { margin: 0;}
#category ul li { float: none; width: 100%; height:auto; margin: 0 0 15px;}
#category ul li img { float: left; width: 50%; height: auto;}
#category ul li div { padding: 5px 2%; text-align: center; float: left; width: 46%;}
#category ul li div h4 { font-size: 14px; padding: 0 0 10px;}
#category ul li div h4 span { font-size: 11px; color: #959595; display: block;}
#category ul li p.btn { color: #4461b1; background: url(../images2/common/arw_blue.png) right 6px no-repeat; padding: 0 10px 0 0; font-size: 12px; }

}