@charset "utf-8";
/*------------------------------------*\
    お問い合わせ
\*------------------------------------*/
.input,
.textarea,
.select,
.select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input,
.textarea,
.select {
  width: 100%;
  line-height: normal;
  margin: 0;
  padding: 0 1rem;
  border-radius: 6px;
  background-color: #f3f4f4;
  border: 2px solid #f3f4f4;
  color: #333;
  font-family: inherit;
  font-size: 1.6rem;
  transition: all 0.1s;
  outline: 0;
}
.input {
  height: 3.5em;
  line-height: 1;
  vertical-align: middle;
}
.textarea {
  height: auto;
  min-height: 100px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  line-height: 1.4;
  vertical-align: top;
}
.select {
  display: block;
  height: 3.5em;
  padding: 0 24px 0 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDIxIiB3aWR0aD0iOSIgaGVpZ2h0PSIyMSI+PHBvbHlnb24gcG9pbnRzPSI0LjUgLjIxIC4zNSA3LjQgOC42NSA3LjQgNC41IC4yMSIgZmlsbD0iIzlmYTBhMCIvPjxwb2x5Z29uIHBvaW50cz0iNC41IDIwLjc5IDguNjUgMTMuNiAuMzUgMTMuNiA0LjUgMjAuNzkiIGZpbGw9IiM5ZmEwYTAiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  text-overflow: "";
}
::-moz-placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
::placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
.checkbox {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  margin: 0.8rem 0;
  cursor: pointer
}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
.checkbox .checkbox__icon {
    display: inline-block;
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.2em;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #004898;
    color: transparent;
    transition: all 0.15s;
    vertical-align: -0.2em
  }
.checkbox .checkbox__icon:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.3rem;
      left: 0.3rem;
      width: 1rem;
      height: 1rem;
      border-radius: 2px;
    }
.checkbox .checkbox__label {
    color: #004898;
  }
.checkbox input:checked + .checkbox__icon::before {
    background-color: #004898;
  }
.checkbox input:checked:focus + .checkbox__icon {
    background-color: color-mod(#004898 shade(15%));
  }
.input:disabled,
.textarea:disabled,
.input[readonly],
.textarea[readonly],
.checkbox input:disabled + .form__icon,
.radio input[readonly] + .form__icon {
  background-color: #f5f5f7;
}
.input:focus,
.textarea:focus,
.select:focus,
.checkbox input:focus + .form__icon,
.radio input:focus + .form__icon {
  background-color: #fff;
}
/* フォームレイアウト */
.contact-section {
  margin-top: 50px;
}
.contact-section__heading {
  position: relative;
  margin-bottom: 30px;
  color: #004898;
  font-size: 1.8rem;
  text-align: center
}
.contact-section__heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-top: 1px solid;
  }
.contact-section__heading span {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    background: #fff;
  }
.contact-section__tel {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  font-size: 2rem
}
.contact-section__tel a {
    color: inherit;
    font-size: 3.2rem;
    letter-spacing: 0.075em;
    text-decoration: none;
  }
.form table {
    width: 100%;
  }
.form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  max-width: 310px;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  border: none;
  background: #004898;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none
}
.form-btn.wide {
    width: 90%;
  }
.form-btn.invert {
    border: 1px solid #004898;
    background: #fff;
    color: #004898;
  }
.form-btn:hover {
    background: #1566af;
    color: #fff;
  }
.label {
  display: inline-block;
  padding: 3px 5px 4px;
  border-radius: 4px;
  background: #898989;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle
}
.label.must {
    background: #ffa351;
  }
.c-must {
  color: #ffa351;
}
.c-must-en {
  color: #ffa351;
  padding-left: 5px;
}
.c-form-policy {
  color: #004898;
}

/* 資料ダウンロード カテゴリ別リスト */
.dl-category {
  margin-top: 40px;
}
.dl-category__heading {
  padding-bottom: 0.33em;
  border-bottom: 1px solid #004898;
  color: #004898;
  font-size: 2rem;
}
.dl-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.dl-list li {
    padding: 30px 0;
  }
.dl-list li + li {
    border-top: 1px solid #efefef;
  }
