@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
5.1 Products
--------------------------------------------------------------*/
/* 5.1 Common
--------------------------------------------------------------*/
.page-quick__list.cases li:nth-child(1) {
	background: url(../img/products-energy_s.jpg) no-repeat center/cover;
}
/*
.page-quick__list.cases li:nth-child(2) {
	background: url(../img/products-surveillance_s.jpg) no-repeat center/cover;
}
.page-quick__list.cases li:nth-child(3) {
	background: url(../img/products-railway_s.jpg) no-repeat center/cover;
}
.page-quick__list.cases li:nth-child(4) {
	background: url(../img/products-railsystem_s.jpg) no-repeat center/cover;
}
.page-quick__list.cases li:nth-child(5) {
	background: url(../img/products-machinery_s.jpg) no-repeat center/cover;
}
.page-quick__list.cases li:nth-child(6) {
	background: url(../img/products-tele_s.jpg) no-repeat center/cover;
}
.page-quick__list.cases li:nth-child(7) {
	background: url(../img/products-camera_s.jpg) no-repeat center/cover;
}*/
.page-quick__list.cases li:nth-child(2) {
	background: url(../img/products-dx_s.jpg) no-repeat center/cover;
}