/* Netclue static site page styles */
.hero-image {
  background: #fff;
}

.hero-image img {
  width: 100%;
}

/* TOP ヒーロー（画像に文言を重ねる方式・PC高さ抑制） */
.hero-overlay {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 420px;
  overflow: hidden;
  background: var(--color-navy);
}
.hero-overlay__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.45) 55%, rgba(15, 23, 42, 0.2) 100%);
}
.hero-overlay__inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 48px 0;
  color: #fff;
}
.hero-overlay__inner .eyebrow {
  color: #bfdbfe;
}
.hero-overlay__inner h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero-overlay__inner h1 {
    white-space: normal;
  }
}
.hero-overlay__inner p {
  margin: 0 0 24px;
  color: #e5eefc;
  font-size: clamp(15px, 1.8vw, 18px);
}
@media (max-width: 860px) {
  .hero-overlay {
    min-height: 340px;
  }
  .hero-overlay__inner {
    padding: 36px 0;
  }
}

.hero-copy {
  padding: 40px 0 34px;
  background: #fff;
  text-align: center;
}

.hero-copy__inner {
  max-width: 900px;
}

.hero-copy h1 {
  margin: 0 0 12px;
  color: var(--color-navy);
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.3;
}

.hero-copy p {
  margin: 0 auto 22px;
  max-width: 760px;
  color: #475569;
  font-size: clamp(16px, 2vw, 19px);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(160px, 260px) 1fr;
  gap: 32px;
  align-items: start;
}

.news-list {
  padding: 24px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

/* news-list とその下の「もっとみる」を1つの列（section-split の右カラム）にまとめる */
.news-col {
  display: flex;
  flex-direction: column;
}

.news-more {
  margin: 12px 0 0;
  text-align: right;
}

.news-more a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-blue);
  font-weight: 700;
  font-size: 15px;
}

.news-more a::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.news-more a:hover {
  text-decoration: underline;
}

.news-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-line);
}

.news-item:first-child {
  padding-top: 0;
}

.news-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-item time {
  color: var(--color-muted);
  font-size: 14px;
  white-space: nowrap;
}

.news-item a {
  color: var(--color-navy);
  font-weight: 700;
}

.panel,
.lead-panel {
  padding: 36px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color-line);
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  color: var(--color-blue);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
}

.stat-item strong span {
  font-size: 16px;
}

.stat-item > span {
  display: block;
  margin-top: 8px;
  color: var(--color-muted);
  font-size: 14px;
}

.text-body p {
  margin: 0 0 1.2em;
}

.text-body p:last-child {
  margin-bottom: 0;
}

.signature {
  margin-top: 24px !important;
  text-align: right;
  font-weight: 700;
}

