.elementor-kit-1168{--e-global-color-primary:#3a8fd6;--e-global-color-secondary:#1a2942;--e-global-color-text:#2c3e50;--e-global-color-accent:#3a8fd6;--e-global-color-87321a1:#4267B2;--e-global-color-7adb33a:#FFFFFF;--e-global-color-f5fc268:#E15A2C;--e-global-color-18a2f2b:#A5ADB8;--e-global-color-e6d3803:#D12D7D;--e-global-color-bf5725e:#945200;--e-global-color-45a49a9:#BD0900;--e-global-color-3924259:#94BE49;--e-global-color-c71f915:#574B3D;--e-global-color-6734b46:#009193;--e-global-color-6d30730:#0C3B2E;--e-global-color-ecc606a:#E7B63D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1168 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Dropdown sub-menu fix (after Header redesign) === */
#navi .navi-in > .menu-header > li.menu-item-has-children { position: relative; }
#navi .navi-in > .menu-header > li > .sub-menu {
  position: absolute !important; top: 100% !important; left: 0 !important;
  display: none !important;
  background: #fff !important; border: 1px solid #e5e7eb !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  min-width: 240px !important; padding: 8px 0 !important; margin: 0 !important;
  list-style: none !important; z-index: 1000 !important;
  flex-direction: column !important; width: auto !important; height: auto !important;
}
#navi .navi-in > .menu-header > li:hover > .sub-menu,
#navi .navi-in > .menu-header > li:focus-within > .sub-menu { display: block !important; }
#navi .navi-in > .menu-header > li > .sub-menu > li {
  display: block !important; width: 100% !important;
  margin: 0 !important; padding: 0 !important; height: auto !important; min-height: 0 !important;
  border: none !important;
}
#navi .navi-in > .menu-header > li > .sub-menu > li > a {
  display: block !important; padding: 10px 18px !important;
  color: #2c3e50 !important; font-size: 13px !important; font-weight: 400 !important;
  background: transparent !important; border: none !important;
  white-space: nowrap !important; text-decoration: none !important;
  height: auto !important; min-height: 0 !important;
}
#navi .navi-in > .menu-header > li > .sub-menu > li > a:hover,
#navi .navi-in > .menu-header > li > .sub-menu > li > a:focus {
  background: #f3f4f6 !important; color: #3a8fd6 !important;
}
#navi .navi-in > .menu-header > li.menu-item-has-children > a > .top-has-sub {
  margin-left: 4px; display: inline-flex; align-items: center;
}
#navi .navi-in > .menu-header > li.menu-item-has-children > a .fa-angle-down {
  font-size: 11px !important; color: #94a3b8 !important;
}
#navi .navi-in > .menu-header > li.menu-item-has-children > a { cursor: default; }

/* Mobile: dropdown を完全に隠す（ハンバーガーメニューでアクセスしてもらう） */
@media (max-width: 1024px) {
  #navi .navi-in > .menu-header > li > .sub-menu { display: none !important; }
  #navi .navi-in > .menu-header > li.menu-item-has-children > a > .top-has-sub { display: none !important; }
}

/* === DICA Top Hero (added 2026-05-14) === */
.elementor-element-a2611b1 { position: relative; }
.dica-top-hero {
  text-align: center;
  color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.dica-top-hero-eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  color: #b8d5f0;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.dica-top-hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 28px 0;
  letter-spacing: 0.05em;
}
.dica-top-hero-divider {
  width: 56px;
  height: 2px;
  background: #3a8fd6;
  margin: 0 auto 32px;
}
.dica-top-hero-subtitle {
  font-size: 17px;
  line-height: 1.95;
  margin: 0 0 40px 0;
  color: #f5f5f5;
}
.dica-top-hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.dica-top-hero-btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.25s;
  letter-spacing: 0.05em;
}
.dica-top-hero-btn-primary {
  background: #3a8fd6;
  color: #fff !important;
}
.dica-top-hero-btn-primary:hover {
  background: #2474bd;
  color: #fff !important;
}
.dica-top-hero-btn-secondary {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}
.dica-top-hero-btn-secondary:hover {
  background: rgba(255,255,255,0.15);
  color: #fff !important;
}
.elementor-element-a2611b1 .elementor-widget-heading {
  position: relative;
  z-index: 2;
  margin-top: -8px;
}
.elementor-element-a2611b1 .elementor-widget-heading h1 {
  color: rgba(255,255,255,0.7) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .dica-top-hero { padding: 20px 12px; }
  .dica-top-hero-title { font-size: 26px; line-height: 1.55; }
  .dica-top-hero-eyebrow { font-size: 11px; letter-spacing: 3px; margin-bottom: 14px; }
  .dica-top-hero-subtitle { font-size: 14px; margin-bottom: 28px; }
  .dica-top-hero-btn { padding: 12px 22px; font-size: 14px; }
  .dica-top-hero-divider { margin-bottom: 22px; }
}
/* === END Top Hero === */

