/* =========================================================
   第3階層 共通レイアウト（業種 × テーマ用）
   ========================================================= */

.indetail3-wrap {
  max-width: 1200px;
  margin: 0 auto 70px;
  font-size: 15px;
}

/* 冒頭ヘッダ：タグ＋長めタイトル＋リード */
.indetail3-head {
  margin: 28px 0 16px;
  padding: 26px 20px 24px;
  border-radius: 14px;
  background: #f5f7fb;
  border: 1px solid #dde3ee;
}
.indetail3-label {
  display: inline-block;
  font-size: 18px;
  padding: 4px 16px;
  border-radius: 999px;
  background: #e2e8ff;
  color: #31427a;
  margin-bottom: 14px;
  line-height: 1.9!important;
}
.indetail3-head h1 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.7!important;
  color: #333;
  text-align: left;
}
.indetail3-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.9!important;
}

/* =========================================================
   画像ビジュアル（JPGのみ）
   ========================================================= */
.indetail3-img {
  margin: 0 0 18px;
  border-radius: 14px;
  overflow: hidden;
}
.indetail3-img img {
  display: block;
  width: auto;
  height: auto;
  margin: -50px auto;
}
@media screen and (max-width: 900px) {
  .indetail3-img img { width: 100%; }
}

/* =========================================================
   このページで扱うポイント（上部ナビ）
   ========================================================= */
.indetail3-nav {
  margin: 0 0 32px;
  padding: 16px 20px 18px;
  border-radius: 10px;
  border: 1px solid #d7e5ff;
  background: #f4f8ff;
}
.indetail3-nav-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.7!important;
}
.indetail3-nav-title .fa { font-size: 18px; color: #2f4f7f; }
.indetail3-navlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.indetail3-navlist li { margin: 0; }
.indetail3-navlist a {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #c5d6f5;
  background: #ffffff;
  font-size: 15px;
  text-decoration: none;
  color: #2f4f7f;
  line-height: 1.7!important;
}
.indetail3-navlist a:hover { background: #e8f1ff; }

/* =========================================================
   右端追尾ナビ（PC向け／幅が広い時だけ）
   ========================================================= */
.indetail3-float-nav { display: none; }
@media screen and (min-width: 1810px) {
  .indetail3-float-nav {
    display: block;
    position: fixed;
    right: 24px;
    top: 0;
    width: 280px;
    padding: 20px;
    border-radius: 14px;
    background: rgba(15,23,42,0.78);
    color: #eff6ff;
    border: 1px solid rgba(191,219,254,0.9);
    box-shadow: 0 18px 40px rgba(15,23,42,0.35);
    z-index: 50;
  }
}
.indetail3-float-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.indetail3-float-list li { margin-bottom: 6px; }
.indetail3-float-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(239,246,255,0.96);
  color: #1e3a8a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
}
.indetail3-float-list a:hover { background: #dbeafe; }
.indetail3-float-list a .fa {
  flex: 0 0 16px;
  text-align: center;
  font-size: 15px;
}

/* 共通セクション枠 */
.indetail3-section {
  margin-bottom: 34px;
  padding: 26px 28px 24px;
  border-radius: 10px;
  border: none;
  background: #fff;
}
.indetail3-section > h2 {
  font-size: 20px;
  margin-bottom: 18px;
  border-left: 4px solid #3f4855;
  padding-left: 10px;
  line-height: 1.7!important;
}

/* セクションごとの背景バリエーション */
.indetail3-wrap > .indetail3-section:nth-of-type(1) { background: #f8faff; }
.indetail3-wrap > .indetail3-section:nth-of-type(2) { background: #f5fbf7; }
.indetail3-wrap > .indetail3-section:nth-of-type(3) { background: #fff8f0; }

/* =========================================================
   対象読者リスト（カード風）
   ========================================================= */
.indetail3-targetlist {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}
.indetail3-targetlist li {
  position: relative;
  padding: 10px 12px 10px 30px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15,23,42,0.04);
  line-height: 1.8!important;
}
.indetail3-targetlist li:before {
  content: "\f058";
  font-family: "FontAwesome";
  position: absolute;
  left: 11px;
  top: 11px;
  font-size: 15px;
  color: #2563eb;
}

/* =========================================================
   このページで扱うシーン（アンカー感のあるボタン風）
   ========================================================= */
.indetail3-toclist {
  margin-top: 14px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
}
.indetail3-toclist li { list-style: none; }
.indetail3-toclist a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #c5d6f5;
  font-size: 16px;
  text-decoration: none;
  color: #1a4f80;
  line-height: 1.6 !important;
}
.indetail3-toclist a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 14px;
}
.indetail3-toclist a:hover { background: #e8f1ff; }

/* 行き詰まりパターン（カード） */
.pattern-list { display: flex; flex-direction: column; gap: 18px; }
.pattern-card {
  padding: 18px 18px 16px;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed #c9d2ea;
}
.pattern-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #22324a;
  font-weight: 700;
  line-height: 1.7!important;
}
.pattern-label {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  margin-right: 8px;
  border-radius: 999px;
  background: #eef3ff;
  color: #22324a;
  font-size: 18px;
  line-height: 1.7!important;
}
.pattern-label .fa { margin-right: 6px; }
.pattern-card p { line-height: 1.9!important; }

/* シーンカード */
.scene-block {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #d5d9e5;
}
.scene-block:last-child { border-bottom: none; padding-bottom: 0; }
.scene-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  margin-bottom: 8px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #3f6fd1;
  color: #fff;
  font-weight: 700;
  line-height: 1.7!important;
}
.scene-tag .fa { font-size: 18px; }
.scene-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #22324a;
  line-height: 1.7!important;
}

