@charaset utf-8;

/* ========================================================
page_inquiry.css - お問合せ用カスタムスタイル
======================================================== */
.banner-inquiry {
  background: url(../../../common/img/inquiry/bg_banner_inquiry.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.inquiry01 {
  width: 800px;
  line-height: 2.2;
  margin: 8rem auto 8rem auto;
  border-bottom: 10px solid #fad0ba;
  color: #272727;
  font-weight: 800;
  font-size: 1.6rem;
}

.inquiry01 a {
  color: #EF671D;
  text-decoration: underline;
}

.inquiry02 {
  line-height: 2;
  margin: 105px 0 0 0;
}

.step {
  width: 870px;
  margin: 50px auto 60px;
}

.step li {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 40px;
  padding: 24px 0 18px;
  border-top: 1px solid #39B964;
  border-left: 1px solid #39B964;
  border-bottom: 1px solid #39B964;
  box-sizing: border-box;
  background: transparent;
  color: #39B964;
  text-align: center;
}

.step li:after {
  position: absolute;
  top: 8px;
  right: -21px;
  width: 41px;
  height: 41px;
  border: 1px solid #39B964;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  background: transparent;
  content: '';
}

.step li.active, .step li.active:after {
  background: #39B964;
  color: #fff;
}

.step li:last-child {
  margin-right: 0px;
  border-right: 1px solid #39B964;
}

.step li:last-child:after {
  display: none;
}

form.jsInquiryForm {
  width: 870px;
  margin: 0 auto;
}

.red {
  color: #EF671D;
}

.contact-text {
  color: #484848;
  font-size: 1.2rem;
}

.agree-box {
  line-height: 2.2;
  margin: 37px 0 175px 0;
  padding: 39px 0 20px 0;
  border: 1px dashed #484848;
  text-align: center;
}

.agree-box .green-txt {
  text-decoration: underline;
  color: #39B964;
}

.inquiry-submit {
  cursor: not-allowed !important;
}

.inquiry-submit.active {
  background: #39B964;
  cursor: pointer !important;
}

.inquiry-info {
  width: 760px;
  margin: 0 auto;
}

.inquiry-infoIn {
  margin: 60px auto 200px;
}

.inquiry-infoIn dl {
  position: relative;
}

.inquiry-infoIn dl:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 7px solid #39b964;
  border-radius: 50%;
  top: -3px;
  left: 0;
}

@media only screen and (max-width:767px) {
  .inquiry01 {
    width: 98%;
    margin: 5px auto;
  }

  .inquiry02 {
    margin: 10px auto;
    width: 98%;
  }

  .inquiry02 .s-txt-center {
    text-align: left;
  }

  .step {
    width: 98%;
    margin: 10px auto 20px;
  }

  .step li {
    width: 27%;
    margin-right: 9%;
    padding: 18px 0 18px;
    background: #fff;
    font-size: 1.2rem;
  }

  .step li:after {
    top: 6px;
    right: -18px;
    width: 34px;
    height: 34px;
  }

  form.jsInquiryForm {
    width: 98%;
    margin: 0 auto;
  }

  .agree-box {
    line-height: 2.2;
    margin: 20px 0 20px 0;
    padding: 16px 0 20px;
    text-align: center;
  }

  .agree-box .s-fs-16 {
    text-align: left;
  }

  .agree-box .s-fs-16 {
    width: 98%;
    margin: 0 auto;
    text-align: left;
  }

  .inquiry-info {
    width: 98%;
    margin: 0 auto;
  }

  .inquiry-infoIn {
    margin: 30px auto 30px;
  }

  .inquiry-infoIn dl.s-pl-35 {
    padding-left: 3rem;
  }

  .inquiry-infoIn dl .s-fs-22 {
    font-size: 1.8rem;
  }

  .inquiry-infoIn dl .s-fs-16 {
    line-height: 1.8;
    font-size: 1.4rem;
  }

  .inquiry-infoIn dl:before {
    width: 8px;
    height: 8px;
    border: 6px solid #39b964;
  }
}
