@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Zen+Kaku+Gothic+New:wght@700&display=swap");
@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: absolute !important;
  }
}
.dl-section-head {
  margin-bottom: 40px;
}
.dl-section-head__en {
  display: block;
  font-size: 79%;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #cd0033;
  margin-bottom: 4px;
}
.dl-section-head__ja {
  display: inline-block;
  font-size: 158%;
  font-weight: 700;
  color: #111111;
  position: relative;
}
.dl-section-head__ja::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #111111;
  border-radius: 2px;
  margin-top: 8px;
}
.dl-section-head--inline {
  margin-bottom: 0;
}

.dl-hero {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #e2e6dd;
  overflow: hidden;
  background-image: url("./../../images/download/download_header_03.png"), url("./../../images/download/download_header_04.png");
  background-position: top -45px right -43.5px, bottom -105px right -78.75px;
  background-repeat: no-repeat;
  background-size: 204px auto, 315px auto;
}
.dl-hero::before, .dl-hero::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.dl-hero::before {
  top: -51.75px;
  left: -40.5px;
  width: 305.25px;
  height: 160.5px;
  background-image: url("./../../images/download/download_header_01.png");
}
.dl-hero::after {
  bottom: -60.75px;
  left: -48.75px;
  width: 260.25px;
  height: 248.25px;
  background-image: url("./../../images/download/download_header_02.png");
}
.dl-hero__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  max-width: 520px;
  text-align: center;
}
.dl-hero__inner::before, .dl-hero__inner::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.dl-hero__inner::before {
  background-image: url("./../../images/download/download_header_05.png");
  height: 180px;
  aspect-ratio: 781/2288;
  left: -15%;
}
.dl-hero__inner::after {
  background-image: url("./../../images/download/download_header_06.png");
  height: 180px;
  aspect-ratio: 959/2289;
  right: -15%;
}
.dl-hero__title {
  --space: 0.5em;
  --inset: 7.5%;
  --line-h: 0.15em;
  --dot-size: 0.25em;
  color: #111111;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.dl-hero__title span {
  position: relative;
  display: inline-block;
  padding-bottom: var(--space);
}
.dl-hero__title span::before {
  content: "";
  position: absolute;
  left: var(--inset);
  bottom: 0;
  width: calc(100% - var(--inset) * 2 - var(--dot-size) * 2);
  height: var(--line-h);
  background-color: #cd0033;
  border-radius: var(--line-h);
  transform: translateY(50%);
}
.dl-hero__title span::after {
  content: "";
  position: absolute;
  right: var(--inset);
  bottom: 0;
  width: var(--dot-size);
  aspect-ratio: 1;
  background-color: #cd0033;
  border-radius: 50%;
  transform: translateY(50%);
}
.dl-hero__desc {
  font-size: 100%;
  color: #111111;
  line-height: 1.7;
  opacity: 0.75;
  margin: 2em 0 0 0 !important;
}
@media (max-width: 767.98px) {
  .dl-hero {
    height: auto;
    aspect-ratio: 768/320;
    padding: 60px 20px;
    background-position: top calc(-45 / 768 * 100vw) right calc(-43.5 / 768 * 100vw), bottom calc(-105 / 768 * 100vw) right calc(-78.75 / 768 * 100vw);
    background-size: calc(204 / 768 * 100vw) auto, calc(315 / 768 * 100vw) auto;
  }
  .dl-hero::before {
    top: calc(-51.75 / 768 * 100vw);
    left: calc(-40.5 / 768 * 100vw);
    width: calc(305.25 / 768 * 100vw);
    height: calc(160.5 / 768 * 100vw);
  }
  .dl-hero::after {
    bottom: calc(-60.75 / 768 * 100vw);
    left: calc(-48.75 / 768 * 100vw);
    width: calc(260.25 / 768 * 100vw);
    height: calc(248.25 / 768 * 100vw);
  }
  .dl-hero__inner {
    max-width: 90%;
  }
  .dl-hero__inner::before, .dl-hero__inner::after {
    display: none;
  }
  .dl-hero__title {
    font-size: min(4.8vw, 200%);
  }
}

