
@charset "UTF-8";

/* contact_text */

#contact_text + .contents_box01 .heading{
  flex-direction: column-reverse !important;
  max-height: 75vh;
}

#contact_text + .contents_box01 .wrapper_item{
  order: -1; 
  margin-right: 3rem;
}

/* data_to_contact */
#data_to_contact + .contents_box01 .heading .h{
  position: relative;
}

#data_to_contact + .contents_box01 .heading .h::after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: -40px !important;
  top: 50%;
  background: gray;
}

#data_to_contact + .contents_box01 .wrapper_item{
  border: solid 1px #959595;
  padding: 20px !important;
}

@media (max-width: 1300px){
  #data_to_contact + .contents_box01 .heading .h{
    padding-left: 40px;
  }

  #data_to_contact + .contents_box01 .heading .h::after{
    left: 0 !important;
  }
}

/* contact_form_title */
#contact_form_title + section .heading{
  align-items: flex-start;
  border-bottom: 1px solid #959595;
}

#contact_form_title + section .h{
  font-size: 1.7rem !important;
  font-weight: 600;
  color: inherit;
  padding-bottom: 0;
}

#contact_form_title + section .heading .h{
  position: relative;
}

#contact_form_title + section .heading .h::after{
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  left: -40px !important;
  top: 50%;
  background: gray;
}

@media (max-width: 1300px){
  #contact_form_title + section .heading .h{
    padding-left: 40px;
  }

  #contact_form_title + section .heading .h::after{
    left: 0 !important;
  }
}

/* changed_form */
#changed_form + .widget_form > .content_wrapper{
  display: flex;
  flex-direction: column-reverse;
}

#changed_form + .widget_form .privacypolicy{
  margin: 30px 0;
}

#changed_form + .widget_form form{
  padding: 0 0 10px 0;
}

#changed_form + .widget_form form dt{
  display: flex;
  justify-content: space-between;
  margin-right: 10px;
  align-items: center;
}

#changed_form + .widget_form form dd{
  flex-grow: 1;
}

#changed_form + .widget_form form dt span{
  display: inline-block;
  padding: 5px;
  color: #fff !important;
  background-color: var(--i_txt_color);
  font-weight: bold;
}

@media (min-width: 901px){
  #changed_form + .widget_form form dl{
    display: flex;
  }
}