.form_c {
  padding: 60px 0;
}

#form_main_v {}

#form_main_v .lead_txt {
  margin-bottom: 40px;
  text-align: center;
}

#form_main_v .lead_txt span {
  border-bottom: 2px solid #fcd257;
}

#form {}

#form .baloon_w {
  justify-content: center;
}

#form .baloon_w p {
  margin: 0 5px 20px;
}

#form .form_w {
  border-radius: 10px;
  overflow: hidden;
}

.step_num_ww {
  align-items: center;

}

.step_num_ww h2 {
  color: #c73f3f;
  font-size: 1.8rem;
  margin: 0 15px;
  flex-shrink: 0;
}

.step ul {
  justify-content: center;
  width: 100%;
  position: relative;
  background: #f0f0f0;
  padding: 20px;
}

.step ul:after {
  width: 30%;
  height: 2px;
  background: #0e387a;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step li {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #0e387a;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #0e387a;
  font-weight: 900;
  position: relative;
  z-index: 2;
  margin-right: 40px;
}

.step li.active {
  background: #0e387a;
  color: #fff;
}

.step li:nth-last-child(1) {
  margin-right: 0;
}

.form_inner {
  overflow: hidden;
}

.form_w_i {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
  position: relative;
  transition: 0.25s;
  left: 0;
  align-items: flex-start;
}

.step_w {
  padding: 30px 30px;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.appointment-form {
  padding: 50px 30px;
}

.step_w .txtarea {
  text-align: center;
  margin-bottom: 30px;
}

.appointment-form .txtarea {
  text-align: center;
  margin-bottom: 20px;
}

.step_w .txtarea .num {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.step_w .txtarea .q_txt {
  font-size: 2.2rem;
  line-height: 1;
}

.step_w .txtarea .desc_txt {
  margin-top: 15px;
}

.step_w .txtarea .err {
  color: #c73f3f;
  margin-top: 20px;
}

.step_w .txtarea_02 {
  margin-top: 40px;
}

.appointment-form .txtarea_02 {
  margin-top: 20px;
}

.form_btn_w {
  align-items: center;
  justify-content: center;
}

.radio_w {
  display: block;
  margin: 10px 5px;
}

.radio_w input[type="radio"] {
  display: none;
}

.radio_i_w {
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  background: #fff;
  color: #0e387a;
  border: 2px solid #0e387a;
  text-align: center;
  width: 30%;
  font-size: 1.8rem;
  line-height: 1;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  margin: auto;
}

.radio_w input[type="radio"]:checked+.radio_i_w {
  background: #0e387a;
  color: #fff;
}

.next_prev_btn_w {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 2px solid #f0f0f0;
  justify-content: space-between;
}

.next_prev_btn_w.o_btn {
  justify-content: center;
}

.next_prev_btn_w .step_btn_next {
  padding: 10px 10px;
  width: 16%;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
  border: none;
}

.next_prev_btn_w .step_btn_prev {
  padding: 10px 10px;
  width: 16%;
  background: #b3b3b3;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;
}

.appointment-form .button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.step_input_ww {
  justify-content: center;
}

.step_input_ww .name_w .input_w {
  margin: auto;
}

.step_input_ww .input_w {
  width: 60%;
  margin-bottom: 15px;
  padding: 0 5px;
}

.step_input_ww .input_w:nth-last-of-type(1),
.step_input_ww .input_w:nth-last-of-type(2) {
  margin: 0 auto 10px;
}

.step_input_ww .input_w input[type="text"],
.step_input_ww .input_w input[type="tel"],
.step_input_ww .input_w input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

.step_input_ww .input_w select {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

.step_input_ww .input_w .txt {
  line-height: 1;
  margin-bottom: 5px;
}

.step_input_ww .input_w .txt span.inq {
  background: #c73f3f;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
}

.step_input_ww .input_w .txt span.nni {
  background: #b3b3b3;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
}

.step_input_ww .input_w textarea {
  width: 100%;
  box-sizing: border-box;
  height: 140px;
}

.step_select_ww {
  justify-content: center;
  align-items: center;
}

.step_select_ww select {
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.step_select_ww .s_txt {
  display: inline-block;
  margin: 0 10px;
}

.step_select_ww .txt {
  margin-right: 10px;
  flex-shrink: 0;
}

.step_select_ww .txt span.inq {
  background: #c73f3f;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
}

.eac-input-wrap {
  width: 100%;
}

.age_ww {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .step li {
    width: 30px;
    height: 30px;
    margin-right: 25px;
    font-size: 1.6rem;
  }

  .step ul:after {
    width: 70%;
  }

  .step_w {
    padding: 20px;
  }

  .next_prev_btn_w .step_btn_next {
    width: 66%;
  }

  .radio_w {
    width: 100%;
  }

  .radio_i_w {
    padding: 15px 10px;
    font-size: 1.6rem;
    width: 100%;
  }

  .radio_i_w {
    margin-bottom: 10px;
  }

  .step_input_ww .input_w {
    width: 100%;
    margin-bottom: 15px;
  }

  .step_input_ww .input_w:nth-last-of-type(2) {
    margin-bottom: 15px;
  }

  .step_select_ww select {
    width: 85%;
  }

  .step_select_ww select.birth_y {
    width: 80%;
  }

  .step_select_ww select.birth_m,
  .step_select_ww select.birth_d {
    width: 18%;
  }

  .step_select_ww .s_txt {
    display: inline-block;
    margin: 0 5px;
  }
}

.step_w .di {
  text-align: center;
  margin-top: 10px;
  font-size: 1.2rem;
}

.step_w .di a {
  color: #333;
  text-decoration: underline;
}

.step_w .appointment {
  margin-top: 15px;
}

.thanks #thanks_main {
  padding: 80px 0 80px;
  text-align: center;
}

.thanks #thanks_main h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.thanks #thanks_main p {
  margin-bottom: 15px;
}

.thanks #thanks_main h2 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn_sm {
  width: 350px;
  margin: 0 5px;
  display: block;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  font-weight: 600;
  background-image: -moz-linear-gradient(0deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  margin: 30px auto 60px;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 4px;
}

.btn_sm:hover {
  opacity: 0.6;
}

.btn_sm:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translate(0, -50%);
}

.eac-sugg {
  transform: translate(0px, -50%);
  opacity: 0.6;
  top: 50% !important;
}

.thanks .mamber_w {
  margin-bottom: 60px;
}

.thanks #thanks_main .mamber_w h2 {
  font-size: 2.0rem;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 500;
  display: table;
  margin: 0 auto 40px;
  position: relative;
}

