@charset "UTF-8";
body {
  background-color: #f8f8f8;
}

.main_title_inner {
  color: #4c4948;
  margin-bottom: 20px;
  text-align: center;
}
.main_title_inner h2 span,
.main_title_inner p span {
  font-size: 34px;
  color: #000;
}
.main_title_inner .content_title_jp span {
  color: #000;
}

.form_area {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.form_area .form_step {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form_area .form_step {
    width: 160px;
    margin-bottom: 40px;
  }
}
.form_area .form_step:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: solid 2px #ec0000;
  left: 0;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .form_area .form_step:before {
    top: 20px;
  }
}
.form_area .form_step > div {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 33.3333%;
}
.form_area .form_step > div > .step_inner {
  display: block;
  width: 50px;
}
@media only screen and (max-width: 768px) {
  .form_area .form_step > div > .step_inner {
    width: 40px;
  }
}
.form_area .form_step > div .step_num {
  display: block;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 2px #ec0000;
  color: #000;
  display: table;
  background-color: #fff;
}
.form_area .form_step > div .step_num > span {
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  line-height: 26px;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .form_area .form_step > div .step_num {
    width: 40px;
    height: 40px;
  }
  .form_area .form_step > div .step_num > span {
    font-size: 20px;
  }
}
.form_area .form_step > div .step_text {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form_area .form_step > div .step_text {
    font-size: 14px;
  }
}
.form_area .form_step > div.step01 > .step_inner {
  margin-left: 0;
  margin-right: auto;
}
.form_area .form_step > div.step01 .step_num {
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #ec0000;
}
.form_area .form_step > div.step02 > .step_inner {
  margin-left: auto;
  margin-right: auto;
}
.form_area .form_step > div.step02 .step_num {
  font-family: "Roboto", sans-serif;
}
.form_area .form_step > div.step03 > .step_inner {
  margin-left: auto;
  margin-right: 0;
}
.form_area .form_step > div.step03 > .step_inner .step_num {
  margin-left: 1px;
  font-family: "Roboto", sans-serif;
}
.form_area .form_table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #bababa;
  border-bottom: solid 1px #bababa;
  width: 100%;
}
.form_area .form_table dl + dl {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl {
    display: block;
  }
  .form_area .form_table dl dt,
  .form_area .form_table dl dd {
    display: block;
    width: 100%;
  }
}
.form_area .form_table dl dt {
  vertical-align: top;
  width: 16em;
  padding: 1.75em 1em 1.75em;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl dt {
    width: 100%;
    padding: 1em 0em 0;
  }
}
.form_area .form_table dl dt span {
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #ec0000;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px 3px 8px;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl dt span {
    font-size: 9px;
    padding: 3px 5px 3px 4px;
    position: relative;
    display: inline-block;
    top: -2px;
    margin-left: 0.5em;
  }
}
.form_area .form_table dl dd {
  vertical-align: middle;
  width: 100%;
  padding: 1.1em 0 1.1em 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl dd {
    width: 100%;
    padding: 0.75em 0em 1em 0em;
  }
}
.form_area .form_table dl dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 0.5em;
  color: #e1251b;
  font-size: 14px;
}
.form_area .form_table dl dd .wpcf7-form-control-wrap .wpcf7-radio label input {
  display: none;
}
.form_area .form_table dl dd input[type=text],
.form_area .form_table dl dd input[type=email],
.form_area .form_table dl dd input[type=tel],
.form_area .form_table dl dd input[type=radio],
.form_area .form_table dl dd select, .form_area .form_table dl dd textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #fff;
  width: 100%;
  padding: 1em 1em 0.9em;
  border-radius: 5px;
  font-weight: 500;
}
.form_area .form_table dl dd input[type=text]::-webkit-input-placeholder, .form_area .form_table dl dd input[type=email]::-webkit-input-placeholder, .form_area .form_table dl dd input[type=tel]::-webkit-input-placeholder, .form_area .form_table dl dd input[type=radio]::-webkit-input-placeholder, .form_area .form_table dl dd select::-webkit-input-placeholder, .form_area .form_table dl dd textarea::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_area .form_table dl dd input[type=text]::-moz-placeholder, .form_area .form_table dl dd input[type=email]::-moz-placeholder, .form_area .form_table dl dd input[type=tel]::-moz-placeholder, .form_area .form_table dl dd input[type=radio]::-moz-placeholder, .form_area .form_table dl dd select::-moz-placeholder, .form_area .form_table dl dd textarea::-moz-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_area .form_table dl dd input[type=text]:-ms-input-placeholder, .form_area .form_table dl dd input[type=email]:-ms-input-placeholder, .form_area .form_table dl dd input[type=tel]:-ms-input-placeholder, .form_area .form_table dl dd input[type=radio]:-ms-input-placeholder, .form_area .form_table dl dd select:-ms-input-placeholder, .form_area .form_table dl dd textarea:-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_area .form_table dl dd input[type=text]::-ms-input-placeholder, .form_area .form_table dl dd input[type=email]::-ms-input-placeholder, .form_area .form_table dl dd input[type=tel]::-ms-input-placeholder, .form_area .form_table dl dd input[type=radio]::-ms-input-placeholder, .form_area .form_table dl dd select::-ms-input-placeholder, .form_area .form_table dl dd textarea::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_area .form_table dl dd input[type=text]::placeholder,
.form_area .form_table dl dd input[type=email]::placeholder,
.form_area .form_table dl dd input[type=tel]::placeholder,
.form_area .form_table dl dd input[type=radio]::placeholder,
.form_area .form_table dl dd select::placeholder, .form_area .form_table dl dd textarea::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_area .form_table dl dd input[type=text].impossible,
.form_area .form_table dl dd input[type=email].impossible,
.form_area .form_table dl dd input[type=tel].impossible,
.form_area .form_table dl dd input[type=radio].impossible,
.form_area .form_table dl dd select.impossible, .form_area .form_table dl dd textarea.impossible {
  pointer-events: none;
  background: #a3a3a3;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl dd input[type=text],
  .form_area .form_table dl dd input[type=email],
  .form_area .form_table dl dd input[type=tel],
  .form_area .form_table dl dd input[type=radio],
  .form_area .form_table dl dd select, .form_area .form_table dl dd textarea {
    padding: 1em 1em 0.9em;
    font-size: 14px;
  }
  .form_area .form_table dl dd input[type=text]::-webkit-input-placeholder, .form_area .form_table dl dd input[type=email]::-webkit-input-placeholder, .form_area .form_table dl dd input[type=tel]::-webkit-input-placeholder, .form_area .form_table dl dd input[type=radio]::-webkit-input-placeholder, .form_area .form_table dl dd select::-webkit-input-placeholder, .form_area .form_table dl dd textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form_area .form_table dl dd input[type=text]::-moz-placeholder, .form_area .form_table dl dd input[type=email]::-moz-placeholder, .form_area .form_table dl dd input[type=tel]::-moz-placeholder, .form_area .form_table dl dd input[type=radio]::-moz-placeholder, .form_area .form_table dl dd select::-moz-placeholder, .form_area .form_table dl dd textarea::-moz-placeholder {
    font-size: 14px;
  }
  .form_area .form_table dl dd input[type=text]:-ms-input-placeholder, .form_area .form_table dl dd input[type=email]:-ms-input-placeholder, .form_area .form_table dl dd input[type=tel]:-ms-input-placeholder, .form_area .form_table dl dd input[type=radio]:-ms-input-placeholder, .form_area .form_table dl dd select:-ms-input-placeholder, .form_area .form_table dl dd textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .form_area .form_table dl dd input[type=text]::-ms-input-placeholder, .form_area .form_table dl dd input[type=email]::-ms-input-placeholder, .form_area .form_table dl dd input[type=tel]::-ms-input-placeholder, .form_area .form_table dl dd input[type=radio]::-ms-input-placeholder, .form_area .form_table dl dd select::-ms-input-placeholder, .form_area .form_table dl dd textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .form_area .form_table dl dd input[type=text]::placeholder,
  .form_area .form_table dl dd input[type=email]::placeholder,
  .form_area .form_table dl dd input[type=tel]::placeholder,
  .form_area .form_table dl dd input[type=radio]::placeholder,
  .form_area .form_table dl dd select::placeholder, .form_area .form_table dl dd textarea::placeholder {
    font-size: 14px;
  }
}
.form_area .form_table dl dd input[type=radio] + span,
.form_area .form_table dl dd .wpcf7-list-item-label + span,
.form_area .form_table dl dd .wpcf7c-conf-hidden + span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
.form_area .form_table dl dd input[type=radio] + span:before,
.form_area .form_table dl dd .wpcf7-list-item-label + span:before,
.form_area .form_table dl dd .wpcf7c-conf-hidden + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.form_area .form_table dl dd input[type=radio] + span:after,
.form_area .form_table dl dd .wpcf7-list-item-label + span:after,
.form_area .form_table dl dd .wpcf7c-conf-hidden + span:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #a3a3a3;
}
.form_area .form_table dl dd input[type=radio]:checked + span::after, .form_area .form_table dl dd input[type=radio]:checked + .wpcf7c-conf-hidden + span::after,
.form_area .form_table dl dd .wpcf7-list-item-label:checked + span::after,
.form_area .form_table dl dd .wpcf7-list-item-label:checked + .wpcf7c-conf-hidden + span::after,
.form_area .form_table dl dd .wpcf7c-conf-hidden:checked + span::after,
.form_area .form_table dl dd .wpcf7c-conf-hidden:checked + .wpcf7c-conf-hidden + span::after {
  opacity: 1;
}
.form_area .form_table dl dd ul.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -2em;
}
.form_area .form_table dl dd ul.tel > li {
  width: 33.3333%;
  padding-left: 2em;
  position: relative;
}
.form_area .form_table dl dd ul.tel > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  .form_area .form_table dl dd ul.tel {
    margin-left: -1.2em;
  }
  .form_area .form_table dl dd ul.tel > li {
    padding-left: 1.2em;
  }
  .form_area .form_table dl dd ul.tel > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
