.contact_section{
  padding: 60px 0 400px;
  background: #EFF7E8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact_wrapper{
  position: relative;
  z-index: 2;
}

.contact_inner{
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
  padding: 45px;
  box-sizing: border-box;
}

.contact_step_midashi_wrapper{
  display: flex;
  align-items: center;
}

.contact_step_midashi{
  margin: 0 0 0 20px;
  font-size: 24px;
  font-weight: bold;
}

.contact_step_midashi_img_wrapper{
  width: 11%;
}

.contact_step_midashi_img_wrapper p{
  margin: 0;
}

.contact_step_midashi_img_wrapper img{
  width: 100%;
}


.contact_bg_img_wrapper{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  background: #D7ECC7;
}

.contact_bg_img_wrapper img{
  width: 100%;
}

.contact_step_inner p{
  margin: 0;
  width: 100%;
}

.contact_step_inner{
  margin-top: 25px;
}

.contact_step_radio_wrapper span.wpcf7-form-control.wpcf7-radio{
  display: flex;
  flex-wrap: wrap;
}


.contact_step_radio_wrapper span.wpcf7-list-item{
  display: flex;
  align-items: center;
  width: 32%;
  border: 2px solid #000;
  border-radius: 5px;
  box-sizing: border-box;
  background: rgba(205,231,186,.7);
  font-family: "yug_b";
  margin: 0;
}

.contact_step_radio_wrapper .wpcf7-list-item:nth-child(2){
  margin: 0 2%;
}

.contact_step_radio_wrapper .wpcf7-list-item:nth-child(4){
  margin-right: 2%;
}

.contact_step_radio_wrapper .wpcf7-list-item:nth-child(4),
.contact_step_radio_wrapper .wpcf7-list-item:nth-child(5){
  width: 49%;
  margin-top: 15px;
}

.contact_step_radio_wrapper .wpcf7-list-item label{
  width: 100%;
  padding: 20px 15px;
  display: flex;
  align-items: center;
}

.contact_step_select_wrapper{
  display: flex;
  align-items: center;
}

.contact_step_select_wrapper .contact_step_item{
  width: 25%;
  margin-right: 1%;
  position: relative;
}

.contact_step_select.contact_step_item::before,
.contact_step_select.contact_step_item::after{
  content: "";
  position: absolute;
  top: 34px;
  z-index: 1;
  width: 13px;
  border-top: 3px solid #7CBE47;
}

.contact_step_select.contact_step_item::before{
  right: 24px;
  transform: rotate(45deg);
}

.contact_step_select.contact_step_item::after{
  right: 15px;
  transform: rotate(-45deg);
}

.contact_step_select_wrapper .contact_step_item:last-child{
  margin-right: 0;
}

.contact_step_select_wrapper .contact_step_item select{
  width: 100%;
  padding: 0px 15px;
  height: 68px;
  border-radius: 5px;
  font-family: "yug_b";
  font-size: 16px;
  background: #f1f1f1;
  border: 2px solid #000;
}

.contact_step_select_wrapper .contact_step_item input{
  width: 100%;
  padding: 0px 15px;
  height: 68px;
  font-family: "yug_b";
  font-size: 16px;
  border-radius: 5px;
  background: #f1f1f1;
  border: 2px solid #000;
}

.more_link_wrapper input{
  text-decoration: none;
  background: #7CBE47;
  color: #fff;
  font-family: "yug_b";
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  position: relative;
  border: none;
  font-size: 20px;
}

.more_link_wrapper input::before,
.more_link_wrapper input::after{
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 8%;
}

.more_link_wrapper input::before{
  transform: translateY(-50%) rotate(45deg);
  top: 45%;
}

.more_link_wrapper input::after{
  transform: translateY(50%) rotate(-45deg);
  bottom: 45%;
}

.contact_step_wrapper_2{
  margin-top: 50px;
}





