@charset "UTF-8";

/* KV */
#kv {
  background-image: url(../images/download/kv.jpg);
}

/* お役立ち情報 */
.useful-information-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #E7F2F9;
}
.useful-information-bg {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 320px;
  background-color: #ffffff;
}
.useful-information {
  max-width: calc(1140px + 5.33vw* 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 5.33vw;
  z-index: 20;
}
.useful-information-service {
  margin-top: 52px;
  
  h2 {
    font-size: 3.6rem;
    margin-bottom: 52px;
    letter-spacing: 0.1em;
  }
  ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 140px;
  }
  ul li {
    height: auto;
    background-color: #ffffff;
    border: solid 1px #D0DEE7;
    border-radius: 6px;


    img {
      width: 100%;
      margin-bottom: 30px;
    }
    p {
      font-size: 1.9rem;
      line-height: 1.47;
      color: #0071BC;
      font-weight: bold;
      margin-bottom: 30px;
      letter-spacing: -0.05rem;
    }
  }
}
.useful-information-useful {
  margin-top: 52px;
  
  h2 {
    font-size: 3.6rem;
    margin-bottom: 52px;
    letter-spacing: 0.1em;
  }
  ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 140px;
  }
  ul li {
    height: auto;
    background-color: #ffffff;
    border: solid 1px #D0DEE7;
    border-radius: 6px;


    img {
      width: 100%;
      margin-bottom: 30px;
    }
    p {
      font-size: 1.9rem;
      line-height: 1.47;
      color: #0071BC;
      font-weight: bold;
      margin-bottom: 30px;
      letter-spacing: -0.05rem;
    }
  }
}
@media screen and (max-width: 1200px) {
  .useful-information-service h2 {
    font-size: 3.3361134279vw;
  }
  .useful-information-useful h2 {
    font-size: 3.3361134279vw;
  }
}
@media screen and (max-width: 767px) {
  .useful-information-useful {
    ul {
    grid-template-columns: 1fr;
    margin-bottom: 70px;
    }
    h2 {
      font-size: 2.0rem;
      margin-bottom: 20px;
    }
  }
}
@media screen and (max-width: 767px) {
  .useful-information-service {
    ul {
      grid-template-columns: 1fr;
      margin-bottom: 70px;
    }
    h2 {
      font-size: 2.0rem;
      margin-bottom: 20px;
    }
  } 
}
.useful-information-service-text-box {
  margin: 0 24px 32px;
}
.useful-information-useful-text-box {
  margin: 0 24px 32px;
}

/* ボタン */
.useful-information-download-button {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    background-color: #0071BC;
    border-radius: 25px;
    padding: 11px 24px;
    font-size: 1.6rem;
    font-weight: bold;
    border: none;
    outline: 0;
    cursor: pointer;
    letter-spacing: 0.1em;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width:767px) {
  #tnav-download-button:active {
    background-color: #005084;
  }
}
@media screen and (min-width:768px) {
  .download-button:hover , .useful-information-download-button:hover {
      background-color: #005084;
      transition: all 0.3s ease-in-out;
  }
  .contact-button:hover {
    background-color: #fddf00;
    transition: all 0.3s ease-in-out;
  }
}
#tnav-download-button.clicked {
  background-color: #005084;
  transition: all 0.3s ease-in-out;
}
.contact-button:active {
  background-color: #fddf00;
  transition: all 0.3s ease-in-out;
}
.icon_button-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/manual/chevron-down-solid.svg) no-repeat;
    background-position: left;
    background-size: contain;
    transition: transform 0.3s ease;
}
.rotate {
  transform: rotate(-180deg);
}
#menu-login-link {
  padding: 0;
}

/* 詳細 */

.download-detail-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #E7F2F9;
}
.download-detail-bg {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 130px;
  background-color: #ffffff;
}
.download-detail {
  max-width: calc(1140px + 5.33vw* 2);
  width: 100%;
  margin: 0 auto 7%;
  padding: 0 5.33vw;
  z-index: 20;

  h1 {
    font-size: 3.6rem;
    margin-top: 52px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
}
.download-detail-box-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 12%;
}
.download-detail-box-01 {
  width: 33.5%;
  max-width: 400px;

  img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 3.0rem;
    color: #0071BC;
    line-height: 1.43;
    margin-bottom: 10px;
  }
  p {
    letter-spacing: 0.1rem;
    margin-bottom: 52px;
  }
  h3 {
    font-size: 2.0rem;
    padding-left: 18px;
    color: #0071BC;
    border-left: solid 4px #0071BC;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  ul {
    list-style-type: disc;
    list-style-position: inside;
  }
}
.download-detail-box-02 {
  width: 58.7%;
  max-width: 700px;
  background-color: #ffffff;
  padding: 9% 85px;

  input {
    width: 100%;
    max-width: 520px;
    height: 40px;
    background-color: #F5F8FA;
    border: solid 1px #CBD6E2;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 30px;
  }
  input::placeholder {
    padding-left: 16px;
    color: #BFBFBF;
    font-size: 1.6rem;
  }
  label span {
    font-size: 1.3rem;
  }
}
.hs-form-required {
  color: #FF0000;
}
.mail-magazine-description {
  font-size: 1.3rem;
  color: #33475B;
}
.mail-magazine-checkbox {
  display: flex;
  margin: 15px 0 36px;

  input {
    width: 16px;
    height: 16px;
    margin: 0;
  }
  span {
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
  }
} 
.free-download-button button {
    width: 100%;
    height: 56px;
    background-color: #0071BC;
    color: #ffffff;
    border: solid 1px #979797;
    border-radius: 3px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

    p {
    font-size: 3.0rem;
    margin-top: -2px;
    }
}
.free-download-button button:hover {
  background-color: #005084;
  transition: all 0.3s ease-in-out;
}
.hs-select {
  width: 100%;
  max-width: 520px;
  height: 40px;
  background-color: #F5F8FA;
  border: solid 1px #CBD6E2;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .download-detail {
    margin-bottom: 10%;
  }
  .download-detail h1 {
    font-size: 3.3361134279vw;
  }
  .download-detail-box-wrapper {
    display: block;
    margin-top: 17%;
  }
  .download-detail-box-01 {
    width: 100%;
    max-width: 1000px;
    margin-bottom: 30px;

    h3 {
      margin-bottom: 10px;
    }
    p {
      margin-bottom: 30px;
    }
  }
  .download-detail-box-02 {
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .download-detail-bg {
    height: 6%;
  }
  .download-detail {
    h1 {
    font-size: 2.0rem;
    margin-top: 9%;
    }
    h2 {
      font-size: 2.0rem;
    }
    h3 {
      font-size: 1.8rem;
      padding-left: 10px;
      height: 30px;
      line-height: 30px;
    }
  }
  .download-detail-box-02 {
    padding: 9% 8%;
  }
  .download-detail-box-wrapper {
    margin-top: 16%;
  }
  .free-download-button button {
    height: 40px;

    p {
    font-size: 2.0rem;
    }
  }
}
