@charset "UTF-8";

/*確認画面と完了画面を非表示*/
.confirm_area {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.button-wrap {
  padding-bottom: 30px;
}

.button-wrap p>br {
  display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-form.h-adr {
  padding-bottom: 30px;
}