:root {
  --navy: #123458;
  --navy-deep: #0a2948;
  --blue: #1687bd;
  --sky: #e8f7fc;
  --sky-strong: #d5f0f8;
  --white: #fff;
  --text: #263746;
  --muted: #587083;
  --border: #d8e8ee;
  --shadow: 0 14px 35px rgba(18, 52, 88, .09);
  --radius: 20px;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.top-guide { padding: 7px 0; color: #fff; background: var(--navy-deep); font-size: .78rem; letter-spacing: .06em; text-align: center; }
.global-nav { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--border); }
.nav-inner { min-height: 74px; display: flex; align-items: center; gap: 30px; }
.site-name { flex: 0 0 auto; color: var(--navy); font-weight: 800; font-size: 1.45rem; letter-spacing: .08em; }
.nav-list { margin: 0 0 0 auto; padding: 0; display: flex; align-items: center; gap: clamp(14px, 2vw, 28px); list-style: none; font-weight: 700; font-size: .88rem; }
.nav-list a { display: block; padding: 24px 0 20px; border-bottom: 3px solid transparent; transition: color .2s, border-color .2s; }
.nav-list a:hover, .nav-list a:focus-visible { color: var(--blue); border-color: var(--blue); }
.menu-button { display: none; border: 0; color: var(--navy); background: transparent; cursor: pointer; }
.main-visual { width: 100%; background: var(--sky); }
.main-visual img { width: 100%; height: auto; }

.section { padding: 92px 0; scroll-margin-top: 20px; }
.money-section { background: linear-gradient(180deg, #fff 0%, #f5fbfd 100%); }
.section-heading { max-width: 700px; margin: 0 auto 42px; text-align: center; }
.section-heading h2 { margin: 3px 0 12px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1.35; letter-spacing: .04em; }
.section-heading p:last-child { margin: 0; color: var(--muted); }
.section-label { margin: 0; color: var(--blue); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.card-grid { display: grid; gap: 24px; }
.card-grid-three { grid-template-columns: repeat(3, 1fr); }
.card-grid-two { grid-template-columns: repeat(2, 1fr); }
.info-card { display: flex; flex-direction: column; min-width: 0; padding: 34px 30px 30px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 22px; color: var(--navy); background: var(--sky); border-radius: 16px; font-size: 1.35rem; font-weight: 800; }
.card-category { margin: 0 0 4px; color: var(--blue); font-size: .78rem; font-weight: 700; }
.info-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.25rem; }
.info-card > p:not(.card-category) { margin: 0 0 24px; color: var(--muted); font-size: .93rem; }
.text-link { margin-top: auto; color: var(--navy); font-size: .9rem; font-weight: 800; }
.text-link span, .section-link span, .read-more span { margin-left: 7px; color: var(--blue); }

.featured-section { background: #fff; }
.heading-row { max-width: none; display: flex; justify-content: space-between; align-items: end; text-align: left; }
.heading-row h2 { margin-bottom: 0; }
.section-link { padding-bottom: 7px; color: var(--navy); border-bottom: 1px solid var(--navy); font-size: .88rem; font-weight: 800; }
.featured-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr); gap: 34px; align-items: start; }
.featured-main { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.featured-link { display: grid; grid-template-columns: 46% 54%; min-height: 390px; background: #fff; }
.featured-visual { min-height: 390px; display: flex; align-items: flex-end; padding: 32px; color: #fff; background: radial-gradient(circle at 24% 20%, rgba(255,255,255,.28) 0 5%, transparent 6%), linear-gradient(145deg, #36acd0, #123f6a); }
.visual-mark { padding-left: 18px; border-left: 4px solid #fff; font-size: clamp(1.3rem, 3vw, 2.2rem); font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
.featured-content { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.article-meta { margin: 0 0 16px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; color: var(--muted); font-size: .75rem; }
.article-meta span { padding: 3px 10px; color: var(--navy); background: var(--sky); border-radius: 999px; font-weight: 700; }
.featured-content h3 { margin: 0 0 16px; color: var(--navy); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.5; }
.featured-content > p:not(.article-meta) { margin: 0 0 24px; color: var(--muted); font-size: .92rem; }
.read-more { color: var(--navy); font-size: .9rem; font-weight: 800; }
.popular-articles { padding: 28px 28px 12px; background: #f5fbfd; border-radius: var(--radius); }
.popular-articles h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.1rem; }
.ranking-list { margin: 0; padding: 0; list-style: none; counter-reset: item; }
.ranking-list li { border-top: 1px solid var(--border); }
.ranking-list a { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding: 17px 0; color: var(--navy); font-size: .87rem; font-weight: 700; line-height: 1.55; }
.ranking-list small { display: block; margin-bottom: 2px; color: var(--blue); font-weight: 700; }
.rank { color: var(--blue); font-family: Georgia, serif; font-size: 1.25rem; font-style: italic; }

.local-section { background: var(--sky); }
.local-card { min-height: 330px; padding: 28px; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.hotel-card { background: linear-gradient(135deg, #0e416d 0%, #287ead 100%); }
.massage-card { background: linear-gradient(135deg, #177b92 0%, #45b0b6 100%); }
.local-card-content { width: min(100%, 480px); padding: 28px; color: #fff; background: rgba(7, 35, 59, .72); border: 1px solid rgba(255,255,255,.26); border-radius: 16px; backdrop-filter: blur(6px); }
.local-tag { margin: 0 0 3px; color: #bfefff; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.local-card h3 { margin: 0 0 8px; font-size: 1.4rem; }
.local-card-content > p:not(.local-tag) { margin: 0 0 20px; font-size: .9rem; }
.button-link { display: inline-block; padding: 10px 18px; color: var(--navy); background: #fff; border-radius: 999px; font-size: .85rem; font-weight: 800; }

.about-section { background: var(--navy-deep); }
.about-inner { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: 80px; align-items: center; }
.about-intro h2 { margin: 5px 0 14px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.4rem); }
.about-intro > p:last-child { margin: 0; color: #d5e7f0; }
.about-section .about-intro > p:last-of-type {
  color: #d5e7f0;
}
.about-section .about-intro .text-link {
  color: #ffffff;
}
.about-section .about-intro .text-link span {
  color: #7fd8f2;
}
.policy-list { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.policy-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; align-items: start; padding: 21px 24px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.policy-list li > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: #9fe2f1; border-radius: 50%; font-weight: 900; }
.policy-list h3 { margin: 0 0 3px; font-size: 1.02rem; }
.policy-list p { margin: 0; color: #d5e7f0; font-size: .88rem; }

.site-footer { color: #d5e7f0; background: #071e35; }
.footer-inner { padding-block: 40px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { color: #fff; font-size: 1.45rem; letter-spacing: .08em; }
.footer-brand span { font-size: .78rem; }
.footer-links { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 26px; list-style: none; font-size: .82rem; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; text-decoration: underline; }
.copyright { padding: 16px 24px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }

/* カテゴリーページ共通 */
.nav-list a[aria-current="page"] { color: var(--blue); border-color: var(--blue); }
.breadcrumb-wrap { background: #f7fbfd; border-bottom: 1px solid var(--border); }
.breadcrumb ol { min-height: 48px; margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; list-style: none; color: var(--muted); font-size: .78rem; }
.breadcrumb li + li::before { margin: 0 10px; content: "＞"; color: #8ca2b0; }
.breadcrumb a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.category-hero { padding: 74px 0 80px; background: linear-gradient(135deg, #eefaff 0%, #d9f2fa 100%); }
.category-hero-inner { max-width: 900px; }
.category-hero h1 { margin: 7px 0 20px; color: var(--navy); font-size: clamp(2.2rem, 5vw, 3.5rem); line-height: 1.25; letter-spacing: .05em; }
.category-hero-inner > p:last-child { max-width: 820px; margin: 0; color: #415b70; font-size: 1rem; line-height: 2; }
.purpose-section { background: #fff; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.purpose-card { min-width: 0; min-height: 260px; padding: 30px 28px 26px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.purpose-number { margin-bottom: 15px; color: var(--blue); font-family: Georgia, serif; font-size: 1.4rem; font-style: italic; }
.purpose-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.12rem; line-height: 1.5; }
.purpose-card p { margin: 0 0 20px; color: var(--muted); font-size: .9rem; }
.purpose-card .text-link { margin-top: auto; }
.checklist-section { background: #f5fbfd; }
.check-card { padding: 14px 38px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.check-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 54px; list-style: none; counter-reset: checks; }
.check-list li { position: relative; padding: 24px 0 24px 48px; border-bottom: 1px solid var(--border); counter-increment: checks; }
.check-list li::before { position: absolute; top: 25px; left: 0; width: 33px; height: 33px; display: grid; place-items: center; content: counter(checks); color: #fff; background: var(--blue); border-radius: 50%; font-size: .76rem; font-weight: 800; }
.check-list h3 { margin: 0 0 3px; color: var(--navy); font-size: 1rem; }
.check-list p { margin: 0; color: var(--muted); font-size: .87rem; }
.check-list li:nth-last-child(-n + 2) { border-bottom: 0; }
.beginner-section { background: var(--navy-deep); }
.beginner-layout { display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); gap: 70px; align-items: center; }
.beginner-intro h2 { margin: 5px 0 18px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.45; }
.beginner-intro > p:last-child { margin: 0; color: #d5e7f0; }
.beginner-card { padding: 10px 30px; background: #fff; border-radius: var(--radius); }
.beginner-card ul { margin: 0; padding: 0; list-style: none; }
.beginner-card li { padding: 18px 0 18px 32px; position: relative; border-bottom: 1px solid var(--border); }
.beginner-card li:last-child { border-bottom: 0; }
.beginner-card li::before { position: absolute; top: 20px; left: 0; content: "✓"; color: var(--blue); font-weight: 900; }
.beginner-card strong { display: block; margin-bottom: 2px; color: var(--navy); font-size: .98rem; }
.beginner-card span { display: block; color: var(--muted); font-size: .86rem; }
.article-list-section { background: #fff; }
.article-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.article-card { min-width: 0; min-height: 285px; padding: 28px 26px 24px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.article-card-category { align-self: flex-start; margin: 0 0 14px; padding: 3px 11px; color: var(--navy); background: var(--sky); border-radius: 999px; font-size: .73rem; font-weight: 700; }
.article-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.08rem; line-height: 1.55; }
.article-card > p:not(.article-card-category) { margin: 0 0 20px; color: var(--muted); font-size: .87rem; }
.article-card-footer { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 24px; }
.article-date:empty { display: none; }
.article-card-footer a { margin-left: auto; color: var(--navy); font-size: .85rem; font-weight: 800; }
.article-card-footer a span { margin-left: 5px; color: var(--blue); }
.notice-section { padding: 0 0 84px; background: #fff; }
.notice-box { padding: 24px 30px; display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: center; background: #f2f7f9; border-left: 5px solid var(--blue); border-radius: 0 14px 14px 0; }
.notice-box h2 { margin: 0; color: var(--navy); font-size: 1.05rem; }
.notice-box p { margin: 0; color: var(--muted); font-size: .86rem; }

/* 将来の広告掲載用。template内で未表示の間も再利用できる構造を保持します。 */
.credit-card-ad { display: grid; grid-template-columns: 220px 1fr; gap: 28px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); }
.pr-label { justify-self: start; margin: 0; padding: 2px 8px; color: var(--muted); border: 1px solid var(--border); border-radius: 4px; font-size: .7rem; }
.ad-card-image img { width: 100%; height: auto; }
.ad-card-content dl > div { display: grid; grid-template-columns: 130px 1fr; }
.deal-article-card { position: relative; }
.deal-meta { margin: 0 0 16px; padding: 12px 14px; background: #f7fbfd; border-radius: 10px; font-size: .78rem; }
.deal-meta > div { display: grid; grid-template-columns: 74px 1fr; gap: 8px; }
.deal-meta dt { color: var(--navy); font-weight: 700; }
.deal-meta dd { min-height: 1.4em; margin: 0; color: var(--muted); }
.deal-meta dd:empty::after { content: "情報掲載時に表示"; color: #8295a3; }
.deal-status { position: absolute; top: 24px; right: 24px; padding: 4px 10px; color: #fff; background: #667680; border-radius: 999px; font-size: .72rem; font-weight: 800; }
.deal-article-card.is-ended { opacity: .78; background: #f2f4f5; }
.deal-article-card.is-ended .deal-status { display: inline-block; }
.deal-service-section { scroll-margin-top: 18px; }
.deal-service-section .section-heading { margin-bottom: 24px; }
.deal-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; align-items: stretch; }
.deal-service-card { min-width: 0; height: 100%; padding: 18px 20px 17px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 12px; box-shadow: 0 7px 20px rgba(18,52,88,.055); }
.deal-service-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.03rem; line-height: 1.42; }
.deal-service-card h3 small { color: var(--muted); font-size: .78em; font-weight: 700; }
.deal-service-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.deal-service-card > a { color: var(--navy); font-size: .82rem; font-weight: 800; text-decoration: underline; text-decoration-color: #8fcce0; text-underline-offset: 4px; }
.affiliate-ad { position: relative; display: flex; justify-content: center; align-items: center; margin-block: 24px 0; text-align: center; }
.affiliate-ad > a { display: block; flex: 0 0 300px; width: 300px; }
.affiliate-ad a img[width="300"] { width: 300px; max-width: none; height: 250px; }
.affiliate-ad > img[width="1"] { position: absolute; width: 1px; height: 1px; }
.deal-service-grid.internet-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; }
.internet-card { display: flex; flex-direction: column; height: 100%; min-width: 0; overflow: hidden; }
.internet-card-content { flex: 1; }
.internet-card-content > p + p { margin-top: 12px; }
.internet-card-content > p:has(> strong) { margin-top: 18px; }
.internet-card-content > ul { margin: 8px 0 0; padding-left: 1.25em; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.internet-card-content > ul + p { margin-top: 14px; }
.internet-card-ad { margin-top: auto; padding-top: 20px; text-align: center; }
.internet-card-ad > a { max-width: 100%; margin-inline: auto; }
.affiliate-ad.internet-card-ad a img[width="300"] { display: block; width: 300px; max-width: 100%; height: auto; aspect-ratio: 300 / 250; margin-inline: auto; }
.cashless-official-banner { margin-top: 14px; text-align: center; }
.cashless-official-banner img { width: 100%; max-width: 300px; height: auto; }
.official-campaign-image { margin: 14px 0 12px; text-align: center; }
.official-campaign-image img { width: 100%; max-width: 300px; height: auto; }
.service-image-link { display: flex; justify-content: center; align-items: center; width: 100%; margin-top: 24px; }
.service-image-link a { width: 100%; display: flex; justify-content: center; }
.service-image-link img { display: block; width: 100%; max-width: 300px; height: 250px; object-fit: contain; }
.hotel-detail-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.hotel-detail-card dl > div { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.hotel-detail-card dt { color: var(--navy); font-weight: 700; }
.hotel-detail-card dd { margin: 0; }
.contact-links-section { padding: 0 0 68px; background: #fff; }
.contact-links-box { padding: 32px; display: flex; justify-content: space-between; align-items: center; gap: 34px; background: var(--sky); border-radius: var(--radius); }
.contact-links-box h2 { margin: 0 0 4px; color: var(--navy); font-size: 1.35rem; }
.contact-links-box p { margin: 0; color: var(--muted); font-size: .9rem; }
.contact-link-list { display: flex; flex-wrap: wrap; gap: 12px; }
.contact-link-list a { padding: 11px 18px; color: var(--navy); background: #fff; border: 1px solid var(--border); border-radius: 999px; font-size: .86rem; font-weight: 800; }
.about-notice { padding-top: 0; }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .nav-inner { min-height: 64px; }
  .menu-button { margin-left: auto; padding: 9px 0 9px 12px; display: flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 800; }
  .menu-icon { width: 22px; display: grid; gap: 4px; }
  .menu-icon span { display: block; height: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] .menu-icon span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-icon span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] .menu-icon span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-list { position: absolute; top: 100%; left: 0; width: 100%; max-height: 0; overflow: hidden; display: block; background: #fff; box-shadow: 0 14px 24px rgba(18,52,88,.12); transition: max-height .25s ease; }
  .nav-list.is-open { max-height: 520px; border-top: 1px solid var(--border); }
  .nav-list li { border-bottom: 1px solid var(--border); }
  .nav-list a { padding: 13px 24px; border: 0; }
  .card-grid-three { grid-template-columns: repeat(2, 1fr); }
  .card-grid-three .info-card:last-child { grid-column: 1 / -1; }
  .featured-layout { grid-template-columns: 1fr; }
  .featured-link { min-height: 0; }
  .popular-articles { padding-bottom: 10px; }
  .about-inner { gap: 40px; }
  .purpose-grid, .article-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .check-list { column-gap: 36px; }
  .beginner-layout { gap: 40px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .top-guide { font-size: .7rem; }
  .site-name { font-size: 1.25rem; }
  .main-visual { overflow: hidden; }
  .main-visual img { width: 118%; max-width: none; margin-left: -9%; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 1.7rem; }
  .section-heading > p:last-child { font-size: .9rem; }
  .card-grid-three, .card-grid-two { grid-template-columns: 1fr; }
  .card-grid-three .info-card:last-child { grid-column: auto; }
  .info-card { padding: 27px 24px 25px; }
  .heading-row { align-items: center; }
  .section-link { font-size: .78rem; }
  .featured-link { grid-template-columns: 1fr; }
  .featured-visual { min-height: 230px; padding: 25px; }
  .featured-content { padding: 28px 24px; }
  .featured-content h3 { font-size: 1.3rem; }
  .popular-articles { padding-inline: 22px; }
  .local-card { min-height: 300px; padding: 18px; }
  .local-card-content { padding: 22px; }
  .about-inner { grid-template-columns: 1fr; gap: 30px; }
  .policy-list li { grid-template-columns: 38px 1fr; gap: 13px; padding: 18px; }
  .policy-list li > span { width: 34px; height: 34px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-links { gap: 12px 22px; }
  .category-hero { padding: 52px 0 58px; }
  .category-hero h1 { font-size: 2rem; }
  .category-hero-inner > p:last-child { font-size: .9rem; line-height: 1.9; }
  .purpose-grid, .article-card-grid { grid-template-columns: 1fr; }
  .purpose-card { min-height: 0; padding: 25px 23px; }
  .check-card { padding: 7px 22px; }
  .check-list { grid-template-columns: 1fr; }
  .check-list li { padding-left: 44px; }
  .check-list li:nth-last-child(2) { border-bottom: 1px solid var(--border); }
  .beginner-layout { grid-template-columns: 1fr; gap: 30px; }
  .beginner-card { padding: 7px 22px; }
  .article-card { min-height: 0; }
  .notice-section { padding-bottom: 62px; }
  .notice-box { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .credit-card-ad { grid-template-columns: 1fr; }
  .contact-links-box { align-items: flex-start; flex-direction: column; }
  .contact-link-list { width: 100%; flex-direction: column; }
  .contact-link-list a { text-align: center; }
  .deal-status { top: 20px; right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* クレジットカード目的別ガイド */
.credit-guide-page .category-hero-inner { max-width: 1000px; }
.page-toc { margin-top: 32px; padding: 24px 28px; background: rgba(255,255,255,.84); border: 1px solid #cce7f0; border-radius: 16px; }
.page-toc strong { color: var(--navy); }
.page-toc ul { margin: 10px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 24px; list-style: none; }
.page-toc a { display: block; padding: 6px 0; color: var(--navy); font-weight: 700; text-decoration: underline; text-decoration-color: #8fcce0; text-underline-offset: 5px; }
.page-toc a::before { margin-right: 8px; content: "↓"; color: var(--blue); }
.page-toc a[href="financial-black.html"] { word-spacing: 4px; }
.page-toc a[href="financial-black.html"]::before { content: none; }
.section-tint { background: linear-gradient(180deg,#f7fcfe,#eef9fc); }
.featured-card-grid,.compact-card-grid,.two-card-grid { display: grid; gap: 24px; }
.featured-card-grid,.compact-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.two-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
#debit-cards .two-card-grid { align-items: start; }
#debit-cards .two-card-grid .product-card { height: auto; display: flex; flex-direction: column; overflow: hidden; }
#debit-cards .two-card-grid > .product-card > h3 { min-height: 3.6em; }
#debit-cards .debit-card-summary { min-height: 9.2em; }
#debit-cards .debit-card-summary p { margin: 0; }
#debit-cards .two-card-grid .service-image-link { padding-top: 0; }
#debit-cards .debit-feature-panel { margin-top: 28px; padding: 25px 0 0; background: transparent; border: 0; border-top: 1px solid #d7e2ea; border-radius: 0; box-shadow: none; }
#debit-cards .debit-feature-panel > h4 { margin: 0 0 9px; color: var(--navy); font-size: 1.15rem; line-height: 1.45; }
#debit-cards .feature-lead { margin: 0; color: var(--muted); }
#debit-cards .debit-feature-list { margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: 1fr; list-style: none; counter-reset: debit-features; }
#debit-cards .debit-feature-list > li { position: relative; min-width: 0; padding: 22px 0; background: transparent; border-top: 1px solid #dce6ed; counter-increment: debit-features; }
#debit-cards .debit-feature-list > li:first-child { padding-top: 0; border-top: 0; }
#debit-cards .debit-feature-list h4 { margin: 0 0 9px; padding-left: 34px; color: var(--navy); font-size: 1rem; font-weight: 800; line-height: 1.45; }
#debit-cards .debit-feature-list h4::before { position: absolute; top: 20px; left: 0; width: 26px; height: 26px; display: grid; place-items: center; content: counter(debit-features); color: #fff; background: var(--blue); border-radius: 50%; font-size: .72rem; font-weight: 800; }
#debit-cards .debit-feature-list > li:first-child h4::before { top: -2px; }
#debit-cards .debit-feature-list p { margin: 0; color: var(--muted); }
#debit-cards .debit-feature-list p + p { margin-top: 10px; }
#debit-cards .debit-feature-list .card-note { font-size: .78rem; }
#debit-cards .debit-feature-list .card-note a { font-weight: 700; }
#debit-cards .debit-recommend { margin-top: 30px; padding: 22px; background: #eef8f5; border: 1px solid #b9ddd2; border-radius: 11px; }
#debit-cards .debit-recommend h4 { margin: 0 0 13px; color: var(--navy); font-size: 1.05rem; }
#debit-cards .debit-recommend ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr; gap: 8px; list-style: none; }
#debit-cards .debit-recommend li { position: relative; padding-left: 23px; color: var(--muted); }
#debit-cards .debit-recommend li::before { position: absolute; left: 0; content: "✓"; color: #168466; font-weight: 900; }
#debit-cards .two-card-grid + .warning-box { margin-top: 38px; }
.product-card { min-width: 0; padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.comparison-card-grid { grid-auto-rows: 1fr; }
.comparison-card-grid .product-card,.payment-alternative-grid .product-card,.review-option-grid .product-card { height: 100%; display: flex; flex-direction: column; border-color: var(--border); }
.product-card h3 { margin: 14px 0 16px; color: var(--navy); font-size: 1.24rem; line-height: 1.45; overflow-wrap: anywhere; }
.product-card p { margin: 0; color: var(--muted); }
.pr-placeholder,.type-label { display: inline-block; padding: 3px 9px; border-radius: 5px; font-size: .7rem; font-weight: 800; }
.pr-placeholder { color: #526979; background: #f3f7f8; border: 1px solid #cfdee4; }
.type-label { margin-right: 6px; color: var(--navy); background: var(--sky-strong); }
.ad-image-placeholder { min-height: 140px; display: grid; place-items: center; margin-bottom: 18px; color: #6c8493; background: #f5fafc; border: 1px dashed #aacbd7; border-radius: 12px; font-size: .82rem; font-weight: 700; }
.product-card dl { margin: 0; }
.product-card dl > div { padding: 11px 0; border-top: 1px solid var(--border); }
.product-card dt { color: var(--navy); font-size: .78rem; font-weight: 800; }
.product-card dd { margin: 0; color: var(--muted); font-size: .87rem; }
.review-detail-card p + p,.review-detail-card ul + p { margin-top: 14px; }
.review-detail-card ul { margin: 14px 0 0; padding-left: 1.35em; }
.review-detail-card li + li { margin-top: 6px; }
.review-highlight { padding: 13px 15px; color: var(--navy) !important; background: var(--sky); border-radius: 9px; }
.review-caution { padding: 13px 15px; color: #624c12 !important; background: #fff8db; border-radius: 9px; font-size: .9rem; }
.compact-card-grid .product-card { min-height: 205px; }
.loan-section { background: #fff8f5; }
.loan-card { max-width: 850px; margin-inline: auto; border-color: #efc6bc; }
.warning-box { margin-top: 28px; padding: 20px 24px; color: #624c12; background: #fff8db; border-left: 5px solid #e2b431; border-radius: 0 12px 12px 0; }
.warning-box p { color: inherit; }
.warning-box.strong { color: #732f25; background: #fff0ec; border-left-color: #c45b49; }
.warning-box.strong strong { display: block; margin-bottom: 7px; }
.deposit-benefits { margin-bottom: 32px; }
.deposit-benefits > h3,.deposit-card-list-title { margin: 0 0 22px; color: var(--navy); font-size: clamp(1.35rem,2.4vw,1.8rem); text-align: center; }
.deposit-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.deposit-benefit { position: relative; min-width: 0; padding: 26px 26px 24px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.deposit-benefit-wide { grid-column: 1 / -1; }
.deposit-benefit h4 { margin: 0 0 14px; padding-left: 42px; color: var(--navy); font-size: 1.08rem; line-height: 1.55; }
.deposit-benefit p { margin: 0; color: var(--muted); }
.deposit-benefit p + p,.deposit-benefit ul + p { margin-top: 14px; }
.benefit-number { position: absolute; top: 24px; left: 24px; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--blue); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.deposit-benefit ul { margin: 14px 0 0; padding-left: 1.35em; color: var(--muted); }
.deposit-benefit li + li { margin-top: 6px; }
.deposit-use-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px 28px; }
.deposit-emphasis { padding: 13px 16px; color: var(--navy) !important; background: var(--sky); border-radius: 10px; font-weight: 800; text-align: center; }
.deposit-note { padding: 13px 15px; color: #624c12 !important; background: #fff8db; border-radius: 9px; font-size: .9rem; }
.deposit-example { margin: 4px 0 16px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.deposit-example > div { padding: 15px; display: grid; gap: 3px; background: var(--sky); border-radius: 10px; text-align: center; }
.deposit-example strong { color: var(--navy); font-size: .82rem; }
.deposit-example span { color: var(--blue); font-size: 1.35rem; font-weight: 800; }
.deposit-example small { color: var(--muted); }
.deposit-recommend { margin: 0 0 38px; padding: 28px; background: #eef8f5; border: 1px solid #b9ddd2; border-radius: var(--radius); }
.deposit-recommend h3 { margin: 0 0 18px; color: var(--navy); font-size: 1.3rem; text-align: center; }
.deposit-recommend ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; list-style: none; }
.deposit-recommend li { position: relative; padding-left: 25px; color: var(--muted); }
.deposit-recommend li::before { position: absolute; left: 0; content: "✓"; color: #168466; font-weight: 900; }
.deposit-card-list-title { margin-top: 0; }
.deposit { border-top: 5px solid var(--blue); }
.table-guide { display: none; color: var(--muted); font-size: .82rem; font-weight: 700; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); scrollbar-color: var(--blue) #e9f3f7; }
.table-scroll:focus-visible { outline: 3px solid rgba(22,135,189,.3); }
.table-scroll table { width: 100%; min-width: 1020px; border-collapse: collapse; background: #fff; font-size: .84rem; }
.table-scroll th,.table-scroll td { padding: 14px 16px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.table-scroll thead th { color: #fff; background: var(--navy); white-space: nowrap; }
.table-scroll tbody th { width: 230px; color: var(--navy); }
.table-scroll tbody tr:nth-child(even) { background: #f8fcfd; }
.table-scroll a { color: var(--blue); font-weight: 800; text-decoration: underline; white-space: nowrap; }
.application-section { background: #f6fbfd; }
.application-list { margin: 0; padding: 12px 28px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 34px; list-style: none; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.application-list li { position: relative; padding: 18px 0 18px 42px; border-bottom: 1px solid var(--border); }
.application-list li::before { position: absolute; top: 18px; left: 0; width: 27px; height: 27px; display: grid; place-items: center; content: "✓"; color: #fff; background: var(--blue); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.final-notice { background: #fff8db; border-left-color: #e2b431; }
@media (max-width:980px) { .featured-card-grid,.compact-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .featured-card-grid>:last-child { grid-column: 1/-1; } .table-guide { display: block; } }
@media (max-width:980px) { .deal-service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:680px) { .page-toc { padding: 20px; } .page-toc ul,.featured-card-grid,.compact-card-grid,.two-card-grid,.application-list { grid-template-columns: minmax(0,1fr); } .featured-card-grid>:last-child { grid-column: auto; } .product-card { padding: 24px 22px; } .compact-card-grid .product-card { min-height: 0; } }
@media (max-width:680px) { #debit-cards .two-card-grid > .product-card > h3,#debit-cards .debit-card-summary { min-height: 0; } #debit-cards .debit-feature-panel { padding: 24px 0 0; } #debit-cards .debit-feature-list,#debit-cards .debit-recommend ul { grid-template-columns: 1fr; } }
@media (max-width:680px) { .deposit-benefit-grid,.deposit-use-list,.deposit-recommend ul { grid-template-columns: 1fr; } .deposit-benefit-wide { grid-column: auto; } .deposit-benefit { padding: 23px 20px 21px; } .benefit-number { top: 21px; left: 20px; } .deposit-benefit h4 { padding-left: 39px; font-size: 1rem; } .deposit-example { grid-template-columns: 1fr; } .deposit-recommend { padding: 23px 20px; } }
@media (max-width:680px) { .deal-service-grid { grid-template-columns: minmax(0,1fr); } .deal-service-section .section-heading { margin-bottom: 20px; } .deal-service-card { padding: 18px 19px 17px; } }
@media (max-width:680px) { .deal-service-grid.internet-card-grid { grid-template-columns: minmax(0,1fr); } .internet-card { height: auto; } .internet-card-content { flex: none; } .internet-card-ad { margin-top: 0; } }

/* 銀行・金融サービスガイド */
.bank-guide-page .category-hero-inner { max-width: 1000px; }
.bank-card-grid,.online-bank-grid,.business-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.bank-card { height: 100%; }
.bank-guide-page .bank-display-card { padding-top: 16px; }
.bank-card-image { display: block; flex-shrink: 0; width: 100%; max-width: 300px; height: auto; object-fit: contain; margin-inline: auto; }
.bank-card-image-framed { outline: 1px solid #d9dfe3; }
.bank-display-card h3 { margin-top: 20px; word-break: normal; line-break: strict; }
.bank-branch-name { white-space: nowrap; }
.bank-display-card > p { margin-bottom: 16px; }
.bank-display-card dl { margin-bottom: 20px; }
.network-bank-list { display: grid; grid-template-columns: minmax(0,1fr); gap: 28px; }
.bank-guide-page .network-bank-card { display: grid; grid-template-columns: 300px minmax(0,1fr); align-items: start; gap: 32px; padding: 28px; }
.network-bank-content { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.network-bank-content h3 { margin: 0 0 16px; }
.network-bank-content > p { margin-bottom: 20px; }
.network-bank-content dl { width: 100%; }
.network-bank-content dd { overflow-wrap: anywhere; }
.network-bank-content .bank-detail-catch { color: var(--navy); font-weight: 800; font-size: 1.08rem; }
.bank-detail-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; width: 100%; margin-bottom: 24px; }
.bank-detail-item { min-width: 0; padding-top: 20px; border-top: 1px solid var(--border); }
.network-bank-content h4 { margin: 0 0 12px; color: var(--navy); font-size: 1rem; line-height: 1.6; overflow-wrap: anywhere; }
.bank-detail-item p + p { margin-top: 12px; }
.bank-detail-item p,.bank-detail-audience p,.bank-detail-cautions li { font-size: .9rem; }
.bank-detail-item ul,.bank-detail-audience ul,.bank-detail-cautions ul { padding-left: 1.3em; margin: 12px 0; color: var(--muted); font-size: .9rem; }
.bank-detail-item li + li,.bank-detail-audience li + li,.bank-detail-cautions li + li { margin-top: 6px; }
.network-bank-content .bank-detail-note { margin-top: 12px; font-size: .78rem; line-height: 1.8; }
.bank-detail-source { display: inline-block; margin-top: 12px; color: var(--blue); font-size: .8rem; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.bank-detail-sources { display: flex; flex-wrap: wrap; gap: 0 16px; }
.bank-detail-highlights,.bank-detail-audience,.bank-detail-cautions { width: 100%; padding: 20px; margin-bottom: 24px; border-radius: 12px; }
.bank-detail-highlights,.bank-detail-audience { background: var(--sky); }
.bank-detail-highlights ul { margin: 0; padding-left: 1.3em; color: var(--navy); font-size: .9rem; }
.bank-detail-purpose { padding: 22px; background: #eef8f5; border: 1px solid #c6dfd8; border-radius: 12px; }
.bank-detail-purpose .bank-purpose-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; }
.bank-purpose-tags li { padding: 4px 10px; border-radius: 6px; background: #fff; color: var(--navy); }
.bank-detail-purpose .bank-purpose-tags li + li { margin-top: 0; }
.bank-detail-cautions { border: 1px solid var(--border); background: #fafbfc; }
@media (min-width:1100px) {
  .bank-detail-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .bank-detail-purpose,.bank-detail-wide { grid-column: 1/-1; }
}
@media (max-width:768px) {
  .bank-guide-page .network-bank-card { grid-template-columns: minmax(0,1fr); gap: 20px; padding: 24px 22px; }
}
.bank-guide-page .product-card h3 + p.card-note { margin: -8px 0 16px; padding: 10px 12px; color: #466274; background: var(--sky); border-radius: 9px; font-size: .8rem; }
.gmo-feature { max-width: 930px; margin: 0 auto 30px; border-top: 5px solid var(--blue); }
.gmo-feature .ad-image-placeholder { min-height: 110px; }
.service-tags { margin: 0 0 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.service-tags span { padding: 5px 10px; color: var(--navy); background: var(--sky); border-radius: 999px; font-size: .76rem; font-weight: 700; }
.online-bank-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.online-bank-card { min-height: 390px; }
.bank-check-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; list-style: none; }
.bank-check-list li { padding: 18px 20px; display: grid; grid-template-columns: minmax(155px,.65fr) 1fr; gap: 16px; background: #fff; border: 1px solid var(--border); border-radius: 12px; }
.bank-check-list strong { color: var(--navy); }
.bank-check-list span { color: var(--muted); font-size: .88rem; }
.business-section { background: #edf6f8; border-top: 1px solid #d5e8ed; border-bottom: 1px solid #d5e8ed; }
.business-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.business-card { border-top: 4px solid #5a8294; }
.pr-label { display: inline-block; align-self: flex-start; width: auto; margin: 0 0 8px; padding: 2px 7px; color: #6b4e19; background: #fff5d7; border: 1px solid #ead38b; border-radius: 4px; font-size: .68rem; line-height: 1.4; font-weight: 700; }
.finance-section { background: #fff9f7; }
.finance-card { border-color: #ecd4cd; }
.type-label.danger { color: #762f25; background: #ffe2dc; }
.related-card { padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 36px; background: var(--sky); border: 1px solid var(--border); border-radius: var(--radius); }
.related-card h2 { margin: 5px 0 8px; color: var(--navy); font-size: 1.45rem; }
.related-card p:last-child { margin: 0; color: var(--muted); }
@media (max-width:980px) {
  .bank-card-grid,.business-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bank-card-grid > :last-child { grid-column: 1/-1; }
  .related-card { align-items: flex-start; flex-direction: column; }
}
@media (max-width:680px) {
  .bank-card-grid,.online-bank-grid,.business-grid,.bank-check-list { grid-template-columns: 1fr; }
  .bank-card-grid > :last-child { grid-column: auto; }
  .online-bank-card { min-height: 0; }
  .bank-check-list li { grid-template-columns: 1fr; gap: 3px; }
  .related-card { padding: 25px 23px; }
  
}

/* 公開用コンテンツカード */
.home-guide-section,.section-tint { background: linear-gradient(180deg,#f7fcfe,#eef9fc); }
.regional-directory-section { padding: 72px 0; background: linear-gradient(180deg,#f7fcfe,#edf8fb); }
.regional-directory-section .section-heading { margin-bottom: 30px; }
.regional-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); grid-auto-rows: 1fr; gap: 14px; }
.regional-card { min-width: 0; padding: 21px 22px 19px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 12px; }
.regional-card-image { display: block; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; flex-shrink: 0; margin-bottom: 16px; border-radius: 6px; }
.regional-kicker { margin: 0 0 3px !important; color: var(--blue) !important; font-size: .68rem !important; font-weight: 800; letter-spacing: .14em; }
.regional-card h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.03rem; line-height: 1.45; }
.regional-card > p:not(.regional-kicker) { flex-grow: 1; margin: 0 0 13px; color: var(--muted); font-size: .84rem; line-height: 1.7; }
.regional-card a { color: var(--navy); font-size: .82rem; font-weight: 800; }
.regional-card a span { margin-left: 5px; color: var(--blue); }
.regional-card-upcoming { background: rgba(255,255,255,.62); border-style: dashed; }
.regional-status { margin-top: auto; color: #718895; font-size: .78rem; font-weight: 700; }
.regional-sub-link { margin-top: 18px; text-align: right; }
.regional-sub-link a { color: var(--navy); font-size: .83rem; font-weight: 800; text-decoration: underline; text-decoration-color: #9ecfdd; text-underline-offset: 4px; }

/* 地域店舗カテゴリーページ */
.local-directory-page .category-hero { padding: 58px 0 62px; }
.local-directory-page .category-hero h1 { font-size: clamp(2rem,4vw,3rem); }
.listing-section { padding: 66px 0; background: #fff; }
.listing-section .section-heading { margin-bottom: 30px; }
.listing-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.listing-card { min-width: 0; padding: 24px 23px 22px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(18,52,88,.06); }
.listing-area { margin: 0 0 4px; color: var(--blue); font-size: .74rem; font-weight: 800; }
.listing-card h2 { margin: 0 0 13px; color: var(--navy); font-size: 1.18rem; line-height: 1.45; }
.listing-summary { margin: 0 0 16px; color: var(--muted); font-size: .88rem; }
.listing-facts { margin: 0 0 18px; }
.listing-facts > div { padding: 9px 0; border-top: 1px solid var(--border); }
.listing-facts dt { color: var(--navy); font-size: .75rem; font-weight: 800; }
.listing-facts dd { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }
.listing-note { margin: 22px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.related-local-section { padding: 44px 0 58px; background: #f5fbfd; }
.related-local-section h2 { margin: 0 0 16px; color: var(--navy); font-size: 1.2rem; }
.related-local-links { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.related-local-links a { display: block; padding: 8px 13px; color: var(--navy); background: #fff; border: 1px solid var(--border); border-radius: 8px; font-size: .8rem; font-weight: 700; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.guide-card { min-width: 0; padding: 28px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.guide-card h3 { margin: 0 0 12px; color: var(--navy); font-size: 1.2rem; line-height: 1.5; overflow-wrap: anywhere; }
.long-card-name { overflow-wrap: normal !important; word-break: normal; }
.long-card-name span { display: inline-block; max-width: 100%; }
.guide-card p { margin: 0 0 16px; color: var(--muted); font-size: .9rem; }
.guide-card strong { margin-top: auto; color: var(--navy); font-size: .82rem; }
.guide-card a { color: var(--blue); font-size: .87rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.guide-number { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 16px; color: #fff; background: var(--blue); border-radius: 50%; font-size: .74rem; font-weight: 800; }
.public-product { display: flex; flex-direction: column; }
.product-card h2 { margin: 0 0 14px; color: var(--navy); font-size: 1.35rem; }
.product-card ul { color: var(--muted); }
.premium-card { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; border-top: 5px solid #b89a58; }
.transport-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.transport-list article { padding: 22px; background: #fff; border: 1px solid var(--border); border-radius: 14px; }
.transport-list h3 { margin: 0 0 7px; color: var(--navy); }
.transport-list p { margin: 0; color: var(--muted); font-size: .88rem; }
.local-service-section { background: var(--navy-deep); }
.local-service-card { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.local-service-card h2 { margin: 5px 0 10px; color: #fff; }
.local-service-card p:last-child { margin: 0; color: #d5e7f0; }

.policy-public-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; list-style: none; }
.policy-public-list li { padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }
.policy-public-list h3 { margin: 0 0 7px; color: var(--navy); }
.policy-public-list p { margin: 0; color: var(--muted); }
.narrow-content { max-width: 850px; }
.narrow-content h2 { margin: 5px 0 18px; color: var(--navy); font-size: clamp(1.8rem,3vw,2.35rem); }
.narrow-content p { color: var(--muted); }
@media (max-width:980px) { .guide-card-grid,.transport-list,.regional-grid,.listing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:680px) { .guide-card-grid,.transport-list,.policy-public-list,.regional-grid,.listing-grid { grid-template-columns: 1fr; } .regional-directory-section { padding: 58px 0; } .regional-card { padding: 19px 20px 17px; } .regional-sub-link { text-align: left; } .local-service-card { align-items: flex-start; flex-direction: column; }  .listing-section { padding: 52px 0; } .listing-card { padding: 22px 20px 20px; } }

/* 運営情報・プライバシーポリシー・お問い合わせ */
.legal-content { max-width: 900px; }
.legal-content > h2 { margin: 48px 0 14px; color: var(--navy); font-size: clamp(1.4rem,2.5vw,1.8rem); }
.legal-content > h2:first-child { margin-top: 0; }
.legal-content p,.legal-content li { color: var(--muted); }
.legal-content a:not(.mail-button) { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.site-profile { margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: 16px; }
.site-profile > div { display: grid; grid-template-columns: 190px 1fr; border-bottom: 1px solid var(--border); }
.site-profile > div:last-child { border-bottom: 0; }
.site-profile dt,.site-profile dd { margin: 0; padding: 16px 20px; }
.site-profile dt { color: var(--navy); background: #f2f9fb; font-weight: 800; }
.site-profile dd { min-width: 0; }
.contact-mail-card { padding: 34px; background: var(--sky); border: 1px solid var(--border); border-radius: var(--radius); text-align: center; }
.contact-mail-card h2 { margin: 5px 0 12px; color: var(--navy); }
.mail-help { margin-bottom: 0; font-size: .88rem; }
.contact-check-list,.contact-note-list { padding-left: 1.4em; }
.contact-note-list li + li,.contact-check-list li + li { margin-top: 8px; }
.operation-links-section { background: #f6fbfd; }
.site-footer .footer-links { row-gap: 8px; }
@media (max-width:680px) {
  .site-profile > div { grid-template-columns: 1fr; }
  .site-profile dt { padding-bottom: 7px; }
  .site-profile dd { padding-top: 7px; }
  .contact-mail-card { padding: 26px 20px; }

}

/* Homepage money category illustrations */
.money-section .money-card-image { display: block; flex-shrink: 0; width: 100%; max-width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; margin: 0 0 22px; border-radius: 6px; }
.money-section .card-grid { grid-auto-rows: 1fr; }
.money-section .card-grid-three .info-card:last-child { grid-column: auto; }
.gourmet-page .gourmet-intro-image { display: block; width: 100%; max-width: 480px; height: auto; aspect-ratio: 16 / 10; object-fit: cover; margin: 24px 0; border-radius: 6px; }

/* Nexus Card: retain the issued banner and tracking pixel dimensions. */
.service-image-link.nexus-card-ad { position: relative; height: 250px; flex: 0 0 250px; }
.service-image-link.nexus-card-ad a { width: 300px; flex: 0 0 300px; }
.service-image-link.nexus-card-ad a img { width: 300px; max-width: none; height: 250px; }
.service-image-link.nexus-card-ad > img { position: absolute; width: 1px; height: 1px; }
.product-card:has(> .nexus-card-ad) { position: relative; }
.product-card:has(> .nexus-card-ad) > .pr-label { position: absolute; top: 8px; left: 28px; margin: 0; }

/* Credit-information guide and reusable entry links. */
.financial-black-page .category-hero-inner { max-width: 980px; }
.financial-black-page .category-hero-inner > p { max-width: 880px; }
.financial-black-page .product-card > p:first-child { margin-top: 0; }
.financial-point-list { margin: 20px 0 0; padding-left: 1.35em; color: var(--muted); line-height: 1.85; }
.disclosure-card { padding: 30px; }
.disclosure-detail-grid { margin: 24px 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.disclosure-detail-grid > section { padding: 20px; background: #f7fbfd; border: 1px solid var(--border); border-radius: 12px; }
.disclosure-detail-grid h3,.disclosure-card > h3 { margin: 0 0 10px; color: var(--navy); font-size: 1rem; }
.disclosure-detail-grid p,.disclosure-detail-grid ul { margin-top: 0; }
.disclosure-detail-grid ul { padding-left: 1.25em; }
.disclosure-fee { margin-bottom: 0; color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.financial-check-section { background: #f5fbfd; }
.financial-check-list { margin: 0; padding: 26px 30px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 30px; list-style: none; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.financial-check-list li { position: relative; min-width: 0; padding: 17px 0 17px 38px; display: flex; align-items: center; border-bottom: 1px solid var(--border); color: var(--navy); font-weight: 700; }
.financial-check-list li::before { position: absolute; top: 16px; left: 0; content: "□"; color: var(--blue); font-size: 1.4rem; line-height: 1; }
.financial-check-list li:nth-last-child(-n + 2) { border-bottom: 0; }
.financial-check-list .financial-check-info { padding: 13px 16px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: #eef8fb; border: 1px solid #cce7f0; border-radius: 10px; font-weight: 400; }
.financial-check-list .financial-check-info::before { content: none; }
.financial-check-info h3 { margin: 0 0 4px; color: var(--navy); font-size: .92rem; }
.financial-check-info p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.financial-category-link { margin: 28px 0 0; text-align: center; }
.financial-important-notice { padding-top: 0; }
.financial-important-notice .warning-box { margin-top: 0; }
.financial-important-notice h2 { margin: 0 0 12px; font-size: 1.25rem; }
.financial-important-notice p { margin: 8px 0 0; }
.financial-black-link-box { margin-top: 28px; padding: 24px 28px; background: var(--sky); border: 1px solid var(--border); border-radius: var(--radius); }
.financial-black-link-box h2,.financial-black-link-box h3 { margin: 0 0 8px; color: var(--navy); }
.financial-black-link-box h2 { font-size: 1.25rem; }
.financial-black-link-box h3 { font-size: 1.05rem; }
.financial-black-link-box p { margin: 0; color: var(--muted); }
.financial-black-link-box .text-link { display: inline-block; margin-top: 14px; }
@media (max-width:680px) {
  .disclosure-card { padding: 24px 22px; }
  .disclosure-detail-grid,.financial-check-list { grid-template-columns: minmax(0,1fr); }
  .financial-check-list { padding: 10px 22px; }
  .financial-check-list li:nth-last-child(2) { border-bottom: 1px solid var(--border); }
  .financial-black-link-box { padding: 22px; }
}

/* Shared card CTAs: intrinsic width, centered alignment and consistent spacing. */
.official-link,
.ad-official-link,
.related-link,
.guide-card > a,
.deal-service-card > a,
.listing-link,
.info-card > .text-link,
.regional-card > a {
  display: block;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  flex-shrink: 1;
  align-self: center;
  justify-self: center;
  margin: 26px auto 0;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}
:is(.product-card, .guide-card, .deal-service-card, .listing-card, .info-card, .regional-card):has(> :is(.official-link, .ad-official-link, .listing-link, .text-link, a:last-child)) { padding-bottom: 24px; }
:is(.guide-card, .deal-service-card, .listing-card, .info-card, .regional-card) > :has(+ a:last-child),
.network-bank-content > :has(+ .official-link) { margin-bottom: 0; }
.guide-card > a { padding-top: 0; }
/* Fixed-size A8 banners stay within their card even at 320px viewport width. */
:is(.product-card, .deal-service-card:not(.internet-card)):has(.nexus-card-ad, .affiliate-ad) { width: 100%; min-width: 302px; justify-self: center; overflow: clip; padding-bottom: 24px; }
.service-image-link a { padding-top: 0; }
.affiliate-ad + * { margin-top: 26px; }

/* Related introduction panels use the same centered CTA flow. */
.related-card, .local-service-card { flex-direction: column; align-items: stretch; gap: 0; }
.related-card { padding-bottom: 24px; }

/* Keep each image/CTA pair together at the foot of equal-height cards. */
:is(.product-card, .guide-card) > .service-image-link:has(+ .official-link:last-child),
.guide-card > .service-image-link:has(+ a:last-child) { margin-top: auto; padding-top: 24px; box-sizing: content-box; }
:is(.product-card, .guide-card, .listing-card, .info-card, .regional-card):not(:has(> .service-image-link)) > a:last-child { margin-top: auto; }
:is(.product-card, .guide-card, .listing-card, .info-card, .regional-card):not(:has(> .service-image-link)) > :has(+ a:last-child) { margin-bottom: 26px; }
@media (max-width: 680px) { .comparison-card-grid, .money-section .card-grid, .regional-grid { grid-auto-rows: auto; } }

/* Payment campaign images and their links share a centered vertical flow. */
.official-campaign-image img, .cashless-official-banner img { margin-inline: auto; }
.official-campaign-image > a, .cashless-official-banner > a { display: block; }
.guide-card:has(> .official-campaign-image) > div.official-campaign-image { margin: auto 0 0; padding-top: 28px; }
.guide-card:has(> .official-campaign-image) > .official-campaign-image + a { margin: 26px auto 0; }

/* Primary actions use this class; references/navigation remain text links. */
a.cta-link, a.ad-official-link {
  display: block;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  align-self: center;
  justify-self: center;
  flex-shrink: 1;
  margin: 26px auto 0;
  padding: 10px 18px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  transition: opacity .2s;
}
a.cta-link:hover, a.ad-official-link:hover { opacity: .85; }
a.cta-link:focus-visible, a.ad-official-link:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }

/* Homepage category navigation: larger buttons, isolated from service CTAs. */
.home-page a.home-card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(320px, calc(100% - 32px));
  max-width: 100%;
  min-height: 48px;
  margin: auto auto 6px;
  padding: 13px 20px;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: opacity .2s, transform .2s;
}
.home-page a.home-card-cta span { flex-shrink: 0; margin: 0; color: inherit; }
.home-page :is(.info-card, .regional-card) > p:has(+ .home-card-cta) { flex-grow: 0; margin-bottom: 28px; }
.home-page :is(.info-card, .regional-card):has(> .home-card-cta) { padding-bottom: 18px; }
.home-page a.home-card-cta:hover { opacity: .88; transform: translateY(-1px); }
.home-page a.home-card-cta:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .home-page a.home-card-cta { transition: none; }
  .home-page a.home-card-cta:hover { transform: none; }
}

/* Uploaded business-service advertisements retain their original proportions. */
.bank-guide-page .product-card > img.business-ad-image { display: block; width: auto; max-width: 100%; height: auto; margin: 26px auto 0; }
.bank-guide-page .product-card > img.business-ad-image-wide { width: 100%; max-width: 600px; }
.bank-guide-page .product-card > .business-ad-image + a.official-link { margin: 26px auto 0; }

/* Illustration for the screening-anxiety related guide. */
.related-card > .related-guide-image { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto 24px; border-radius: 14px; }

/* Business services: equal image areas and aligned card actions. */
.bank-guide-page :is(.business-section, .finance-section, .business-related-guide) { padding-block: 56px; }
.bank-guide-page .business-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.bank-guide-page .business-card { display: flex; flex-direction: column; height: 100%; padding: 24px 20px; }
.bank-guide-page .business-card > h3 { min-height: 2.9em; }
#business-accounts .business-card > .business-card-image { display: flex; align-items: center; justify-content: center; flex: 0 0 auto; height: 244px; padding-top: 24px; margin: auto 0 0; }
.bank-guide-page .business-card-image > img { display: block; width: auto; height: auto; max-width: 100%; max-height: 220px; object-fit: contain; margin: 0; }
.bank-guide-page .business-card > a.official-link { margin: 24px auto 0; }
.bank-guide-page .business-loan-card { width: 100%; max-width: 760px; margin-inline: auto; padding-bottom: 24px; }
.bank-guide-page .business-loan-card > img.business-ad-image { width: 100%; max-width: 600px; height: auto; margin: 24px auto 0; }
.bank-guide-page .business-loan-card > .business-ad-image + a.official-link { margin: 24px auto 0; }
.bank-guide-page .business-related-guide .related-card { width: 100%; max-width: 760px; margin-inline: auto; padding: 24px; }
.bank-guide-page .business-related-guide .related-link { margin-top: 24px; }
@media (max-width: 980px) {
  .bank-guide-page .business-grid { grid-template-columns: 1fr; }
  .bank-guide-page .business-card > h3 { min-height: 0; }
}
@media (max-width: 680px) {
  .bank-guide-page :is(.business-section, .finance-section, .business-related-guide) { padding-block: 48px; }
  .bank-guide-page :is(.business-section, .finance-section, .business-related-guide) > .container { width: calc(100% - 32px); }
  .bank-guide-page .business-card, .bank-guide-page .business-loan-card, .bank-guide-page .business-related-guide .related-card { padding: 24px 16px; }
}

/* Mobile financial illustrations fill the padded card; issued ads retain their size cap. */
@media (max-width: 768px) {
  :is(.bank-guide-page, .credit-guide-page) :is(.product-card, .guide-card) { padding-left: 16px; padding-right: 16px; }
  .bank-guide-page .network-bank-card { grid-template-columns: minmax(0, 1fr); padding-left: 16px; padding-right: 16px; }
  :is(.bank-guide-page, .credit-guide-page) .bank-card-image,
  :is(.bank-guide-page, .credit-guide-page) .service-image-link:not(.nexus-card-ad) img,
  .bank-guide-page .business-card-image > img { display: block; width: 100%; max-width: none; height: auto; max-height: none; margin-inline: auto; }
  #business-accounts .business-card > .business-card-image { height: auto; min-height: 0; padding-top: 24px; }
  :is(.bank-guide-page, .credit-guide-page) img[src="images/gmo_aozora_mastercard.png"],
  :is(.bank-guide-page, .credit-guide-page) img[src="images/mitsuisumitomo_nl.jpg"],
  :is(.bank-guide-page, .credit-guide-page) img[src="images/recruit_card.jpg"],
  :is(.bank-guide-page, .credit-guide-page) img[src="images/mitsui_shopping.jpg"],
  :is(.bank-guide-page, .credit-guide-page) img[src="images/d_card_gold_u.jpg"],
  :is(.bank-guide-page, .credit-guide-page) img[src="images/promise.jpg"] { max-width: 300px; }
}

/* Payment-method illustrations, scoped to the six educational cards. */
#payment-types .payment-type-image { display: block; width: 100%; max-width: 100%; height: auto; flex-shrink: 0; margin: 0 auto 24px; border-radius: 14px; }
@media (max-width: 768px) { #payment-types .guide-card { padding-left: 16px; padding-right: 16px; } }


/* Original branded banners with realistic app screens composited into the phones. */
#qr-payments .composed-app-banner { margin: 24px 0 0; }
#qr-payments .composed-app-banner > a { display: block; }
#qr-payments .composed-app-banner img { display: block; width: 100%; max-width: none; height: auto; margin: 0 auto; }

/* ValueCommerce service cards use the same spacing as the existing SIM ads. */
.deal-service-card.valuecommerce-service-card { width: 100%; min-width: 302px; height: auto; align-self: start; justify-self: center; padding-bottom: 24px; }
.valuecommerce-service-card .valuecommerce-ad { display: flex; justify-content: center; align-items: center; margin: 24px 0 0; text-align: center; }
.valuecommerce-service-card .valuecommerce-ad > a { display: block; flex-shrink: 0; }
.valuecommerce-service-card .valuecommerce-ad img { display: block; max-width: none; margin-inline: auto; }

/* Rakuten issued markup stays intact; only its containing layout is responsive. */
.rakuten-product { max-width: 520px; margin-inline: auto; }
.rakuten-product > h3 { color: var(--navy); text-align: center; }
.rakuten-product-wrap { width: 100%; max-width: 520px; margin: 24px auto; }
.rakuten-product-wrap > table { margin-inline: auto; max-width: 100%; }
@media (max-width: 560px) {
  .rakuten-product-wrap > table, .rakuten-product-wrap > table > tbody, .rakuten-product-wrap > table > tbody > tr, .rakuten-product-wrap > table > tbody > tr > td { display: block; width: 100%; }
  .rakuten-product-wrap > table > tbody > tr > td > div { width: 100% !important; }
  .rakuten-product-wrap > table > tbody > tr > td > div > table, .rakuten-product-wrap > table > tbody > tr > td > div > table > tbody, .rakuten-product-wrap > table > tbody > tr > td > div > table > tbody > tr { display: block; width: 100%; }
  .rakuten-product-wrap > table > tbody > tr > td > div > table > tbody > tr > td { display: block; width: 100% !important; }
  .rakuten-product-wrap td:first-child > a > img { margin-inline: auto !important; max-width: calc(100% - 4px); height: auto; }
}

/* Shop affiliate banner above the Rakuten product list. */
.rakuten-shop-banner { max-width: 520px; margin: 24px auto 32px; text-align: center; }
.rakuten-shop-banner > a { display: inline-block; max-width: 100%; }
.rakuten-shop-banner img { display: inline-block; max-width: calc(100% - 4px); height: auto; vertical-align: middle; }

/* Larger Rakuten SIM package: retain issued 624px desktop layout. */
.rakuten-product-wide, .rakuten-product-wide .rakuten-product-wrap { max-width: 640px; }
@media (max-width: 680px) {
  .rakuten-product-wide .rakuten-product-wrap > table, .rakuten-product-wide .rakuten-product-wrap > table > tbody, .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr, .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr > td { display: block; width: 100%; }
  .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr > td > div { width: 100% !important; }
  .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr > td > div > table, .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr > td > div > table > tbody, .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr > td > div > table > tbody > tr { display: block; width: 100%; }
  .rakuten-product-wide .rakuten-product-wrap > table > tbody > tr > td > div > table > tbody > tr > td { display: block; width: 100% !important; }
  .rakuten-product-wide .rakuten-product-wrap td:first-child > a > img { margin-inline: auto !important; max-width: calc(100% - 4px); height: auto; }
}
