.ret-product-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1em;
  border-bottom: 2px solid #009944;
  padding-bottom: 0.3em;
}

/* 見出し（全セクション共通） */
.ret-heading {
  font-size: 1.4rem;
  border-left: 4px solid #009944;
  padding-left: 0.6em;
  color: #006633;
  margin-bottom: 1em;
  margin-top: 2em;
}

/* 製品概要（段落） */
.ret-summary {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2em;
}

/* スペック表 */
.ret-spec {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background-color: #fff;
  margin-bottom: 2em;
}

.ret-spec th,
.ret-spec td {
  border: 1px solid #ccc;
  padding: 0.6em 0.8em;
  text-align: left;
  vertical-align: top;
}

.ret-spec th {
  background-color: #f7f7f7;
  font-weight: 600;
  width: 30%;
  color: #333;
}

/* 特徴リスト */
.ret-features {
  padding-left: 1.5em;
  list-style: disc;
  color: #333;
  margin-bottom: 2em;
}

.ret-features li {
  margin-bottom: 0.5em;
  font-size: 1rem;
}

/* 使用事例（段落） */
.ret-usecase {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2em;
}

.ret-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  background-color: #fff;
  margin-bottom: 2em;
}

.ret-price-table th,
.ret-price-table td {
  border: 1px solid #ddd;
  padding: 0.5em 0.8em;
  text-align: center;
}

.ret-price-table th {
  background-color: #f9f9f9;
  font-weight: 600;
  color: #333;
}