@charset "UTF-8";

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

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


input.confirm_button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  height: 60px;
  padding-left: 73px;
  background: url(../img/pc_arrow.svg) no-repeat left center;
}

.wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  height: 60px;
  padding-left: 73px;
  background: url(../img/pc_arrow.svg) no-repeat left center;
  margin-left: 60px;
}

.back_button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  height: 60px;
}


.wpcf7-submit:hover,
.back_button:hover {
  cursor: pointer;
}

.button-wrap {
  text-align: center;
}