@charset "utf-8";
/* ===== 課題から探す（リニューアル版・自動生成）=====
 *
 *   元ファイル : _tools/renewal/datalocker_solutions.html
 *   作り直し   : python _tools/build-renewal.py
 *
 * 直接編集しないでください。元ファイルを差し替えて作り直します。
 * すべてのセレクタを .dl-renewal の中に閉じ込めてあるので、
 * ヘッダー・フッター・他ページには影響しません。
 * 書体と字間はサイト共通の設定（Karla / 字間 0）に従います。
 */

/* 固定ヘッダー（高さ 104px）のぶんを空ける。
   移行済みの下層ページは直下がスライダー画像なので 90px で足りているが、
   このページは見出しから始まるので、隠れないよう広めに取る。 */
#wrapper.dl-renewal-wrapper { padding-top: 104px; }
@media only screen and (max-width: 768px) {
  #wrapper.dl-renewal-wrapper { padding-top: 74px; }
}

/* サイト共通 CSS には h2 { color:#333 } のように「要素そのもの」への
   色指定がある。このデザインは暗い背景に白文字を載せる作りで、
   色は親からの継承に任せている箇所が多いため、そのままだと
   見出しだけ黒くなってしまう。ここで継承に戻す。
   （デザイン側が色を指定している見出しは、後ろのルールが勝つ） */
.dl-renewal h1, .dl-renewal h2, .dl-renewal h3,
.dl-renewal h4, .dl-renewal h5, .dl-renewal h6,
.dl-renewal blockquote { color: inherit; }

