/* =========================================
   Contact Notice
   ========================================= */

.contact-notice {
  padding: 60px 16px 40px;
}

.contact-notice__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.contact-notice__text {
  margin: 0;

  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.04em;

  color: #333;
}

/* オレンジリンク */
.contact-notice__link {
  color: #f39a1f;
  text-decoration: underline;
  text-underline-offset: 4px;

  font-weight: 500;

  transition: opacity .2s ease;
}

.contact-notice__link:hover {
  opacity: 0.7;
}


/* =========================================
   Contact Form 7 - Custom Design
   ========================================= */

.cf7-form {
  max-width: 720px;
  margin: 0 auto;
}

.cf7-field {
  margin-bottom: 22px;
}

/* ラベル行 */
.cf7-label {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #111;

  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.cf7-label {
  align-items: baseline; /* 文字のベースラインで揃える */
}
.cf7-required {
  margin-top: 0;
}
/* cf7が勝手に入れるbrを潰す */
.cf7-label br {
  display: none;
}


/* 必須バッジ */
.cf7-required {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e85b5b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/* テキスト/メール/電話/テキストエリア共通 */
.cf7-form .wpcf7-form-control.wpcf7-text,
.cf7-form .wpcf7-form-control.wpcf7-email,
.cf7-form .wpcf7-form-control.wpcf7-tel,
.cf7-form .wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border: 2px solid #0b2b8f;
  border-radius: 10px;
  padding: 16px 18px;

  font-size: 16px;
  color: #111;
  background: #fff;

  outline: none;
}

/* 高さ（お問い合わせ内容） */
.cf7-form .wpcf7-form-control.wpcf7-textarea {
  min-height: 220px;
  resize: vertical;
}

/* placeholder */
.cf7-form .wpcf7-form-control::placeholder {
  color: rgba(17, 17, 17, 0.35);
}

/* フォーカス時（薄く発光） */
.cf7-form .wpcf7-form-control:focus {
  box-shadow: 0 0 0 4px rgba(11, 43, 143, 0.12);
}

/* ラジオ（縦並び＋丸） */
.cf7-form .wpcf7-list-item {
  display: block;
  margin: 10px 0 0;
}

.cf7-form input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

/* ラジオのラベル */
.cf7-form .wpcf7-list-item-label {
  font-size: 16px;
  color: #111;
}

/* 送信ボタン */
.cf7-actions {
  margin-top: 34px;
  text-align: center;
}

.cf7-form .wpcf7-submit {
  appearance: none;
  border: none;
  cursor: pointer;

  background: #0b2b8f;
  color: #fff;

  width: min(420px, 92vw);
  padding: 18px 24px;

  border-radius: 999px;

  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.35em;

  transition: transform .15s ease, opacity .2s ease;
}

.cf7-form .wpcf7-submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

/* エラー表示の整形 */
.cf7-form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #e85b5b;
}

.cf7-form .wpcf7-response-output {
  margin: 18px 0 0;
  border-radius: 8px;
}

.contact-form-section {
  padding: 80px 16px;
}

.contact-form-section {
  padding: 80px 16px;
}

.contact-form-section__inner {
  max-width: 720px;
  margin: 0 auto;
}
