@charset "utf-8";.block-wrapper .input_text {
    font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'futura', 'Century Gothic', sans-serif;
}

@media screen and (max-width: 767px) {

  .grid-wrapper-3 {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 4px !important; /* ← 余白復活 */
  }

  .grid-wrapper-3 .grid-item-image {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
    box-sizing: border-box;
  }

  .grid-wrapper-3 img {
    width: 100% !important;
    height: auto;
    display: block;
  }

}