/* === Library Archive Title 強化 (2026-05-14) === */
body.archive .archive-title {
  font-size: 30px;
  font-weight: 700;
  color: #1a2942;
  border-left: 6px solid #3a8fd6;
  padding: 14px 0 14px 22px;
  margin: 36px 0 28px;
  background: linear-gradient(to right, rgba(58,143,214,0.06), transparent);
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
body.archive .archive-title .fa,
body.archive .archive-title .fa-folder-open {
  color: #3a8fd6;
  margin-right: 14px;
  font-size: 26px;
}
@media (max-width: 768px) {
  body.archive .archive-title {
    font-size: 21px;
    padding: 10px 0 10px 14px;
    border-left-width: 4px;
    margin: 24px 0 20px;
  }
  body.archive .archive-title .fa,
  body.archive .archive-title .fa-folder-open {
    font-size: 18px;
    margin-right: 10px;
  }
}
/* === END Library Archive Title === */

/* === DICA Top Hero - 白背景除去 + 白文字強制 (2026-05-14 v2) === */
.elementor-element-a2611b1 .elementor-widget,
.elementor-element-a2611b1 .elementor-widget-container,
.elementor-element-a2611b1 .elementor-widget-wrap,
.elementor-element-a2611b1 .elementor-column {
  background: transparent !important;
  background-color: transparent !important;
}
.elementor-element-a2611b1 .elementor-widget-heading h1,
.elementor-element-a2611b1 .elementor-widget-heading .elementor-heading-title {
  color: #ffffff !important;
}
.dica-top-hero-title {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .dica-top-hero-title { white-space: normal; }
}
/* === END Top Hero v2 === */

/* === DICA Top Hero v3 - 明るめトーン + ブルー文字 (2026-05-14) === */
.elementor-element-a2611b1 .dica-top-hero {
  background: rgba(255, 255, 255, 0.30);
  padding: 56px 40px;
  max-width: 920px;
  margin: 0 auto;
}
.dica-top-hero-title {
  color: #3a8fd6 !important;
  font-weight: 300 !important;
  letter-spacing: 0.1em;
  text-shadow: none;
}
.dica-top-hero-subtitle {
  color: #1a2942 !important;
  font-weight: 400;
}
.dica-top-hero-eyebrow {
  color: #3a8fd6 !important;
  font-weight: 500;
}
.dica-top-hero-divider {
  background: #3a8fd6;
}
.elementor-element-a2611b1 .elementor-widget-heading h1,
.elementor-element-a2611b1 .elementor-widget-heading .elementor-heading-title {
  color: #1a2942 !important;
  text-shadow: none;
}
.dica-top-hero-btn-primary {
  background: #3a8fd6 !important;
  color: #ffffff !important;
}
.dica-top-hero-btn-primary:hover {
  background: #2474bd !important;
}
.dica-top-hero-btn-secondary {
  background: transparent !important;
  color: #3a8fd6 !important;
  border: 2px solid #3a8fd6 !important;
}
.dica-top-hero-btn-secondary:hover {
  background: rgba(58, 143, 214, 0.1) !important;
  color: #3a8fd6 !important;
}
@media (max-width: 768px) {
  .elementor-element-a2611b1 .dica-top-hero {
    padding: 36px 22px;
  }
}
/* === END v3 === */

/* === DICA Top Hero v4 - CTAなし・シンプル大型化 (2026-05-14) === */
.elementor-element-a2611b1 .dica-top-hero {
  padding: 72px 40px;
}
.dica-top-hero-title {
  font-size: 64px !important;
  font-weight: 300 !important;
  line-height: 1.55 !important;
  letter-spacing: 0.12em !important;
  margin: 0 0 32px 0 !important;
}
.dica-top-hero-subtitle {
  font-size: 18px !important;
  margin: 0 !important;
}
.dica-top-hero-eyebrow {
  margin-bottom: 28px !important;
  letter-spacing: 5px !important;
}
.dica-top-hero-divider {
  margin: 0 auto 32px !important;
  width: 64px !important;
}
@media (max-width: 768px) {
  .elementor-element-a2611b1 .dica-top-hero {
    padding: 44px 20px;
  }
  .dica-top-hero-title {
    font-size: 30px !important;
    line-height: 1.55 !important;
    letter-spacing: 0.05em !important;
  }
  .dica-top-hero-subtitle {
    font-size: 14px !important;
  }
}
/* === END v4 === */

/* === DICA Top Hero v5 - サイズ調整 (2026-05-14) === */
.dica-top-hero-title {
  font-size: 44px !important;
  white-space: normal !important;
  letter-spacing: 0.08em !important;
  line-height: 1.5 !important;
}
.elementor-element-a2611b1 .dica-top-hero {
  max-width: 880px;
  padding: 60px 32px;
}
@media (max-width: 1024px) {
  .dica-top-hero-title { font-size: 32px !important; }
}
@media (max-width: 768px) {
  .dica-top-hero-title { font-size: 24px !important; letter-spacing: 0.04em !important; }
  .elementor-element-a2611b1 .dica-top-hero { padding: 36px 18px; }
}
/* === END v5 === */

/* === MetaSlider 強制非表示 (2026-05-14) === */
body.home #metaslider-id-85,
body.home .metaslider-85,
#metaslider-id-85,
.metaslider-85,
#metaslider_container_85,
#metaslider_85 {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* === END MetaSlider hide === */

/* === Top Content Section Headings Unified (2026-05-15) === */
body.home .elementor-element-55afbea .elementor-heading-title,
body.home .elementor-element-4ff143d .elementor-heading-title,
body.home .elementor-element-d6a6eb2 .elementor-heading-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #1a2942 !important;
  text-align: center !important;
  letter-spacing: 0.08em !important;
  line-height: 1.5 !important;
  margin: 0 auto 20px !important;
  display: block;
  position: relative;
}
body.home .elementor-element-55afbea .elementor-heading-title::after,
body.home .elementor-element-4ff143d .elementor-heading-title::after,
body.home .elementor-element-d6a6eb2 .elementor-heading-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: #3a8fd6;
  margin: 20px auto 0;
}
body.home .elementor-element-55afbea,
body.home .elementor-element-4ff143d,
body.home .elementor-element-d6a6eb2 {
  padding-top: 48px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 768px) {
  body.home .elementor-element-55afbea .elementor-heading-title,
  body.home .elementor-element-4ff143d .elementor-heading-title,
  body.home .elementor-element-d6a6eb2 .elementor-heading-title {
    font-size: 22px !important;
  }
  body.home .elementor-element-55afbea .elementor-heading-title::after,
  body.home .elementor-element-4ff143d .elementor-heading-title::after,
  body.home .elementor-element-d6a6eb2 .elementor-heading-title::after {
    width: 48px;
    height: 2px;
    margin: 14px auto 0;
  }
}
/* === END Top Headings === */

