/* 確認エリア */
.cf7-confirm-area {
  margin-bottom: 1.5em;
  background-color: #fff;
}

/* 確認リスト */
.cf7-confirm-list {
  border-top: 1px solid #ddd;
}

.cf7-confirm-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0.75em;
  gap: 1em;
}

.cf7-confirm-label {
  flex: 0 0 30%;
  font-weight: bold;
  color: #333;
  word-break: break-word;
}

.cf7-confirm-value {
  flex: 1;
  color: #444;
  word-break: break-word;
}

/* 戻るボタン */
.cf7-back-button {
  background: #b4b4b4;
  font-weight: 700;
  width: 320px ;
  height: 60px ;
  color: #fff ;
  font-size: 1.2rem ;
  border: none ;
  border-radius: 50rem ;
  box-shadow: none ;
  cursor: pointer;
  display: block;
  margin: 12px auto 0;
}

/* 送信ボタン（確認画面で表示） */
.wpcf7-form.is-confirm input.wpcf7-submit {
  width: 320px;
  height: 60px;
  background: #66c32b;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  border: none;
  border-radius: 50rem;
  box-shadow: none;
  cursor: pointer;
  display: block;
  margin: 40px auto 0;
  padding: 0;
}

/* 確認ボタン */
.cf7-confirm-button {
  width: 320px ;
  height: 60px ;
  background: #0087ba ;
  color: #fff ;
  font-size: 1.2rem ;
  border: none ;
  border-radius: 50rem ;
  box-shadow: none ;
  cursor: pointer;
  display: block;
  margin: 40px auto 0;
  font-weight: 700;
}


div.wpcf7-response-output {
  display: none !important;
}