.contact_step_contents_wrapper .contact_step_item{
  display: flex;
  align-items: stretch;
  font-family: "yug_b";
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_step_contents_wrapper .contact_step_item:last-child{
  margin-bottom: 0;
}

.contact_step_contents_wrapper .contact_step_item_label{
  width: 27%;
  border-left: 4px solid #7CBE47;
  box-sizing: border-box;
  background: rgba(237,237,237,.5);
  display: flex;
  align-items: center;
  padding-left: 15px;
}


.contact_step_contents_wrapper .contact_step_item_val{
  width: 73%;
  box-sizing: border-box;
  padding: 20px 15px;
}

.contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]{
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin: 0 5px 0 0;
}

.contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]::before,
.contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]::before{
  background-color: #fff;
  border: 1px solid #D9D9D9;
  height: 30px;
  width: 30px;
  left: 0px;
}

.contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]::after{
  background: #F3D13F;
  opacity: 0;
  height: 20px;
  width: 20px;
  left: 6px;
}

.contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]:checked::after {
  opacity: 1;
}


.contact_step_item_address_line{
  padding-bottom: 25px;
  border-bottom: 1px solid #7CBE47;
  margin-bottom: 25px;
}

.contact_step_item_val_address{
  margin-bottom: 10px;
}

.contact_step_item_val_address_other{
  display: flex;
  align-items: center;
}

.contact_step_item_val_address span{
  display: block;
}

.contact_step_item input{
  border: 2px solid #B9B9B9;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "yug_b";
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0;
}

.contact_step_item_val_address_apart{
  width: 49%;
  margin-right: 2%;
}

.contact_step_item_val_address_no{
  width: 49%;
}

.contact_step_item_val.contact_step_item_select{
  position: relative
}

.contact_step_item_val.contact_step_item_select select{
  width: 40%;
  height: 55px;
  border-radius: 5px;
  border: 2px solid #000;
  background: #f1f1f1;
  font-size: 16px;
  font-family: "yug_b";
  padding: 0 10px;
}

.contact_step_item_val.contact_step_item_number input{
  width: 25%;
}

.contact_step_item_val.contact_step_item_number{
  display: flex;
  align-items: center;
}

.contact_step_item_radio_wrapper input{
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  position: relative;
  vertical-align: sub;
  margin: 0;
  padding: 0;
}