.dl-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dl-docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .dl-docs-grid {
    grid-template-columns: 1fr;
  }
}
.dl-docs-grid--archive {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.dl-docs-grid--latest {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dl-docs-grid__notice {
  margin-bottom: 16px;
}
.dl-docs-grid__notice .dl-doc-card--notice {
  flex-direction: row;
  justify-content: center;
  padding: 1em 3%;
}
.dl-docs-grid__notice .dl-doc-card--notice .dl-doc-card__thumb {
  width: clamp(240px, 40%, 360px);
  flex-shrink: 0;
  padding: 0;
}
.dl-docs-grid__notice .dl-doc-card--notice .dl-doc-card__thumb img {
  -o-object-fit: contain;
  object-fit: contain;
}
.dl-docs-grid__notice .dl-doc-card--notice .dl-doc-card__body {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dl-docs-grid__notice .dl-doc-card--notice .dl-doc-card__desc {
  flex: none;
}
.dl-docs-grid__notice .dl-doc-card--notice .dl-doc-card__btns {
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .dl-docs-grid__notice .dl-doc-card--notice {
    flex-direction: column;
  }
  .dl-docs-grid__notice .dl-doc-card--notice .dl-doc-card__thumb {
    width: 100%;
  }
}
.dl-docs-grid__latest {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dl-docs-grid__latest {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .dl-docs-grid__latest {
    grid-template-columns: 1fr;
  }
}
.dl-docs-grid__latest .dl-doc-card:not(.dl-doc-card--latest) {
  margin-top: 1em;
}

.dl-doc-card {
  position: relative;
  background: #ffffff;
  border: 3px solid #111111;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.dl-doc-card--notice {
  background: #e2e6dd;
}
.dl-doc-card--notice .dl-doc-card__thumb {
  background: #e2e6dd;
  border-bottom: none;
}
.dl-doc-card--notice .dl-doc-card__body {
  background: #e2e6dd;
}
.dl-doc-card--notice .dl-doc-card__btns {
  flex-direction: row;
  flex-wrap: wrap;
}
.dl-doc-card--notice .dl-doc-card__btns .dl-btn {
  flex: 1;
  max-width: 230px;
}
.dl-doc-card--latest {
  overflow: visible;
}
.dl-doc-card--latest .dl-doc-card__thumb {
  min-height: 160px;
  overflow: hidden;
  border-radius: 9px 9px 0 0;
}
.dl-doc-card__title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dl-doc-card__period-label {
  display: inline-block;
  flex-shrink: 0;
  font-size: 79%;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #cd0033;
  padding: 0.2em 0.65em 0.15em 0.75em;
  border-radius: 3px;
}
.dl-doc-card__new {
  --f: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1em;
  font-weight: 700;
  color: #ffffff;
  line-height: 2;
  padding-inline: 1.5lh;
  padding-bottom: var(--f);
  -o-border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  border-image: conic-gradient(rgba(0, 0, 0, 0.5333333333) 0 0) 51%/var(--f);
  clip-path: polygon(100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
  transform: translate(-29.2893218813%, -100%) rotate(-45deg);
  transform-origin: 100% 100%;
  background-color: #cd0033;
  z-index: 2;
  pointer-events: none;
  letter-spacing: 0.1em;
}
.dl-doc-card__thumb {
  width: 100%;
  background: #fefcf2;
  border-bottom: 3px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3%;
}
.dl-doc-card__thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.dl-doc-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.dl-doc-card__title {
  font-size: 129%;
  font-weight: 700;
  color: #111111;
  line-height: 1.5;
  margin: 0;
}
.dl-doc-card__desc {
  font-size: 93%;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}
.dl-doc-card__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 0.4em;
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 1;
  height: 44px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 93%;
  text-decoration: none;
  border: 2px solid #111111;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.dl-btn--view {
  background: #ffffff;
  color: #111111;
}
.dl-btn--view:link, .dl-btn--view:visited, .dl-btn--view:active {
  color: #111111;
}
.dl-btn--view:hover {
  background: #d2d2d0;
  text-decoration: none;
}
.dl-btn--download {
  background: #cd0033;
  color: #ffffff;
  border-color: #cd0033;
}
.dl-btn--download:link, .dl-btn--download:visited, .dl-btn--download:active {
  color: #ffffff;
}
.dl-btn--download:hover {
  background: #a30029;
  border-color: #a30029;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .dl-btn {
    font-size: 79%;
  }
}

.dl-columns {
  background-color: #f6f5f2;
}

.dl-testimonial-card.dl-testimonial-card--hidden {
  display: none;
}
.dl-testimonial-card.dl-testimonial-card--hidden.dl-testimonial-card--visible {
  display: flex;
}

.dl-testimonial-more {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.dl-btn-testimonial-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 40px;
  background: #f6f5f2;
  color: #111111;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 93%;
  font-weight: 500;
  border: 1px solid #111111;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.dl-btn-testimonial-more svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.dl-btn-testimonial-more:hover {
  background: #d2d2d0;
  color: inherit;
  text-decoration: none;
  opacity: 1 !important;
}

.dl-testimonial-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .dl-testimonial-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.dl-testimonial-head {
  position: sticky;
  top: 100px;
}

.dl-testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dl-testimonial-card {
  position: relative;
  background: #ffffff;
  border: 2px solid #111111;
  border-radius: 12px;
  padding: 20px 60px 20px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.dl-testimonial-card__avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #111111;
  background: #f6f5f2;
}
.dl-testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.dl-testimonial-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dl-testimonial-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.dl-testimonial-card__industry {
  font-size: 79%;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #cd0033;
}
.dl-testimonial-card__company {
  font-size: 79%;
  color: #999999;
}
.dl-testimonial-card__company::before {
  content: "/";
  margin-right: 8px;
  color: #dddddd;
}
.dl-testimonial-card__text {
  font-size: 100%;
  line-height: 1.75;
  margin: 0;
}
.dl-testimonial-card__quote {
  position: absolute;
  top: 10px;
  right: 18px;
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
  color: #d2d2d0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 575.98px) {
  .dl-testimonial-card {
    flex-direction: column;
    padding-right: 20px;
    gap: 12px;
  }
  .dl-testimonial-card__quote {
    display: none;
  }
}

.dl-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991.98px) {
  .dl-service-grid {
    grid-template-columns: 1fr;
  }
}

.dl-service-card {
  background: #ffffff;
  border: 3px solid #111111;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 0 #111111;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.dl-service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
  pointer-events: none;
  z-index: 10;
  border-radius: inherit;
}
.dl-service-card:hover::after {
  background: rgba(0, 0, 0, 0.06);
}
.dl-service-card:hover {
  text-decoration: none;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #111111;
}
.dl-service-card__header::before, .dl-service-card__body::before {
  content: "";
  position: absolute;
  right: -8%;
  width: 50%;
  aspect-ratio: 1;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  pointer-events: none;
}
.dl-service-card__header {
  padding: 16px 20px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  overflow: hidden;
}
.dl-service-card__header::before {
  background-color: #ffffff;
  opacity: 0.25;
  bottom: 0;
  transform: translateY(50%);
}
.dl-service-card__body {
  padding: 14px 20px 48px;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.dl-service-card__body::before {
  background-color: #111111;
  opacity: 0.05;
  top: 0;
  transform: translateY(-50%);
}
.dl-service-card.security .dl-service-card__header::before,
.dl-service-card.security .dl-service-card__body::before, .dl-service-card.zerotrust .dl-service-card__header::before,
.dl-service-card.zerotrust .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Cpath d='M12 2L3 7v5c0 5.25 3.75 10.15 9 11.5 5.25-1.35 9-6.25 9-11.5V7L12 2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Cpath d='M12 2L3 7v5c0 5.25 3.75 10.15 9 11.5 5.25-1.35 9-6.25 9-11.5V7L12 2z'/%3E%3C/svg%3E");
}
.dl-service-card.diagnosis .dl-service-card__header::before,
.dl-service-card.diagnosis .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E");
}
.dl-service-card.splashtop .dl-service-card__header::before,
.dl-service-card.splashtop .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");
}
.dl-service-card.letaria .dl-service-card__header::before,
.dl-service-card.letaria .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cline x1='2' y1='10' x2='22' y2='10'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cline x1='2' y1='10' x2='22' y2='10'/%3E%3C/svg%3E");
}
.dl-service-card.sworkprotector .dl-service-card__header::before,
.dl-service-card.sworkprotector .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E");
}
.dl-service-card.ddreams .dl-service-card__header::before,
.dl-service-card.ddreams .dl-service-card__body::before, .dl-service-card.security-risk-report .dl-service-card__header::before,
.dl-service-card.security-risk-report .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3C/svg%3E");
}
.dl-service-card.airtime .dl-service-card__header::before,
.dl-service-card.airtime .dl-service-card__body::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.5'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}
.dl-service-card__tag {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 79%;
  font-weight: 700;
  letter-spacing: 0.15em;
  background: #ffffff;
  border-radius: 4px;
  padding: 0.3em 1em 0.25em 1.15em;
}
.dl-service-card__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48px;
  font-size: 115%;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.45;
  margin: 0;
}
.dl-service-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 93%;
  color: #555555;
  line-height: 1.7;
}
.dl-service-card__features li {
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 4px;
}
.dl-service-card__features li::before {
  content: "→";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.dl-service-card.zerotrust .dl-service-card__features li::before {
  color: #088395;
}
.dl-service-card.diagnosis .dl-service-card__features li::before {
  color: #039B99;
}
.dl-service-card.splashtop .dl-service-card__features li::before {
  color: #0E6DC0;
}
.dl-service-card.letaria .dl-service-card__features li::before {
  color: #2B5F99;
}
.dl-service-card.sworkprotector .dl-service-card__features li::before {
  color: #6a59a4;
}
.dl-service-card.ddreams .dl-service-card__features li::before {
  color: #111111;
}
.dl-service-card.airtime .dl-service-card__features li::before {
  color: #1d8c98;
}
.dl-service-card__cta-btn {
  position: absolute;
  bottom: 14px;
  right: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1.5px solid #8e9097;
  color: #ffffff;
  font-size: 79%;
  font-weight: 500;
  pointer-events: none;
  background: #8e9097;
}
.dl-service-card__cta-btn svg {
  flex-shrink: 0;
}
.dl-service-card.zerotrust .dl-service-card__cta-btn {
  background: #088395;
  border-color: #088395;
}
.dl-service-card.diagnosis .dl-service-card__cta-btn {
  background: #039B99;
  border-color: #039B99;
}
.dl-service-card.splashtop .dl-service-card__cta-btn {
  background: #0E6DC0;
  border-color: #0E6DC0;
}
.dl-service-card.letaria .dl-service-card__cta-btn {
  background: #2B5F99;
  border-color: #2B5F99;
}
.dl-service-card.sworkprotector .dl-service-card__cta-btn {
  background: #6a59a4;
  border-color: #6a59a4;
}
.dl-service-card.ddreams .dl-service-card__cta-btn {
  background: #111111;
  border-color: #111111;
}
.dl-service-card.airtime .dl-service-card__cta-btn {
  background: #1d8c98;
  border-color: #1d8c98;
}
.dl-service-card.security .dl-service-card__cta-btn {
  background: #088395;
  border-color: #088395;
}
.dl-service-card__link-icon {
  position: absolute;
  bottom: 14px;
  right: 16px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  pointer-events: none;
  background: #8e9097;
}
.dl-service-card__link-icon svg {
  flex-shrink: 0;
}

.dl-column-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 991.98px) {
  .dl-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .dl-column-grid {
    grid-template-columns: 1fr;
  }
}

