@charset "utf-8";
/* ===== SafeConsole（リニューアル版・自動生成）=====
 *
 *   元ファイル : _tools/renewal/datalocker_safeconsole_renewal.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;--green:#198754;--amber:#c97913}
.dl-renewal, .dl-renewal * {box-sizing:border-box}
.dl-renewal {scroll-behavior:smooth}
.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:rgba(255,255,255,.97);position:sticky;top:0;z-index:20;backdrop-filter:blur(10px)}
.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;transition:.2s}
.dl-renewal .dlr-btn.dlr-red {background:var(--red);color:#fff}
.dl-renewal .dlr-btn.dlr-red:hover {background:var(--red2)}
.dl-renewal .dlr-btn.dlr-outline {border:1px solid #d8dde4;background:#fff}
.dl-renewal .dlr-btn.dlr-white {background:#fff;color:var(--red)}
.dl-renewal .dlr-btn.dlr-sm {padding:10px 17px;font-size:13px}
.dl-renewal .dlr-hero {padding:72px 0;background:linear-gradient(125deg,#0d1726,#1a3150);color:#fff;overflow:hidden;position:relative}
.dl-renewal .dlr-hero:after {content:"";position:absolute;width:650px;height:650px;border:110px solid rgba(255,255,255,.035);border-radius:50%;right:-190px;top:-310px}
.dl-renewal .dlr-hero-grid {display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center;position:relative;z-index:2}
.dl-renewal .dlr-crumb {font-size:12px;color:#b9c4d4;margin-bottom:20px}
.dl-renewal .dlr-eyebrow {display:inline-flex;gap:7px;align-items:center;border:1px solid #41536b;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:800;color:#dbe2eb;margin-bottom:16px}
.dl-renewal .dlr-hero h1 {font-size:50px;line-height:1.18;margin:0 0 18px}
.dl-renewal .dlr-hero p {font-size:18px;color:#c9d1dd;max-width:720px;margin:0}
.dl-renewal .dlr-actions {display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.dl-renewal .dlr-actions .dlr-outline {border-color:#56687f;background:transparent;color:#fff}
.dl-renewal .dlr-dash {background:#fff;border-radius:18px;padding:18px;color:#111827;box-shadow:0 22px 60px rgba(0,0,0,.22)}
.dl-renewal .dlr-dash-top {display:flex;justify-content:space-between;align-items:center;padding:2px 3px 13px;border-bottom:1px solid #eceef1}
.dl-renewal .dlr-dash-title {font-size:13px;font-weight:800}
.dl-renewal .dlr-online {font-size:10px;color:var(--green);font-weight:800}
.dl-renewal .dlr-metrics {display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:14px 0}
.dl-renewal .dlr-metric {background:#f6f7f9;border-radius:10px;padding:12px}
.dl-renewal .dlr-metric b {display:block;font-size:22px;line-height:1.2}
.dl-renewal .dlr-metric span {font-size:10px;color:var(--muted)}
.dl-renewal .dlr-devrow {display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:6px;align-items:center;font-size:10px;padding:8px 5px;border-top:1px solid #eff1f3}
.dl-renewal .dlr-status {font-weight:800}
.dl-renewal .dlr-ok {color:var(--green)}
.dl-renewal .dlr-warn {color:var(--amber)}
.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:800px;margin:0 auto 38px}
.dl-renewal .dlr-soft {background:var(--soft)}
.dl-renewal .dlr-problem {display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.dl-renewal .dlr-problem-card {background:#fff;border:1px solid var(--line);border-radius:13px;padding:22px}
.dl-renewal .dlr-problem-card span {font-size:24px}
.dl-renewal .dlr-problem-card b {display:block;font-size:15px;margin:11px 0 5px}
.dl-renewal .dlr-problem-card p {font-size:12px;color:var(--muted);margin:0}
.dl-renewal .dlr-feature-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.dl-renewal .dlr-feature {border:1px solid var(--line);border-radius:14px;padding:25px;background:#fff;min-height:235px}
.dl-renewal .dlr-feature.dlr-hot {border:2px solid var(--red);position:relative}
.dl-renewal .dlr-feature.dlr-hot:after {content:"注目";position:absolute;right:16px;top:14px;background:var(--red);color:#fff;border-radius:999px;padding:3px 8px;font-size:9px;font-weight:800}
.dl-renewal .dlr-feature .dlr-ico {font-size:25px;margin-bottom:13px}
.dl-renewal .dlr-feature h3 {font-size:18px;line-height:1.45;margin:0 0 8px}
.dl-renewal .dlr-feature p {font-size:13px;color:var(--muted);margin:0}
.dl-renewal .dlr-feature small {display:block;color:var(--red);font-weight:800;margin-top:14px}
.dl-renewal .dlr-zone {display:grid;grid-template-columns:.92fr 1.08fr;gap:36px;align-items:center}
.dl-renewal .dlr-zone h2 {text-align:left}
.dl-renewal .dlr-zone .dlr-sub {text-align:left;margin:0 0 22px}
.dl-renewal .dlr-bullets {list-style:none;padding:0;margin:0}
.dl-renewal .dlr-bullets li {border-top:1px solid var(--line);padding:10px 0;font-size:14px}
.dl-renewal .dlr-bullets li:before {content:"✓";color:var(--red);font-weight:900;margin-right:8px}
.dl-renewal .dlr-zone-visual {background:#101b2b;color:#fff;border-radius:18px;padding:30px}
.dl-renewal .dlr-trust {display:grid;grid-template-columns:1fr 56px 1fr;gap:12px;align-items:center}
.dl-renewal .dlr-pc {border:1px solid #41536b;border-radius:13px;padding:20px;text-align:center;background:#14233a}
.dl-renewal .dlr-pc .dlr-screen {height:74px;border:2px solid #718198;border-radius:6px;margin-bottom:12px;display:grid;place-items:center;font-size:25px}
.dl-renewal .dlr-pc b {display:block;font-size:14px}
.dl-renewal .dlr-pc span {font-size:11px;color:#9fb0c5}
.dl-renewal .dlr-arrow {text-align:center;font-size:24px;color:#9fb0c5}
.dl-renewal .dlr-result {display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.dl-renewal .dlr-res {border-radius:10px;padding:11px;text-align:center;font-size:12px;font-weight:800}
.dl-renewal .dlr-res.dlr-good {background:#163d31;color:#9ce1c4}
.dl-renewal .dlr-res.dlr-bad {background:#492226;color:#ffb4b8}
.dl-renewal .dlr-caption {text-align:center;color:#9fb0c5;font-size:11px;margin-top:14px}
.dl-renewal .dlr-control {display:grid;grid-template-columns:1fr 1fr;gap:20px}
.dl-renewal .dlr-control-card {border-radius:15px;padding:28px;background:#fff;border:1px solid var(--line)}
.dl-renewal .dlr-control-card h3 {font-size:22px;margin:4px 0 8px}
.dl-renewal .dlr-control-card p {color:var(--muted);font-size:14px}
.dl-renewal .dlr-control-card ul {padding-left:20px;font-size:13px;color:#46505e}
.dl-renewal .dlr-module-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.dl-renewal .dlr-module {background:#101b2b;color:#fff;border-radius:14px;padding:25px;min-height:205px}
.dl-renewal .dlr-module small {color:#92a3b7;font-size:10px}
.dl-renewal .dlr-module h3 {font-size:18px;line-height:1.45;margin:8px 0}
.dl-renewal .dlr-module p {font-size:12px;color:#c1cbd7}
.dl-renewal .dlr-module .dlr-tag {display:inline-block;margin-top:9px;border:1px solid #3d5068;border-radius:999px;padding:4px 8px;font-size:10px;color:#dce3eb}
.dl-renewal .dlr-devices {display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.dl-renewal .dlr-device {border:1px solid var(--line);border-radius:13px;padding:23px;background:#fff}
.dl-renewal .dlr-device small {font-size:10px;color:var(--red);font-weight:800}
.dl-renewal .dlr-device h3 {font-size:20px;margin:4px 0 6px}
.dl-renewal .dlr-device p {font-size:12px;color:var(--muted);margin:0}
.dl-renewal .dlr-device .dlr-badge {display:inline-block;margin-top:12px;background:#fff0f0;color:var(--red);border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}
.dl-renewal .dlr-deploy {display:grid;grid-template-columns:1fr 1fr;gap:18px}
.dl-renewal .dlr-deploy-card {border:1px solid var(--line);border-radius:15px;padding:29px;background:#fff}
.dl-renewal .dlr-deploy-card h3 {font-size:23px;margin:0 0 8px}
.dl-renewal .dlr-deploy-card p {font-size:13px;color:var(--muted)}
.dl-renewal .dlr-deploy-card ul {padding-left:18px;font-size:13px}
.dl-renewal .dlr-license {background:#fff;border:1px solid var(--line);border-radius:15px;padding:28px}
.dl-renewal .dlr-license-flow {display:grid;grid-template-columns:1fr 36px 1fr 36px 1fr;align-items:stretch;gap:8px;margin-top:24px}
.dl-renewal .dlr-lic {border-radius:12px;background:#f7f8fa;padding:19px}
.dl-renewal .dlr-lic b {display:block;font-size:14px;margin-bottom:5px}
.dl-renewal .dlr-lic span {font-size:11px;color:var(--muted)}
.dl-renewal .dlr-plus {display:grid;place-items:center;font-weight:900;color:var(--red);font-size:21px}
.dl-renewal .dlr-note {font-size:11px;color:var(--muted);margin-top:14px}
.dl-renewal .dlr-faq {max-width:900px;margin:auto}
.dl-renewal .dlr-faq details {border-top:1px solid var(--line);padding:15px 0}
.dl-renewal .dlr-faq summary {font-weight:750;cursor:pointer}
.dl-renewal .dlr-faq p {font-size:13px;color:var(--muted);margin:8px 0}
.dl-renewal .dlr-cta {padding:68px 0;background:linear-gradient(120deg,var(--red2),var(--red));color:#fff}
.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-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:#fff}
.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-grid,
.dl-renewal .dlr-zone,
.dl-renewal .dlr-control,
.dl-renewal .dlr-deploy {grid-template-columns:1fr}
.dl-renewal .dlr-hero h1 {font-size:38px}
.dl-renewal .dlr-problem,
.dl-renewal .dlr-feature-grid,
.dl-renewal .dlr-module-grid,
.dl-renewal .dlr-devices {grid-template-columns:1fr 1fr}
.dl-renewal .dlr-license-flow {grid-template-columns:1fr}
.dl-renewal .dlr-plus {height:25px}
.dl-renewal .dlr-cta-box,
.dl-renewal .dlr-foot {flex-direction:column}
.dl-renewal .dlr-section h2 {font-size:29px}
.dl-renewal .dlr-wrap {width:min(100% - 30px,1180px)}
}
@media(max-width:600px){
.dl-renewal .dlr-problem,
.dl-renewal .dlr-feature-grid,
.dl-renewal .dlr-module-grid,
.dl-renewal .dlr-devices {grid-template-columns:1fr}
.dl-renewal .dlr-trust {grid-template-columns:1fr}
.dl-renewal .dlr-arrow {transform:rotate(90deg)}
}

/* ---- 利用PC制限（旧 /pc-restriction/）から合体したセクション ----
 * #how   … ZoneBuilder の仕組み 3 ステップ
 * #cases … 利用場面 3 業種
 * pc-restriction.css から、この 2 セクションに必要な分だけ移しています。
 */
