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

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .sp_img {
    display: block;
    margin: 0 auto;
    width: 40%;
    margin-bottom: 50px;
  }
}