.dl-column-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 3px solid #111111;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 4px 4px 0 #111111;
  position: relative;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.dl-column-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease;
  pointer-events: none;
  z-index: 10;
  border-radius: inherit;
}
.dl-column-card:hover {
  text-decoration: none;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #111111;
}
.dl-column-card:hover::after {
  background: rgba(0, 0, 0, 0.06);
}
.dl-column-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  border-bottom: 3px solid #111111;
  overflow: hidden;
  background: #dddddd;
}
.dl-column-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.dl-column-card__body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 14px;
}
.dl-column-card__title {
  font-size: 93%;
  font-weight: 700;
  color: #111111;
  line-height: 1.55;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0;
}
.dl-column-card__more {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 79%;
  font-weight: 700;
  color: #ffffff;
  background: #111111;
  padding: 3px 10px;
  margin-left: auto;
  border-radius: 3px;
}
.dl-column-card--viewall {
  background: #d2d2d0;
  border-color: #111111;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 160px;
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.dl-column-card--viewall:hover {
  background: #9dabbf;
}
.dl-column-card__viewall-icon {
  width: 44px;
  height: 44px;
  background: #111111;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}
.dl-column-card__viewall-text {
  font-size: 93%;
  font-weight: 700;
  color: #111111;
  text-align: center;
  line-height: 1.6;
}
.dl-column-card__viewall-text small {
  font-size: 79%;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(17, 17, 17, 0.5);
}

.dl-backnumber__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.dl-backnumber .dl-btn {
  font-size: 79%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .dl-backnumber .dl-btn {
    flex: 0 0 100%;
  }
}

.dl-btn-bulk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #d2d2d0;
  border: 3px solid #111111;
  border-radius: 8px;
  padding: 12px 22px;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 93%;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 4px 4px 0 #111111;
  white-space: nowrap;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.dl-btn-bulk svg {
  flex-shrink: 0;
}
.dl-btn-bulk:hover {
  background: #9dabbf;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #111111;
}
@media (max-width: 767.98px) {
  .dl-btn-bulk {
    width: 100%;
    justify-content: center;
  }
}

.dl-download-note {
  display: none;
  font-size: 86%;
  color: #8e9097;
  margin-top: -2em;
  margin-bottom: 3em;
  text-align: center;
}
@media (max-width: 767.98px) {
  .dl-download-note {
    display: block;
  }
}

.dl-backnumber-link {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.dl-btn-backnumber {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 40px;
  background: #f6f5f2;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 93%;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #111111;
  border-radius: 8px;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.dl-btn-backnumber svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.dl-btn-backnumber:hover {
  background: #d2d2d0;
  color: inherit;
  text-decoration: none;
}
.dl-btn-backnumber:hover svg {
  transform: translateY(3px);
}

.dl-page-message {
  margin: 4em 0 -3em;
}

.dl-no-posts {
  font-size: 93%;
  color: #999999;
  text-align: center;
  padding: 40px 0;
  grid-column: 1/-1;
}

.dl-contact {
  background: linear-gradient(to bottom, #f6f5f2 50%, #ffffff 50%);
}
.dl-contact__inner {
  max-width: clamp(320px, 80%, 878px);
  margin: 0 auto;
  background: #ffe44d;
  border: 3px solid #111111;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 48px 40px;
}
.dl-contact__title {
  font-size: 158%;
  font-weight: 700;
  color: #111111;
  position: relative;
  padding-bottom: 12px;
}
.dl-contact__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #cd0033;
  border-radius: 2px;
  margin: 10px auto 0;
}
.dl-contact__text {
  font-size: 100%;
  color: #111111;
  line-height: 1.8;
}
.dl-contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 0 36px;
  height: 52px;
  background: #ffffff;
  color: #111111 !important;
  font-weight: 700;
  font-size: 100%;
  text-decoration: none;
  border: 3px solid #111111;
  border-radius: 8px;
  box-shadow: 4px 4px 0 #111111;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.dl-contact__btn:link, .dl-contact__btn:visited, .dl-contact__btn:active {
  color: #111111 !important;
}
.dl-contact__btn::after {
  content: "›";
  font-size: 1.4em;
  line-height: 1;
}
.dl-contact__btn:hover {
  background: #d2d2d0;
  text-decoration: none;
  box-shadow: 2px 2px 0 #111111;
  transform: translate(2px, 2px);
}
.dl-contact__pattern-label {
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 79%;
  color: #8e9097;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.dl-contact__band {
  position: relative;
  width: 100%;
  padding: 56px 40px 48px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.dl-contact--test1 {
  background: #ffe44d;
}
.dl-contact--test2 {
  background: #9dabbf;
}
.dl-contact--test3 {
  background: #cd0033;
}
.dl-contact--test4 {
  background: #d6e2ea;
}
.dl-contact--test1 .dl-contact__title, .dl-contact--test4 .dl-contact__title {
  color: #111111;
}
.dl-contact--test1 .dl-contact__text, .dl-contact--test4 .dl-contact__text {
  color: #515151;
}
.dl-contact--test1 .dl-contact__pattern-label, .dl-contact--test4 .dl-contact__pattern-label {
  color: #8e9097;
}
.dl-contact--test2 .dl-contact__title, .dl-contact--test3 .dl-contact__title {
  color: #ffffff;
}
.dl-contact--test2 .dl-contact__text, .dl-contact--test3 .dl-contact__text {
  color: rgba(255, 255, 255, 0.85);
}
.dl-contact--test2 .dl-contact__pattern-label, .dl-contact--test3 .dl-contact__pattern-label {
  color: rgba(255, 255, 255, 0.6);
}
.dl-contact--test3 .dl-contact__title::after {
  background: #ffffff;
}
.dl-contact--test4 .dl-contact__title::after {
  background: #9dabbf;
}
.dl-contact__btn--black {
  background: #111111;
  color: #ffffff !important;
  border-color: #111111;
  box-shadow: 4px 4px 0 #8e9097;
}
.dl-contact__btn--black:link, .dl-contact__btn--black:visited, .dl-contact__btn--black:active {
  color: #ffffff !important;
}
.dl-contact__btn--black:hover {
  opacity: 1 !important;
  background: #515151;
  border-color: #515151;
  box-shadow: 2px 2px 0 #8e9097;
}
.dl-contact__btn--yellow {
  background: #ffe44d;
  color: #111111 !important;
  border-color: #ffe44d;
}
.dl-contact__btn--yellow:link, .dl-contact__btn--yellow:visited, .dl-contact__btn--yellow:active {
  color: #111111 !important;
}
.dl-contact__btn--yellow:hover {
  opacity: 1 !important;
  background: rgb(255, 221.8112359551, 36.2);
  border-color: rgb(255, 221.8112359551, 36.2);
}
.dl-contact__btn--white {
  background: #ffffff;
  color: #111111 !important;
  border-color: #ffffff;
}
.dl-contact__btn--white:link, .dl-contact__btn--white:visited, .dl-contact__btn--white:active {
  color: #111111 !important;
}
.dl-contact__btn--white:hover {
  opacity: 1 !important;
  background: #d2d2d0;
  border-color: #d2d2d0;
}
.dl-contact__btn--red {
  background: #cd0033;
  color: #ffffff !important;
  border-color: #cd0033;
}
.dl-contact__btn--red:link, .dl-contact__btn--red:visited, .dl-contact__btn--red:active {
  color: #ffffff !important;
}
.dl-contact__btn--red:hover {
  opacity: 1 !important;
  background: #a30029;
  border-color: #a30029;
}

.dl-fixed-contact {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dl-fixed-contact.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.dl-fixed-contact__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  padding: 20px 0;
  background: #ffe44d;
  color: inherit;
  text-decoration: none;
  border-radius: 8px 0 0 8px;
  border-left: 3px solid #111111;
  border-top: 3px solid #111111;
  border-bottom: 3px solid #111111;
  transition: background-color 0.2s ease, width 0.2s ease;
}
.dl-fixed-contact__link:hover {
  background: rgb(255, 221.8112359551, 36.2);
  color: inherit;
  width: 46px;
  text-decoration: none;
}
.dl-fixed-contact__text {
  font-size: 86%;
  font-weight: 700;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
}
/*# sourceMappingURL=download.css.map */