@charset "UTF-8";
/* CSS Document */

/* 画像が横に伸びたり潰れたりしないようにする安全ガード */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
