@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap");
@media screen and (max-width: 767px) {
  .download .mc-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .download .mc-section {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
}

.mc-section .download-batch {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-image: url(../images/download/download-batch-bg.png);
}
@media screen and (max-width: 767px) {
  .mc-section .download-batch {
    margin-bottom: 80px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-batch {
    margin-bottom: 8rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .mc-section .download-batch-text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-batch-text {
    margin-bottom: 2rem;
  }
}
.mc-section .download-batch-button > a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 0;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background-color: #002855;
}
@media screen and (max-width: 767px) {
  .mc-section .download-batch-button > a {
    width: 280px;
    border: solid 1px #002855;
    border-radius: 6px;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-batch-button > a {
    width: 28rem;
    border: solid 0.1rem #002855;
    border-radius: 0.6rem;
  }
}
.mc-section .download-table-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-wrap {
    width: calc(100% + 4.238vw);
    margin-right: -4.238vw;
  }
}
@media screen and (min-width: 1228px) {
  .mc-section .download-table-wrap {
    width: 1050px;
    margin-right: -52px;
  }
}
@media screen and (min-width: 1250px) {
  .mc-section .download-table-wrap {
    width: 105rem;
    margin-right: -5.2rem;
  }
}
.mc-section .download-table-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .mc-section .download-table-item {
    margin-bottom: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item {
    width: 298px;
    margin-right: 4.238vw;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1228px) {
  .mc-section .download-table-item {
    margin-right: 52px;
  }
}
@media screen and (min-width: 1250px) {
  .mc-section .download-table-item {
    width: 29.8rem;
    margin-right: 5.2rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
.mc-section .download-table-item > a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .mc-section .download-table-item > a {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item > a {
    padding-bottom: 2rem;
  }
}
.mc-section .download-table-item > a:hover {
  text-decoration: none;
  opacity: unset;
}
.mc-section .download-table-item > a > p {
  order: 3;
}
@media screen and (max-width: 767px) {
  .mc-section .download-table-item > a > p {
    margin-top: 10px;
    padding: 0 20px 60px;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item > a > p {
    margin-top: 1rem;
    padding: 0 2rem 6rem;
  }
}
.mc-section .download-table-item > a > p.title {
  order: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mc-section .download-table-item > a > p.title {
    padding-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item > a > p.title {
    line-height: 2.8rem;
    padding-bottom: unset;
  }
}
.mc-section .download-table-item > a > figure {
  display: block;
  order: 1;
}
.mc-section .download-table-item > .button {
  position: absolute;
  left: 50%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: unset !important;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .mc-section .download-table-item > .button {
    bottom: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item > .button {
    bottom: 2rem;
    width: calc(100% - 4rem);
  }
}
.mc-section .download-table-item > .button > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  background-color: #002855;
  text-decoration: none;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .mc-section .download-table-item > .button > a {
    border-radius: 6px;
    border: solid 1px #002855;
  }
}
@media screen and (min-width: 768px) {
  .mc-section .download-table-item > .button > a {
    border: solid 0.1rem #002855;
    border-radius: 0.6rem;
  }
}
.mc-section .download-table-item > .button > a:hover {
  color: #002855;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .download-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1228px) {
  .download-detail {
    justify-content: space-between;
    flex-direction: row;
  }
}
.download-detail-title {
  box-sizing: border-box;
  width: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .download-detail-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .download-detail-title {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.download-detail-content {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .download-detail-content {
    width: 100%;
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1228px) {
  .download-detail-content {
    width: 48rem;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 767px) {
  .download-detail-content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.download-detail-content > figure {
  display: block;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .download-detail-content > figure {
    margin-bottom: 20px;
  }
}
.download-detail-content > figure > img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .download-detail-form {
    width: 100%;
    max-width: 658px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1228px) {
  .download-detail-form {
    width: 48rem;
    margin-left: unset;
    margin-right: unset;
  }
}
.download-thanks-title {
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .download-thanks-title {
    font-size: 3rem;
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .download-thanks-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.download-thanks-title > span {
  display: inline-block;
  font-size: inherit;
  text-align: inherit;
}
@media screen and (min-width: 768px) {
  .download-thanks-text {
    margin-bottom: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .download-thanks-text {
    margin-bottom: 40px;
  }
}
.download-thanks-button > a {
  display: block;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: unset;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .download-thanks-button > a {
    width: 30rem;
    line-height: 1.8rem;
    padding: 1rem 0;
    border: solid 0.2rem #002855;
    border-radius: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .download-thanks-button > a {
    width: 300px;
    line-height: 18px;
    padding: 10px 0;
    border: solid 2px #002855;
    border-radius: 6px;
  }
}
.download-thanks-button > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .download-thanks-button.dl {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .download-thanks-button.dl {
    margin-bottom: 20px;
  }
}
.download-thanks-button.dl > a {
  color: #ffffff;
  background-color: #002855;
}
.download-thanks-button.dl > a > span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em auto;
  background-image: url(../images/common/icon_download-white.svg);
}
@media screen and (min-width: 768px) {
  .download-thanks-button.dl > a > span {
    padding-left: calc(1em + 0.8rem);
  }
}
@media screen and (max-width: 767px) {
  .download-thanks-button.dl > a > span {
    padding-left: calc(1em + 8px);
  }
}
.download-thanks-button.other > a, .download-thanks-button.top > a {
  color: #002855;
  background-color: #ffffff;
}
