.content-page { background: #fff; }
:root {
  --article-text: 16px;
  --article-subhead: 20px;
  --article-heading: 24px;
  --article-note: 14px;
}
.article-service-nav { border-block: 1px solid var(--line); background: #fff; }
.article-service-nav .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.article-service-nav a { padding: 15px 18px; border-right: 1px solid var(--line); font-size: 13px; font-weight: 800; text-align: center; }
.article-service-nav a:first-child { border-left: 1px solid var(--line); }
.article-service-nav span { margin-right: 8px; color: var(--brand-dark); font-size: 10px; letter-spacing: .08em; }
.content-header { padding: 64px 0 42px; background: var(--soft); }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.content-header h1 { max-width: 920px; margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.35; letter-spacing: -.04em; }
.content-header .intro { max-width: 820px; margin: 18px 0 0; color: var(--muted); line-height: 1.9; }
.category-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.category-nav a { padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-size: 12px; font-weight: 800; }
.search-panel { display: flex; max-width: 700px; margin-top: 24px; }
.search-panel input { flex: 1; min-width: 0; padding: 15px 18px; border: 1px solid var(--line); font: inherit; }
.search-panel button { padding: 0 24px; border: 0; color: #fff; background: var(--brand); font-weight: 900; }
.archive-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 48px; padding-block: 64px 90px; }
.post-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.post-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; padding: 0; border: 1px solid var(--line); border-radius: 9px; background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; }
.post-card:hover { border-color: #cdbdb8; box-shadow: 0 12px 28px rgb(44 34 37 / 10%); transform: translateY(-3px); }
.post-thumb { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #eee9e6; }
.post-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-thumb img { transform: scale(1.025); }
.post-card-body { display: flex; flex: 1; flex-direction: column; padding: 24px 26px 26px; }
.post-card small { color: var(--brand-dark); font-weight: 900; }
.post-card h2 { margin: 12px 0; font-size: 20px; line-height: 1.55; }
.post-card p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.post-card time { display: block; margin-top: auto; padding-top: 20px; color: var(--muted); font-size: 11px; }
.post-card-sample { position: relative; }
.post-card-sample em {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  border-radius: 4px;
  color: #fff;
  background: rgb(44 40 42 / 78%);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
}
.post-thumb-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  color: #928886;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 62%), transparent 55%),
    linear-gradient(140deg, #e7dfdc, #cfc4c0);
}
.post-thumb-placeholder::before {
  content: "";
  width: 78px;
  height: 126px;
  border: 4px solid rgb(83 74 76 / 28%);
  border-radius: 14px;
  box-shadow: 24px 14px 0 -9px rgb(83 74 76 / 16%);
  transform: rotate(9deg);
}
.post-thumb-placeholder::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border: 4px solid rgb(83 74 76 / 20%);
  border-radius: 50%;
}
.post-thumb-placeholder span {
  position: absolute;
  right: 16px;
  bottom: 13px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
}
.post-thumb-placeholder.is-battery { background: linear-gradient(140deg, #e7e2d7, #c8c1ac); }
.post-thumb-placeholder.is-water { background: linear-gradient(140deg, #dfe7e8, #b9cbce); }
.post-thumb-placeholder.is-ipad { background: linear-gradient(140deg, #e3e0e8, #c5bfce); }
.post-thumb-article::before {
  width: 96px;
  height: 112px;
  border: 0;
  border-radius: 5px;
  background:
    linear-gradient(#817779 0 0) 20px 25px / 56px 4px no-repeat,
    linear-gradient(#9d9294 0 0) 20px 41px / 42px 3px no-repeat,
    linear-gradient(#9d9294 0 0) 20px 55px / 50px 3px no-repeat,
    linear-gradient(#9d9294 0 0) 20px 69px / 38px 3px no-repeat,
    rgb(255 255 255 / 48%);
  box-shadow: 18px 15px 0 -5px rgb(83 74 76 / 13%);
  transform: rotate(-5deg);
}
.post-thumb-article::after { display: none; }
.post-thumb-article.is-heat { background: linear-gradient(140deg, #eee1d8, #d8c2b4); }
.post-thumb-article.is-nfc { background: linear-gradient(140deg, #dce7e4, #bdcfca); }
.post-thumb-article.is-check { background: linear-gradient(140deg, #e4e5e8, #c7cad0); }
.archive-pagination { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 38px; }
.archive-pagination a,
.archive-pagination span {
  display: grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}
.archive-pagination .current { border-color: #302c2e; color: #fff; background: #302c2e; }
.archive-pagination .next { padding-inline: 18px; }
.sidebar-box { padding: 24px; border: 1px solid var(--line); margin-bottom: 18px; }
.sidebar-box h2 { margin: 0 0 15px; font-size: 16px; }
.sidebar-box a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 800px) 280px; justify-content: space-between; gap: 48px; padding-block: 62px 100px; }
.article-main { min-width: 0; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.answer-box { margin: 30px 0; padding: 26px 30px; border: 1px solid #ead6d2; border-left: 5px solid var(--brand); border-radius: 4px; background: #fbf6f3; }
.answer-box strong { display: block; margin-bottom: 8px; color: var(--brand-dark); }
.answer-box p { margin: 0; line-height: 1.9; }
.article-main h2 {
  position: relative;
  margin: 68px 0 24px;
  padding: 18px 22px 18px 28px;
  border: 0;
  border-left: 6px solid var(--brand);
  border-radius: 0 6px 6px 0;
  color: #29272a;
  background: #f3ece8;
  font-size: var(--article-heading);
  line-height: 1.45;
  letter-spacing: -.025em;
}
.article-main h3 {
  margin: 44px 0 18px;
  padding: 0 0 11px;
  border-bottom: 2px solid #d8c9c5;
  color: #332f31;
  font-size: var(--article-subhead);
  line-height: 1.55;
  letter-spacing: -.015em;
}
.article-main h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 10px 3px 1px;
  border-radius: 50%;
  background: var(--brand);
}
.article-main h4 {
  margin: 32px 0 14px;
  padding-left: 15px;
  border-left: 3px solid #b9aaa6;
  color: #433e40;
  font-size: var(--article-subhead);
  line-height: 1.6;
  letter-spacing: .01em;
}
.article-main p, .article-main li { line-height: 2; }
.article-main table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.article-main th, .article-main td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-main th { width: 30%; background: var(--soft); }
.toc { padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.toc strong { display: block; margin-bottom: 12px; }
.toc a { display: block; padding: 8px 0; color: var(--brand-dark); font-size: 13px; }
.expert-box { margin-top: 50px; padding: 26px; border: 1px solid var(--line); background: var(--soft); }
.expert-box strong { display: block; margin-bottom: 8px; }
.related-cluster {
  margin-top: 56px;
  padding: 24px 0 0;
  border: 0;
  border-top: 1px solid #e8e3e0;
  border-radius: 0;
  color: #302c2e;
  background: transparent;
}
.article-main .related-cluster h2 {
  margin: 0 0 10px;
  padding: 0 0 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #514b4d;
  font-size: var(--article-subhead);
}
.related-cluster a {
  position: relative;
  display: block;
  padding: 11px 30px 11px 0;
  border-bottom: 1px solid #f0ecea;
  color: #5e5759;
  font-size: var(--article-text);
  font-weight: 700;
}
.related-cluster a:last-child { border-bottom: 0; }
.related-cluster a::after {
  content: "→";
  position: absolute;
  top: 14px;
  right: 4px;
  color: #aaa1a3;
  font-weight: 900;
}
.related-cluster a:hover { color: var(--brand-dark); }
.imported-content .legacy-hero-cta {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px 24px !important;
  align-items: center !important;
  margin: 20px 0 30px !important;
  padding: 20px 24px !important;
  border: 1px solid #dfd8d5 !important;
  border-left: 4px solid var(--brand) !important;
  border-radius: 6px !important;
  color: #302c2e !important;
  background: #fff !important;
  text-align: left !important;
  box-shadow: none !important;
}
.imported-content .legacy-hero-cta p {
  margin: 0 !important;
  color: #302c2e !important;
  opacity: 1 !important;
}
.imported-content .legacy-hero-cta p:first-child {
  grid-column: 1;
  font-size: 16px !important;
}
.imported-content .legacy-hero-cta p:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.imported-content .legacy-hero-cta p:nth-child(2) a {
  display: inline-grid;
  min-height: 48px;
  place-items: center;
  padding: 8px 18px;
  border-radius: 5px;
  color: #fff !important;
  background: var(--brand);
  font-size: var(--article-subhead);
  text-decoration: none !important;
}
.imported-content .legacy-hero-cta p:last-child {
  grid-column: 1;
  color: #777073 !important;
  font-size: var(--article-note) !important;
  line-height: 1.7 !important;
}
.case-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0; }
.case-summary div { padding: 18px; background: var(--soft); }
.case-summary small, .case-summary strong { display: block; }
.case-summary small { color: var(--muted); }
.case-summary strong { margin-top: 7px; }
.result-box { padding: 26px; border: 2px solid var(--green); border-radius: 8px; }
.result-box strong { color: var(--green); font-size: 20px; }
.imported-content { margin-top: 34px; }
.imported-content img { max-width: 100%; height: auto; }
.imported-content iframe, .imported-content video { max-width: 100%; }
.article-main > p,
.article-main > ul,
.article-main > ol,
.article-main > blockquote,
.imported-content p,
.imported-content li,
.imported-content dd,
.imported-content td,
.imported-content th,
.imported-content blockquote {
  font-size: var(--article-text) !important;
}
.imported-content p span,
.imported-content li span,
.imported-content dd span,
.imported-content td span,
.imported-content th span,
.imported-content blockquote span,
.imported-content p a,
.imported-content li a {
  font-size: inherit !important;
}
.article-main h2,
.imported-content .heading_02,
.imported-content .heading_03,
.imported-content h2 {
  font-size: var(--article-heading) !important;
}
.article-main h3,
.article-main h4,
.imported-content h3,
.imported-content h4 {
  font-size: var(--article-subhead) !important;
}
.article-meta,
.imported-content small,
.imported-content figcaption {
  font-size: var(--article-note) !important;
}
.imported-content .heading_02,
.imported-content .heading_03,
.imported-content h2 {
  position: relative !important;
  margin: 68px 0 24px !important;
  padding: 18px 22px 18px 28px !important;
  border: 0 !important;
  border-left: 6px solid var(--brand) !important;
  border-radius: 0 6px 6px 0 !important;
  color: #29272a !important;
  background: #f3ece8 !important;
  font-size: var(--article-heading) !important;
  line-height: 1.45 !important;
  text-align: left !important;
  letter-spacing: -.025em !important;
}
.imported-content h3 {
  margin: 44px 0 18px !important;
  padding: 0 0 11px !important;
  border: 0 !important;
  border-bottom: 2px solid #d8c9c5 !important;
  color: #332f31 !important;
  background: transparent !important;
  font-size: var(--article-subhead) !important;
  line-height: 1.55 !important;
  letter-spacing: -.015em !important;
}
.imported-content h3::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  margin: 0 10px 3px 1px !important;
  border-radius: 50% !important;
  background: var(--brand) !important;
}
.imported-content h4 {
  margin: 32px 0 14px !important;
  padding: 0 0 0 15px !important;
  border: 0 !important;
  border-left: 3px solid #b9aaa6 !important;
  color: #433e40 !important;
  background: transparent !important;
  font-size: var(--article-subhead) !important;
  line-height: 1.6 !important;
  letter-spacing: .01em !important;
}
.imported-content p,
.imported-content li,
.imported-content td,
.imported-content th { font-size: 16px; line-height: 2; }
.imported-content table { display: table; width: 100% !important; max-width: 100%; margin: 24px 0; border-collapse: collapse; }
.imported-content th,
.imported-content td { padding: 14px !important; border: 1px solid var(--line) !important; }
.imported-content blockquote { margin: 26px 0; padding: 20px 24px; border-left: 5px solid var(--brand); background: var(--soft); }
.imported-content [style*="width"] { max-width: 100% !important; }
.imported-content .aligncenter { display: block; margin-inline: auto; }

/* Imported legacy article color system:
   preserve emphasis hierarchy while removing competing blue/orange/purple palettes. */
.imported-content { color: #343235; }
.imported-content p,
.imported-content li,
.imported-content td,
.imported-content th,
.imported-content div { color: inherit; }
.imported-content a:not([class]) { color: var(--brand-dark) !important; text-decoration-color: #d8aeb2; text-underline-offset: .16em; }
.imported-content strong { color: #29272a; }
.imported-content [style*="#a34f4d"],
.imported-content [style*="#003d82"],
.imported-content [style*="#1565c0"],
.imported-content [style*="#3a2060"],
.imported-content [style*="#4a2d7a"],
.imported-content [style*="#7b5ea7"] {
  color: var(--brand-dark) !important;
  border-color: #d8aeb2 !important;
}
.imported-content [style*="background: #a34f4d"],
.imported-content [style*="background-color: #a34f4d"],
.imported-content [style*="background-color: #1565c0"],
.imported-content [style*="background-color: #e65100"],
.imported-content [style*="background-color: #c62828"],
.imported-content [style*="linear-gradient(135deg,#ff8c00,#ff5e00)"] {
  color: #fff !important;
  border-color: #3e393c !important;
  background: #514b4e !important;
}
.imported-content [style*="background: #a34f4d"] *,
.imported-content [style*="background-color: #a34f4d"] *,
.imported-content [style*="background-color: #1565c0"] *,
.imported-content [style*="background-color: #e65100"] *,
.imported-content [style*="background-color: #c62828"] *,
.imported-content [style*="linear-gradient(135deg,#ff8c00,#ff5e00)"] * {
  color: #fff !important;
}
.imported-content [style*="background-color: #eaf4ff"],
.imported-content [style*="background-color: #f0f7ff"],
.imported-content [style*="background-color: #f9f5ff"] {
  color: #343235 !important;
  border-color: #d9c8c3 !important;
  background: #f7f2ef !important;
}
.imported-content [style*="background-color: #fff5f5"],
.imported-content [style*="background: #fff5f6"],
.imported-content [style*="background: #fff8f9"] {
  color: #343235 !important;
  border-color: var(--brand) !important;
  background: #fbf1ef !important;
}
.imported-content [style*="#a34f4d"],
.imported-content [style*="#c62828"],
.imported-content [style*="#e65100"],
.imported-content [style*="#ff8c00"],
.imported-content [style*="#ff5e00"] {
  color: var(--brand-dark) !important;
  border-color: var(--brand) !important;
}
/* The rules above normalize standalone legacy accent text. A colored heading
   bar must take precedence and always use high-contrast white text. */
/* 濃色バーのみ白文字化（#色が背景値直後のときだけ／border等の#a34f4d誤爆を回避）2026-06-25 */
.imported-content [style*="background:#a34f4d"],
.imported-content [style*="background: #a34f4d"],
.imported-content [style*="background-color:#a34f4d"],
.imported-content [style*="background-color: #a34f4d"],
.imported-content [style*="background:#c62828"],
.imported-content [style*="background: #c62828"],
.imported-content [style*="background-color:#c62828"],
.imported-content [style*="background-color: #c62828"],
.imported-content [style*="background:#e65100"],
.imported-content [style*="background: #e65100"],
.imported-content [style*="background-color:#e65100"],
.imported-content [style*="background-color: #e65100"],
.imported-content [style*="background:#ff8c00"],
.imported-content [style*="background: #ff8c00"],
.imported-content [style*="background-color:#ff8c00"],
.imported-content [style*="background-color: #ff8c00"],
.imported-content [style*="background:#ff5e00"],
.imported-content [style*="background: #ff5e00"],
.imported-content [style*="background-color:#ff5e00"],
.imported-content [style*="background-color: #ff5e00"],
.imported-content [style*="background:#1565c0"],
.imported-content [style*="background: #1565c0"],
.imported-content [style*="background-color:#1565c0"],
.imported-content [style*="background-color: #1565c0"]
{
  color: #fff !important;
  background: #514b4e !important;
}
.imported-content [style*="background:#a34f4d"] *,
.imported-content [style*="background: #a34f4d"] *,
.imported-content [style*="background-color:#a34f4d"] *,
.imported-content [style*="background-color: #a34f4d"] *,
.imported-content [style*="background:#c62828"] *,
.imported-content [style*="background: #c62828"] *,
.imported-content [style*="background-color:#c62828"] *,
.imported-content [style*="background-color: #c62828"] *,
.imported-content [style*="background:#e65100"] *,
.imported-content [style*="background: #e65100"] *,
.imported-content [style*="background-color:#e65100"] *,
.imported-content [style*="background-color: #e65100"] *,
.imported-content [style*="background:#ff8c00"] *,
.imported-content [style*="background: #ff8c00"] *,
.imported-content [style*="background-color:#ff8c00"] *,
.imported-content [style*="background-color: #ff8c00"] *,
.imported-content [style*="background:#ff5e00"] *,
.imported-content [style*="background: #ff5e00"] *,
.imported-content [style*="background-color:#ff5e00"] *,
.imported-content [style*="background-color: #ff5e00"] *,
.imported-content [style*="background:#1565c0"] *,
.imported-content [style*="background: #1565c0"] *,
.imported-content [style*="background-color:#1565c0"] *,
.imported-content [style*="background-color: #1565c0"] *
{
  color: #fff !important;
}
.imported-content a[style*="background"],
.imported-content a[style*="display: inline-block"],
.imported-content a[style*="display:inline-block"] {
  color: #fff !important;
  border: 1px solid var(--brand-dark) !important;
  border-radius: 5px !important;
  background: var(--brand) !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.imported-content table tr:nth-child(even) td { background: #fcfaf8; }
.imported-content table th { color: #373336 !important; background: #f1e9e5 !important; font-weight: bold !important; }
.imported-content hr { border: 0; border-top: 1px solid var(--line); }

/* Lead summary and warning are supporting callouts, not section headings.
   Keep them compact and mostly neutral so they do not compete with H2. */
.imported-content div[style*="background-color: #eaf4ff"] {
  margin-bottom: 22px !important;
  padding: 20px 24px !important;
  border: 1px solid #ddd4cf !important;
  border-left: 4px solid #9d8b84 !important;
  border-radius: 4px !important;
  color: #343235 !important;
  background: #f6f3f0 !important;
}
.imported-content div[style*="background-color: #eaf4ff"] * {
  color: #343235 !important;
}
.imported-content div[style*="background-color: #eaf4ff"] > p:first-child {
  margin-bottom: 10px !important;
  color: #6e3f45 !important;
  font-size: var(--article-text) !important;
}
.imported-content div[style*="background-color: #eaf4ff"] ul {
  font-size: var(--article-text) !important;
  line-height: 1.8 !important;
}
.imported-content div[style*="background-color: #fff5f5"][style*="border: 3px"] {
  margin-bottom: 28px !important;
  padding: 20px 24px !important;
  border: 1px solid #d8b7b5 !important;
  border-left: 4px solid var(--brand) !important;
  border-radius: 4px !important;
  color: #343235 !important;
  background: #fff !important;
}
.imported-content div[style*="background-color: #fff5f5"][style*="border: 3px"] > p {
  color: #343235 !important;
  font-size: var(--article-text) !important;
  line-height: 1.85 !important;
}
.imported-content div[style*="background-color: #fff5f5"][style*="border: 3px"] > p:first-child {
  color: #8f3742 !important;
  font-size: var(--article-text) !important;
}
.imported-content div[style*="background-color: #fff5f5"][style*="border: 3px"] strong {
  color: #29272a !important;
}
.imported-content div[style*="background-color: #fff5f5"][style*="border: 3px"] a {
  min-width: 0 !important;
  padding: 10px 18px !important;
  color: #fff !important;
  font-size: var(--article-text) !important;
  background: var(--brand) !important;
}
.imported-content .legacy-summary-box.legacy-summary-box {
  color: #343235 !important;
  border: 1px solid #ddd4cf !important;
  border-left: 4px solid #9d8b84 !important;
  background: #f6f3f0 !important;
}
.imported-content .legacy-summary-box.legacy-summary-box * {
  color: #343235 !important;
}
.imported-content .legacy-summary-box.legacy-summary-box > p:first-child {
  color: #6e3f45 !important;
}
.imported-content .legacy-warning-box.legacy-warning-box {
  color: #343235 !important;
  border: 1px solid #d8b7b5 !important;
  border-left: 4px solid var(--brand) !important;
  background: #fff !important;
}
.imported-content .legacy-warning-box.legacy-warning-box > p:first-child {
  color: #8f3742 !important;
}
.imported-content .legacy-cta-box.legacy-cta-box {
  position: relative !important;
  margin: 36px 0 42px !important;
  padding: 30px 32px 32px !important;
  border: 1px solid #e2d2cd !important;
  border-top: 5px solid var(--brand) !important;
  border-radius: 8px !important;
  color: #343235 !important;
  background: #faf6f3 !important;
  box-shadow: 0 12px 30px rgb(73 51 47 / 8%) !important;
}
.imported-content .legacy-cta-box.legacy-cta-box::before {
  content: "修理のご相談";
  display: block;
  margin-bottom: 8px;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}
.imported-content .legacy-cta-box.legacy-cta-box > p {
  color: #454044 !important;
  font-size: var(--article-text) !important;
  line-height: 1.9 !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > p * {
  color: inherit !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > p a {
  color: var(--brand-dark) !important;
  font-weight: 800 !important;
  text-decoration: underline !important;
  text-decoration-color: #d8aeb2 !important;
  text-underline-offset: .18em !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > p:first-child {
  margin-bottom: 12px !important;
  color: #29272a !important;
  font-size: var(--article-subhead) !important;
  line-height: 1.5 !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > div:last-child {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 22px !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > div:last-child a {
  display: inline-flex !important;
  min-height: 58px !important;
  padding: 12px 20px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: var(--article-text) !important;
  line-height: 1.45 !important;
  box-shadow: 0 7px 16px rgb(72 46 43 / 16%) !important;
  text-decoration: none !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > div:last-child a * {
  color: #fff !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > div:last-child a:first-child {
  background: var(--brand) !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > div:last-child a:last-child {
  background: #486b57 !important;
}
.imported-content .legacy-cta-box.legacy-cta-box > div:last-child a::after {
  content: "→";
  margin-left: 9px;
  font-size: 18px;
}
.legacy-faq-list { margin: 28px 0 48px; border-top: 1px solid #ddd4cf; }
.legacy-faq-item { border-bottom: 1px solid #ddd4cf; }
.legacy-faq-item summary {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: start;
  padding: 20px 52px 20px 8px;
  cursor: pointer;
  list-style: none;
  color: #302d2f;
  font-weight: 800;
  font-size: var(--article-text);
  line-height: 1.65;
  position: relative;
}
.legacy-faq-item summary::after {
  content: "＋";
  position: absolute;
  right: 12px;
  top: 18px;
  color: #756b6e;
  font-size: 20px;
}
.legacy-faq-item[open] summary::after { content: "−"; }
.faq-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #454044;
  font-size: 14px;
  font-weight: 900;
}
.legacy-faq-answer {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 0 52px 22px 8px;
  color: #555054;
  font-size: var(--article-text);
  line-height: 1.9;
}
.legacy-faq-answer .faq-mark { color: #fff; background: #486b57; }
.legacy-faq-answer > div { padding: 4px 0 0; }
.imported-content .legacy-author-box.legacy-author-box {
  margin: 50px 0 20px !important;
  padding: 24px !important;
  border: 1px solid #ded6d2 !important;
  border-left: 4px solid #7d706c !important;
  color: #403c3e !important;
  background: #f7f4f1 !important;
}
.imported-content .legacy-author-box.legacy-author-box * { color: inherit !important; }
.imported-content .legacy-author-box.legacy-author-box table { margin: 0 !important; }
.imported-content .legacy-author-box.legacy-author-box td { border: 0 !important; background: transparent !important; }
.imported-content .legacy-author-box.legacy-author-box img { width: 84px !important; opacity: .8; }
.imported-content .legacy-author-box.legacy-author-box p:first-child { color: #74686b !important; font-size: var(--article-note) !important; letter-spacing: .08em; }
.imported-content .legacy-review-box.legacy-review-box { margin: 18px 0 52px !important; }
.imported-content .legacy-review-box.legacy-review-box a {
  padding: 12px 18px !important;
  border: 1px solid #d5ccc8 !important;
  color: #4d474a !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
}
.legacy-summary-section {
  margin: 64px 0 34px;
  padding: 0 28px 24px;
  border: 1px solid #ded6d2;
  border-radius: 8px;
  background: #faf8f6;
}
.imported-content .legacy-summary-section h2 {
  margin: 0 -28px 22px !important;
  border-radius: 8px 8px 0 0 !important;
  border-left-color: #7d706c !important;
  background: #eee8e4 !important;
}
.legacy-summary-section p { margin: 0 0 16px; }
.legacy-summary-section p:last-child { margin-bottom: 0; }
.legacy-summary-points {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.legacy-summary-points li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid #e1d9d5;
  border-radius: 5px;
  background: #fff;
  font-weight: 800;
  line-height: 1.65;
}
.legacy-summary-points li::before {
  content: "✓";
  position: absolute;
  top: 12px;
  left: 15px;
  color: #486b57;
  font-weight: 900;
}
.legacy-summary-details { margin-top: 16px; border-top: 1px solid #ddd4cf; }
.legacy-summary-details summary {
  padding: 16px 2px 4px;
  color: #5f5659;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}
.legacy-summary-details > div { padding-top: 14px; }
.imported-content .legacy-final-cta {
  margin: 28px 0 30px;
  padding: 28px;
  border: 1px solid #ded5d2;
  border-left: 5px solid var(--brand);
  border-radius: 8px;
  background: #faf8f7;
  color: #302c2e;
  box-shadow: 0 10px 26px rgb(48 38 41 / 7%);
}
.imported-content .legacy-final-cta * { color: inherit; }
.legacy-final-cta .sdp-cta-title { margin: 0; font-size: var(--article-subhead); font-weight: 900; }
.legacy-final-cta .sdp-cta-note { margin: 8px 0 22px; color: #6f6769 !important; }
.legacy-final-cta .sdp-cta-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.legacy-final-cta .sdp-cta-option {
  display: block;
  padding: 16px;
  border: 1px solid #ddd3d0 !important;
  border-radius: 6px !important;
  background: #fff !important;
  text-decoration: none !important;
}
.legacy-final-cta .sdp-cta-option:hover { border-color: var(--brand) !important; background: #fff9f7 !important; }
.legacy-final-cta .sdp-cta-option span { display: block; }
.legacy-final-cta .sdp-cta-option-label { font-weight: 900; }
.legacy-final-cta .sdp-cta-option-sub { margin-top: 5px; color: #756d6f !important; font-size: 14px; }
.legacy-final-cta .sdp-cta-option-link { margin-top: 10px; color: var(--brand-dark) !important; font-size: 14px; font-weight: 900; }
.legacy-final-cta .sdp-cta-primary-row { display: none; }
.legacy-final-cta .sdp-cta-phone { display: inline-block; margin-top: 22px; color: #302c2e !important; font-size: var(--article-subhead); font-weight: 900; }
.legacy-final-cta .sdp-cta-hours { display: inline-block; margin: 0 0 0 16px; color: #756d6f !important; font-size: 14px; }
.imported-content .legacy-related-links {
  padding: 22px !important;
  border: 1px solid #ded6d2 !important;
  background: #fff !important;
}
.imported-content .legacy-related-links p { line-height: 1.5 !important; }
.imported-content .legacy-related-links a {
  display: block;
  padding: 11px 4px;
  border-bottom: 1px solid var(--line);
  color: #514b4e !important;
  text-decoration: none !important;
}
.article-main .entry_snsbtns.sdp-share {
  clear: both;
  margin: 0 0 30px;
  padding: 17px 18px 18px;
  border: 1px solid var(--line);
  border-top: 3px solid var(--brand);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #fbf8f5 100%);
  box-shadow: 0 18px 44px rgb(54 40 38 / 9%);
}
.article-main .sdp-share--bottom { margin: 34px 0 30px; }
.article-main .sdp-share__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 13px !important;
  color: var(--brand-dark);
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: 0;
}
.article-main .sdp-share__heading::before {
  content: "SHARE";
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .04em;
}
.article-main .sdp-share__heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.article-main .sdp-share__list {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.article-main .sdp-share__item {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.article-main .sdp-share__item::before { content: none !important; }
.article-main .sdp-share__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #302c2e !important;
  background: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 8px 18px rgb(54 40 38 / 4%);
  transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease, transform .16s ease;
}
.article-main .sdp-share__button:hover,
.article-main .sdp-share__button:focus {
  border-color: var(--brand);
  background: #fffaf8;
  color: var(--brand-dark) !important;
  box-shadow: 0 12px 24px rgb(163 79 77 / 15%);
  outline: none;
  transform: translateY(-1px);
}
.article-main .sdp-share__button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
.article-main .sdp-share__icon {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  background: var(--brand);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 8px 14px rgb(54 40 38 / 10%);
}
.article-main .sdp-share__button--line .sdp-share__icon { background: #06c755; }
.article-main .sdp-share__button--x .sdp-share__icon { background: #111; }
.article-main .sdp-share__button--facebook .sdp-share__icon { background: #1877f2; }
.article-main .sdp-share__button--hatena .sdp-share__icon { background: #00a4de; }
.article-main .sdp-share__button--copy .sdp-share__icon {
  background: var(--muted);
  font-size: 9px;
}
.article-main .sdp-share__button--line:hover,
.article-main .sdp-share__button--line:focus { background: rgb(6 199 85 / 8%); border-color: #06c755; }
.article-main .sdp-share__button--x:hover,
.article-main .sdp-share__button--x:focus { background: rgb(17 17 17 / 5%); border-color: #111; }
.article-main .sdp-share__button--facebook:hover,
.article-main .sdp-share__button--facebook:focus { background: rgb(24 119 242 / 7%); border-color: #1877f2; }
.article-main .sdp-share__button--hatena:hover,
.article-main .sdp-share__button--hatena:focus { background: rgb(0 164 222 / 8%); border-color: #00a4de; }
.article-main .sdp-share__button--copy:hover,
.article-main .sdp-share__button--copy:focus { background: rgb(153 154 156 / 10%); border-color: var(--muted); }

@media (max-width: 820px) {
  .article-service-nav .shell { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .article-service-nav a { padding: 12px 6px; border-bottom: 1px solid var(--line); font-size: 11px; }
  .article-service-nav span { display: block; margin: 0 0 3px; font-size: 9px; }
  .archive-layout, .article-layout { grid-template-columns: 1fr; padding-block: 42px 70px; }
  .post-grid { grid-template-columns: 1fr; }
  .article-sidebar { order: 2; }
  .case-summary { grid-template-columns: 1fr 1fr; }
  .imported-content .heading_02,
  .imported-content .heading_03,
  .imported-content h2 {
    margin-top: 52px !important;
    padding: 15px 16px 15px 19px !important;
    font-size: 24px !important;
  }
  .imported-content h3 { margin-top: 36px !important; font-size: 20px !important; }
  .imported-content h4 { font-size: var(--article-subhead) !important; }
  .imported-content div[style*="background-color: #eaf4ff"],
  .imported-content div[style*="background-color: #fff5f5"][style*="border: 3px"] {
    padding: 17px 16px !important;
  }
  .imported-content div[style*="background-color: #eaf4ff"] ul {
    font-size: var(--article-text) !important;
    line-height: 1.75 !important;
  }
  .imported-content .legacy-cta-box.legacy-cta-box {
    padding: 24px 18px !important;
  }
  .imported-content .legacy-cta-box.legacy-cta-box > p:first-child {
    font-size: 20px !important;
  }
  .imported-content .legacy-cta-box.legacy-cta-box > div:last-child {
    grid-template-columns: 1fr !important;
  }
  .legacy-faq-item summary { padding-right: 42px; }
  .legacy-faq-answer { padding-right: 10px; }
  .imported-content .legacy-author-box.legacy-author-box td:first-child { display: none; }
  .legacy-summary-section { padding-inline: 18px; }
  .imported-content .legacy-summary-section h2 { margin-inline: -18px !important; }
  .imported-content .legacy-hero-cta {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }
  .imported-content .legacy-hero-cta p:nth-child(2) {
    grid-column: 1;
    grid-row: auto;
  }
  .imported-content .legacy-hero-cta p:nth-child(2) a { width: 100%; }
  .legacy-final-cta .sdp-cta-options { grid-template-columns: 1fr; }
  .legacy-final-cta .sdp-cta-hours { display: block; margin: 8px 0 0; }
  .article-main .entry_snsbtns.sdp-share {
    padding: 13px;
    border-left: 1px solid var(--line);
    border-top: 3px solid var(--brand);
  }
  .article-main .sdp-share__heading { margin-bottom: 11px !important; }
  /* 2列×3段。全ボタン同サイズ、コピーも通常セル（左下）、アイコンは左で縦に揃える */
  .article-main .sdp-share__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .article-main .sdp-share__item:last-child { grid-column: auto; }
  .article-main .sdp-share__button {
    justify-content: flex-start;
    min-height: 46px;
    padding: 9px 16px;
    font-size: 13px;
  }
  .article-main .sdp-share__icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .content-header { padding-top: 42px; }
  .search-panel button { padding-inline: 15px; }
  .case-summary { grid-template-columns: 1fr; }
}

/* === 2026-06-21 視認性修正（over-broad [style*="#a34f4d"] の副作用を打ち消し） === */
/* ① 表ヘッダー：tr inline #a34f4d 背景で 437-444 が th 内 span まで白文字化するが、
      th 背景は 457 で薄色(#f1e9e5)に上書き済 → 白on薄色で不可視。CLAUDE.md(明背景=#333 bold !important)で確実に表示。 */
.imported-content [style*="background"][style*="#a34f4d"] th,
.imported-content [style*="background"][style*="#a34f4d"] th * {
  color: #333 !important;
  font-weight: bold !important;
}
/* ② CTAボタン：濃色化された箱の上で枠(var(--brand-dark))が沈み見えない → 白枠で視認性確保（ユーザー指示）。
      赤フィル＋白文字＋白枠で濃色背景でも明確に。 */
.imported-content a[style*="background"],
.imported-content a[style*="display: inline-block"],
.imported-content a[style*="display:inline-block"] {
  border: 1.5px solid rgba(255,255,255,.92) !important;
}

/* === 2026-06-21 追加：濃色化された容器内の白背景ボックス(レビュー等)の文字が白く強制され不可視になるのを打ち消し === */
.imported-content [style*="background"][style*="#a34f4d"] [style*="background: #fff"]:not(a),
.imported-content [style*="background"][style*="#a34f4d"] [style*="background:#fff"]:not(a),
.imported-content [style*="background"][style*="#a34f4d"] [style*="background: #fff"] *:not(a):not([style*="#fbbc04"]),
.imported-content [style*="background"][style*="#a34f4d"] [style*="background:#fff"] *:not(a):not([style*="#fbbc04"]) {
  color: #333 !important;
}
/* レビュー星(金)は維持 */
.imported-content [style*="background"][style*="#a34f4d"] [style*="#fbbc04"] { color: #fbbc04 !important; }

/* === 2026-06-21 ブログ/事例一覧カード(.post-card)の動きを店舗ページと統一 === */
.post-card{transition:border-color .28s ease, box-shadow .28s ease, transform .28s ease}
.post-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgb(44 34 37 / 14%);border-color:#cdbdb8}
.post-card:active{transform:translateY(-2px)}
.post-thumb img{transition:transform .55s ease}
.post-card:hover .post-thumb img{transform:scale(1.05)}
/* スクロールでフェードイン（JS+IntersectionObserver時のみ opacity:0＝失敗時は常に表示で安全） */
body.sdp-reveal-on .post-card.sdp-reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease}
body.sdp-reveal-on .post-card.sdp-reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){
  body.sdp-reveal-on .post-card.sdp-reveal{opacity:1;transform:none;transition:none}
  .post-card,.post-thumb img{transition:none}
}

/* === 2026-06-21 記事FAQ(dl.faq_list)をQ/Aバッジ付きアコーディオンに（全記事共通） === */
.imported-content .sdp-faq{margin:24px 0}
.imported-content .sdp-faq-item{border:1px solid var(--line);border-radius:10px;margin:0 0 12px;background:#fff;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease}
.imported-content .sdp-faq-item[open]{border-color:#cdbdb8;box-shadow:0 12px 28px rgb(80 54 50 / 9%)}
.imported-content .sdp-faq-q{position:relative;display:flex;align-items:flex-start;gap:12px;padding:16px 52px 16px 16px;cursor:pointer;list-style:none;font-weight:800;color:#2b2c2e;font-size:16px;line-height:1.65}
.imported-content .sdp-faq-q::-webkit-details-marker{display:none}
.imported-content .sdp-faq-q:hover{background:#faf7f6}
.imported-content .sdp-faq-q::after{content:"+";position:absolute;right:18px;top:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);color:var(--brand);font-size:24px;font-weight:700;line-height:1}
.imported-content .sdp-faq-item[open] .sdp-faq-q::after{content:"−"}
.imported-content .sdp-faq-a{display:flex;align-items:flex-start;gap:12px;padding:2px 16px 18px 16px;color:#454245;line-height:1.95}
.imported-content .sdp-faq-badge{flex:0 0 26px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-top:1px;border-radius:50%;background:var(--brand);color:#fff;font-weight:900;font-size:13px;line-height:1}
.imported-content .sdp-faq-badge--a{background:#8a7e80}
.imported-content .sdp-faq-qtext,.imported-content .sdp-faq-atext{flex:1;min-width:0}
.imported-content .sdp-faq-atext a{font-weight:700;color:var(--brand-dark);text-decoration:underline;text-underline-offset:.15em}

/* === 2026-06-21 記事「用語解説」を畳めるアコーディオンに（初期=閉じる・ページ短縮） === */
.imported-content .sdp-gloss-box{padding:0 !important;background:transparent !important;border:0 !important;margin:24px 0 !important}
.imported-content .sdp-gloss{border:1px solid var(--line);border-radius:10px;background:#faf7f6;overflow:hidden;transition:box-shadow .22s ease,border-color .22s ease}
.imported-content .sdp-gloss[open]{border-color:#cdbdb8;box-shadow:0 10px 26px rgb(80 54 50 / 8%)}
.imported-content .sdp-gloss-summary{position:relative;display:flex;align-items:center;gap:10px;padding:15px 50px 15px 16px;cursor:pointer;list-style:none;font-weight:800;color:#2b2c2e;font-size:16px}
.imported-content .sdp-gloss-summary::-webkit-details-marker{display:none}
.imported-content .sdp-gloss-summary:hover{background:#f3ece9}
.imported-content .sdp-gloss-summary::before{content:"用語";flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:6px;background:var(--brand);color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em}
.imported-content .sdp-gloss-summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--brand);font-size:24px;font-weight:700;line-height:1}
.imported-content .sdp-gloss[open] .sdp-gloss-summary::after{content:"−"}
.imported-content .sdp-gloss-body{padding:4px 18px 18px}
.imported-content .sdp-gloss-body dl{margin:0}
.imported-content .sdp-gloss-body dt{font-weight:bold;color:var(--brand-dark);margin-top:12px}
.imported-content .sdp-gloss-body dd{margin:3px 0 0;color:#454245;line-height:1.9}

/* === 2026-06-21 FAQ：よくある質問セクション全体を1アコーディオンに（Q&Aは中で静的装飾） === */
.imported-content .sdp-faq-section{border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden;margin:24px 0;transition:box-shadow .22s ease,border-color .22s ease}
.imported-content .sdp-faq-section[open]{border-color:#cdbdb8;box-shadow:0 12px 28px rgb(80 54 50 / 9%)}
.imported-content .sdp-faq-section-summary{position:relative;display:flex;align-items:center;gap:10px;padding:17px 52px 17px 18px;cursor:pointer;list-style:none;font-weight:900;color:#2b2c2e;font-size:19px}
.imported-content .sdp-faq-section-summary::-webkit-details-marker{display:none}
.imported-content .sdp-faq-section-summary:hover{background:#faf7f6}
.imported-content .sdp-faq-section-summary::before{content:"Q&A";flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:3px 9px;border-radius:6px;background:var(--brand);color:#fff;font-size:11px;font-weight:900;letter-spacing:.03em}
.imported-content .sdp-faq-section-summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);color:var(--brand);font-size:26px;font-weight:700;line-height:1}
.imported-content .sdp-faq-section[open] .sdp-faq-section-summary::after{content:"−"}
.imported-content .sdp-faq-section-body{padding:4px 18px 16px}
.imported-content .sdp-faq-qa{padding:15px 0;border-bottom:1px solid var(--line)}
.imported-content .sdp-faq-qa:last-child{border-bottom:0}
.imported-content .sdp-faq-q-row{display:flex;align-items:flex-start;gap:10px;font-weight:800;color:#2b2c2e;font-size:16px;line-height:1.65}
.imported-content .sdp-faq-a-row{display:flex;align-items:flex-start;gap:10px;margin-top:9px;color:#454245;line-height:1.95}
.imported-content .sdp-faq-badge{flex:0 0 24px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:1px;border-radius:50%;background:var(--brand);color:#fff;font-weight:900;font-size:12px;line-height:1}
.imported-content .sdp-faq-badge--a{background:#8a7e80}
.imported-content .sdp-faq-qtext,.imported-content .sdp-faq-atext{flex:1;min-width:0}
.imported-content .sdp-faq-atext a{font-weight:700;color:var(--brand-dark);text-decoration:underline;text-underline-offset:.15em}

/* === 2026-06-21 関連記事(yarpp .related-entry)を2カラムカードに（崩れ修正） === */
.related-cluster .yarpp-related .related-post{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}
.related-cluster .related-entry{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.related-cluster .related-entry:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgb(80 54 50 / 12%);border-color:#cdbdb8}
.related-cluster .related-entry > div{width:auto !important;margin:0 !important}
.related-cluster .related-entry img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
.related-cluster .related-entry a{display:block;border:0 !important;padding:0;color:var(--brand-dark);text-decoration:none}
.related-cluster .related-entry a::after{display:none !important}
.related-cluster .related-entry > div:last-child a{padding:12px 14px 16px;font-weight:700;font-size:14px;line-height:1.65}
.related-cluster .related-entry > div:last-child a:hover{color:var(--brand)}
@media (max-width:600px){.related-cluster .yarpp-related .related-post{grid-template-columns:1fr}}

/* === tx-table レスポンシブ折り返し（インラインnowrap上書き）2026-06-21 === */
.tx-table tbody th{white-space:normal!important}
@media(max-width:600px){
  .tx-table{font-size:13.5px}
  .tx-table th,.tx-table td{padding:9px 10px!important;word-break:break-word}
}

/* ガイドライン: 記事本文(.imported-content)の小フォントを14pxに底上げ（バッジ=inline-blockは見出し内で縮むため除外）2026-06-25 */
.imported-content [style*="font-size:0.5em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.5em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.6em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.6em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.65em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.65em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.68em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.68em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.72em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.72em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.75em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.75em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.78em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.78em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.8em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.8em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.82em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.82em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.84em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.84em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.85em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.85em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.86em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.86em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:0.87em"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 0.87em"]:not([style*="inline-block"]),
.imported-content [style*="font-size:11px"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 11px"]:not([style*="inline-block"]),
.imported-content [style*="font-size:12px"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 12px"]:not([style*="inline-block"]),
.imported-content [style*="font-size:13px"]:not([style*="inline-block"]),
.imported-content [style*="font-size: 13px"]:not([style*="inline-block"])
{font-size:14px !important}

/* 色付きテーブルヘッダ(th自身/行が#a34f4d濃地)は白文字を維持。白地ネスト表のth(#333)には不適用 2026-06-25 */
.imported-content [style*="background"][style*="#a34f4d"] th[style*="#a34f4d"],
.imported-content [style*="background"][style*="#a34f4d"] th[style*="#a34f4d"] *,
.imported-content [style*="background"][style*="#a34f4d"] tr[style*="#a34f4d"] th,
.imported-content [style*="background"][style*="#a34f4d"] tr[style*="#a34f4d"] th * {
  color: #373336 !important;
}

/* ===== 情報記事のLP導線（冒頭結論/中盤リンク/末尾カード）2026-06-25 Phase2 ===== */
.imported-content .sdp-art-answer{margin:0 0 22px;padding:16px 18px;border:1px solid #e6ddd9;border-left:5px solid #a34f4d;border-radius:8px;background:#faf7f6}
.imported-content .sdp-art-answer b{display:block;margin:0 0 6px;color:#803d3c;font-size:15px}
.imported-content .sdp-art-answer p{margin:0;font-size:15px;line-height:1.85;color:#333}
.imported-content .sdp-art-mid{margin:22px 0;padding:13px 16px;border:1px dashed #d8c7c2;border-radius:8px;background:#fff;font-size:14px;line-height:1.8}
.imported-content .sdp-art-mid b{color:#803d3c}
.imported-content .sdp-art-mid a{color:#803d3c;font-weight:700;text-decoration:underline;text-underline-offset:.15em}
.imported-content .sdp-art-related{margin:32px 0 8px;padding-top:18px;border-top:2px solid #a34f4d}
.imported-content .sdp-art-related > b{display:block;margin:0 0 12px;font-size:16px;color:#2b2c2e}
.imported-content .sdp-art-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none}
.imported-content .sdp-art-cards li{margin:0}
.imported-content .sdp-art-cards a{display:block;height:100%;padding:14px 16px;border:1px solid #e6ddd9;border-radius:8px;background:#fff;text-decoration:none;color:#2b2c2e}
.imported-content .sdp-art-cards a:hover{border-color:#a34f4d;background:#faf7f6}
.imported-content .sdp-art-cards strong{display:block;font-size:15px;color:#803d3c;margin:0 0 4px}
.imported-content .sdp-art-cards span{display:block;font-size:13px;color:#5f6670;line-height:1.6}
@media(max-width:680px){.imported-content .sdp-art-cards{grid-template-columns:1fr}}


/* 暗背景ボックス内の白見出しが .imported-content h3/h4{color:#332f31!important} で暗色化し不可視になる是正 2026-06-26 */
/* inline で color:#fff を明示した見出しは白を維持(背景は親の濃色を見せる)。#fff5f5(背景)は color:#fff; 完全一致のため不一致＝誤爆しない */
.imported-content h2[style*="color:#fff;"],.imported-content h3[style*="color:#fff;"],.imported-content h4[style*="color:#fff;"],
.imported-content h2[style*="color: #fff;"],.imported-content h3[style*="color: #fff;"],.imported-content h4[style*="color: #fff;"],
.imported-content h2[style*="color:#ffffff"],.imported-content h3[style*="color:#ffffff"],.imported-content h4[style*="color:#ffffff"]{
  color:#fff !important;-webkit-text-fill-color:#fff !important;background:transparent !important;
}


/* 表ヘッダー(th)が [style*="#a34f4d"]{color:#fff;background;...} のボタン化規則に巻き込まれ、薄ベージュth背景上で白文字=不可視になる是正(CLAUDE.md 明背景th=#333 bold) 2026-06-26 */
.imported-content table th[style*="#a34f4d"],.imported-content table th[style*="#003d82"],.imported-content table th[style*="#1565c0"]{color:#373336 !important;background:#f1e9e5 !important;border:1px solid var(--line) !important;border-radius:0 !important;box-shadow:none !important;font-weight:bold !important}
.imported-content table th [style*="#a34f4d"],.imported-content table th [style*="#003d82"],.imported-content table th [style*="#1565c0"]{color:#373336 !important;background:transparent !important;border:0 !important;border-radius:0 !important;box-shadow:none !important}


/* ブログFAQ アコーディオン(全記事統一) 2026-06-26 */
.imported-content .sdp-faq-acc-list{display:grid;gap:10px;margin:16px 0 24px}
.imported-content .sdp-faq-acc{margin:10px 0;border:1px solid #eadfdb;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(80,54,50,.06)}
.imported-content .sdp-faq-acc-list .sdp-faq-acc{margin:0}
.imported-content .sdp-faq-acc>summary{position:relative;list-style:none;cursor:pointer;padding:16px 52px 16px 20px;color:#803d3c;font-weight:900;font-size:16px;line-height:1.6}
.imported-content .sdp-faq-acc>summary::-webkit-details-marker{display:none}
.imported-content .sdp-faq-acc>summary::after{content:"+";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e4cbc6;border-radius:50%;color:#a34f4d;font-size:20px;font-weight:900;line-height:1}
.imported-content .sdp-faq-acc[open]>summary::after{content:"\2212"}
.imported-content .sdp-faq-acc>summary>*{display:inline;margin:0;font-size:inherit;color:inherit;font-weight:inherit;border:0;padding:0;background:none}
.imported-content .sdp-faq-acc__a{padding:14px 20px 18px;color:#413838;font-size:15px;line-height:1.9;border-top:1px solid #f0e7e3}
.imported-content .sdp-faq-acc__a>*:first-child{margin-top:0}
.imported-content .sdp-faq-acc__a>*:last-child{margin-bottom:0}

/* ブログ記事内の表の枠線を全セル均一に修正(2026-06-28)
   .imported-content [style*="#a34f4d"]{border-color:var(--brand)} が、color:#a34f4d等の
   インラインを持つ表セルにも赤枠を付け不揃いになる問題を打ち消す（border-colorのみ上書き・文字色は維持）。 */
.imported-content table { border: 1px solid var(--line) !important; border-collapse: collapse !important; }
.imported-content table th,
.imported-content table td,
.imported-content table th[style],
.imported-content table td[style],
.imported-content table [style*="#a34f4d"],
.imported-content table [style*="#c62828"],
.imported-content table [style*="#e65100"],
.imported-content table [style*="#ff8c00"],
.imported-content table [style*="#ff5e00"] {
  border-color: var(--line) !important;
}

/* sdp-faq-list 形式のQ/Aマークを標準FAQ(.sdp-faq-badge)と同配色に統一 2026-06-29 */
.imported-content .sdp-faq-q-mark,.imported-content .sdp-faq-a-mark{flex:0 0 26px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-top:1px;border-radius:50%;color:#fff!important;font-weight:900;font-size:13px;line-height:1}
.imported-content .sdp-faq-q-mark{background:var(--brand)!important}
.imported-content .sdp-faq-a-mark{background:#8a7e80!important}
