@charset "Shift_JIS";

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

/* sign style ==============================================*/
div#mainVis {
  height: 236px;
  background: url(/category/sign/img/main_vis_sign.png) no-repeat left top;
}

@media (max-width: 800px) {
  div#mainVis {
    width: auto;
  }
}

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

@media screen and (max-width: 320px) {
  div#mainVis {
    background-size: 600px;
    height: 158px;
  }
}