@charset "utf-8";
@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 400px) {}



/* ==============================
servicestop
============================== */
.servicestopmain #commonMvParts{
  margin: 0 40px 0px;
}
@media screen and (max-width: 767px) {
.servicestopmain #commonMvParts {
margin: 0 10px 20px;
  }

}


/* ==============================
servicestop
============================== */
.servicestop {
background: #FFF !important;
border-radius: 0 !important;
}

.servicestop .inner {
  padding: 30px 0 60px !important;
}
@media screen and (max-width: 767px) {


}