.download-wrap {
  width: 120rem;
  max-width: 95%;
  margin: auto;
  padding: 25rem 2% 30rem;
  font-size: 1.8rem;
}

.download-information {
  width: 102.4rem;
  max-width: 100%;
}

.download-information h1 {
  font-size: 3.2rem;
  max-width: 90rem;
}

.download-information h2 {
  font-size: 3.2rem;
  margin: 8rem 0 5rem;
}

.download-information ul {
  margin: 0 0 4rem;
}

.download-information h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3rem 0 0;
}

.download-information li {
  text-indent: -1.5rem;
  padding: 0 0 0 2.5rem;
}

.download-wrap li:not(.no-dot):before {
  content: "・";
}

/*デザイン*/
.download-wrap.--design {
  width: 100%;
  max-width: 120rem;
  padding-inline: 20px;
}
@media (max-width: 768px) {
  .download-wrap.--design {
    padding-inline: 2.5rem 2rem;
  }
}
.download-information.--design {
  width: 100%;
  max-width: 102.4rem;
}
@media (max-width: 768px) {
  .download-information.--design {
  }
}
.download-information.--design h1 {
  width: 100%;
  max-width: 100%;
}
.download-information.--design h2 {
  margin: 8rem 0 3.8rem;
}
.download-information.--design h3 {
  margin: 2.4rem 0 0;
}
.download-information.--design ol {
  list-style: decimal;
}
.download-information.--design ul,
.download-information.--design ol {
  padding-left: 2rem;
}
.download-information.--design ul li {
  position: relative;
  padding: 0 0 0 0.8rem;
  text-indent: 0;
}
.download-information.--design ol li {
  padding: 0;
  text-indent: 0;
}
.download-information.--design ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.download-information.--design ol li::before {
  content: "";
}

/* .download-information.--design li {
  position: relative;
  left: 2rem;
  top: 0;
}
.download-information.--design li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
} */
.decoration {
  background: linear-gradient(transparent 40%, rgba(255, 222, 6, 0.5) 40%);
}

.download-table {
  border-collapse: collapse;
}

.download-table th,
.download-table td {
  border: 0.2rem solid #d9d9d9;
  border-collapse: collapse;
}

.download-table th {
  border-top: none;
}

.download-table tr:last-child td {
  border-bottom: none;
}

.download-table th:first-child,
.download-table td:first-child {
  border-left: none;
}

.download-table th:last-child,
.download-table td:last-child {
  border-right: none;
}

.download-table-wrap {
  width: 120rem;
  max-width: 100%;
  border: 0.2rem solid #d9d9d9;
  margin: 15rem 0 10rem;
}

.download-table {
  width: 100%;
  max-width: 120rem;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.scroll {
  overflow: auto;
}

.scroll .download-table {
  min-width: 78rem;
}

.scroll-hint-parent {
  position: relative;
}

.scroll-hint {
  position: absolute;
  display: block;
  top: 25rem;
  left: 50%;
  transform: translateX(-50%) scale(1.5);
  padding: 1.5rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-color: #555;
  text-shadow: 0.3rem 0.3rem 0.5rem #000;
  box-shadow: 0 0 0.5rem #000;
  display: flex;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.1s;
}

.scroll-hint-show {
  opacity: 0.4;
}

.download-table th {
  height: 8.3rem;
  background-color: #efeded;
}

.download-table td {
  height: 21rem;
  text-align: center;
  padding: 0 1%;
}

.download-table td:nth-child(1) {
  width: 19.93%;
}

.download-table td:nth-child(2) {
  width: 22.43%;
}

.download-table td:nth-child(3) {
  width: 24.44%;
}

.download-table td:nth-child(4) {
  width: 16.1%;
}

.download-table td:nth-child(5) {
  width: 17.1%;
}

/*自動挿入される画像を非表示 */
.download-table img {
  width: 0;
}

.download-table .download-table__thunbnail-link > img {
  display: block;
  width: 15rem;
  height: auto;
  margin: auto;
}

.download-table .download-table__link {
  text-decoration: underline;
  color: #0038b0;
}

.youtube-link {
  font-size: 2rem;
  text-decoration: underline;
  color: #000;
}

@media (max-width: 768px) {
  .download-wrap {
    padding: 12rem 2% 8rem;
    font-size: 1.6rem;
  }

  .download-information h1 {
    font-size: 2.2rem;
    max-width: 63rem;
  }

  .download-information h2 {
    font-size: 2rem;
    margin: 6rem 0 1.5rem;
  }

  .download-information ul {
    margin: 0;
  }

  .download-information h3 {
    font-size: 1.8rem;
  }

  .download-information li {
    font-size: 1.6rem;
    padding: 0 0 0 1.8rem;
    text-indent: -1.5rem;
  }

  .download-table-wrap {
    margin: 5rem 0;
  }

  .download-table th {
    height: 6rem;
  }

  .download-table td {
    height: 18rem;
  }

  .youtube-link {
    font-size: 1.8rem;
  }

  .scroll-hint {
    top: 21rem;
    transform: translateX(-50%) scale(1.4);
  }
}