/* === text-editor h2 統一装飾 (.dica-section-h2) (2026-05-15) === */
body.home .dica-section-h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #1a2942 !important;
  text-align: center !important;
  letter-spacing: 0.08em !important;
  line-height: 1.5 !important;
  margin: 0 auto 20px !important;
  display: block;
  position: relative;
  padding: 0 !important;
}
body.home .dica-section-h2::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  background: #3a8fd6;
  margin: 20px auto 0;
}
/* section padding 上下調整 */
body.home .elementor-element-59b3945,
body.home .elementor-element-69d6b7e {
  padding-top: 48px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 768px) {
  body.home .dica-section-h2 { font-size: 22px !important; }
  body.home .dica-section-h2::after {
    width: 48px;
    height: 2px;
    margin: 14px auto 0;
  }
}
/* === END text-editor h2 統一 === */

/* === pc-only line break (2026-05-15) === */
@media (max-width: 768px) {
  br.pc-br { display: none; }
}
/* === END === */

/* === spacer 統一 40px (2026-05-15) === */
body.home .elementor-widget-spacer .elementor-spacer-inner {
  height: 40px !important;
}
body.home .elementor-widget-spacer {
  margin: 0 !important;
  padding: 0 !important;
}
/* === END === */

/* === Pick up News list + 最新記事ラベル (2026-05-15) === */
.dica-pickup-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dica-pickup-item {
  background: rgba(58, 143, 214, 0.06);
  border-left: 4px solid #3a8fd6;
  padding: 14px 18px;
  margin-bottom: 12px !important;
  border-radius: 4px;
  transition: all 0.2s ease;
  list-style: none !important;
}
.dica-pickup-item:hover {
  background: rgba(58, 143, 214, 0.13);
  transform: translateX(4px);
}
.dica-pickup-item a {
  color: #1a2942 !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}
.dica-pickup-item:hover a {
  color: #3a8fd6 !important;
}
.dica-pickup-new {
  display: inline-block;
  background: #e15a2c;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.dica-latest-label {
  text-align: center !important;
  color: #1a2942;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin: 20px 0 16px !important;
  padding: 8px 16px;
  background: rgba(58, 143, 214, 0.08);
  border-radius: 4px;
  display: inline-block;
}
body.home .elementor-element-16a6343 {
  text-align: center;
}
@media (max-width: 768px) {
  .dica-pickup-item { padding: 12px 14px; }
  .dica-pickup-item a { font-size: 14px; }
}
/* === END Pick up News === */

/* === DICA Library 最新記事カード (2026-05-15) === */
.dica-latest-meta {
  font-size: 12px !important;
  color: #5a6470 !important;
  letter-spacing: 0.08em;
  margin: 16px 0 8px !important;
  text-align: center;
}
.dica-latest-title {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin: 0 0 18px !important;
  text-align: center;
}
.dica-latest-title a {
  color: #1a2942 !important;
  text-decoration: none !important;
  font-weight: 600;
}
.dica-latest-title a:hover {
  color: #3a8fd6 !important;
}
.dica-latest-cta {
  text-align: center !important;
  margin: 16px 0 0 !important;
  font-size: 13px;
}
.dica-latest-cta a {
  color: #3a8fd6 !important;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.dica-latest-cta a:hover {
  color: #1a5a94 !important;
  text-decoration: underline !important;
}
/* === END === */

/* === DICA Library入口 キャプション (2026-05-15) === */
.dica-lib-caption {
  text-align: center !important;
  color: #5a6470 !important;
  font-size: 14px !important;
  margin: 8px 0 16px !important;
  letter-spacing: 0.04em;
}
.dica-lib-cta {
  text-align: center !important;
  margin: 12px 0 0 !important;
}
.dica-lib-cta a {
  display: inline-block;
  padding: 8px 22px;
  background: transparent;
  color: #3a8fd6 !important;
  border: 2px solid #3a8fd6;
  border-radius: 4px;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: all 0.2s;
}
.dica-lib-cta a:hover {
  background: #3a8fd6;
  color: #fff !important;
}
/* === END === */

/* === DICA Library 説明文 + Passport アプリ案内 (2026-05-15) === */
.dica-lib-desc {
  text-align: center !important;
  color: #1a2942 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
  margin: 12px auto 20px !important;
  max-width: 90%;
}
.dica-app-tagline {
  text-align: center !important;
  color: #3a8fd6 !important;
  font-size: 13px !important;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 8px 0 20px !important;
}
.dica-app-desc {
  text-align: center !important;
  color: #1a2942 !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
  margin: 0 auto 28px !important;
  max-width: 680px;
}
/* === END === */

/* === Mobile fine-tune for dica-* helper classes (2026-05-15) === */
@media (max-width: 768px) {
  /* Library 入口セクション */
  .dica-lib-caption {
    font-size: 13px !important;
    margin: 6px 0 12px !important;
  }
  .dica-lib-desc {
    font-size: 13px !important;
    line-height: 1.75 !important;
    margin: 10px auto 16px !important;
  }
  .dica-lib-cta a {
    padding: 7px 18px !important;
    font-size: 12px !important;
  }

  /* 最新記事カード */
  .dica-latest-meta {
    font-size: 11px !important;
    margin: 12px 0 6px !important;
    letter-spacing: 0.05em;
  }
  .dica-latest-title {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 0 14px !important;
  }
  .dica-latest-cta {
    font-size: 12px !important;
    margin: 12px 0 0 !important;
  }

  /* DICA Passport アプリ */
  .dica-app-tagline {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    margin: 6px 0 14px !important;
  }
  .dica-app-desc {
    font-size: 13px !important;
    line-height: 1.75 !important;
    margin: 0 auto 18px !important;
    padding: 0 4px;
  }
}
/* === END mobile fine-tune === */

/* === DICA Passport アプリLP (2026-05-15) === */
.dica-app-lead {
  text-align: center !important;
  color: #1a2942 !important;
  font-size: 15px !important;
  line-height: 1.95 !important;
  margin: 0 auto 36px !important;
  max-width: 640px;
}
.dica-app-features {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 32px 0 36px;
  flex-wrap: wrap;
}
.dica-app-feature {
  flex: 1 1 200px;
  max-width: 240px;
  text-align: center;
  padding: 22px 16px 18px;
  background: rgba(58, 143, 214, 0.06);
  border-radius: 8px;
  border: 1px solid rgba(58, 143, 214, 0.12);
}
.dica-app-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #3a8fd6;
  color: #fff;
  font-size: 24px;
  margin-bottom: 14px;
}
.dica-app-feat-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a2942 !important;
  margin: 0 0 8px !important;
  line-height: 1.5;
}
.dica-app-feat-desc {
  font-size: 13px !important;
  color: #5a6470 !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .dica-app-lead { font-size: 13px !important; margin: 0 auto 24px !important; }
  .dica-app-features { flex-direction: column; gap: 12px; margin: 24px 0; }
  .dica-app-feature { max-width: 100%; padding: 18px 16px 14px; }
  .dica-app-icon-circle { width: 40px; height: 40px; font-size: 20px; }
  .dica-app-feat-title { font-size: 14px !important; }
  .dica-app-feat-desc { font-size: 12px !important; }
}
/* === END === *//* End custom CSS */