.scene-grid { display: block; }
.scene-text {
  flex: none;
  width: 100%;
  line-height: 1.9!important;
  margin-bottom: 30px;
}
.scene-text p { margin-bottom: 10px; line-height: 1.9!important; }
.scene-list { margin: 8px 0 8px 24px; }
.scene-list li { list-style: disc; margin-bottom: 6px; line-height: 1.9!important; }

/* 画面イメージ（iframe 埋め込み用） */
.scene-image {
  flex: none;
  width: 100%;
  min-height: 0;
  border-radius: 0;
  border: none;
  background: none;
  padding: 0;
  text-align: center;
}
.scene-image iframe {
  width: 100%;
  max-width: 1150px;
  height: 650px;
  border: 1px solid #c9d2ea;
  display: block;
  margin: 0 auto;
}
.scene-caption {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  line-height: 1.6!important;
}

/* Webシステムでどう楽にしていけるか */
.indetail3-idealist {
  margin: 10px 0 0;
  padding-left: 0;
  counter-reset: idea;
}
.indetail3-idealist li {
  list-style: none;
  margin-bottom: 14px;
  padding: 14px 16px 12px;
  border-radius: 10px;
  background: #f7f8fc;
  border: 1px solid #dde3ee;
}
.indetail3-idealist li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.7!important;
}
.indetail3-idealist li p {
  font-size: 15px;
  line-height: 1.9!important;
  margin: 0;
}

/* 小さく始めるなら〜／ご相談のポイント */
.indetail3-pointlist { margin: 8px 0 12px 24px; }
.indetail3-pointlist li { list-style: disc; margin-bottom: 8px; line-height: 1.9!important; }

/* お問い合わせボックス */
.movo_form {
  margin-top: 36px;
  padding: 26px 22px;
  text-align: center;
  background: #3f4855!important;
  border-radius: 14px;
  border: 1px solid #dde3ee;
}
.movo_form p a {
  color: #333;
  font-size: 22px;
  display: block;
}
.movo_form h3 {
  font-size: 20px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.7!important;
}
.movo_form p {
  margin: 8px 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.9!important;
}
.movo_form .fo a {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 20px;
  background: #fff;
  color: #3f4855;
  text-decoration: none;
  line-height: 1.7!important;
}
.movo_form .fo a:hover { background: #e8f1ff; }

/* ===============================
   関連トピックス・関連ページ
   =============================== */
.indtopics-related {
  max-width: 1200px;
  margin: 20px auto 50px;
  padding: 26px 34px!important;
  background: #f7f7f9;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
}
.indtopics-related-title {
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 600;
  border-left: 4px solid #405269;
  padding-left: 10px;
  line-height: 1.7!important;
}
.indtopics-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 26px;
}
.indtopics-related-item {
  flex: 0 0 48%;
  line-height: 1.8!important;
  font-size: 15px;
  list-style-type: disc;
  margin-bottom: 4px;
  text-align: left;
}
.indtopics-related-item a {
  text-decoration: none;
  color: #1a4f80;
  line-height: 1.8!important;
}
.indtopics-related-item a .fa { margin-right: 4px; }
.indtopics-related-item a:hover { text-decoration: underline; }

.spview { display:none; }

/* スマホ対応 */
@media screen and (max-width: 900px) {
  .indetail3-targetlist { grid-template-columns: 1fr; }
}
@media screen and (max-width: 768px) {
  #center { width: 100%; }
  #header { height: 70px !important; width: 100%; }
  .logo img { max-width: 160px !important; height: auto !important; }
  #breadcrumbs { width: 94%; margin: 8px auto; }
  .indetail3-wrap { padding: 0 10px 40px; }

  .indetail3-nav { padding: 14px 12px 16px; }
  .indetail3-navlist { flex-direction: column; }
  .indetail3-navlist a { width: 100%; text-align: center; }

  .indetail3-section { padding: 22px 14px 20px; margin-bottom: 28px; }
  .indtopics-related-item { flex-basis: 100%; }

  .scene-image iframe { height: 420px; }
  .scene-image iframe { display: none; }

  .spview {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 0;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.7;
    color: #374151;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px dashed #cbd5e1;
    flex-direction: column;
  }
  .spview .fa-picture-o { font-size: 70px; opacity: 0.7; }

  #navi, #navif { display: none !important; }

  #wrapper #header {
    border-top: 4px solid #368ed1 !important;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  }
  #header { height: 70px !important; }

  .logo { text-align: center; padding: 6px 0; left: 10px !important; top: 1px !important; }
  .logo img { max-width: 160px !important; height: auto !important; }

  .fdw-btn { left: 20px; right: auto !important; }
  #breadcrumbs { margin-top: 8px; }
  div.movo_form p { border-radius: 15px; }

  .indetail3-toclist { grid-template-columns: 1fr; }
  .indetail3-toclist a { font-size: 15px; }
}

@media (prefers-reduced-motion: no-preference) {
  html.js body {
    opacity: 0;
    transition: opacity 220ms ease;
  }
  html.js body.page-ready { opacity: 1; }
}

@keyframes blinkNoticeColor {
  0%, 100% {
    background: rgba(136, 158, 242, 0.12);
    color: inherit;
    box-shadow: none;
  }
  50% {
    background: rgba(136, 158, 242, 0.55);
    color: #0b1633;
  }
}
a.blink-once {
  animation: blinkNoticeColor 0.6s ease-in-out 0s 5;
}
@media (prefers-reduced-motion: reduce) {
  a.blink-once { animation: none; }
}