.page_ttl {
  background-image: url(../img/page_ttl_bg_service.jpg);
}

.recommend .cloum-4 .recommend_elm,
.recommend .cloum-2 .recommend_elm {
  width: 47%;
  margin-bottom: 6rem;
}

.recommend .cloum-4 .recommend_elm:nth-of-type(odd),
.recommend .cloum-2 .recommend_elm:nth-of-type(odd) {
  margin-right: 6%;
}

.recommend .cloum-4 .recommend_elm .product_img,
.recommend .cloum-2 .recommend_elm .product_img {
  text-align: center;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 960px) {
  .service_peface .service_peface_text_block .service_peface_ttl {
    padding-right: 3rem;
  }
  .recommend .intro_text {
    text-align: center;
    padding: 2rem 0 4rem;
  }
  .recommend .cloum-4 .recommend_elm {
    width: 21%;
    margin-bottom: 9rem;
  }
  .recommend .cloum-4 .recommend_elm:nth-of-type(odd) {
    margin-right: 0%;
  }
  .recommend .cloum-4 .recommend_elm:not(:nth-of-type(4n)) {
    margin-right: 5%;
  }
}
/*# sourceMappingURL=service-light.css.map */