/* お問い合わせ（静的10の主要パターン） */
.step-indicator-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #e5e5e5;
  margin-bottom: 3rem;
}
.step-indicator-contact .step-item.active {
  color: #2d362d;
  font-weight: bold;
}
.step-indicator-contact .step-item.active .step-text {
  border-bottom: 1px solid #8da695;
}
.badge-required {
  background: #e53e3e;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.contact-input-field {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  transition: border-color 0.3s;
}
.contact-input-field:focus {
  outline: none;
  border-color: #8da695;
}
.toc-link {
  display: block;
  padding: 0.5rem 0;
  font-size: 0.8125rem;
  color: #8da695;
  transition: color 0.3s;
  border-left: 1px solid transparent;
  padding-left: 1rem;
  margin-left: -1px;
}
.toc-link:hover {
  color: #2d362d;
  border-left-color: #8da695;
}
.content-section {
  margin-bottom: 3rem;
}
.section-title-contact {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  color: #2d362d;
  border-bottom: 1px solid #f4f7f5;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