.doc__check {
  display: block;
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  margin: 0.8rem 0;
  cursor: pointer
}
.doc__check input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
.doc__check .checkbox__icon {
    display: inline-block;
    position: relative;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.2em;
    background: #fff;
    border: 1px solid #282828;
    color: transparent;
    transition: all 0.15s;
    vertical-align: -0.2em
  }
.doc__check .checkbox__icon:before {
      content: "";
      display: block;
      position: absolute;
      top: 0.3rem;
      left: 0.3rem;
      width: 1rem;
      height: 1rem;
    }
.doc__check input:checked + .checkbox__icon {
    border-color: #004898;
  }
.doc__check input:checked + .checkbox__icon::before {
    background-color: #004898;
  }
.doc__check input:checked:focus + .checkbox__icon {
    background-color: color-mod(#004898 shade(15%));
  }
.form-step {
  margin-bottom: 40px
}
.form-step ul {
    display: flex;
    overflow: hidden;
    height: 50px;
    border-radius: 30px;
    background: #efefef;
  }
.form-step li {
    width: 26.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.2;
    transform: skewX(30deg)
  }
.form-step li.active {
      background: #e9eff6;
      color: #004898;
    }
.form-step li:first-child {
    width: 20.5%;
    padding-right: 6%
  }
.form-step li:first-child.active::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 150%;
      background: #e9eff6;
    }
.form-step li:first-child span {
      white-space: nowrap;
    }
.form-step li:last-child.active::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 150%;
      background: #e9eff6;
    }
.form-step li + li {
    border-left: 4px solid #fff;
  }
.form-step li span {
    position: relative;
    transform: skewX(-30deg);
  }
.form-heading {
  margin-top: 60px;
  margin-bottom: 1.5em;
  padding: 0.75em;
  border-radius: 6px;
  background: #004898;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 60.001em) {
  .contact-section__heading {
    font-size: 2rem;
  }
  .contact-section__tel {
    font-size: 2.6rem
  }
    .contact-section__tel a {
      font-size: 4rem;
    }
  .contact-section {
    margin-top: 100px;
  }
  .form-step {
    margin-bottom: 60px
  }
    .form-step li {
      font-size: 1.4rem;
    }
  .form-heading {
    font-size: 2rem;
  }
}
@media (max-width: 45em) {
    .form table,
    .form tbody,
    .form tr,
    .form th,
    .form td {
      display: block;
      width: 100%;
    }
    .form tr {
      padding-bottom: 28px;
      border-bottom: 1px solid #efefef;
    }
    .form th {
      padding-top: 20px;
      background: none !important;
      border-bottom: none;
      text-align: left
    }
      .form th .label {
        margin-left: 10px;
      }
    .form td {
      padding-top: 10px;
    }
  .doc {
    display: block;
    position: relative;
    padding-left: 120px;
  }
  .doc__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
  }
  .doc__body {
    flex: 1 0 auto;
    font-size: 1.2rem
  }
    .doc__body strong {
      font-size: 1.6rem;
    }
}
@media (min-width: 45.001em) {
    .form th {
      position: relative;
      width: 25%;
      padding: 4rem 3em 3rem 0;
      border-bottom: 1px solid #efefef;
      text-align: left;
      vertical-align: top;
    }
    .form th .label {
      position: absolute;
      top: 4.5rem;
      right: 0;
    }
    .form td {
      padding-top: 2.8rem;
      padding-bottom: 2.8rem;
      padding-left: 2rem;
      border-bottom: 1px solid #efefef;
    }
  .doc {
    display: flex;
    align-items: center;
  }
  .doc__thumb {
    flex: 1 0 196px;
    max-width: 196px;
  }
  .doc__body {
    padding-left: 35px;
    font-size: 1.5rem
  }
    .doc__body strong {
      font-size: 2rem;
    }
  .doc__check {
    flex: 1 0 8em;
    width: 8em;
    font-size: 1.6rem;
    text-align: center;
  }
    .form-step li {
      width: 26%;
    }
    .form-step li br {
      display: none;
    }
    .form-step li:first-child {
      width: 22%;
      padding-right: 3%;
    }
}
/*# sourceMappingURL=maps/form.css.map */
