@charset "UTF-8";
/*
Theme Name: みつまた不動産WordPressテーマ
Version: 1.01
Author: hareweb*
Author URI: https://hareweb.jp
*/
.btn_confirm {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 80%;
  margin: auto;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  border: solid 1px #9D9E9E;
  border-radius: 500em;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.confirm {
  width: 80%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.confirm .btn_correction {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 28%;
  border: solid 1px #9D9E9E;
  border-radius: 500em;
  text-align: center;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.confirm .btn_correction.hover {
  background: #fff;
}
.confirm .wpcf7-submit {
  width: 68%;
}
.confirm .wpcf7-spinner {
  position: absolute;
  right: 5px;
  margin: auto;
  display: block;
  z-index: 2;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}