@charset "UTF-8";

  .access_osusume {
    position: fixed;
    left: 0;
    bottom: 3.0rem;
    width: 15rem;
    z-index: 9999;
  }
@media screen and (max-width: 767px) {
  .access_osusume {
    bottom: 15vw;
  }
}

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

@media screen and (max-width: 767px) {
  .access_osusume img {
    width: 140px;
    height: auto;
  }
}