.contact_step_item_checkbox{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact_step_item_checkbox:last-child{
  margin-bottom: 0;
}

.contact_step_item_checkbox span:first-child,
.contact_step_contents_wrapper .contact_step_item span:first-child{
  margin-right: 5px;
}

.contact_step_item_val textarea{
  width: 100%;
  border: 2px solid #B9B9B9;
  height: 130px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 16px;
  font-family: "yug_b";
  padding: 10px;
}

.contact_step_item_info input{
  width: 50%;
}


.contact_step_wrapper input,
.contact_step_wrapper select,
.contact_step_wrapper textarea{
  -webkit-appearance: none;
  appearance: none;
}


.contact_step_item_val.contact_step_item_select::before,
.contact_step_item_val.contact_step_item_select::after{
  content: "";
  position: absolute;
  top: 46px;
  z-index: 1;
  width: 13px;
  border-top: 3px solid #7CBE47;
}

.contact_step_item_val.contact_step_item_select::before{
  left: calc(40% - 20px);
  transform: rotate(-45deg);
}

.contact_step_item_val.contact_step_item_select::after{
  left: calc(40% - 28px);
  transform: rotate(45deg);
}

.contact_step_item_radio_wrapper input[type="radio"]::before,
.contact_step_item_radio_wrapper input[type="radio"]::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact_step_item_radio_wrapper input[type="radio"]::before{
  background-color: #fff;
  border: 1px solid #808080;
  height: 25px;
  width: 25px;
  left: 0px;
}

.contact_step_item_radio_wrapper input[type="radio"]::after{
  background: #7CBE47;
  opacity: 0;
  height: 15px;
  width: 15px;
  left: 6px;
}

.contact_step_item_radio_wrapper input[type="radio"]:checked:after{
  opacity: 1;
}

.contact_step_item_radio_wrapper .wpcf7-list-item{
  margin: 0 0 10px;
  display: block;
}

.contact_step_item_radio_wrapper .wpcf7-list-item:last-child{
  margin-bottom: 0;
}


.contact_step_item_checkbox_wrapper input[type="checkbox"]{
  border: none;
  width: 25px;
  height: 25px;
  position: relative;
  vertical-align: sub;
  margin: 0;
  padding: 0;
}

.contact_step_item_checkbox_wrapper input[type="checkbox"]::before,
.contact_step_item_checkbox_wrapper input[type="checkbox"]::after{
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.contact_step_item_checkbox_wrapper input[type="checkbox"]::before{
  background-color: #fff;
  border: 1px solid #808080;
  height: 25px;
  width: 25px;
  left: 0px;
}

.contact_step_item_checkbox_wrapper input[type="checkbox"]::after{
  background: #7CBE47;
  opacity: 0;
  height: 15px;
  width: 15px;
  left: 6px;
}

.contact_step_item_checkbox_wrapper input[type="checkbox"]:checked::after{
  opacity: 1;
}

.contact_step_item_checkbox_wrapper .wpcf7-list-item{
  display: block;
  margin: 0 0 10px 0;
}

.contact_step_item_checkbox_wrapper .wpcf7-list-item:last-child{
  margin-bottom: 0;
}

.cf7mls-btns,
.cf7mls_back{
  display: none;
}


.contact_step_item_val_number:first-child{
  margin-bottom: 10px;
}

.contact_step_item_val_number_midashi{
  display: block;
  margin-bottom: 5px;
}

.contact_step_item_val_number_select{
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.contact_step_item_val_number_unit{
  display: flex;
  align-items: center;
}


.contact_step_item_val.contact_step_item_select.contact_step_item_select_unit::before,
.contact_step_item_val.contact_step_item_select.contact_step_item_select_unit::after{
  content: none;
}

.contact_step_item_val.contact_step_item_select.contact_step_item_select_unit .contact_step_item_val_number_select::before,
.contact_step_item_val.contact_step_item_select.contact_step_item_select_unit .contact_step_item_val_number_select::after{
  content: "";
  position: absolute;
  top: 28px;
  z-index: 1;
  width: 13px;
  border-top: 3px solid #7CBE47;
}

.contact_step_item_val.contact_step_item_select.contact_step_item_select_unit .contact_step_item_val_number_select::before{
  left: calc(40% - 20px);
  transform: rotate(-45deg);
}

.contact_step_item_val.contact_step_item_select.contact_step_item_select_unit .contact_step_item_val_number_select::after{
  left: calc(40% - 28px);
  transform: rotate(45deg);
}


@media(max-width: 670px){

  .contact_section{
    padding: 30px 0 250px;
  } 

  .contact_inner{
    padding: 25px 15px;
  }

  .contact_step_midashi{
    font-size: 14px;
    margin-left: 10px;
  }

  .contact_step_midashi_img_wrapper{
    width: 16%;
  }

  .contact_step_inner{
    margin-top: 15px;
  }

  .contact_step_radio_wrapper .wpcf7-list-item label{
    padding: 15px 5px;
  }

  .contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]{
    width: 15px;
    height: 15px;
  }

  .contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]::before{
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }

  .contact_step_radio_wrapper .wpcf7-list-item input[type="radio"]::after{
    left: 4.4px;
    height: 8px;
    width: 8px;
  }

  .contact_step_radio_wrapper .wpcf7-list-item:nth-child(4),
  .contact_step_radio_wrapper .wpcf7-list-item:nth-child(5){
    margin-top: 5px;
  }

  .contact_step_radio_wrapper span.wpcf7-list-item-label{
    font-size: 14px;
  }

  .contact_step_wrapper_2{
    margin-top: 20px;
  }

  .contact_step_select_wrapper{
    display: block;
  }

  .contact_step_select_wrapper .contact_step_item{
    width: 79%;
    margin: 0 auto 5px;
  }

  .contact_step_select_wrapper .contact_step_item:last-child{
    margin: 0 auto;
  }

  .contact_step_select_wrapper .contact_step_item select{
    height: 40px;
    font-size: 14px;
    padding: 0px 10px;
  }

  .contact_step_select_wrapper .contact_step_item input{
    height: 40px;
    font-size: 14px;
    padding: 0px 10px;
  }

  .contact_step_select.contact_step_item::before,
  .contact_step_select.contact_step_item::after{
    top: 19px;
  }

  .contact_step_select.contact_step_item::before{
    right: 19px;
  }

  .contact_step_select.contact_step_item::after{
    right: 10px;
  }

  .contact_step_submit.more_link_wrapper{
    margin-top: 30px;
  }

  .more_link_wrapper input{
    padding: 15px 0;
    font-size: 14px;
  }

  .contact_bg_img_wrapper{
    width: 400%;
  }




  .contact_step_contents_wrapper .contact_step_item{
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .contact_step_contents_wrapper .contact_step_item_label{
    width: 100%;
    padding: 10px 0 10px 10px;
    border-left: 3px solid #7CBE47;
  }

  .contact_step_contents_wrapper .contact_step_item_val{
    padding: 10px 10px 0px;
    width: 100%;
  }

  .contact_step_item_address_line{
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .contact_step_item input{
    height: 40px;
    font-size: 12px;
  }

  .contact_step_item_val_address_other{
    display: block;
  }

  .contact_step_item_val_address_apart{
    width: 100%;
    margin-right: 0;
  }

  .contact_step_item_val_address_no{
    width: 50%;
  }

  .contact_step_item_val.contact_step_item_select select{
    width: 50%;
    height: 40px;
    font-size: 12px;
  }

  .contact_step_item_val.contact_step_item_select::before,
  .contact_step_item_val.contact_step_item_select::after{
    top: 29px;
  }

  .contact_step_item_val.contact_step_item_select::before{
    left: calc(50% - 23px);
    width: 10px;
  }

  .contact_step_item_val.contact_step_item_select::after{
    left: calc(50% - 29px);
    width: 10px;
  }

  .contact_step_item_val.contact_step_item_select.contact_step_item_select_unit::before,
  .contact_step_item_val.contact_step_item_select.contact_step_item_select_unit::after{
    width: 10px;
    top: 20px;
  }

  .contact_step_item_val.contact_step_item_select.contact_step_item_select_unit::before{
    left: calc(50% - 23px);
  }

  .contact_step_item_val.contact_step_item_select.contact_step_item_select_unit::after{
    left: calc(50% - 29px);
  }

  .contact_step_item_radio_wrapper input[type="radio"]{
    width: 20px;
    height: 20px;
  }

  .contact_step_item_radio_wrapper input[type="radio"]::before{
    width: 20px;
    height: 20px;
    box-sizing: border-box;
  }

  .contact_step_item_radio_wrapper input[type="radio"]::after{
    top: 10px;
    left: 5px;
    height: 10px;
    width: 10px;
  }

  .contact_step_item_checkbox_wrapper input[type="checkbox"]{
    width: 20px;
    height: 20px;
  }

  .contact_step_item_radio_wrapper input[type="checkbox"]{
    width: 20px;
    height: 20px;
  }

  .contact_step_item_checkbox_wrapper input[type="checkbox"]::before{
    width: 20px;
    height: 20px;
    box-sizing: border-box;
  }

  .contact_step_item_checkbox_wrapper input[type="checkbox"]::after{
    height: 10px;
    width: 10px;
    left: 5px;
  }

  .contact_step_contents_wrapper .contact_step_item_checkbox span:last-child{
    width: 90%;
  }

  .contact_step_item_radio_wrapper .wpcf7-list-item,
  .contact_step_item_checkbox .wpcf7-list-item{
    margin-bottom: 5px;
  }

  .contact_step_item_info input{
    width: 100%;
  }

}