.panel-action {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--color-line);
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.service-card,
.solution-card,
.feature-card,
.price-card,
.case-card {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.service-card {
  display: flex;
  flex-direction: column;
}

.service-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.service-card__body,
.solution-card,
.feature-card,
.price-card {
  padding: 24px;
}

.card-label {
  margin: 0 0 8px;
  color: var(--color-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-card h3,
.solution-card h3,
.feature-card h3,
.price-card h3,
.case-card h3 {
  margin: 0 0 10px;
  color: var(--color-navy);
  font-size: 20px;
  line-height: 1.45;
}

.service-card p,
.solution-card p,
.feature-card p,
.price-card p,
.case-card p {
  margin: 0 0 18px;
  color: #475569;
  font-size: 15px;
}

.text-link {
  font-weight: 800;
}

.feature-grid,
.solution-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.solution-card img {
  width: 100%;
  margin: -24px -24px 20px;
  max-width: calc(100% + 48px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--color-blue);
  color: #fff;
  font-weight: 800;
}

.price {
  color: var(--color-blue) !important;
  font-size: 24px !important;
  font-weight: 800;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.case-card {
  display: grid;
  grid-template-columns: 42% 1fr;
}

.case-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.case-card > div {
  padding: 24px;
}

.timeline,
.info-table {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.timeline p,
.info-table dl {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--color-line);
}

.timeline p:last-child,
.info-table dl:last-child {
  border-bottom: 0;
}

.timeline time,
.info-table dt {
  color: var(--color-blue);
  font-weight: 800;
}

.info-table dd {
  margin: 0;
}

@media (max-width: 1100px) {
  .service-grid,
  .feature-grid,
  .solution-grid,
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .section-split,
  .service-grid,
  .feature-grid,
  .solution-grid,
  .price-grid,
  .case-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .panel,
  .lead-panel,
  .service-card__body,
  .solution-card,
  .feature-card,
  .price-card,
  .case-card > div {
    padding: 22px;
  }

  .solution-card img {
    margin: -22px -22px 18px;
    max-width: calc(100% + 44px);
  }

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .timeline p,
  .info-table dl {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* ===== Shared document/legal page bits ===== */
.doc-title {   /* former WordPress content <h1>, kept as <h2> at same size */
  margin: 0 0 0.67em;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3;
}
.doc-note {
  font-size: 0.95rem;
  color: #666;
}

/* ===== Terms of sale (hanbai) ===== */
.terms-lead {
  margin-bottom: 2.5rem;
  font-size: 1.1rem;
  color: #555;
  line-height: 1.9;
}
.terms-box {
  padding: 32px;
  margin-bottom: 40px;
  background: #f8fafc;
  border-radius: 12px;
}
.terms-article {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e2e8f0;
}
.terms-article:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.terms-article h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  color: #333;
}
.terms-article > p {
  margin: 0;
  font-size: 1.05rem;
  color: #333;
  line-height: 1.9;
}
.terms-article > p.terms-p-gap {
  margin-bottom: 16px;
}
.terms-subbox {
  padding: 20px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 8px;
}
.terms-subbox:last-child {
  margin-bottom: 0;
}
.terms-subbox h4 {
  margin: 0 0 8px;
  font-size: 1rem;
  color: #667eea;
}
.terms-subbox p {
  margin: 0;
  font-size: 1rem;
  color: #333;
}
.terms-note {
  font-size: 0.95rem;
  color: #666;
}
.terms-link {
  color: #667eea;
}
.terms-sign {
  padding: 28px;
  margin-bottom: 40px;
  text-align: center;
  background: #ecfdf5;
  border-radius: 12px;
}
.terms-sign p {
  margin: 0 0 8px;
  font-size: 1.05rem;
  color: #333;
}
.terms-sign .terms-sign__rev {
  margin-bottom: 20px;
}
.terms-sign .terms-sign__co {
  margin: 0;
  font-size: 1.1rem;
}
.terms-actions {
  text-align: center;
}
.terms-actions__lead {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: #555;
}
.terms-actions__row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.terms-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
}
.terms-btn--upload {
  background: #667eea;
}
.terms-btn--contact {
  background: #10b981;
}

/* ===== Data upload (upload) ===== */
.up-lead {
  margin-bottom: 2.5rem;
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  text-align: center;
}
.up-box-gray,
.up-box-green,
.up-box-white {
  padding: 28px;
  margin-bottom: 40px;
  border-radius: 12px;
}
.up-box-gray {
  background: #f8fafc;
}
.up-box-green {
  background: #ecfdf5;
}
.up-box-white {
  background: #fff;
  border: 1px solid #e2e8f0;
}
.up-box-white--mb24 {
  margin-bottom: 24px;
}
.up-h2 {
  margin: 0 0 16px;
  font-size: 1.3rem;
  color: #333;
}
.up-h2--mb20 {
  margin-bottom: 20px;
}
.up-h2--green {
  margin-bottom: 20px;
  color: #065f46;
}
.up-p-note {
  margin-bottom: 16px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #555;
}
.up-p-mb8 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  color: #555;
}
.up-p-sm0 {
  margin: 0;
  font-size: 1rem;
}
.up-p-333 {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #333;
}
.up-link {
  color: #667eea;
}
.up-list {
  padding: 0 0 0 1.5rem;
  font-size: 1.05rem;
  line-height: 2;
  color: #333;
}
.up-list--mt16 {
  margin: 16px 0 0;
}
.up-list--mb20 {
  margin: 0 0 20px;
}
.up-hint {
  margin: 16px 0 0;
  font-size: 1rem;
  color: #666;
}
.up-cta-wrap {
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.up-cta-card {
  padding: 28px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
}
.up-cta-card:last-child {
  margin-bottom: 0;
}
.up-h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  color: #333;
}
.up-p-cta {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
}
.up-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 1.05rem;
  text-decoration: none;
}
.up-btn--green {
  background: #10b981;
}
.up-btn--purple {
  background: #667eea;
}
.up-btn--amber {
  background: #f59e0b;
}
.up-callout-amber {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fef3c7;
}
.up-callout-gray {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #f8fafc;
}
.up-h4 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  color: #333;
}
.up-h4--amber {
  color: #92400e;
}
.up-list-sub {
  margin: 0;
  padding: 0 0 0 1.2rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.up-p-95 {
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #666;
}
.up-p-90 {
  margin: 12px 0 0;
  font-size: 0.9rem;
  color: #666;
}
.up-p0 {
  margin: 0;
}
.up-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.up-table th,
.up-table td {
  padding: 10px;
  border: 1px solid #cbd5e1;
}
.up-table th {
  text-align: left;
}
.up-table-head {
  background: #e2e8f0;
}
.up-dl-link {
  display: inline-flex;
  align-items: center;
  color: #667eea;
  font-weight: 500;
}
.up-dl-icon {
  margin-right: 8px;
}

/* ===== NaviCard features page ===== */
/* moved from in-page <style>: lightbox */
.navicard-lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}
.navicard-lightbox.active {
  display: flex;
}
.navicard-lightbox img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.navicard-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.navicard-lightbox-close:hover {
  background: #f0f0f0;
}
.navicard-thumb {
  cursor: pointer;
  transition: opacity 0.2s;
}
.navicard-thumb:hover {
  opacity: 0.85;
}
/* moved from in-page <style>: block list */
.nc-blocks-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.nc-blocks-section h2 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: .5rem;
}
.nc-blocks-section .lead {
  text-align: center;
  color: #64748b;
  margin-bottom: 2rem;
}
.nc-blocks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.nc-block-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: box-shadow .2s, transform .2s;
}
.nc-block-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}
.nc-block-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.nc-block-icon {
  width: 48px;
  height: 48px;
  border-radius: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nc-block-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
}
.nc-block-desc {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.6;
}
.nc-block-image {
  margin-top: 1rem;
  border-radius: .5rem;
  overflow: hidden;
  background: #f8fafc;
}
.nc-block-image img {
  width: 100%;
  height: auto;
  display: block;
}
.nc-block-image-placeholder {
  margin-top: 1rem;
  border-radius: .5rem;
  background: #f1f5f9;
  border: 2px dashed #cbd5e1;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: .85rem;
}
.nc-category {
  margin-bottom: 2.5rem;
}
.nc-category-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #e2e8f0;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.nc-demo-cta {
  background: linear-gradient(135deg, #1A8CCD, #0D5C8C);
  border-radius: 1rem;
  padding: 2rem;
  margin: 3rem 0;
  text-align: center;
}
.nc-demo-cta h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: .75rem;
}
.nc-demo-cta p {
  color: rgba(255, 255, 255, .9);
  font-size: .95rem;
  margin-bottom: 1.5rem;
}
.nc-demo-cta a {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: #fff;
  color: #1A8CCD;
  padding: .875rem 2rem;
  border-radius: .5rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}
