/* =========================
   お客様の声：1人分の枠
========================= */
.voice-item {
  max-width: 760px;
  margin: 40px auto;
  padding: 30px 24px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

/* タイトル */
.voice-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* 画像 */
.voice-image {
  text-align: center;
  margin-bottom: 15px;
}

.voice-image img {
  width: 100%;
  max-width: 480px;
  height: auto;
  border-radius: 8px;
}

/* 画像を確実に中央配置（上書き用） */
.entry-content .voice-image img {
  display: block;
  margin: 0 auto;
}


/* お客様名 */
.voice-name {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin: 10px 0 20px;
}

/* 感想文 */
.voice-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

/* =========================
   スマホ調整
========================= */
@media (max-width: 768px) {

  .voice-item {
    margin: 24px 12px;
    padding: 20px 16px;
  }

  .voice-title {
    font-size: 20px;
  }

  .voice-name {
    font-size: 13px;
  }

  .voice-text {
    font-size: 15px;
  }

}

/* =========================
   お客様の声・推薦者の声 共通レイアウト
========================= */
.entry-content .voice-item {
  max-width: 760px;
  margin: 40px auto;
  padding: 30px 24px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

/* タイトル */
.entry-content .voice-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* 画像 */
.entry-content .voice-image {
  text-align: center;
  margin-bottom: 15px;
}

.entry-content .voice-image img {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* 名前 */
.entry-content .voice-name {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin: 10px 0 20px;
}

/* 感想文 */
.entry-content .voice-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

/* =========================
   スマホ調整
========================= */
@media (max-width: 768px) {

  .entry-content .voice-item {
    margin: 24px 12px;
    padding: 20px 16px;
  }

  .entry-content .voice-title {
    font-size: 20px;
  }

  .entry-content .voice-name {
    font-size: 13px;
  }

  .entry-content .voice-text {
    font-size: 15px;
  }
}

