@charset "UTF-8";
@media screen and (orientation: portrait) and (max-device-width: 750px) {
  .acommoncopy_wrapper {
    width: 50vw;
    transform: scale(2);
    transform-origin: top left;
  }
}
