#inquiry .contentsWrap {
  min-width: auto;
}

/*パンくずリスト*/
.breadcrumb{
  background-color: inherit !important;
}

.breadcrumb,
.breadcrumb a {
  font-size: 12px;
  color: #919191;
  font-weight: 400;
}

/*プログレス*/
.progressWrap {
  margin-bottom: 40px;
}

.progressWrap .step {
  position: relative;
}

.progressWrap .step + .step {
  margin-left: 150px;
}

.progressWrap .step:not(:last-of-type):after {
  position: absolute;
  width: 190px;
  height: 2px;
  top: 25px;
  left: 50px;
  background: #E8E8E5;
  content: "";
}

.progressWrap .step > div.stepNo {
  width: 50px;
  height: 50px;
  background: #E8E8E5;
  color: #fff;
  border-radius: 100px;
  font-family: din-condensed, sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  z-index: 20;
}

.progressWrap .step.active > div:first-of-type {
  background: #E82313;
}

.progressWrap .step > div.stepText {
  margin-top: 8px;
  font-size: 12px;
}

.progressWrap .step.active:after {
  background: #E82313;
}

@media only screen and (max-width: 768px) {
  .progressWrap .step + .step {
    margin-left: 39px;
  }

  .progressWrap .step:not(:last-of-type):after {
    width: 100px;
  }

  .breadcrumb {
    display: none;
  }
}

/*お問い合わせフォーム*/

.formWrap {
  margin-top: 60px;
}

.formWrap h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 22px;
  border-bottom: solid 1px #E8E8E5;
  text-align: center;
}

.form-row {
  margin-bottom: 30px;
}

form {
  padding: 0 60px;
}

.form-group {
  width: 100%;
}

.form-group .form-confirm {
  margin-left: 20px;
  padding: 20px 0;
  font-size: 14px;
}

.form-control-lg {
  padding: 16px 20px !important;
}

.form-group + .form-group {
  margin-top: 30px;
}

form label {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

form label span {
  margin-left: 3px;
  font-size: 12px;
  color: #E82313;
  font-weight: 400;
}

form .btnWrap > a {
  text-decoration: none;
}

form .btnWrap > a + a {
  margin-left: 20px;
}

.col-md-6 {
  width: 50%;
}

textarea {
  height: 200px;
}

.mt10 {
  margin-top: 10px;
}

.btn {
  margin: 40px 0 0;
}

/*送信完了画面*/
.submit {
  margin-top: 80px;
}

.submit h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}


@media only screen and (max-width: 768px) {
  .contentsTtl {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .contentsInner {
    padding: 26px 20px 122px;
  }

  .progressWrap .step + .step {
    margin-left: 39px;
  }

  .progressWrap .step:not(:last-of-type):after {
    width: 100px;
  }

  .breadcrumb {
    display: none;
  }

  .formWrap h3 {
    font-size: 18px;
  }

  form {
    padding: 0;
  }

  .inquiryForm {
    padding: 50px 25px;
  }

  .inquiryForm_inner {
    padding: 15px 20px 30px;
  }

  .row {
    flex-direction: column;
  }

  .btnWrap {
    margin-top: 30px;
  }

  .btnWrap .btn {
    margin: 0;
  }

  .btnWrap .btn.border-red{
    height: 56px;
  }

  .row > div + div {
    margin-top: 10px;
  }

  .col-md-6 {
    width: 100%;
  }

  .submit {
    margin-top: 30px;
  }

  .submit h3 {
    font-size: 18px;
  }

  .submit .btn.border-red{
    height: 56px;
  }
}