.under-mv {
  height: 260px;
  background-position: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 751px) {
  .under-mv {
    height: 74px;
    margin-bottom: 80px;
    background-size: cover;
  }
}

.under-mv-box {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translateY(202px);
          transform: translateY(202px);
}

@media only screen and (max-width: 751px) {
  .under-mv-box {
    width: auto;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
    padding-left: 20px;
  }
}

.under-mv-title {
  font-family: Roboto;
  font-weight: 900;
  font-size: 110px;
  text-align: left;
  color: #005eaa;
}

@media only screen and (max-width: 751px) {
  .under-mv-title {
    font-size: 54px;
  }
}

.under-mv-sub {
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 751px) {
  .under-mv-sub {
    font-size: 14px;
    line-height: 35px;
  }
}

.download {
  padding-top: 90px;
}

@media only screen and (max-width: 751px) {
  .download {
    padding-top: 40px;
  }
}

.download-mv {
  background-image: url("../img/download/mv.png");
}

@media only screen and (max-width: 751px) {
  .download-about {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.download-about__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 751px) {
  .download-about__text {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
}

.download-about__warning {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-top: 37px;
  margin-bottom: 88px;
}

@media only screen and (max-width: 751px) {
  .download-about__warning {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 45px;
  }
}

.download-about__warning a {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #005eaa;
}

.download-about__warning a:hover {
  opacity: 0.7;
}

.download-box {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 105px;
}

@media only screen and (max-width: 751px) {
  .download-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

.download-box:last-of-type {
  padding-bottom: 100px;
}

.download-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
  color: #005eaa;
  margin-bottom: 20px;
}

@media only screen and (max-width: 751px) {
  .download-title {
    font-size: 20px;
    line-height: 36px;
  }
}

.download-table {
  width: 100%;
}

.download-table__header-th {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #005EAA;
  width: 50%;
  line-height: 40px;
  border-bottom: 1px solid #E0E0E0;
}

.download-table__td {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%;
  border-bottom: 1px solid #E0E0E0;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 751px) {
  .download-table__td {
    padding-left: 0;
    padding-right: 0;
  }
}

.download-table__td:first-of-type {
  vertical-align: middle;
  border-right: 1px solid #E0E0E0;
}

@media only screen and (max-width: 751px) {
  .download-table__td:last-of-type {
    padding-left: 15px;
  }
}

.download-table__td a:hover {
  color: #005eaa;
}
/*# sourceMappingURL=download.css.map */