.box-image-text .image {
  min-height: 190px;
  max-height: 190px;
}

.box-image-text .image img {
  max-height: 190px;
  margin: auto;
}

.box-simple {
  min-height: 230px;
}

/* メニューの文字サイズを変更 */
body {
  font-size: 14px;                /* フォントサイズを変更 */
}

/* Googleフォームをレスポンシブ対応に */
.google-form-container {
  width: 100%;
  max-width: 700px; /* フォームの最大幅を設定 */
  margin: 0; /* 左揃え */
  height: 1600px; /* フォームの適切な高さを指定 */
  aspect-ratio: 3 / 6; /* アスペクト比（3:4）を設定 */
  position: relative;
}

.google-form-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

/* バナーを加工しないように */
.customers .item img {
  -webkit-filter: grayscale(0%);
}