.dl-renewal .dlr-flow { display: grid; grid-template-columns: 1fr 55px 1fr 55px 1fr; align-items: stretch; margin-top: 38px; }
.dl-renewal .dlr-flowarr { display: grid; place-items: center; color: #a2a9b4; font-size: 30px; }
.dl-renewal .dlr-step { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; min-height: 190px; }
.dl-renewal .dlr-step h3 { margin: 15px 0 8px; }
.dl-renewal .dlr-step-no { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--red); color: #fff; font-weight: 800; font-size: 13px; }
.dl-renewal .dlr-cert { border: 1px dashed #aeb6c2; border-radius: 8px; padding: 14px; margin-top: 13px; font-size: 13px; background: #fafbfc; }
.dl-renewal .dlr-cert b { color: var(--red); }

.dl-renewal .dlr-scenes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dl-renewal .dlr-scene-tag { font-size: 12px; color: var(--red); font-weight: 800; }
.dl-renewal .dlr-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px; }
.dl-renewal .dlr-card h3 { margin: 0 0 8px; font-size: 18px; }
.dl-renewal .dlr-card p { margin: 0; color: var(--muted); font-size: 14px; }
.dl-renewal .dlr-scenes .dlr-card { min-height: 155px; }

@media (max-width: 900px) {
  .dl-renewal .dlr-flow { grid-template-columns: 1fr; }
  .dl-renewal .dlr-flowarr { transform: rotate(90deg); height: 52px; }
  .dl-renewal .dlr-scenes { grid-template-columns: 1fr; }
}

/* ---- ページ内リンクの着地位置 ----
 * ヘッダーが固定（高さ 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; }
}