.form_area .form_table dl dd ul.zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_area .form_table dl dd ul.zip > li {
  width: 36%;
  padding-left: 2em;
  position: relative;
}
.form_area .form_table dl dd ul.zip > li:before {
  position: absolute;
  left: 0.1em;
  top: 1em;
  content: "〒";
  color: #000;
  font-weight: 600;
  display: block;
  width: 1em;
}
.form_area .form_table dl dd ul.zip > li + li {
  width: 64%;
}
.form_area .form_table dl dd ul.zip > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  .form_area .form_table dl dd ul.zip > li:before {
    left: 0.3em;
  }
  .form_area .form_table dl dd ul.zip > li + li {
    padding-left: 1.2em;
  }
  .form_area .form_table dl dd ul.zip > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
.form_area .form_table dl dd .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 1.5em;
}
.form_area .form_table dl dd .wpcf7-radio {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl dd .wpcf7-radio {
    margin-top: 0em;
  }
}
.form_area .form_table dl dd input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
.form_area .form_table dl dd input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.form_area .form_table dl dd input[type=radio] + span:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #a3a3a3;
}
.form_area .form_table dl dd input[type=radio]:checked + span::after {
  opacity: 1;
}
.form_area .form_table dl dd textarea {
  height: 16em;
  width: 100%;
}
.form_area .form_table dl dd .caution {
  padding: 1em 0em 0.5em;
}
.form_area .form_table dl dd .caution p {
  line-height: 1.1;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .form_area .form_table dl dd input[type=text],
  .form_area .form_table dl dd input[type=email],
  .form_area .form_table dl dd input[type=tel] {
    width: 100%;
  }
  .form_area .form_table dl dd textarea {
    height: 10em;
    width: 100%;
  }
  .form_area .form_table dl dd .wpcf7-list-item {
    margin: 0.5em 2em 0.5em 0;
  }
}

