@charset "Shift_JIS";

@import "/common/css/common-sub.css";

/* work style ==============================================*/
div#mainVis {
  height: 170px;
  background: url(/ondemand/img/main_vis_ondemand_s.png) no-repeat left top;
}

@media (max-width: 800px) {
  div#container h3 img {
    width: 100%;
    height: auto;
  }

  div#mainVis {
    width: auto;
  }

  .mgnBtm20 img {
    width: 100%;
    height: auto;
  }

  img.method-map-img {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  img.address-map-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  img.method-map-img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  div#mainVis {
    background-size: 765px;
    height: 145px;
  }
}