/* block icon gradients (formerly inline) */
.nc-ic-button { background: linear-gradient(135deg, #3b82f6, #2563eb); }
.nc-ic-text { background: linear-gradient(135deg, #64748b, #475569); }
.nc-ic-label { background: linear-gradient(135deg, #a855f7, #9333ea); }
.nc-ic-cta { background: linear-gradient(135deg, #ef4444, #dc2626); }
.nc-ic-image { background: linear-gradient(135deg, #ec4899, #db2777); }
.nc-ic-profile { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.nc-ic-menu { background: linear-gradient(135deg, #f59e0b, #d97706); }
.nc-ic-price { background: linear-gradient(135deg, #14b8a6, #0d9488); }
.nc-ic-calendar { background: linear-gradient(135deg, #10b981, #059669); }
.nc-ic-staff { background: linear-gradient(135deg, #f472b6, #ec4899); }
.nc-ic-contact { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.nc-ic-banner { background: linear-gradient(135deg, #f97316, #ea580c); }
.nc-ic-review { background: linear-gradient(135deg, #f472b6, #e879f9); }
.nc-ic-faq { background: linear-gradient(135deg, #22d3ee, #06b6d4); }
.nc-ic-feature { background: linear-gradient(135deg, #6366f1, #4f46e5); }
.nc-ic-steps { background: linear-gradient(135deg, #0ea5e9, #0284c7); }
.nc-ic-coupon { background: linear-gradient(135deg, #fbbf24, #f59e0b); }
.nc-ic-comparison { background: linear-gradient(135deg, #84cc16, #65a30d); }
.nc-ic-category { background: linear-gradient(135deg, #06b6d4, #0891b2); }
.nc-ic-route { background: linear-gradient(135deg, #10b981, #059669); }
.nc-ic-news { background: linear-gradient(135deg, #f97316, #ea580c); }
.nc-ic-article { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
.nc-ic-list { background: linear-gradient(135deg, #78716c, #57534e); }
.nc-ic-iframe { background: linear-gradient(135deg, #a3a3a3, #737373); }
.nc-ic-customhtml { background: linear-gradient(135deg, #475569, #334155); }
/* first view */
.ncf-fv {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  border-bottom: 3px solid #1A8CCD;
  margin-bottom: 40px;
}
.ncf-fv-eyebrow {
  color: #1A8CCD;
  font-size: 0.95em;
  margin-bottom: 10px;
  font-weight: 500;
}
.ncf-fv-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}
.ncf-fv-lead {
  font-size: 1.15em;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.8;
}
/* shared card + section bits */
.ncf-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.ncf-card--clip { overflow: hidden; }
.ncf-card--pad { padding: 30px; }
.ncf-h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333;
}
.ncf-tpl-img {
  width: 100%;
  display: block;
}
/* template section */
.ncf-sec {
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #f8f9fa;
}
.ncf-lead-centered {
  text-align: center;
  color: #666;
  margin: 0 auto 40px;
  max-width: 600px;
}
.ncf-inner {
  max-width: 900px;
  margin: 0 auto;
}
.ncf-tpl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  align-items: center;
  margin-bottom: 40px;
}
.ncf-tpl-h3 {
  font-size: 1.3em;
  margin: 0 0 15px;
  color: #333;
}
.ncf-tpl-p {
  color: #666;
  line-height: 1.8;
  margin: 0 0 20px;
}
.ncf-tpl-ul {
  margin: 0;
  padding: 0 0 0 20px;
  color: #555;
  line-height: 1.8;
}
.ncf-param-h3 {
  font-size: 1.1em;
  margin: 0 0 20px;
  color: #333;
  text-align: center;
}
.ncf-param-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  text-align: center;
}
.ncf-param-box {
  background: #f0f7fb;
  padding: 20px;
  border-radius: 8px;
}
.ncf-param-label {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 5px;
}
.ncf-param-code {
  font-family: monospace;
  color: #1A8CCD;
  font-size: 1.5em;
}
.ncf-param-note {
  margin-top: 10px;
  font-size: 0.9em;
  color: #555;
}
.ncf-param-foot {
  text-align: center;
  margin-top: 15px;
  font-size: 0.85em;
  color: #888;
}
.ncf-usecase {
  margin-top: 30px;
}
.ncf-usecase-h3 {
  font-size: 1.1em;
  margin: 0 0 20px;
  color: #333;
}
.ncf-usecase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.ncf-usecase-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #1A8CCD;
}
.ncf-usecase-h4 {
  font-size: 1em;
  margin: 0 0 8px;
  color: #333;
}
.ncf-usecase-p {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
/* special features section */
.ncf-sec2 {
  padding: 40px 20px;
  margin-bottom: 40px;
}
.ncf-lead-simple {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.ncf-feat-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.ncf-feat-ic {
  width: 50px;
  height: 50px;
  background: #0D5C8C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.ncf-feat-h3 {
  font-size: 1.15em;
  margin: 0 0 10px;
  color: #333;
}
.ncf-feat-p {
  color: #666;
  line-height: 1.7;
  margin: 0 0 15px;
  font-size: 0.95em;
}
.ncf-feat-note {
  background: #f0f7fb;
  padding: 15px;
  border-radius: 6px;
  font-size: 0.9em;
  color: #555;
}
/* pricing CTA section */
.ncf-price-sec {
  background: #f8f9fa;
  padding: 40px 20px;
}
.ncf-price-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.ncf-price-h2 {
  font-size: 22px;
  color: #333;
  margin: 0 0 30px;
  font-weight: bold;
}
.ncf-price-sub {
  color: #666;
  font-size: 14px;
  margin: 0 0 25px;
}
.ncf-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}
.ncf-plan-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px 20px;
}
.ncf-plan-card--rec {
  border: 2px solid #1A8CCD;
  position: relative;
}
.ncf-plan-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #1A8CCD;
  color: #fff;
  font-size: 11px;
  padding: 3px 12px;
  border-radius: 10px;
}
.ncf-plan-label-rec {
  color: #1A8CCD;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0 5px;
}
.ncf-plan-label-lic {
  color: #0D5C8C;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
}
.ncf-plan-price {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.ncf-plan-unit {
  font-size: 14px;
  font-weight: normal;
}
.ncf-plan-note {
  color: #666;
  font-size: 12px;
  margin: 5px 0 0;
}
.ncf-price-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.ncf-price-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}
.ncf-price-btn--fill {
  background: #1A8CCD;
  color: #fff;
  font-weight: bold;
}
.ncf-price-btn--outline {
  background: #fff;
  color: #0D5C8C;
  border: 1px solid #0D5C8C;
}
.ncf-price-foot {
  color: #666;
  font-size: 13px;
  margin: 0;
}
.ncf-price-link {
  color: #1A8CCD;
  text-decoration: none;
}
.ncf-back {
  text-align: center;
  padding: 20px;
}
.ncf-back-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}

/* ===== NaviCard support page ===== */
.ncs-sec {
  padding: 40px 20px;
  margin-bottom: 40px;
}
.ncs-sec-gray {
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #f8f9fa;
  border-radius: 8px;
}
.ncs-sec-gray2 {
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #f8f9fa;
}
.ncs-sec-dark {
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #0D5C8C;
  border-radius: 8px;
  color: #fff;
}
.ncs-h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #333;
}
.ncs-h2--mb40 {
  margin-bottom: 40px;
}
.ncs-h2-sm {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #333;
}
.ncs-h2-invert {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 15px;
}
.ncs-center {
  text-align: center;
}
.ncs-lead-c {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
.ncs-inner700 {
  max-width: 700px;
  margin: 0 auto;
}
.ncs-inner800 {
  max-width: 800px;
  margin: 0 auto;
}
/* hero */
.ncs-hero {
  background: linear-gradient(135deg, #1A8CCD 0%, #0D5C8C 100%);
  padding: 50px 20px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
}
.ncs-hero-eyebrow {
  margin-bottom: 10px;
  font-size: 0.95em;
  opacity: 0.9;
}
.ncs-hero-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  font-weight: bold;
}
.ncs-hero-lead {
  font-size: 1.1em;
  margin-bottom: 25px;
  opacity: 0.9;
}
.ncs-hero-prices {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.ncs-hero-price {
  text-align: center;
}
.ncs-hero-price-label {
  font-size: 0.85em;
  opacity: 0.8;
  margin: 0 0 5px;
}
.ncs-hero-price-val {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}
.ncs-hero-price-unit {
  font-size: 0.45em;
  font-weight: normal;
}
/* おすすめ list */
.ncs-panel {
  max-width: 700px;
  margin: 0 auto;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 8px;
}
.ncs-list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ncs-check-li {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.05em;
  display: flex;
  align-items: flex-start;
}
.ncs-check-li:last-child {
  border-bottom: 0;
}
.ncs-check-mark {
  color: #1A8CCD;
  margin-right: 15px;
  font-size: 1.3em;
}
/* 内容 */
.ncs-box-outlined {
  background: #fff;
  border: 2px solid #1A8CCD;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
}
.ncs-badge-wrap {
  text-align: center;
  margin-bottom: 25px;
}
.ncs-badge {
  background: #1A8CCD;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: bold;
}
.ncs-grid250 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.ncs-card-gray {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
.ncs-emoji {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.ncs-card-h3 {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 8px;
}
.ncs-card-p {
  color: #666;
  font-size: 0.95em;
  margin: 0;
  line-height: 1.6;
}
.ncs-example-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
}
.ncs-example-h3 {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.ncs-example-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #666;
}
.ncs-example-li {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: flex-start;
}
.ncs-example-li:last-child {
  border-bottom: 0;
}
.ncs-example-check {
  color: #1A8CCD;
  margin-right: 10px;
}
/* プラン比較 table */
.ncs-table-wrap {
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
}
.ncs-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 500px;
}
.ncs-table thead tr {
  background: #333;
}
.ncs-table th {
  padding: 15px;
  color: #fff;
  text-align: center;
}
.ncs-table th.ncs-th-first {
  text-align: left;
}
.ncs-th-hl {
  background: #1A8CCD;
}
.ncs-th-note {
  font-size: 0.8em;
  font-weight: normal;
}
.ncs-table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.ncs-table tbody tr:last-child {
  border-bottom: 0;
}
.ncs-tr-alt {
  background: #fafafa;
}
.ncs-table td {
  padding: 15px;
}
.ncs-td-label {
  font-weight: bold;
}
.ncs-td-c {
  text-align: center;
}
.ncs-c-blue {
  color: #1A8CCD;
  font-weight: bold;
}
.ncs-c-green {
  color: #5cb85c;
}
.ncs-c-mute {
  color: #ccc;
}
.ncs-td-note {
  font-size: 0.85em;
  font-weight: normal;
}
/* ご利用の流れ steps */
.ncs-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.ncs-step:last-child {
  margin-bottom: 0;
}
.ncs-step-num {
  background: #1A8CCD;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}
.ncs-step-body {
  margin-left: 20px;
  flex: 1;
}
.ncs-step-h3 {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 5px;
}
.ncs-step-p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 0.95em;
}
.ncs-step-note {
  font-size: 0.9em;
  color: #999;
}
/* dark CTA */
.ncs-dark-lead {
  text-align: center;
  font-size: 1em;
  opacity: 0.9;
  margin: 0 auto 30px;
  max-width: 600px;
}
.ncs-btn-white {
  display: inline-block;
  background: #fff;
  color: #0D5C8C;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
/* FAQ */
.ncs-faq {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.ncs-faq:last-child {
  margin-bottom: 0;
}
.ncs-faq-q {
  font-size: 1.05em;
  color: #1A8CCD;
  margin-bottom: 10px;
}
.ncs-faq-a {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 0.95em;
}
/* related pages */
.ncs-related-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.ncs-related-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.ncs-related-ic {
  width: 50px;
  height: 50px;
  background: #1A8CCD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.ncs-related-ic--dark {
  background: #0D5C8C;
}
.ncs-related-h3 {
  font-size: 1.1em;
  margin: 0 0 10px;
  color: #333;
  min-height: 2.4em;
  display: flex;
  align-items: center;
}
.ncs-related-p {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}
.ncs-related-link {
  display: inline-block;
  margin-top: 15px;
  color: #1A8CCD;
  font-size: 0.9em;
  font-weight: bold;
}
.ncs-related-link--dark {
  color: #0D5C8C;
}
.ncs-related-tag {
  margin-top: 10px;
  padding: 8px 12px;
  background: #f0f7fb;
  border-radius: 4px;
  font-size: 0.85em;
  color: #0D5C8C;
}
/* apply CTA */
.ncs-apply-box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  border: 2px solid #1A8CCD;
}
.ncs-apply-price {
  font-size: 2.2em;
  font-weight: bold;
  color: #1A8CCD;
  margin-bottom: 10px;
}
.ncs-apply-unit {
  font-size: 0.4em;
  color: #333;
}
.ncs-apply-ul {
  text-align: left;
  max-width: 320px;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  color: #555;
  font-size: 0.95em;
  line-height: 2;
}
.ncs-apply-btn {
  display: inline-block;
  background: #1A8CCD;
  color: #fff;
  padding: 18px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}
.ncs-apply-links {
  text-align: center;
  margin-top: 25px;
}
.ncs-mute-link {
  color: #666;
  text-decoration: none;
}

/* ===== NaviCard examples page ===== */
.nce-sec {
  padding: 40px 20px;
  margin-bottom: 40px;
}
.nce-sec-gray {
  padding: 40px 20px;
  margin-bottom: 40px;
  background: #f8f9fa;
}
.nce-h2 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333;
}
.nce-h2-sm {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #333;
}
.nce-lead {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.nce-lead-narrow {
  text-align: center;
  color: #666;
  margin: 0 auto 40px;
  max-width: 600px;
}
.nce-lead-mb30 {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}
.nce-center {
  text-align: center;
}
.nce-inner800 {
  max-width: 800px;
  margin: 0 auto;
}
.nce-inner900 {
  max-width: 900px;
  margin: 0 auto;
}
.nce-inner900-mb40 {
  max-width: 900px;
  margin: 0 auto 40px;
}
.nce-inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.nce-ox {
  overflow-x: auto;
}
.nce-link-blue {
  color: #1A8CCD;
  text-decoration: none;
}
.nce-mute-link {
  color: #666;
  font-size: 14px;
  text-decoration: none;
}
.nce-sep {
  color: #ccc;
  margin: 0 10px;
}
.nce-note-sm {
  color: #999;
  font-size: 12px;
  margin: 10px 0 0;
}
/* hero */
.nce-hero {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  border-bottom: 3px solid #1A8CCD;
  margin-bottom: 40px;
}
.nce-eyebrow {
  color: #1A8CCD;
  font-size: 0.95em;
  margin-bottom: 10px;
  font-weight: 500;
}
.nce-hero-title {
  font-size: 2.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #333;
}
.nce-hero-inner {
  max-width: 900px;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.nce-hero-p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.nce-hero-p2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.nce-hero-link {
  color: #007acc;
  font-weight: bold;
  text-decoration: underline;
}
/* use-case cards */
.navicard-use-cases-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 768px) {
  .navicard-use-cases-grid {
    grid-template-columns: 1fr;
  }
}
.nce-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.nce-card25 {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.nce-card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.nce-card-icon {
  width: 60px;
  height: 60px;
  background: #1A8CCD;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
}
.nce-card-h3 {
  font-size: 1.25em;
  margin: 0 0 5px;
  color: #333;
}
.nce-card-sub {
  font-size: 0.9em;
  color: #1A8CCD;
  margin: 0;
}
.nce-card-desc {
  color: #666;
  line-height: 1.7;
  margin: 0 0 20px;
  font-size: 0.95em;
}
.nce-point-box {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
}
.nce-point-title {
  font-size: 0.85em;
  color: #333;
  margin: 0 0 10px;
  font-weight: bold;
}
.nce-point-ul {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 0.9em;
  color: #555;
  line-height: 1.7;
}
/* template table + scenes */
.nce-table-wrap {
  overflow-x: auto;
  margin-bottom: 40px;
}
.nce-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.nce-table thead tr {
  background: #1A8CCD;
  color: #fff;
}
.nce-table th {
  padding: 15px;
  text-align: left;
  font-weight: bold;
}
.nce-table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.nce-table tbody tr:last-child {
  border-bottom: 0;
}
.nce-tr-alt {
  background: #fafafa;
}
.nce-td-label {
  padding: 15px;
  font-weight: bold;
  color: #333;
}
.nce-td-code {
  padding: 15px;
  font-family: monospace;
  color: #1A8CCD;
  font-size: 1.4em;
}
.nce-td {
  padding: 15px;
  color: #555;
}
.nce-table-foot {
  text-align: right;
  margin-top: 10px;
  font-size: 0.85em;
  color: #888;
}
.nce-grid280 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}
.nce-scene-icon {
  width: 40px;
  height: 40px;
  background: #0D5C8C;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.nce-h3 {
  font-size: 1.1em;
  margin: 0 0 10px;
  color: #333;
}
.nce-scene-p {
  color: #666;
  line-height: 1.7;
  margin: 0 0 15px;
  font-size: 0.9em;
}
.nce-codebox {
  background: #f0f7fb;
  padding: 12px;
  border-radius: 6px;
  font-size: 0.85em;
}
.nce-code {
  color: #1A8CCD;
}
/* tips */
.nce-tips-grid {
  display: grid;
  gap: 20px;
}
.nce-tip-card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.nce-tip-num {
  width: 50px;
  height: 50px;
  background: #1A8CCD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  flex-shrink: 0;
}
.nce-tip-p {
  color: #666;
  line-height: 1.7;
  margin: 0;
  font-size: 0.95em;
}
/* related */
.nce-related-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.nce-related-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.nce-related-ic {
  width: 50px;
  height: 50px;
  background: #1A8CCD;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.nce-related-ic--dark {
  background: #0D5C8C;
}
.nce-related-h3 {
  font-size: 1.1em;
  margin: 0 0 10px;
  color: #333;
  min-height: 2.4em;
  display: flex;
  align-items: center;
}
.nce-related-p {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  line-height: 1.6;
  flex-grow: 1;
}
.nce-related-tag {
  margin-top: 10px;
  padding: 8px 12px;
  background: #f0f7fb;
  border-radius: 4px;
  font-size: 0.85em;
  color: #0D5C8C;
}
.nce-related-link {
  display: inline-block;
  margin-top: 15px;
  color: #1A8CCD;
  font-size: 0.9em;
  font-weight: bold;
}
.nce-related-link--dark {
  color: #0D5C8C;
}
/* pricing */
.nce-price-sec {
  background: #fff;
  padding: 40px 20px;
}
.nce-price-h2 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 0 0 10px;
  font-weight: bold;
}
.nce-price-sub {
  color: #666;
  font-size: 15px;
  text-align: center;
  margin: 0 0 40px;
}
.nce-price-h3 {
  font-size: 16px;
  color: #333;
  margin: 0 0 15px;
  font-weight: bold;
  border-left: 4px solid #1A8CCD;
  padding-left: 12px;
}
.nce-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.nce-plan-grid280 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.nce-plan-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.nce-plan-card--rec {
  border: 2px solid #1A8CCD;
  position: relative;
}
.nce-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #1A8CCD;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}
.nce-plan-label {
  color: #1A8CCD;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.nce-plan-label--rec {
  margin-top: 10px;
}
.nce-plan-price {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.nce-plan-unit {
  font-size: 14px;
  font-weight: normal;
}
.nce-plan-permonth {
  color: #999;
  font-size: 12px;
  margin: 3px 0 15px;
}
.nce-plan-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #555;
  line-height: 2;
}
.nce-li-disabled {
  color: #bbb;
}
/* comparison table */
.nce-ctable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  min-width: 500px;
}
.nce-ctable th {
  padding: 12px 15px;
  text-align: center;
  background: #f8f9fa;
  color: #333;
  font-size: 13px;
  border-bottom: 2px solid #e8e8e8;
}
.nce-ctable th.nce-cth-first {
  text-align: left;
}
.nce-cth-hl {
  background: #1A8CCD;
  color: #fff;
  border-bottom-color: #1A8CCD;
}
.nce-ctable tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.nce-ctable tbody tr:last-child {
  border-bottom: 0;
}
.nce-ctr-alt {
  background: #fafafa;
}
.nce-ctd-label {
  padding: 12px 15px;
  font-size: 13px;
  color: #333;
  font-weight: bold;
}
.nce-ctd {
  padding: 12px 15px;
  text-align: center;
  font-size: 13px;
}
.nce-ctd-hlbg {
  background: #f0f7fb;
}
.nce-c-dark {
  color: #333;
}
.nce-c-green {
  color: #5cb85c;
}
.nce-c-mute {
  color: #ccc;
}
.nce-c-blue-bold {
  color: #1A8CCD;
  font-weight: bold;
}
.nce-fw-bold {
  font-weight: bold;
}
/* options */
.nce-opt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 15px;
}
.nce-opt-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.nce-opt-price {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 8px;
}
.nce-opt-unit {
  font-size: 12px;
  font-weight: normal;
}
.nce-opt-desc {
  color: #666;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
/* support tiers */
.nce-tier-price {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 0;
}
.nce-tier-unit {
  font-size: 13px;
  font-weight: normal;
}
.nce-tier-monthly {
  font-size: 16px;
  color: #555;
  margin: 4px 0 5px;
}
.nce-tier-note {
  color: #999;
  font-size: 12px;
  margin: 0 0 15px;
}
.nce-cont-box {
  background: #f0f7fb;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 40px;
}
.nce-cont-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.nce-btn {
  display: inline-block;
  background: #1A8CCD;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
.nce-common-opt {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
}
.nce-common-opt-p {
  color: #555;
  font-size: 13px;
  margin: 0;
}
.nce-contact-p {
  color: #666;
  font-size: 13px;
  margin: 0 0 15px;
}
.nce-back {
  text-align: center;
  padding: 20px;
}

/* ===== NaviCard top page image sections (2026-08) ===== */
.nc-shot-grid,
.nc-editor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.nc-media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 28px;
}
.nc-shot-card,
.nc-media-card,
.nc-editor-fig {
  margin: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.nc-shot-card__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  background: #f1f5f9;
}
.nc-media-card__img,
.nc-editor-fig img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f1f5f9;
}
.nc-shot-card__body,
.nc-media-card__body {
  padding: 20px 24px 24px;
}
.nc-shot-card__body p,
.nc-media-card__body p {
  margin: 0;
  color: #475569;
  font-size: 15px;
}
.nc-media-card__body h3 {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-size: 20px;
  line-height: 1.45;
}
.nc-editor-fig figcaption {
  padding: 14px 18px;
  color: #475569;
  font-size: 14px;
}
.nc-subhead {
  margin-top: 56px;
}
@media (max-width: 1100px) {
  .nc-shot-grid,
  .nc-editor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 860px) {
  .nc-shot-grid,
  .nc-media-grid,
  .nc-editor-grid {
    grid-template-columns: 1fr;
  }
  .nc-shot-card__body,
  .nc-media-card__body {
    padding: 20px 22px 22px;
  }
}

/* ===== NaviCard トップページ リニューアル（2026-08） ===== */
/* 強み・注目機能：画像＋説明の交互レイアウト */
.nc-strengths {
  display: grid;
  gap: 44px;
}
.nc-strength {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.nc-strength:nth-child(even) .nc-strength__media {
  order: 2;
}
.nc-strength__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: #fff;
}
.nc-strength__body h3 {
  margin: 10px 0 12px;
  color: var(--color-navy);
  font-size: clamp(20px, 2.3vw, 26px);
  line-height: 1.45;
}
.nc-strength__body p {
  margin: 0;
  color: #475569;
  font-size: 16px;
}
@media (max-width: 860px) {
  .nc-strength {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .nc-strength:nth-child(even) .nc-strength__media {
    order: 0;
  }
}

/* 機能一覧：カテゴリ別ブロック画像 */
.nc-featcat + .nc-featcat {
  margin-top: 36px;
}
.nc-featcat__title {
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-line);
  color: var(--color-navy);
  font-size: 17px;
}
.nc-feat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.nc-feat-item {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.nc-feat-item img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: top center;
  background: #f1f5f9;
  border-bottom: 1px solid var(--color-line);
}
.nc-feat-item span {
  display: block;
  padding: 9px 6px;
  color: var(--color-navy);
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.nc-feat-more {
  margin: 24px 0 0;
  text-align: center;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}
@media (max-width: 1100px) {
  .nc-feat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 720px) {
  .nc-feat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 460px) {
  .nc-feat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== NaviBook ランディング 料金・比較テーブル（2026-08） ===== */
.nc-table-scroll {
  overflow-x: auto;
  margin: 0 0 14px;
}
.nc-ptable {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}
.nc-ptable th {
  padding: 12px 10px;
  background: var(--color-blue);
  color: #fff;
  font-weight: 700;
  text-align: center;
  border: 1px solid #cbd5e1;
}
.nc-ptable th:first-child {
  text-align: left;
}
.nc-ptable td {
  padding: 10px;
  border: 1px solid #e2e8f0;
  color: #334155;
  vertical-align: middle;
  line-height: 1.6;
}
.nc-ptable td:first-child {
  font-weight: 700;
  color: var(--color-navy);
}
.nc-ptable__group td {
  background: #eef2f7;
  font-weight: 700;
  color: var(--color-navy);
}
.nc-ptable__c {
  text-align: center;
}
.nc-price-note {
  margin: 6px 0 0;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.9;
}
.nc-table-heading {
  margin: 32px 0 12px;
  color: var(--color-navy);
  font-size: 18px;
}
.nc-table-heading:first-of-type {
  margin-top: 0;
}

/* ===== ビジネスナビ 集客の全体像ファネル（2026-08） ===== */
.nc-funnel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: start;
}
.nc-funnel__stage {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.nc-funnel__head {
  padding: 12px 14px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
.nc-funnel__head small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.9;
}
.nc-funnel__head--find { background: #0f5fa8; }
.nc-funnel__head--trust { background: #b45309; }
.nc-funnel__head--act { background: #0f766e; }
.nc-funnel__head--repeat { background: #be185d; }
.nc-funnel__body {
  padding: 14px;
  display: grid;
  gap: 8px;
}
.nc-funnel__item {
  padding: 10px 12px;
  border: 1px solid var(--color-line);
  border-radius: 6px;
  background: var(--color-bg);
}
.nc-funnel__item strong {
  display: block;
  color: var(--color-navy);
  font-size: 13.5px;
}
.nc-funnel__item span {
  display: block;
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
}
.nc-funnel-point {
  margin: 24px 0 0;
  padding: 18px 22px;
  border-radius: var(--radius);
  background: #eef2f7;
  color: var(--color-navy);
  font-size: 15px;
  line-height: 1.9;
}
.nc-funnel-point strong { color: var(--color-blue); }
@media (max-width: 900px) {
  .nc-funnel { grid-template-columns: 1fr; }
}
/* ○●△ 比較セル */
.nc-ptable .nc-c-o { color: #0f766e; font-weight: 700; }
.nc-ptable .nc-c-s { color: #0f5fa8; font-weight: 700; }
.nc-ptable .nc-c-t { color: #b45309; font-weight: 700; }

/* ===== NaviCard 注目機能ショーケース（全画像表示・2026-08） ===== */
.nc-showcase {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.nc-showcase__card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.nc-showcase__media {
  padding: 18px;
  background: #0f172a;
  text-align: center;
}
.nc-showcase__media img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 520px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}
.nc-showcase__body {
  padding: 22px 24px 24px;
}
.nc-showcase__body h3 {
  margin: 8px 0 10px;
  color: var(--color-navy);
  font-size: 20px;
  line-height: 1.45;
}
.nc-showcase__body p {
  margin: 0;
  color: #475569;
  font-size: 15px;
}
@media (max-width: 780px) {
  .nc-showcase { grid-template-columns: 1fr; }
}

/* ===== NaviCard 業種別の使い方（詳細カード） ===== */
.nc-usecard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.nc-usecard {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  padding: 24px;
}
.nc-usecard__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.nc-usecard__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.nc-usecard__head h3 {
  margin: 0;
  color: var(--color-navy);
  font-size: 19px;
}
.nc-usecard__sub {
  margin: 3px 0 0;
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 700;
}
.nc-usecard > p {
  margin: 0 0 16px;
  color: #475569;
  font-size: 15px;
}
.nc-usecard__points {
  background: var(--color-bg);
  border-radius: 8px;
  padding: 16px 18px;
}
.nc-usecard__points p {
  margin: 0 0 8px;
  color: var(--color-navy);
  font-weight: 700;
  font-size: 13px;
}
.nc-usecard__points ul {
  margin: 0;
  padding-left: 20px;
  color: #475569;
  font-size: 14px;
  line-height: 1.9;
}
.nc-usecard__points strong {
  color: var(--color-navy);
}
@media (max-width: 780px) {
  .nc-usecard-grid { grid-template-columns: 1fr; }
}
/* テンプレート活用シーンの小コード表示 */
.nc-scene-code {
  margin-top: 4px;
  padding: 12px 14px;
  background: #f0f7fb;
  border-radius: 6px;
  font-size: 13px;
  color: #334155;
}
.nc-scene-code code {
  color: var(--color-blue);
  font-weight: 700;
}

.nc-mt-lg { margin-top: 28px; }

/* ヒーロー見出しの節を折り返し単位に（1行に収まれば1行、収まらなければ節ごとに改行） */
.page-hero h1 .hero-phrase {
  display: inline-block;
  white-space: nowrap;
}

/* ===== 従来型FAQ（見出し＋回答の縦並び・schema.org FAQPageマイクロデータ対応） ===== */
.faq-list {
  max-width: 860px;
  margin: 0 auto;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-item {
  padding: 22px 28px;
  border-bottom: 1px solid var(--color-line);
}
.faq-item:last-child {
  border-bottom: 0;
}
.faq-q {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--color-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
}
.faq-q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-blue);
  font-weight: 800;
}
.faq-a {
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
}
.faq-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-muted);
  font-weight: 800;
}
.faq-a p {
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}
@media (max-width: 620px) {
  .faq-item { padding: 18px 20px; }
  .faq-q { font-size: 16px; }
}
