.post_body p,
.post_body li,
.post_body h2,
.post_body h3,
.post_body h4,
.post_body div,
.post_body span,
.post_content p,
.post_content li,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content div,
.post_content span {
  color: #222 !important;
}

.post_body table,
.post_body table th,
.post_body table td,
.post_content table,
.post_content table th,
.post_content table td {
  border-color: #aaa !important;
}

.post_body a,
.post_content a {
  color: #378add !important;
}

.post_body div[style*="background:#222"],
.post_content div[style*="background:#222"] {
  color: #fff !important;
}

.post_body div[style*="background:#222"] p,
.post_body div[style*="background:#222"] strong,
.post_content div[style*="background:#222"] p,
.post_content div[style*="background:#222"] strong {
  color: #fff !important;
}

.dx365-dot-blue   { display:inline-block; width:10px; height:10px; border-radius:2px; background:#1d4ed8 !important; margin-right:6px; vertical-align:middle; }
.dx365-dot-green  { display:inline-block; width:10px; height:10px; border-radius:2px; background:#15803d !important; margin-right:6px; vertical-align:middle; }
.dx365-dot-amber  { display:inline-block; width:10px; height:10px; border-radius:2px; background:#b45309 !important; margin-right:6px; vertical-align:middle; }
.dx365-dot-purple { display:inline-block; width:10px; height:10px; border-radius:2px; background:#7c3aed !important; margin-right:6px; vertical-align:middle; }
.dx365-dot-indigo { display:inline-block; width:10px; height:10px; border-radius:2px; background:#3730a3 !important; margin-right:6px; vertical-align:middle; }

body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input, textarea, select {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
/* dx365_fig02_sp_v1.html */
.dx2-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx2-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx2-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx2-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx2-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx2-subtitle { font-size:11px; color:#94a3b8; text-align:center; margin:0 0 16px 0; }

/* サイロ7列：PC=7列、SP=4列折り返し */
.dx2-silos { display:grid; grid-template-columns:repeat(7,1fr); gap:6px; margin-bottom:16px; }
.dx2-silo { background:#eef2ff; border:1px solid #c7d2fe; border-radius:10px; padding:10px 6px; text-align:center; }
.dx2-silo.erp { background:#e0f2fe; border-color:#7dd3fc; }
.dx2-silo-icon { font-size:18px; margin-bottom:5px; }
.dx2-silo-name { font-size:10px; font-weight:700; color:#4f46e5; margin-bottom:2px; line-height:1.3; }
.dx2-silo.erp .dx2-silo-name { color:#0369a1; }
.dx2-silo-sub { font-size:9px; color:#6366f1; }
.dx2-silo.erp .dx2-silo-sub { color:#0284c7; }

/* 断絶ライン */
.dx2-breaks { display:grid; grid-template-columns:repeat(7,1fr); gap:6px; margin-bottom:16px; }
.dx2-break { text-align:center; font-size:14px; color:#cbd5e1; }

/* 課題ボックス */
.dx2-issues { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:10px; }
.dx2-issue { background:#fff7ed; border:1px solid #fed7aa; border-radius:8px; padding:10px 11px; }
.dx2-issue-icon { font-size:11px; color:#9a3412; margin-bottom:4px; }
.dx2-issue-text { font-size:10.5px; color:#431407; line-height:1.6; margin:0; }

/* CDP段 */
.dx2-cdp { background:#fff7ed; border:1px solid #fed7aa; border-radius:8px; padding:10px 14px; }
.dx2-cdp-text { font-size:10.5px; color:#431407; line-height:1.6; margin:0; }

/* スマホ対応 */
@media (max-width:600px) {
  .dx2-silos { grid-template-columns:repeat(4,1fr); }
  .dx2-breaks { grid-template-columns:repeat(4,1fr); }
  .dx2-silo-icon { font-size:14px; }
  .dx2-silo-name { font-size:9px; }
  .dx2-silo-sub { font-size:8px; }
  .dx2-issues { grid-template-columns:1fr; }
  .dx2-inner { padding:14px 12px; }
}

/* dx365_fig03_sp_v1.html */
.dx3-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx3-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx3-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx3-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx3-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx3-subtitle { font-size:11px; color:#94a3b8; text-align:center; margin:0 0 16px 0; }

/* 2列グリッド：PC=2列、SP=1列 */
.dx3-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:12px; }
.dx3-card { background:#ffffff; border:1px solid #e2e8f0; border-radius:10px; padding:14px; }
.dx3-card-num { font-size:11px; font-weight:700; color:#6366f1; margin-bottom:6px; }
.dx3-label { font-size:9.5px; font-weight:700; color:#64748b; margin-bottom:4px; }
.dx3-label.loss { color:#dc2626; }
.dx3-label.essence { color:#0369a1; }
.dx3-text { font-size:10.5px; color:#334155; line-height:1.6; margin:0 0 6px 0; }
.dx3-tag { display:inline-block; font-size:9px; padding:2px 7px; border-radius:4px; margin-top:4px; }
.dx3-tag.orange { background:#fef3c7; color:#b45309; }
.dx3-tag.red { background:#fee2e2; color:#991b1b; }
.dx3-tag.ai { background:#fef3c7; color:#b45309; }

/* 下部バナー */
.dx3-banner { background:#fef9ec; border:1px solid #fde68a; border-radius:10px; padding:12px 16px; }
.dx3-banner-text { font-size:10.5px; color:#78350f; line-height:1.7; margin:0; }

@media (max-width:600px) {
  .dx3-grid { grid-template-columns:1fr; }
  .dx3-inner { padding:14px 12px; }
  .dx3-title-text { font-size:12px; }
}

/* dx365_fig04_sp_v1.html */
.dx4-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx4-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx4-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx4-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx4-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx4-subtitle { font-size:11px; color:#94a3b8; text-align:center; margin:0 0 16px 0; }

/* ヘッダー */
.dx4-header { display:grid; grid-template-columns:1fr 40px 1fr; gap:0; margin-bottom:8px; }
.dx4-header-crm { background:#eef2ff; border:1px solid #c7d2fe; border-radius:8px 0 0 8px; padding:8px 12px; text-align:center; font-size:11px; font-weight:700; color:#4f46e5; }
.dx4-header-mid { background:#f1f5f9; border-top:1px solid #e2e8f0; border-bottom:1px solid #e2e8f0; }
.dx4-header-erp { background:#e0f2fe; border:1px solid #7dd3fc; border-radius:0 8px 8px 0; padding:8px 12px; text-align:center; font-size:11px; font-weight:700; color:#0369a1; }

/* フロー行 */
.dx4-flow { display:flex; flex-direction:column; gap:4px; margin-bottom:12px; }
.dx4-row { display:grid; grid-template-columns:1fr 40px 1fr; align-items:center; gap:0; }
.dx4-cell-crm { background:#ffffff; border:1px solid #e2e8f0; border-radius:8px; padding:8px 12px; text-align:right; }
.dx4-cell-erp { background:#ffffff; border:1px solid #e2e8f0; border-radius:8px; padding:8px 12px; text-align:left; }
.dx4-cell-empty { background:#f8fafc; border:1px solid #f1f5f9; border-radius:8px; padding:8px 12px; min-height:40px; }
.dx4-cell-mid { text-align:center; font-size:14px; color:#64748b; }
.dx4-cell-arrow { text-align:center; font-size:13px; color:#94a3b8; padding:2px 0; }
.dx4-label { font-size:10px; color:#6366f1; margin-bottom:2px; }
.dx4-label.erp { color:#0369a1; }
.dx4-name { font-size:11px; font-weight:700; color:#0f172a; }

/* 循環バナー */
.dx4-banner { background:#f0fdf4; border:1px solid #86efac; border-radius:10px; padding:11px 16px; text-align:center; }
.dx4-banner-text { font-size:10.5px; color:#166534; line-height:1.7; margin:0; }

/* スマホ */
@media (max-width:600px) {
  .dx4-header { grid-template-columns:1fr 30px 1fr; }
  .dx4-row { grid-template-columns:1fr 30px 1fr; }
  .dx4-header-crm { font-size:9px; padding:6px 6px; }
  .dx4-header-erp { font-size:9px; padding:6px 6px; }
  .dx4-cell-crm { padding:6px 8px; }
  .dx4-cell-erp { padding:6px 8px; }
  .dx4-cell-empty { padding:6px 8px; min-height:32px; }
  .dx4-label { font-size:9px; }
  .dx4-name { font-size:10px; }
  .dx4-inner { padding:12px 10px; }
  .dx4-title-text { font-size:12px; }
}

/* dx365_fig05_sp_v2.html */
.dx5-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx5-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx5-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx5-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx5-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx5-subtitle { font-size:11px; color:#94a3b8; text-align:center; margin:0 0 16px 0; }

/* Agentカード：PC=6列、SP=2列 */
.dx5-agents { display:grid; grid-template-columns:repeat(6,1fr); gap:6px; margin-bottom:16px; }
.dx5-agent { background:#ffffff; border:1px solid #e2e8f0; border-radius:10px; padding:12px 8px; text-align:center; }
.dx5-agent-icon { font-size:18px; margin-bottom:6px; }
.dx5-agent-name { font-size:10px; font-weight:700; color:#6366f1; margin-bottom:4px; line-height:1.3; }
.dx5-agent-tag { font-size:9px; color:#64748b; margin-bottom:4px; text-align:left; }
.dx5-agent-desc { font-size:9.5px; color:#334155; line-height:1.6; text-align:left; }

/* データ基盤ラベル */
.dx5-db-label { text-align:center; font-size:11px; color:#94a3b8; margin-bottom:10px; }

/* データ基盤：PC=6列、SP=2列 */
.dx5-db { background:#fafbfc; border:1px solid #e2e8f0; border-radius:10px; padding:14px; margin-bottom:12px; }
.dx5-db-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:6px; }
.dx5-db-item { border-radius:8px; padding:10px 8px; text-align:center; }
.dx5-db-item-icon { font-size:15px; margin-bottom:4px; }
.dx5-db-item-name { font-size:9.5px; font-weight:700; margin-bottom:2px; line-height:1.3; }
.dx5-db-item-sub { font-size:9px; color:#64748b; }

/* Fabricバナー */
.dx5-fabric { background:#f0f9ff; border:1px solid #bae6fd; border-radius:10px; padding:11px 16px; text-align:center; }
.dx5-fabric-text { font-size:10.5px; color:#0369a1; line-height:1.7; margin:0; }

@media (max-width:600px) {
  .dx5-agents { grid-template-columns:repeat(2,1fr); }
  .dx5-db-grid { grid-template-columns:repeat(2,1fr); }
  .dx5-agent-icon { font-size:16px; }
  .dx5-inner { padding:14px 12px; }
  .dx5-title-text { font-size:12px; }
}

/* dx365_fig06_sp_v1.html */
.dx6-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx6-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx6-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx6-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx6-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx6-subtitle { font-size:11px; color:#94a3b8; text-align:center; margin:0 0 16px 0; }

/* テーブル：PC=4列、SP=スタック */
.dx6-table { width:100%; border-collapse:collapse; }
.dx6-thead td { padding:8px 10px; font-size:11px; font-weight:700; background:#f1f5f9; border:1px solid #e2e8f0; }
.dx6-thead td:first-child { color:#6366f1; border-radius:8px 0 0 0; }
.dx6-thead td:last-child { color:#0369a1; border-radius:0 8px 0 0; }
.dx6-thead td.mid { color:#64748b; text-align:center; }
.dx6-row td { padding:8px 10px; border:1px solid #e2e8f0; border-top:none; font-size:10.5px; vertical-align:middle; }
.dx6-row:nth-child(odd) td { background:#ffffff; }
.dx6-row:nth-child(even) td { background:#f8fafc; }
.dx6-tag-sales { display:inline-block; background:#eef2ff; color:#4f46e5; font-size:10px; font-weight:700; padding:2px 8px; border-radius:4px; }
.dx6-tag-sync { display:inline-block; background:#dbeafe; color:#1d4ed8; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; }
.dx6-tag-vt { display:inline-block; background:#dcfce7; color:#166534; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; }
.dx6-tag-bc { display:inline-block; background:#e0f2fe; color:#0369a1; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; margin-right:4px; }
.dx6-arrow { text-align:center; font-size:13px; color:#64748b; }

/* Agentバナー */
.dx6-agent { background:#1e293b; border-radius:10px; padding:11px 16px; text-align:center; margin-top:12px; margin-bottom:10px; }
.dx6-agent-text { font-size:10.5px; color:#f1f5f9; margin:0; }

/* 注意書き */
.dx6-note { background:#fffbeb; border:1px solid #fde68a; border-radius:10px; padding:11px 16px; }
.dx6-note-text { font-size:10px; color:#92400e; line-height:1.7; margin:0; }

/* スマホ：overflow scroll */
@media (max-width:600px) {
  .dx6-table-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }
  .dx6-table { min-width:520px; }
  .dx6-inner { padding:14px 10px; }
  .dx6-title-text { font-size:12px; }
}

/* dx365_fig07_sp_v1.html */
.dx7-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx7-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx7-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx7-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx7-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx7-subtitle { font-size:11px; color:#94a3b8; text-align:center; margin:0 0 16px 0; }
.dx7-table-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.dx7-table { width:100%; border-collapse:collapse; min-width:520px; }
.dx7-thead td { padding:8px 10px; font-size:11px; font-weight:700; background:#f1f5f9; border:1px solid #e2e8f0; }
.dx7-thead td:first-child { color:#6366f1; border-radius:8px 0 0 0; }
.dx7-thead td:last-child { color:#0369a1; border-radius:0 8px 0 0; }
.dx7-thead td.mid { color:#64748b; text-align:center; }
.dx7-row td { padding:8px 10px; border:1px solid #e2e8f0; border-top:none; font-size:10.5px; vertical-align:middle; }
.dx7-row:nth-child(odd) td { background:#ffffff; }
.dx7-row:nth-child(even) td { background:#f8fafc; }
.dx7-tag-sales { display:inline-block; background:#eef2ff; color:#4f46e5; font-size:10px; font-weight:700; padding:2px 8px; border-radius:4px; }
.dx7-tag-dw { display:inline-block; background:#fff7ed; color:#c2410c; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; }
.dx7-tag-ve { display:inline-block; background:#dcfce7; color:#166534; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; }
.dx7-tag-fo { display:inline-block; background:#e0f2fe; color:#0369a1; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; margin-right:4px; }
.dx7-arrow { text-align:center; font-size:13px; color:#64748b; }
.dx7-agent { background:#1e293b; border-radius:10px; padding:11px 16px; text-align:center; margin-top:12px; margin-bottom:10px; }
.dx7-agent-text { font-size:10.5px; color:#f1f5f9; margin:0; }
.dx7-note { background:#fffbeb; border:1px solid #fde68a; border-radius:10px; padding:11px 16px; }
.dx7-note-text { font-size:10px; color:#92400e; line-height:1.7; margin:0; }

@media (max-width:600px) {
  .dx7-inner { padding:14px 10px; }
  .dx7-title-text { font-size:12px; }
}

/* dx365_fig08_sp_v1.html */
.dx8-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx8-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx8-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx8-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx8-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }

/* PC：3列テーブル、SP：カード積み */
.dx8-table { width:100%; border-collapse:collapse; }
.dx8-thead td { padding:10px 12px; font-size:11px; font-weight:700; background:#f1f5f9; border:1px solid #e2e8f0; }
.dx8-thead td:first-child { color:#64748b; border-radius:8px 0 0 0; width:22%; }
.dx8-thead td:nth-child(2) { color:#4f46e5; width:39%; }
.dx8-thead td:nth-child(3) { color:#059669; border-radius:0 8px 0 0; width:39%; }
.dx8-row td { padding:10px 12px; border:1px solid #e2e8f0; border-top:none; font-size:10.5px; vertical-align:top; }
.dx8-row:nth-child(odd) td { background:#ffffff; }
.dx8-row:nth-child(even) td { background:#f8fafc; }
.dx8-axis { color:#64748b; font-size:10.5px; }
.dx8-tag { display:inline-block; font-size:9.5px; font-weight:700; padding:2px 8px; border-radius:4px; margin-right:4px; margin-bottom:2px; }
.dx8-bold { font-weight:700; color:#334155; }
.dx8-sub { font-size:10px; color:#64748b; margin-top:2px; }

/* スマホ：カードスタック表示 */
.dx8-cards { display:none; }
.dx8-card { background:#ffffff; border:1px solid #e2e8f0; border-radius:10px; padding:14px; margin-bottom:8px; }
.dx8-card-axis { font-size:10px; font-weight:700; color:#94a3b8; margin-bottom:8px; }
.dx8-card-cols { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.dx8-card-col { }
.dx8-card-col-label { font-size:10px; font-weight:700; margin-bottom:4px; }
.dx8-card-col-label.bc { color:#4f46e5; }
.dx8-card-col-label.fo { color:#059669; }
.dx8-card-col-text { font-size:10.5px; color:#334155; line-height:1.6; }

@media (max-width:600px) {
  .dx8-table-wrap { display:none; }
  .dx8-cards { display:block; }
  .dx8-inner { padding:14px 12px; }
  .dx8-title-text { font-size:12px; }
}

/* dx365_fig09_sp_v1.html */
.dx9-wrap { background:#ffffff; padding:20px 16px; max-width:900px; font-family:'Noto Sans JP',Arial,sans-serif; box-sizing:border-box; }
.dx9-title { display:flex; align-items:center; gap:8px; margin-bottom:16px; }
.dx9-title-bar { width:4px; height:20px; background:linear-gradient(180deg,#0ea5e9,#6366f1); border-radius:2px; flex-shrink:0; }
.dx9-title-text { font-size:13px; font-weight:700; color:#1e293b; line-height:1.4; }
.dx9-inner { background:#f8fafc; border:1px solid #e2e8f0; border-radius:14px; padding:20px 16px; }
.dx9-subtitle { font-size:11px; color:#1e293b; text-align:center; margin:0 0 16px 0; }

/* 2列グリッド：PC=2列、SP=1列 */
.dx9-grid { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:12px; }
.dx9-card { background:#ffffff; border:1px solid #e2e8f0; border-radius:10px; padding:14px; }
.dx9-num { font-size:10px; color:#94a3b8; margin-bottom:4px; }
.dx9-card-title { font-size:11px; font-weight:700; color:#0f172a; margin-bottom:6px; line-height:1.4; }
.dx9-card-desc { font-size:10px; color:#475569; line-height:1.6; margin:0 0 8px 0; }
.dx9-tags { display:flex; flex-wrap:wrap; gap:4px; }
.dx9-tag { display:inline-block; font-size:9px; font-weight:700; padding:1px 7px; border-radius:4px; }

/* 下部バナー */
.dx9-banner { background:#fff7ed; border:1px solid #fed7aa; border-radius:10px; padding:14px 16px; }
.dx9-banner-title { font-size:11px; font-weight:700; color:#92400e; margin-bottom:6px; text-align:center; }
.dx9-banner-text { font-size:10.5px; color:#78350f; line-height:1.7; margin:0; text-align:center; }

@media (max-width:600px) {
  .dx9-grid { grid-template-columns:1fr; }
  .dx9-inner { padding:14px 12px; }
  .dx9-title-text { font-size:12px; }
}

/* ================================================
   DX365LIFE Blog Style
   WordPressの「外観」→「カスタマイズ」→「追加CSS」に貼り付け
   ================================================ */

.dx365-post {
  font-size: 16px;
  line-height: 1.9;
  color: #2c2c2c;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 4px;
}
.dx365-post * { box-sizing: border-box; }
.dx365-post p { margin: 0 0 1.2em; line-height: 1.9; }
.dx365-post a { color: #0066cc; text-decoration: none; }
.dx365-post a:hover { text-decoration: underline; }

/* タグ・バッジ */
.dx365-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  background: #e8f0fb;
  color: #1a56b0;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
}
.dx365-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  margin: 0 3px;
  vertical-align: middle;
}
.dx365-badge-ga { background: #e6f4ea; color: #1e7e34; }
.dx365-badge-preview { background: #fff8e1; color: #b45309; }
.dx365-badge-early { background: #fde8e8; color: #b91c1c; }

/* 目次 */
.dx365-toc {
  background: #f7f9fc;
  border: 1px solid #dce6f5;
  border-radius: 8px;
  padding: 1.2em 1.5em;
  margin: 1.5em 0 2em;
}
.dx365-toc-title {
  font-size: 13px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.6em;
}
.dx365-toc ol {
  margin: 0;
  padding-left: 1.4em;
}
.dx365-toc li {
  font-size: 14px;
  line-height: 2.1;
  color: #444;
}
.dx365-toc a { color: #0066cc; }

/* 区切り線 */
.dx365-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2.5em 0;
}

/* セクション見出し */
.dx365-h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  border-left: 4px solid #1a56b0;
  padding: 4px 0 4px 14px;
  margin: 2.2em 0 0.8em;
  line-height: 1.5;
}
.dx365-h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 1.8em 0 0.5em;
  padding-bottom: 4px;
  border-bottom: 1px solid #e8eef7;
}

/* シナリオボックス */
.dx365-scenario {
  background: #fff;
  border: 1px solid #d0dff5;
  border-left: 4px solid #1a56b0;
  border-radius: 0 8px 8px 0;
  padding: 1em 1.2em;
  margin: 1.2em 0;
}
.dx365-scenario-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #1a56b0;
  margin-bottom: 0.5em;
}
.dx365-scenario p {
  font-size: 14px;
  color: #444;
  margin: 0;
  line-height: 1.85;
}

/* before / after */
.dx365-ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 1.2em 0;
}
@media (max-width: 540px) {
  .dx365-ba { grid-template-columns: 1fr; }
}
.dx365-ba-card {
  border-radius: 8px;
  padding: 1em 1.1em;
}
.dx365-ba-before {
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.dx365-ba-after {
  background: #e9f7ef;
  border: 1px solid #b7dfca;
}
.dx365-ba-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #888;
  margin-bottom: 0.5em;
}
.dx365-ba-after .dx365-ba-label { color: #1e7e34; }
.dx365-ba-card ul {
  margin: 0;
  padding-left: 1.2em;
}
.dx365-ba-card li {
  font-size: 13px;
  line-height: 2;
  color: #333;
}

/* コールアウト */
.dx365-callout {
  border-left: 4px solid #f59e0b;
  background: #fffbeb;
  border-radius: 0 8px 8px 0;
  padding: 0.8em 1.1em;
  margin: 1.2em 0;
}
.dx365-callout p {
  font-size: 14px;
  color: #78350f;
  margin: 0;
  line-height: 1.8;
}
.dx365-callout-info {
  border-left-color: #1a56b0;
  background: #eef3fc;
}
.dx365-callout-info p { color: #1e3a6e; }
.dx365-callout-success {
  border-left-color: #1e7e34;
  background: #e9f7ef;
}
.dx365-callout-success p { color: #145226; }

/* スタック図 */
.dx365-stack { margin: 1.5em 0; }
.dx365-stack-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 5px;
  gap: 8px;
}
.dx365-stack-label {
  font-size: 11px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 76px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.dx365-stack-content {
  flex: 1;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
}
.dx365-stack-content.hl {
  background: #eef3fc;
  border-color: #b0c8f0;
  color: #1a3a72;
  font-weight: 700;
}
.dx365-stack-content.foundation {
  background: #e9f7ef;
  border-color: #8ecfaa;
  color: #145226;
  font-weight: 700;
  font-size: 14px;
}
.dx365-stack-arrow {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin: 1px 0 3px 84px;
  line-height: 1;
}

/* サマリーグリッド */
.dx365-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 1.2em 0;
}
@media (max-width: 540px) {
  .dx365-summary-grid { grid-template-columns: 1fr 1fr; }
}
.dx365-summary-card {
  background: #f7f9fc;
  border: 1px solid #dce6f5;
  border-radius: 8px;
  padding: 0.9em 1em;
}
.dx365-summary-card-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #1a56b0;
  margin-bottom: 0.35em;
}
.dx365-summary-card p {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.7;
}

/* アクションボックス */
.dx365-action {
  background: #f7f9fc;
  border: 1px solid #dce6f5;
  border-radius: 8px;
  padding: 1.4em 1.6em;
  margin: 2em 0;
}
.dx365-action-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.8em;
}
.dx365-action ul {
  margin: 0;
  padding-left: 1.4em;
}
.dx365-action li {
  font-size: 14px;
  color: #444;
  line-height: 2.1;
}

/* 締めボックス */
.dx365-closing {
  background: #f0f4ff;
  border: 1px solid #c5d5f5;
  border-radius: 8px;
  padding: 1.5em 1.7em;
  margin: 2em 0;
}
.dx365-closing p {
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 0.9em;
}
.dx365-closing p:last-child {
  margin-bottom: 0;
  color: #555;
  font-size: 14px;
}

/* 出典 */
.dx365-source {
  font-size: 12px;
  color: #999;
  margin-top: 1.5em;
  line-height: 1.7;
}
.dx365-source a { color: #0066cc; }
