.download-archive,
.download-single,
.download-thanks {
  color: #333;
  background: #fff;
}

.download-archive #head_area.section,
.download-single #head_area.section,
.download-thanks #head_area.section {
  padding-top: 0;
}

.download-list,
.download-detail {
  padding: 64px 5vw 88px;
}

.download-list__inner,
.download-detail__inner {
  width: min(1080px, 100% - 40px);
  margin: 0 auto;
}

.download-card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.download-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 14px 34px rgba(40, 40, 40, 0.08);
}

.download-card__link {
  display: grid;
  grid-template-rows: 180px 1fr;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.download-card__thumb,
.download-detail__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  background: #f8f8f8;
  overflow: hidden;
}

.download-card__thumb img,
.download-detail__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.download-detail__thumb img {
  height: auto;
}

.download-card__thumb span,
.download-detail__thumb span {
  color: #999;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.download-card__body {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.download-card__service,
.download-detail__service {
  justify-self: start;
  margin: 0;
  padding: 5px 12px;
  color: #006fce;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  background: #e5f5fb;
  border-radius: 999px;
}

.download-card__title,
.download-detail__title {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.download-card__title {
  font-size: 20px;
}

.download-card__text {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.download-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  background: #333;
  border-radius: 999px;
}

.download-detail__summary {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.download-detail__thumb {
  aspect-ratio: 4/3;
}

.download-detail__content {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.download-detail__title {
  font-size: clamp(28px, 4vw, 42px);
}

.download-detail__excerpt {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}

.download-detail__body {
  font-size: 16px;
  line-height: 2;
}

.download-detail__body > *:first-child {
  margin-top: 0;
}

.download-form {
  margin-top: 56px;
  padding: 40px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}

.download-form__title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.download-form__empty,
.download-form__note {
  margin: 16px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.download-form-table {
  display: grid;
  gap: 16px;
  margin: 0;
}

.download-form-table dt,
.download-form-table dd {
  margin: 0;
}

.download-form-table dt {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.download-form-table dd {
  min-width: 0;
}

.download-form-table .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  margin-left: 8px;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  background: #ff437e;
  border-radius: 999px;
  vertical-align: middle;
}

.download-form input[type=text],
.download-form input[type=email],
.download-form input[type=tel],
.download-form textarea,
.download-form select {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  padding: 12px 14px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #cfd6dd;
  border-radius: 4px;
  appearance: none;
}

.download-form textarea {
  min-height: 140px;
  resize: vertical;
}

.download-form input[type=text]:focus,
.download-form input[type=email]:focus,
.download-form input[type=tel]:focus,
.download-form textarea:focus,
.download-form select:focus {
  outline: 2px solid rgba(0, 111, 206, 0.22);
  outline-offset: 2px;
  border-color: #006fce;
}

.download-form input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  vertical-align: -3px;
  accent-color: #006fce;
}

.download-form .privacy-link {
  margin: 0 0 8px;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.download-form .privacy-link a {
  color: #006fce;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.download-form .mwform-checkbox-field,
.download-form .mwform-radio-field {
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}

.download-form .error {
  display: block;
  margin-top: 8px;
  color: #d6003a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.download-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.download-form-actions .button,
.download-form input[type=submit],
.download-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 50px;
  box-sizing: border-box;
  padding: 0 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  background: #333;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.download-form-actions .button:hover,
.download-form input[type=submit]:hover,
.download-form button:hover {
  opacity: 0.78;
}

.download-form-actions .button-back {
  color: #333;
  background: #fff;
  border: 1px solid #cfd6dd;
}

.download-form .mw_wp_form_confirm .download-form-table {
  gap: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.download-form .mw_wp_form_confirm .download-form-table dt,
.download-form .mw_wp_form_confirm .download-form-table dd {
  padding: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.download-form .mw_wp_form_confirm .download-form-table dt {
  background: #f3f6f8;
}

.download-form .mw_wp_form_confirm .download-form-table dd:last-of-type {
  border-bottom: 0;
}

.download-form .mw_wp_form_complete {
  padding: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.download-empty {
  padding: 48px 24px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}

.download-thanks__body {
  padding: 72px 5vw 96px;
}

.download-thanks__inner {
  width: min(760px, 100% - 40px);
  margin: 0 auto;
  padding: 48px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
}

.download-thanks__title {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.5;
}

.download-thanks__text {
  margin: 0 0 12px;
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.download-thanks__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 50px;
  margin-top: 28px;
  padding: 0 28px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #333;
  border-radius: 999px;
  transition: opacity 0.2s ease;
}

.download-thanks__button:hover {
  color: #fff;
  opacity: 0.78;
}

@media screen and (max-width: 767px) {
  .download-list,
  .download-detail {
    padding: 48px 16px 64px;
  }
  .download-list__inner,
  .download-detail__inner {
    width: calc(100% - 30px);
  }
  .download-card-list,
  .download-detail__summary {
    grid-template-columns: 1fr;
  }
  .download-form {
    padding: 24px;
  }
  .download-thanks__body {
    padding: 48px 16px 64px;
  }
  .download-thanks__inner {
    width: calc(100% - 30px);
    padding: 32px 20px;
    box-sizing: border-box;
  }
  .download-thanks__button {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .download-form-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .download-form-actions .button,
  .download-form input[type=submit],
  .download-form button {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .download-card-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}/*# sourceMappingURL=download.css.map */