.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_step > div.step01 .step_num {
  color: #000;
  background-color: #fff;
}
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_step > div.step02 .step_num {
  color: #fff;
  background-color: #ec0000;
}
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=text],
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=email],
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd input[type=tel],
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd select,
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd textarea {
  background-color: #f8f8f8;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd textarea {
  height: auto;
  padding-top: 0.5em;
}
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd ul.tel > li input {
  text-align: center;
}
.wpcf7-form.custom-wpcf7c-confirmed .form_area .form_table dl dd ul.zip input {
  text-align: center;
}

.form_area.thanks .form_step > div.step01 .step_num, .form_area.thanks .form_step > div.step02 .step_num {
  color: #000;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
}
.form_area.thanks .form_step > div.step03 .step_num {
  color: #fff;
  background-color: #ec0000;
  font-family: "Roboto", sans-serif;
}

.form_thanks_message {
  background-color: #fff;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .form_thanks_message {
    padding: 30px;
  }
}
.form_thanks_message h2 {
  font-size: 156.3%;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.25em;
}
@media only screen and (max-width: 768px) {
  .form_thanks_message h2 {
    font-size: 125%;
  }
}
.form_thanks_message p {
  text-align: center;
  letter-spacing: 2.5;
  font-size: 87.5%;
}

.form_btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 480px) {
  .form_btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form_btn_area > p button,
.form_btn_area > p input,
.form_btn_area > p a {
  margin-left: 25px;
  margin-right: 25px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1em 0.5em 0.9em;
  background-color: #ec0000;
  border: solid 2px #ec0000;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin: auto;
  width: 250px;
  max-width: 100%;
}
.form_btn_area > p button:hover, .form_btn_area > p button:active,
.form_btn_area > p input:hover,
.form_btn_area > p input:active,
.form_btn_area > p a:hover,
.form_btn_area > p a:active {
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  .form_btn_area > p button,
  .form_btn_area > p input,
  .form_btn_area > p a {
    opacity: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .form_btn_area > p button:hover,
  .form_btn_area > p input:hover,
  .form_btn_area > p a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.form_btn_area > p.back {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form_btn_area > p.back button,
.form_btn_area > p.back input {
  background-color: #fff;
  color: #ec0000;
}
.form_btn_area > p + p {
  margin-top: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border-style: none;
  color: #e1251b;
}

div.wpcf7-response-output {
  text-align: center;
  margin: 0.5em 0 0;
  padding: 0;
  border-style: none;
  color: #e1251b;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 600;
}