.thanks #thanks_main .mamber_w h2:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #333;
  display: block;
  position: absolute;
  transform: rotate(-25deg);
  bottom: 0;
  left: -30px;
}

.thanks #thanks_main .mamber_w h2:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #333;
  display: block;
  position: absolute;
  transform: rotate(25deg);
  bottom: 0;
  right: -30px;
}

.thanks #thanks_main .mamber_w h2 span {
  border-bottom: 2px solid #fcd257;
}

.thanks .mamber_w .img_w {
  justify-content: center;
  margin-bottom: 40px;
}

.thanks .mamber_w .img_w .imgarea {
  margin: 0 15px;
}

.thanks .mamber_w p {
  font-size: 1.8rem;
}

.thanks .caution_w {
  text-align: center;
}

.thanks .caution_w p {
  margin-bottom: 15px;
}

.thanks .caution_w p .txt {
  margin-bottom: 20px;
}

.thanks .caution_w p a {
  color: #ff6f41;
  text-decoration: underline;
}

.thanks .btn_sm {
  box-shadow: 0px 4px 0px 0px rgba(164, 60, 28, 1);
  background-image: -moz-linear-gradient(-90deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  background-image: -webkit-linear-gradient(-90deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
  background-image: -ms-linear-gradient(-90deg, rgb(255, 133, 51) 0%, rgb(255, 89, 51) 99%);
}

@media screen and (max-width: 750px) {

  .btn_sm {
    width: 100%;
  }

  .thanks #thanks_main .mamber_w h2 {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }

  .thanks #thanks_main .mamber_w h2:before {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #333;
    display: block;
    position: absolute;
    transform: rotate(-15deg);
    bottom: 0;
    left: -20px;
  }

  .thanks #thanks_main .mamber_w h2:after {
    content: "";
    width: 1px;
    height: 60px;
    background-color: #333;
    display: block;
    position: absolute;
    transform: rotate(15deg);
    bottom: 0;
    right: -20px;
  }

  .thanks .mamber_w .img_w .imgarea {
    margin: 2%;
    width: 40%;
  }

  .thanks .mamber_w .img_w .imgarea img {
    width: 100%;
  }

  .thanks .mamber_w p {
    font-size: 1.4rem;
  }

  .thanks #thanks_main h1 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