.dl-renewal {--red:#d32027;--red2:#a90f16;--ink:#111827;--muted:#667085;--line:#e6e8ec;--soft:#f6f7f9;--dark:#0d1726;--blue:#17355b}
.dl-renewal, .dl-renewal * {box-sizing:border-box}
.dl-renewal {margin:0;color:var(--ink);background:#fff;line-height:1.75}
.dl-renewal a {text-decoration:none;color:inherit}
.dl-renewal .dlr-wrap {width:min(1180px,calc(100% - 48px));margin:auto}
.dl-renewal .dlr-top {font-size:12px;background:#0c111b;color:#cfd5de;padding:6px 0}
.dl-renewal .dlr-top .dlr-wrap {text-align:right}
.dl-renewal .dlr-hdr {height:78px;display:flex;align-items:center;border-bottom:1px solid #eceef1;background:#fff;position:sticky;top:0;z-index:20}
.dl-renewal .dlr-hdr .dlr-wrap {display:flex;align-items:center;justify-content:space-between}
.dl-renewal .dlr-logo {font-size:28px;font-weight:800}
.dl-renewal .dlr-logo span {color:var(--red)}
.dl-renewal .dlr-nav {display:flex;gap:28px;font-size:14px;font-weight:650;align-items:center}
.dl-renewal .dlr-btn {display:inline-flex;align-items:center;justify-content:center;border-radius:6px;padding:13px 21px;font-weight:750}
.dl-renewal .dlr-btn.dlr-red {background:var(--red);color:white}
.dl-renewal .dlr-btn.dlr-sm {padding:10px 17px;font-size:13px}
.dl-renewal .dlr-hero {padding:74px 0 66px;background:linear-gradient(125deg,#101b2b,#182b46);color:#fff;position:relative;overflow:hidden}
.dl-renewal .dlr-hero:after {content:"";position:absolute;width:520px;height:520px;border:90px solid rgba(255,255,255,.035);border-radius:50%;right:-170px;top:-240px}
.dl-renewal .dlr-crumb {font-size:12px;color:#b9c4d4;margin-bottom:20px}
.dl-renewal .dlr-hero h1 {font-size:47px;line-height:1.25;margin:0 0 16px}
.dl-renewal .dlr-hero p {max-width:800px;margin:0;color:#c9d1dd;font-size:18px}
.dl-renewal .dlr-hero strong {color:#fff}
.dl-renewal .dlr-section {padding:78px 0}
.dl-renewal .dlr-center {text-align:center}
.dl-renewal .dlr-kicker {color:var(--red);font-weight:800;font-size:13px}
.dl-renewal .dlr-section h2 {font-size:34px;line-height:1.4;margin:8px 0 13px}
.dl-renewal .dlr-sub {color:var(--muted);max-width:760px;margin:0 auto 38px}
.dl-renewal .dlr-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.dl-renewal .dlr-solution {border:1px solid var(--line);border-radius:14px;background:#fff;padding:28px;position:relative;transition:.2s;min-height:310px;display:flex;flex-direction:column}
.dl-renewal .dlr-solution:hover {transform:translateY(-3px);box-shadow:0 18px 45px rgba(12,24,40,.08);border-color:#d5d9df}
.dl-renewal .dlr-icon {width:50px;height:50px;border-radius:12px;display:grid;place-items:center;background:#fff0f0;color:var(--red);font-size:24px;margin-bottom:20px}
.dl-renewal .dlr-tag {font-size:11px;font-weight:800;color:var(--red)}
.dl-renewal .dlr-solution h3 {font-size:21px;line-height:1.45;margin:6px 0 10px}
.dl-renewal .dlr-solution p {font-size:14px;color:var(--muted);margin:0 0 18px}
.dl-renewal .dlr-solution ul {margin:0 0 22px;padding:0;list-style:none;font-size:13px;color:#46505e}
.dl-renewal .dlr-solution li {padding:3px 0}
.dl-renewal .dlr-solution li:before {content:"✓";color:var(--red);font-weight:900;margin-right:7px}
.dl-renewal .dlr-more {margin-top:auto;color:var(--red);font-size:13px;font-weight:800}
.dl-renewal .dlr-more:after {content:" →"}
.dl-renewal .dlr-featured {border:2px solid var(--red)}
.dl-renewal .dlr-featured:after {content:"注目";position:absolute;right:18px;top:18px;background:var(--red);color:#fff;border-radius:999px;padding:4px 9px;font-size:10px;font-weight:800}
.dl-renewal .dlr-soft {background:var(--soft)}
.dl-renewal .dlr-route {display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.dl-renewal .dlr-route-card {background:#fff;border:1px solid var(--line);border-radius:10px;padding:21px}
.dl-renewal .dlr-route-card b {display:block;font-size:15px;margin-bottom:6px}
.dl-renewal .dlr-route-card span {color:var(--muted);font-size:12px}
.dl-renewal .dlr-route-card em {font-style:normal;color:var(--red);font-size:12px;font-weight:800;display:block;margin-top:12px}
.dl-renewal .dlr-products {display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px}
.dl-renewal .dlr-prod {background:#101b2b;color:#fff;border-radius:14px;padding:28px;min-height:220px}
.dl-renewal .dlr-prod small {color:#93a2b5;font-size:11px}
.dl-renewal .dlr-prod h3 {font-size:24px;margin:4px 0 10px}
.dl-renewal .dlr-prod p {color:#bec8d4;font-size:14px}
.dl-renewal .dlr-badge {display:inline-block;margin-top:14px;border:1px solid #3a4a61;padding:5px 9px;border-radius:999px;font-size:11px;color:#dfe5ec}
.dl-renewal .dlr-cta {padding:68px 0;background:linear-gradient(120deg,var(--red2),var(--red));color:white}
.dl-renewal .dlr-cta-box {display:flex;justify-content:space-between;align-items:center;gap:30px}
.dl-renewal .dlr-cta h2 {font-size:32px;line-height:1.4;margin:0 0 10px}
.dl-renewal .dlr-cta p {margin:0;color:#ffe6e7}
.dl-renewal .dlr-cta .dlr-btn {background:#fff;color:var(--red);min-width:210px}
.dl-renewal .dlr-footer {background:#090f18;color:#9da8b7;padding:42px 0}
.dl-renewal .dlr-foot {display:flex;justify-content:space-between;gap:30px}
.dl-renewal .dlr-footer .dlr-logo {color:white}
.dl-renewal .dlr-footer small {display:block}
.dl-renewal .dlr-footlinks {display:flex;gap:20px;font-size:13px}
@media(max-width:900px){
.dl-renewal .dlr-nav a:not(.dlr-btn) {display:none}
.dl-renewal .dlr-hero h1 {font-size:38px}
.dl-renewal .dlr-grid,
.dl-renewal .dlr-products {grid-template-columns:1fr}
.dl-renewal .dlr-route {grid-template-columns:1fr 1fr}
.dl-renewal .dlr-cta-box,
.dl-renewal .dlr-foot {flex-direction:column}
.dl-renewal .dlr-section h2 {font-size:29px}
}

/* ---- ページ内リンクの着地位置 ----
 * ヘッダーが固定（高さ 104px / スマホ 74px）なので、そのまま飛ぶと
 * 見出しがヘッダーの下に潜り込みます。その分だけ手前で止めます。
 * scroll-margin-top はスクロールの着地点だけを動かすもので、
 * 通常の表示（余白や配置）には影響しません。
 */
.dl-renewal [id] { scroll-margin-top: 120px; }
@media only screen and (max-width: 768px) {
  .dl-renewal [id] { scroll-margin-top: 90px; }
}


/* ============================================================
 * /solutions/ に貼り込まれた 2 ブロックの CSS
 *
 *   ・SafeConsole 訴求ブロック（.dl-sc-bridge）
 *   ・デバイス選択ブロック（.dl-dev-bridge）
 *
 * もとは固定ページの本文に <style> として埋め込まれていました。
 * このサイトはページごとの CSS をテーマ側に置く方針なので、
 * 中身は変えずにそのまま移しています（2026-08-18）。
 * クラス名がこのページ専用のため、他ページには影響しません。
 * ============================================================ */
/* ===== SafeConsole CTA / datalocker.jp solutions ===== */

.dl-sc-bridge,

.dl-sc-bridge * {

  box-sizing: border-box;

}



.dl-sc-bridge {

  grid-column: 1 / -1;

  width: 100%;

  margin: 8px 0 28px;

  padding: 0;

  font-family: inherit;

}



.dl-sc-bridge__inner {

  position: relative;

  overflow: hidden;

  display: grid;

  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);

  gap: 40px;

  align-items: center;

  padding: 42px 44px;

  border: 1px solid #e6e8ec;

  border-radius: 18px;

  background:

    radial-gradient(circle at 88% 12%, rgba(211, 32, 39, .15), transparent 30%),

    linear-gradient(135deg, #fbfbfc 0%, #fdf7f7 56%, #ffffff 100%);

  box-shadow: 0 12px 34px rgba(17, 24, 39, .08);

}



.dl-sc-bridge__inner::before {

  content: "";

  position: absolute;

  inset: 0 auto 0 0;

  width: 5px;

  background: #d32027;

}



.dl-sc-bridge__content,

.dl-sc-bridge__visual {

  position: relative;

  z-index: 1;

}



.dl-sc-bridge__eyebrow {

  margin: 0 0 10px;

  color: #d32027;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .12em;

}



.dl-sc-bridge__title {

  margin: 0;

  color: #111827;

  font-size: clamp(26px, 3vw, 38px);

  line-height: 1.35;

  font-weight: 800;

  letter-spacing: -.02em;

}



.dl-sc-bridge__lead {

  margin: 16px 0 0;

  color: #667085;

  font-size: 16px;

  line-height: 1.9;

}



.dl-sc-bridge__features {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 10px;

  margin: 24px 0 0;

}



.dl-sc-bridge__feature {

  min-width: 0;

  padding: 14px 14px 13px;

  border: 1px solid #e6e8ec;

  border-radius: 12px;

  background: rgba(255, 255, 255, .86);

}



.dl-sc-bridge__feature-top {

  display: flex;

  gap: 8px;

  align-items: center;

  color: #111827;

  font-size: 14px;

  font-weight: 800;

  line-height: 1.45;

}



.dl-sc-bridge__icon {

  width: 21px;

  height: 21px;

  flex: 0 0 21px;

  color: #d32027;

}



.dl-sc-bridge__feature small {

  display: block;

  margin: 6px 0 0 29px;

  color: #667085;

  font-size: 12px;

  font-weight: 700;

  line-height: 1.4;

}



.dl-sc-bridge__actions {

  display: flex;

  flex-wrap: wrap;

  gap: 14px;

  align-items: center;

  margin-top: 26px;

}



.dl-sc-bridge__button {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  min-height: 52px;

  padding: 0 24px;

  border-radius: 8px;

  background: #d32027;

  color: #fff !important;

  text-decoration: none !important;

  font-size: 16px;

  font-weight: 800;

  line-height: 1;

  box-shadow: 0 8px 20px rgba(211, 32, 39, .22);

  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;

}



.dl-sc-bridge__button:hover {

  background: #a90f16;

  transform: translateY(-1px);

  box-shadow: 0 10px 24px rgba(211, 32, 39, .28);

}



.dl-sc-bridge__button-arrow {

  font-size: 21px;

  line-height: 1;

}



.dl-sc-bridge__note {

  color: #667085;

  font-size: 12px;

  line-height: 1.6;

}



/* SafeConsole dashboard-style visual (no image dependency) */

.dl-sc-bridge__visual {

  min-width: 0;

}



.dl-sc-console {

  overflow: hidden;

  border: 1px solid #e6e8ec;

  border-radius: 14px;

  background: #fff;

  box-shadow: 0 18px 38px rgba(17, 24, 39, .16);

}



.dl-sc-console__head {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 13px 16px;

  background: #0d1726;

  color: #fff;

}



.dl-sc-console__brand {

  display: flex;

  align-items: center;

  gap: 8px;

  font-size: 13px;

  font-weight: 800;

}



.dl-sc-console__dot {

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: #5ed28d;

  box-shadow: 0 0 0 4px rgba(94,210,141,.14);

}



.dl-sc-console__body {

  padding: 16px;

}



.dl-sc-console__stats {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 8px;

}



.dl-sc-console__stat {

  padding: 10px;

  border: 1px solid #e6e8ec;

  border-radius: 9px;

  background: #f6f7f9;

}



.dl-sc-console__stat span {

  display: block;

  color: #667085;

  font-size: 9px;

  font-weight: 700;

}



.dl-sc-console__stat strong {

  display: block;

  margin-top: 3px;

  color: #111827;

  font-size: 20px;

  line-height: 1;

}



.dl-sc-console__list {

  margin-top: 12px;

  border-top: 1px solid #e6e8ec;

}



.dl-sc-console__row {

  display: grid;

  grid-template-columns: 1.25fr .9fr .8fr;

  gap: 8px;

  align-items: center;

  padding: 10px 2px;

  border-bottom: 1px solid #e6e8ec;

  color: #667085;

  font-size: 10px;

}



.dl-sc-console__row strong {

  overflow: hidden;

  color: #111827;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.dl-sc-badge {

  display: inline-flex;

  width: fit-content;

  align-items: center;

  border-radius: 999px;

  padding: 4px 7px;

  font-size: 9px;

  font-weight: 800;

  line-height: 1;

}



.dl-sc-badge--green { background: #e8f7ee; color: #17864c; }

.dl-sc-badge--orange { background: #fff1df; color: #bc6a08; }

.dl-sc-badge--gray { background: #e6e8ec; color: #667085; }



@media (max-width: 900px) {

  .dl-sc-bridge__inner {

    grid-template-columns: 1fr;

    gap: 30px;

    padding: 34px 28px;

  }



  .dl-sc-bridge__features {

    grid-template-columns: 1fr;

  }



  .dl-sc-bridge__feature small {

    margin-left: 29px;

  }

}



@media (max-width: 560px) {

  .dl-sc-bridge {

    margin: 4px 0 22px;

  }



  .dl-sc-bridge__inner {

    padding: 28px 20px 24px;

    border-radius: 14px;

  }



  .dl-sc-bridge__title {

    font-size: 25px;

  }



  .dl-sc-bridge__lead {

    font-size: 15px;

    line-height: 1.8;

  }



  .dl-sc-bridge__button {

    width: 100%;

  }



  .dl-sc-console__stats {

    grid-template-columns: repeat(3, 1fr);

  }

}
/* ===== DataLocker Device Category CTA ===== */

.dl-dev-bridge,

.dl-dev-bridge * {

  box-sizing: border-box;

}



.dl-dev-bridge {

  grid-column: 1 / -1;

  width: 100%;

  margin: 8px 0 32px;

  font-family: inherit;

}



.dl-dev-bridge__inner {

  position: relative;

  overflow: hidden;

  padding: 40px 42px;

  border: 1px solid #e6e8ec;

  border-radius: 18px;

  background:

    radial-gradient(circle at 90% 0%, rgba(211, 32, 39,.10), transparent 32%),

    linear-gradient(135deg, #ffffff 0%, #fdf7f7 100%);

  box-shadow: 0 12px 34px rgba(17, 24, 39,.07);

}



.dl-dev-bridge__inner::before {

  content: "";

  position: absolute;

  inset: 0 auto 0 0;

  width: 5px;

  background: #d32027;

}



.dl-dev-bridge__eyebrow {

  margin: 0 0 9px;

  color: #d32027;

  font-size: 13px;

  font-weight: 800;

  letter-spacing: .12em;

}



.dl-dev-bridge__title {

  margin: 0;

  color: #111827;

  font-size: clamp(25px, 3vw, 36px);

  line-height: 1.4;

  font-weight: 800;

  letter-spacing: -.02em;

}



.dl-dev-bridge__lead {

  max-width: 850px;

  margin: 14px 0 0;

  color: #667085;

  font-size: 16px;

  line-height: 1.9;

}



.dl-dev-bridge__grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 18px;

  margin-top: 28px;

}



.dl-dev-card {

  position: relative;

  display: flex;

  flex-direction: column;

  min-width: 0;

  padding: 26px 26px 24px;

  border: 1px solid #e6e8ec;

  border-radius: 15px;

  background: rgba(255,255,255,.92);

  box-shadow: 0 8px 22px rgba(17, 24, 39,.06);

  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;

}



.dl-dev-card:hover {

  transform: translateY(-2px);

  border-color: #f2c6c8;

  box-shadow: 0 13px 30px rgba(17, 24, 39,.11);

}



.dl-dev-card__head {

  display: flex;

  gap: 15px;

  align-items: flex-start;

}



.dl-dev-card__iconbox {

  display: flex;

  width: 54px;

  height: 54px;

  flex: 0 0 54px;

  align-items: center;

  justify-content: center;

  border-radius: 13px;

  background: #fbeff0;

  color: #d32027;

}



.dl-dev-card__icon {

  width: 31px;

  height: 31px;

}



.dl-dev-card__kicker {

  margin: 1px 0 4px;

  color: #667085;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .09em;

}



.dl-dev-card__title {

  margin: 0;

  color: #111827;

  font-size: 22px;

  line-height: 1.4;

  font-weight: 800;

}



.dl-dev-card__text {

  margin: 17px 0 0;

  color: #667085;

  font-size: 14px;

  line-height: 1.8;

}



.dl-dev-card__points {

  display: grid;

  gap: 9px;

  margin: 18px 0 0;

  padding: 0;

  list-style: none;

}



.dl-dev-card__points li {

  position: relative;

  padding-left: 18px;

  color: #111827;

  font-size: 13px;

  font-weight: 700;

  line-height: 1.55;

}



.dl-dev-card__points li::before {

  content: "";

  position: absolute;

  top: .65em;

  left: 2px;

  width: 6px;

  height: 6px;

  border-radius: 50%;

  background: #d32027;

}



.dl-dev-card__tags {

  display: flex;

  flex-wrap: wrap;

  gap: 7px;

  margin-top: 19px;

}



.dl-dev-card__tag {

  padding: 6px 9px;

  border-radius: 999px;

  background: #f6f7f9;

  color: #667085;

  font-size: 11px;

  font-weight: 700;

}



.dl-dev-card__action {

  margin-top: auto;

  padding-top: 22px;

}



.dl-dev-card__button {

  display: inline-flex;

  align-items: center;

  justify-content: space-between;

  gap: 16px;

  width: 100%;

  min-height: 50px;

  padding: 0 18px;

  border: 1px solid #d32027;

  border-radius: 8px;

  background: #d32027;

  color: #fff !important;

  text-decoration: none !important;

  font-size: 14px;

  font-weight: 800;

  line-height: 1.3;

  transition: background .18s ease, border-color .18s ease;

}



.dl-dev-card__button:hover {

  background: #a90f16;

  border-color: #a90f16;

}



.dl-dev-card__arrow {

  flex: 0 0 auto;

  font-size: 20px;

  line-height: 1;

}



.dl-dev-bridge__foot {

  margin: 19px 0 0;

  color: #667085;

  font-size: 12px;

  line-height: 1.7;

  text-align: center;

}



@media (max-width: 820px) {

  .dl-dev-bridge__inner {

    padding: 34px 28px;

  }



  .dl-dev-bridge__grid {

    grid-template-columns: 1fr;

  }

}



@media (max-width: 560px) {

  .dl-dev-bridge {

    margin-bottom: 24px;

  }



  .dl-dev-bridge__inner {

    padding: 28px 20px 24px;

    border-radius: 14px;

  }



  .dl-dev-bridge__title {

    font-size: 24px;

  }



  .dl-dev-bridge__lead {

    font-size: 15px;

    line-height: 1.8;

  }



  .dl-dev-card {

    padding: 22px 20px 20px;

  }

}

/* ---- デバイス選択ブロックの横幅をそろえる ----
 * このブロックだけ .dlr-wrap の外側に置かれているため、
 * 本文（課題カードや SafeConsole ブロック）より 85px 広く、
 * 左端も揃っていませんでした。
 *   .dlr-wrap        左43 / 幅1180
 *   .dl-dev-bridge   左0  / 幅1265  ← これ
 * .dlr-wrap と同じ計算式を与えて、上下のブロックと左右をそろえます。
 */
/* 上のカードとの間隔も、SafeConsole ブロックと同じにする。
 * SafeConsole ブロックはグリッドの中にあるので
 *   グリッドの gap 18px ＋ 自身の margin-top 8px ＝ 26px
 * 空いています。こちらはグリッドの外なので margin-top だけが効き、
 * 8px しか空いていませんでした。 */
.dl-renewal .dl-dev-bridge {
  width: min(1180px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
}
