    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800;900&display=swap');

    div.section {
      width: 100%;
      margin: 0;
    }

    .content-v4-2 {
      border: none;
    }

    .bim-review-section {
      color: #000000;
      background-color: transparent;
      padding: 1.5rem 0.75rem;
      max-width: 1280px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .bim-review-section * {
      box-sizing: border-box;
    }

    /* 既存Webサイト(親環境)の p / h3 タグ余白・スタイルの強力打ち消し */
    .content-v4-2 p,
    .content-v4-3 p,
    .bim-review-section p {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    .bim-review-section h3,
    div#ver2 .bim-review-section h3 {
      clear: none !important;
      color: inherit !important;
      font-size: inherit !important;
      display: block !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    /* @ バナーセクション */
    .banner-box {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #0F172A 0%, #004BB1 50%, #0369a1 100%);
      color: #ffffff;
      padding: 1.5rem;
      border-radius: 1rem;
      margin-bottom: 4rem;
      box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.15);
    }

    .banner-glow-1 {
      position: absolute;
      right: -2.5rem;
      bottom: -2.5rem;
      width: 20rem;
      height: 20rem;
      background-color: rgba(255, 255, 255, 0.05);
      border-radius: 9999px;
      filter: blur(48px);
      pointer-events: none;
    }

    .banner-glow-2 {
      position: absolute;
      right: 25%;
      top: -2.5rem;
      width: 15rem;
      height: 15rem;
      background-color: rgba(56, 189, 248, 0.1);
      border-radius: 9999px;
      filter: blur(32px);
      pointer-events: none;
    }

    .banner-grid-bg {
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.1;
      background-image: radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
      background-size: 24px 24px, 48px 48px, 48px 48px;
    }

    .banner-photo-overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
      opacity: 0.2;
      mix-blend-mode: overlay;
    }

    .banner-photo-overlay img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .banner-content {
      position: relative;
      z-index: 10;
      width: 100%;
    }

    .banner-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.25rem 0.75rem;
      background-color: rgba(56, 189, 248, 0.2);
      border: 1px solid rgba(125, 211, 252, 0.3);
      border-radius: 9999px;
      font-size: 0.8125rem;
      font-weight: 600;
      color: #bae6fd;
      margin-bottom: 1rem;
      max-width: 100%;
    }

    .banner-badge-dot {
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 9999px;
      background-color: #34d399;
      animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
      flex-shrink: 0;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.5; }
    }

    .banner-title {
      font-size: 1.375rem;
      font-weight: 800;
      line-height: 1.3;
      margin: 0 0 1rem 0;
      letter-spacing: -0.025em;
      word-break: break-word;
    }

    .banner-title-highlight {
      color: #7dd3fc;
      font-weight: 700;
    }

    .banner-desc {
      color: #e2e8f0;
      font-size: 0.875rem;
      line-height: 1.625;
      margin: 0 !important;
    }

    /* A 概要・ロードマップセクション */
    .section-card {
      background-color: transparent;
      padding: 0;
      border-radius: 0;
      border: none;
      margin-bottom: 4.5rem;
      box-shadow: none;
    }

    .section-header {
      border-left: 4px solid #004BB1;
      padding-left: 0.875rem;
      margin-bottom: 1.5rem;
    }

    .section-tag {
      font-size: 1.25rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #004BB1;
      display: block;
    }

    .section-title {
      font-size: 1.375rem;
      font-weight: 700;
      color: #000000;
      margin: 0.25rem 0 0 0;
    }

    .section-lead {
      color: #000000;
      line-height: 1.75;
      margin: 0 0 3.5rem 0 !important;
      font-size: 0.9375rem;
    }

    .sub-heading {
      font-size: 1.125rem;
      font-weight: 700;
      color: #000000;
      margin: 3.5rem 0 1.75rem 0;
      padding-bottom: 0.625rem;
      border-bottom: 2px solid #E2E8F0;
      position: relative;
      line-height: 1.4;
      display: block;
    }

    .sub-heading::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 3.5rem;
      height: 2px;
      background-color: #004BB1;
    }

    .schedule-container {
      background-color: #F8FAFC;
      border: 1px solid #E2E8F0;
      border-radius: 0.75rem;
      padding: 1.25rem;
      margin: 2rem 0 2.5rem;
    }

    .schedule-header-pill {
      display: inline-flex;
      align-items: center;
      gap: 0.375rem;
	  background-color: #004BB1;
      color: #fff;
      font-size: 0.75rem;
      font-weight: 700;
      padding: 0.25rem 0.75rem;
      border-radius: 0.375rem;
      margin-bottom: 1rem;
    }

    .schedule-main-title {
      font-size: 1.125rem;
      font-weight: 800;
      color: #000000;
      margin: 0 0 1rem 0;
      letter-spacing: -0.01em;
      line-height: 1.35;
    }

    .schedule-lead-text {
      font-size: 0.8125rem;
      color: #000000;
      line-height: 1.65;
      margin-bottom: 2.25rem !important;
    }

    .timeline-bar-wrapper {
      position: relative;
      width: 90%;
      margin: 3.5rem auto 3.5rem auto;
    }

    .timeline-track-container {
      position: relative;
      width: 100%;
      height: 24px;
      margin-bottom: 0.75rem;
    }

    .timeline-track-line {
      position: absolute;
      top: 50%;
      left: 16.66%;
      right: 16.66%;
      height: 2px;
      background: repeating-linear-gradient(90deg, #CBD5E1, #CBD5E1 4px, transparent 4px, transparent 8px);
      transform: translateY(-50%);
      z-index: 1;
    }

    .timeline-track-line-progress {
      position: absolute;
      top: 50%;
      left: 16.66%;
      width: 0%;
      height: 2px;
      background-color: #004BB1;
      transform: translateY(-50%);
      z-index: 2;
    }

    .timeline-pins {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      height: 100%;
    }

    .timeline-pin-item {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .node-pin {
      width: 16px;
      height: 16px;
      border-radius: 9999px;
      background-color: #CBD5E1;
      border: 2px solid #ffffff;
      box-shadow: 0 0 0 1px #CBD5E1;
      transition: all 0.2s;
    }

    .node-pin.active {
      width: 20px;
      height: 20px;
      background-color: #004BB1;
      border: 3px solid #ffffff;
      box-shadow: 0 0 0 2px #004BB1;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .node-pin.active::after {
      content: '';
      width: 6px;
      height: 6px;
      border-radius: 9999px;
      background-color: #38BDF8;
    }

    .timeline-nodes {
      position: relative;
      z-index: 10;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
    }

    .timeline-node-card {
      background-color: #ffffff;
      border: 1px solid #CBD5E1;
      border-radius: 0.5rem;
      padding: 0.75rem 0.375rem;
      text-align: center;
      position: relative;
      transition: border-color 0.2s;
    }

    .timeline-node-card.active {
      border: 2px solid #004BB1;
      box-shadow: 0 4px 12px rgba(0, 75, 177, 0.1);
    }

    .timeline-year {
      font-size: 1rem;
      font-weight: 800;
      color: #000000;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 0.25rem;
    }

    .now-tag {
      background-color: #EA580C;
      color: #ffffff;
      font-size: 0.625rem;
      font-weight: 800;
      padding: 0.125rem 0.375rem;
      border-radius: 0.25rem;
      text-transform: uppercase;
    }

    .timeline-subtext {
      font-size: 0.75rem;
      font-weight: 700;
      color: #004BB1;
      margin-top: 0.4em;
      line-height: 1.3;
    }

    .timeline-desc {
      font-size: 0.8rem;
      color: #000000;
      margin-top: 0.3rem;
      line-height: 1.3;
    }

    .phase-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
    }

    .phase-card {
      background-color: #ffffff;
      border: 1px solid #E2E8F0;
      border-radius: 0.5rem;
      padding: 1.25rem;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .phase-badge {
      display: inline-block;
      background-color: #EFF6FF;
      color: #004BB1;
      border: 1px solid #BFDBFE;
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.25rem 0.625rem;
      border-radius: 0.25rem;
      margin-bottom: 0.75rem;
      align-self: flex-start;
    }

    .phase-card.phase2 .phase-badge {
      background-color: #F1F5F9;
      color: #000000;
      border-color: #CBD5E1;
    }

    .phase-title {
      font-size: 1.125rem;
      font-weight: 800;
      color: #000000;
      margin-bottom: 0.5rem;
    }

    .phase-text {
      font-size: 0.75rem;
      color: #000000;
      line-height: 1.6;
      margin-bottom: 1rem !important;
    }

    .phase-img-wrapper {
      margin-top: auto;
      padding-top: 1rem;
    }

    .data-3grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.25rem;
      margin-bottom: 3.5rem;
    }

    .data-card {
      padding: 1.5rem;
      border: 1px solid #E2E8F0;
      background-color: rgba(248, 250, 252, 0.5);
      border-radius: 0.5rem;
    }

	.data-card i {
  font-size: 1.5rem;
	}

    .data-icon-circle {
      width: 3rem;
      height: 3rem;
      border-radius: 9999px;
      border: 1px solid rgba(0, 75, 177, 0.3);
      background-color: #eff6ff;
      color: #004BB1;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.75rem;
    }

    .data-card-title {
      font-weight: 700;
      color: #000000;
      margin: 0 0 0.5rem 0;
      font-size: 0.9375rem;
    }

    .data-card-desc {
      font-size: 0.75rem;
      color: #000000;
      line-height: 1.625;
      margin: 0 !important;
    }

    .qa-toolbar {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      margin-bottom: 1.75rem;
    }

    .filter-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 0.375rem;
    }

    .filter-btn {
      padding: 0.375rem 0.625rem;
      background-color: #F1F5F9;
      color: #000000;
      font-weight: 500;
      border-radius: 0.375rem;
      border: none;
      font-size: 0.75rem;
      cursor: pointer;
      transition: all 0.2s;
    }

    .filter-btn:hover {
      background-color: #E2E8F0;
    }

    .filter-btn.active {
      background-color: #004BB1;
      color: #ffffff;
      border-color: #004BB1;
    }

    .qa-search-group {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      width: 100%;
    }

    .qa-search-box {
      position: relative;
      flex: 1;
    }

    .qa-search-input {
      width: 100%;
      padding: 0.5rem 1rem 0.5rem 2.25rem;
      border: 1px solid #CBD5E1;
      border-radius: 0.5rem;
      font-size: 0.75rem;
      outline: none;
      height: 2.375rem;
    }

    .qa-search-input:focus {
      border-color: #004BB1;
    }

    .qa-search-icon {
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      color: #94A3B8;
      pointer-events: none;
    }

    .qa-download-icon-btn {
      width: 2.375rem;
      height: 2.375rem;
      flex-shrink: 0;
      background-color: #004BB1;
      color: #ffffff !important;
      border: none;
      border-radius: 0.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background-color 0.2s;
    }

    .qa-download-icon-btn:hover {
      background-color: #003a8c;
    }

    /* テーブル・粘着固定ヘッダー (画面上部90px位置に吸着) */
    .qa-table-container {
      display: block;
      border: 1px solid #004BB1;
      border-radius: 0;
      background-color: #ffffff;
      position: relative;
    }

    .qa-table {
      width: 100%;
      min-width: 800px;
      text-align: left;
      font-size: 0.75rem;
      border-collapse: separate;
      border-spacing: 0;
    }

    .qa-table th {
      position: sticky;
      top: 90px;
      z-index: 1;
      background-color: #EFF6FF;
      color: #004BB1;
      font-weight: 700;
      padding: 0.75rem 0.625rem;
      border-bottom: 1px solid #004BB1;
      border-right: 1px solid #004BB1;
      user-select: none;
      cursor: pointer;
      transition: background-color 0.2s;
      box-shadow: 0 1px 0 #004BB1;
    }

    .qa-table th:last-child {
      border-right: none;
    }

    .qa-table th:hover {
      background-color: #DBEAFE;
    }

    .qa-table th .th-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.25rem;
    }

    .qa-table th .th-flex.center {
      justify-content: center;
    }

    .sort-icon {
      font-size: 0.625rem;
      color: #94A3B8;
    }

    .qa-table td {
      padding: 0.75rem 0.625rem;
      border-bottom: 1px solid #004BB1;
      border-right: 1px solid #004BB1;
      color: #000000;
      font-weight: 400;
      vertical-align: top;
      line-height: 1.6;
      background-color: #ffffff;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .qa-table td:last-child {
      border-right: none;
    }

    .qa-table tr:last-child td {
      border-bottom: none;
    }

    .qa-row:hover td {
      background-color: rgba(239, 246, 255, 0.4);
    }

    .prop-code-badge {
      display: inline-block;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: 0.6875rem;
      background-color: #F1F5F9;
      color: #0F172A;
      padding: 0.0625rem 0.375rem;
      border-radius: 0.25rem;
      border: 1px solid #CBD5E1;
      max-width: 100%;
      vertical-align: middle;
    }

    .category-pill {
      display: inline-block;
      padding: 0.125rem 0.5rem;
      font-weight: 700;
      border-radius: 0.25rem;
      white-space: nowrap;
    }

    .category-pill.c-kikai {
      background-color: #EFF6FF;
      color: #004BB1;
      border-color: #BFDBFE;
    }

    .category-pill.c-denki {
      background-color: #E6F5EC;
      color: #115A36;
      border-color: #A7F3D0;
    }

    .category-pill.c-ishou {
      background-color: #f1eaf9;
      color: #6c27ca;
      border-color: #DDD6FE;
    }

    .category-pill.c-kyoutsu {
      background-color: #F1F5F9;
      color: #000000;
      border-color: #CBD5E1;
    }

    .category-pill.c-setsubi {
      background-color: #FFFBEB;
      color: #B45309;
      border-color: #FDE68A;
    }

    /* 注釈エリア全体のベーススタイル */
    .content-v4-2 p.qa-note-box {
      margin-top: 16px;
      border-radius: 6px;
      font-size: 0.5rem !important;
      line-height: 1.6;
      color: #334155;
    }

    /* 各注釈アイテム（Flexboxで縦揃えを整える） */
    .qa-note-item {
      display: flex;
      align-items: baseline;
      margin: 0;
    }

    /* ※1 と ※2 の間の余白 */
    .qa-note-item + .qa-note-item {
      margin-top: 8px;
    }

    /* 見出し部分（※1 ダイテックリンク：） */
    span.qa-note-title {
      font-size: 0.8rem !important;
      color: #0f172a;
      white-space: nowrap; /* タイトル部分での途中の折り返しを防止 */
      flex-shrink: 0;
    }

    /* 本文テキスト部分 */
    .qa-note-text {
      flex: 1;
      font-size: 0.8rem !important;
    }

