@charset "utf-8";

.contact{
  margin: 0 auto;
  width: 80%;
}

@media (max-width:640px){
  .contact{
    width: 100%;
  }
}

.sec_title_2{
  margin: 60px 0 !important;
}

.contact h3.c_h3_1{
  background:#00925d;
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin: 60px auto 30px;
  width: 100%;
}

.tel_wrap{
  text-align: center;
}

.t_tm_0{
  margin: 0 auto !important;
  font-weight: bold;
}

.t_tm_1{
  color:#EF8201;
}

.ml20{
  margin-left: 20px;
}

.tel_txt{
  font-size: 80px;
  font-weight: bold;
}

.contact h3 + p{
  text-align: center;
}


.flow {
  margin: 60px 0;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.flow li {
  color: #333;
  font-size: 14px;
  width: calc(100% / 3);
  background: #e1e1e1;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.flow li:not(:first-child):not(:last-child) { 
  padding: 0 0 0 10px;
}

.flow li::before,
.flow li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.flow li::before {
  border: solid 32px transparent;
  border-right: solid 13px transparent;
  border-left: solid 13px #fff;
  top: -7px;
  left: 0;
  z-index: 1;
}

.flow li::after {
  border: solid 25px transparent;
  border-left: solid 10px #e1e1e1;
  border-right: solid 10px transparent;
  top: 0;
  right: -19px;
  z-index: 2;
}

.flow li:first-child::before,
.flow li:last-child::after {
  content: none;
}

/* .current */
.flow li.current {
  color: #fff;
  background: #d1a15b;
}

.flow li.current::after {
  border-left: solid 10px #d1a15b;
}

/*フォーム*/
dl.con_form{
  border-top: solid 1px #d8d8d8;
  border-left: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 50px;
}

dl.con_form dt{
  background: #eee;
  border-bottom: solid 1px #d8d8d8;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 10px 0;
  width: 30%;
}

dl.con_form dd{
  border-bottom: solid 1px #d8d8d8;
  box-sizing: border-box;
  padding: 10px 7px;
  width: 70%;
}

.kind_wrp{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mwform-radio-field{
  display: block;
  margin-left: 10px !important;
  width: 46%;
}

.mw_wp_form .horizontal-item + .horizontal-item {
   margin-left: 0;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  cursor: pointer;
}

.fm_btn_w{
  display: flex;
  flex-wrap: nowrap;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  width: 100%;
}

textarea{
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 5px;
  width: 100%;
  height: 10em;
}


input[type="submit"]{
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #f39025;
  border-radius: 8px;
  padding: 15px 10px;
  transition: .3s;
  margin: 60px auto 0;
  display: block;
  width: 60%;
}


input[name="submitBack"]{
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #a39e9e;
  border-radius: 8px;
  padding: 15px 10px;
  transition: .3s;
  margin: 60px auto 0;
  display: block;
  width: 45%;
}


input[name="mwform_submitButton-158"]{
  width: 45%;
}

span.req{
  background: #ffa520;
  color:#fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 15px;
}

span.any{
  background: #00925d;
  color:#fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 15px;
}


.p_t_1{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

.privacy_wrap{
  border: solid 1px #eee;
  overflow-y: scroll;
  margin: 15px 0;
  height: 300px;
}

.privacy_wrap > .col_single{
  width: 100%;
}

.contact.conf2 .p_t_1,
.contact.conf2 .privacy_wrap{
  display: none;
}

@media (max-width:640px){
  .tel_wrap img{
    width: 60px;
    height: auto;
  }

  .tel_txt{
    font-size: 40px;
  }

  input[type="submit"]{
    font-size: 16px;
    padding: 20px 10px;
    width:95%;
  }

  dl.con_form dt{
    justify-content: flex-start;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }

  dl.con_form dd{
    width: 100%;
  }

  .flow li{
    font-size: 12px;
  }
}

