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

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

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

/*プログレス*/
.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;
  }
}

/*ホワイトペーパー*/
.flex-items {
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 40px 30px 40px;
  background: #fff;
}

.flex-items.bg-gray {
  background: #F5F5F5;
}

.flex-items figure {
  width: 36%;
  margin-right: 30px;
}

.flex-items figure img {
  width: 100%;
}

.flex-items > div {
  width: calc((100% - 36%) - 30px);
}

.flex-items .flex-items_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.flex-items .flex-items_caption {
  margin: 19px 0 16px;
  font-size: 12px;
  line-height: 23px;
}

.flex-items .flex-items_cta {
  margin-top: auto;
  margin-left: auto;
}

.flex-items + .flex-items {
  margin-top: 20px;
}

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

.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 .form-confirm {
  margin-left: 20px;
  padding: 20px 0;
  font-size: 14px;
}

.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;
}

.form-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0 !important;
}

.form-row .col-auto + .col-auto {
  padding-left: 12px;
}

.form-group.agreement input {
  margin: 0;
}

.form-group.agreement label {
  margin: 0 0 0 33px;
  font-weight: 400;
}

.form-group.agreement label a {
  color: #E82313;
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {
  .col-auto {
    width: 100%;
  }

  .form-row .col-auto + .col-auto {
    padding: 0;
  }
}

.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;
  }

  .flex-items {
    padding: 40px 0;
  }

  .flex-items figure {
    width: 60%;
    margin: 0 auto;
  }

  .flex-items > div {
    width: 100%;
    padding: 20px;
  }

  .flex-items_caption {
    margin: 11px 0 16px;
    font-size: 14px;
    line-height: 22px;
  }

  .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;
  }
}


@media only screen and (max-width: 500px) {

  .flex-items {
    padding: 0;
  }

  .flex-items figure,
  .flex-items figure img {
    width: 100%;
  }
}


/* バリデーションエラー */
.form-group input.error,
.form-group textarea.error,
.form-group .col-md-6 .error,
.form-group .select-wrap.error,
.form-group .dropdown-window.error {
  border: solid 1px #e82212;
  background-color: #ffe1e1;
  text-align: left;
}

.form-group .error-message p {
  font-size: 12px;
  color: #e82212;
}
/* バリデーションエラー */

/* bootstrap 5系　調整*/
.form-control-lg {
  height:inherit;
}