/* ツールチップ全体設定 */

/* ツールチップ付きaタグの文字色を黒に固定し、ホバー効果を無効化 */
a.tooltip,
a.tooltip:visited,
a.tooltip:hover,
a.tooltip:focus,
a.tooltip:active {
  color: #000000; /* 黒色（本文に合わせて #222222 や inherit に変更も可） */
  text-decoration: none; /* 下線を非表示 */
  outline: none;
}


.tooltip {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

/* 「ダイテックリンク」の文字に「常時」点線下線を適用 */
.tooltip .tooltip-label {
  border-bottom: 1.5px dotted #004BB1; /* 常時表示される点線（色や太さはお好みで調整可能） */
}

/* 注釈マーク（※1）のスタイル（下線はつきません） */
.tooltip sup {
  font-size: 0.75em !important;
  vertical-align: super;
  line-height: 0;
  margin-left: 2px;
  color: #004BB1;
  font-weight: bold;
}

/* 吹き出し本体 */
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0f172a;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  width: max-content;
  max-width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  pointer-events: none;
  white-space: normal;
}

/* 吹き出しの下矢印 */
.tooltip::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #0f172a transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  pointer-events: none;
}

/* ホバー時のみ吹き出しを表示 */
.tooltip:hover::after,
.tooltip:hover::before {
  opacity: 1;
  visibility: visible;
}

    /* モバイル・タブレット表示時 (991.9px以下) のカード化レイアウト */
    @media (max-width: 991.9px) {
      .timeline-bar-wrapper {
        width: 100%;
      }
      .qa-table-container {
        border: none;
        background-color: transparent;
      }
      .qa-table, .qa-table thead, .qa-table tbody, .qa-table th, .qa-table td, .qa-table tr {
        display: block;
        width: 100% !important;
        min-width: 0 !important;
      }
      .qa-table thead {
        display: none;
      }
      .qa-row {
        background-color: #ffffff;
        border: 1px solid #BFDBFE;
        border-radius: 0;
        padding: 1.125rem;
        margin-bottom: 1.25rem;
        box-shadow: 0 4px 12px rgba(0, 75, 177, 0.06);
      }
      .qa-table td {
        border: none !important;
        padding: 0.375rem 0 !important;
      }
      .qa-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        font-size: 0.6875rem;
        color: #004BB1;
        margin-bottom: 0.25rem;
        letter-spacing: 0.02em;
      }
      .qa-table td[data-label="No."] {
        display: inline-block;
        width: auto !important;
        font-weight: 800;
        color: #004BB1;
        background-color: #EFF6FF;
        padding: 0.125rem 0.5rem !important;
        border-radius: 0.25rem;
        margin-bottom: 0.5rem;
      }
      .qa-table td[data-label="No."]::before {
        display: inline;
        content: "No. ";
        margin-bottom: 0;
      }
      .qa-table td[data-label="大分類"] {
        margin-bottom: 0.625rem;
      }
      .qa-table td[data-label="大分類"]::before {
        display: none;
      }

      /* 【質問内容】タイトル行の強調 */
      .qa-table td[data-label="質問内容"] {
        font-size: 0.9375rem !important;
        font-weight: 800 !important;
        color: #0F172A;
        line-height: 1.5;
        margin-top: 0.25rem;
        margin-bottom: 0.75rem;
        background-color: transparent !important;
      }
      .qa-table td[data-label="質問内容"]::before {
        font-size: 0.75rem;
        color: #004BB1;
        font-weight: 800;
      }

      /* 【明示すべき事項】の抑えめスタイル */
      .qa-table td[data-label="明示すべき事項（入出力基準）"] {
        font-size: 0.75rem;
        color: #475569;
        margin-bottom: 0.625rem;
        background-color: #F8FAFC;
        padding: 0.5rem 0.625rem !important;
        border-radius: 0.25rem;
      }

      /* 【回答】質問内容とデザインのトーン＆マナーを揃えて高レベルで視認 */
      .qa-table td[data-label="CADWe'll Tfas/Linx での対応方法・回答"] {
        font-size: 0.9375rem !important;
        font-weight: 800 !important;
        color: #0F172A;
        line-height: 1.6;
        margin-top: 0.5rem;
        padding-top: 0.75rem !important;
        border-top: 1px dashed #CBD5E1 !important;
        background-color: transparent !important;
      }
      .qa-table td[data-label="CADWe'll Tfas/Linx での対応方法・回答"]::before {
        font-size: 0.75rem;
        color: #004BB1;
        font-weight: 800;
        margin-bottom: 0.375rem;
      }
    }

    @media (min-width: 992px) {
      .banner-box { padding: 2.5rem; margin-bottom: 4.5rem; }
      .banner-title { font-size: 2.25rem; line-height: 1.25; }
      .banner-desc { font-size: 1rem; }
      .section-title { font-size: 1.875rem; }
      .section-lead { font-size: 1rem; margin-bottom: 3.5rem !important; }
      .schedule-container { padding: 2rem; margin: 2.5rem 0 3.5rem; }
      .schedule-main-title { font-size: 1.25rem; }
      .schedule-lead-text { font-size: 0.875rem; margin-bottom: 2.5rem !important; }
      .sub-heading { margin: 4rem 0 2rem 0; font-size: 1.25rem; }
      .timeline-nodes { gap: 0.75rem; }
      .timeline-node-card { padding: 1.25rem 0.875rem; }
      .timeline-year { font-size: 1.25rem; flex-direction: row; gap: 0.375rem; }
      .timeline-subtext { font-size: 1rem; }
      .timeline-desc { font-size: 0.8rem; }
      .qa-toolbar {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
      }
      .qa-search-group { width: 18.5rem; flex-shrink: 0; }
      .data-3grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 4rem; }
      .phase-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    }