.p-download__mv {
  background-image: url(../images/download/hero_download.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 820px) {
  .p-download__mv {
    height: 200px;
  }
}
@media (min-width: 821px) {
  .p-download__mv {
    height: 400px;
  }
}
.p-download__mv__ttl {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 820px) {
  .p-download__mv__ttl {
    font-size: 20px;
  }
}
.p-download__mv__ttl--border {
  position: relative;
}
.p-download__mv__ttl--border::before, .p-download__mv__ttl--border::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
}
.p-download__mv__ttl--border::before {
  top: 0;
  left: -0.5em;
}
.p-download__mv__ttl--border::after {
  top: 0;
  right: -0.5em;
}

.p-download__documents {
  background-color: #fff;
}
@media (max-width: 820px) {
  .p-download__documents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 821px) {
  .p-download__documents {
    padding-top: 96px;
    padding-bottom: 76px;
  }
}

.p-download__documents__form {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 820px) {
  .p-download__documents__form {
    min-width: 90%;
  }
}
@media (min-width: 821px) {
  .p-download__documents__form {
    max-width: 1000px;
  }
}

.p-download__documents__lead {
  text-align: center;
  line-height: 1.5em;
}
@media (max-width: 820px) {
  .p-download__documents__lead {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media (min-width: 821px) {
  .p-download__documents__lead {
    margin-bottom: 65px;
    font-size: 20px;
  }
}

.p-download__documents__wrap {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 820px) {
  .p-download__documents__wrap {
    max-width: 90%;
  }
}
@media (min-width: 821px) {
  .p-download__documents__wrap {
    max-width: 1200px;
  }
}

@media (max-width: 820px) {
  .p-download__documents__ttl {
    max-width: 90%;
  }
}
@media (min-width: 821px) {
  .p-download__documents__ttl {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 1px solid #474645;
  }
}

.is-emphasis {
  color: #005BAC;
  font-weight: 700;
}

.is-form--input {
  display: block;
  margin-bottom: 7px;
}

/* hero */

.hero {
  background-image: url(../images/form/hero.png);
}

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

  .hero {
    background-image: url(../images/form/hero_sp.png);
  }

}

.wrapper {
  max-width: 1000px;
}

.intro {
  padding: 96px 0 145px 0;
}

.intro-copy {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px 0;
}

.intro-copy .is-bold {
  font-weight: bold;
  color: #2B509F;
}

.intro-img {
  max-width: 320px;
  width: 80%;
  margin: 0 auto;
}

.intro-img img {
  width: 100%;
}

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

  .intro {
    padding: 10% 0;
  }

  .intro-copy {
    font-size: 14px;
  }

  .intro-note {
    font-size: 12px;
  }

}

/* fotmはcommonへ */