:root {
    --p235-ink: #273238;
    --p235-muted: #5a666a;
    --p235-navy: #2c596d;
    --p235-navy-dark: #193f50;
    --p235-copper: #c28a31;
    --p235-copper-dark: #8a5b17;
    --p235-pale: #edf4f6;
    --p235-warm: #f8f4e9;
    --p235-line: #d8e0e4;
}
.pocket-235-body { color: var(--p235-ink); font-family: "Noto Sans JP", sans-serif; }
.pocket-235-body #mein-Contents { display: flex; align-items: flex-start; gap: 28px; }
.pocket-235-body #Main { min-width: 0; }
.pocket-235-page { width: 100%; max-width: 100%; overflow-wrap: anywhere; font-size: 16px; line-height: 1.9; }
.pocket-235-page *, .pocket-235-page *::before, .pocket-235-page *::after { box-sizing: border-box; }
.pocket-235-page a { color: var(--p235-navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.pocket-235-page a:hover, .pocket-235-page a:focus-visible { color: var(--p235-copper-dark); }
h1.pocket-235-title { margin: 0 0 22px; padding: 20px 24px; border-left: 7px solid var(--p235-copper); background: linear-gradient(90deg,#f4f6f6,#fff); color: #24333b; font-size: clamp(27px,3vw,38px); line-height: 1.35; }
.pocket-235-hero { overflow: hidden; margin-bottom: 28px; border-radius: 15px; background: #eef1f2; box-shadow: 0 12px 30px rgba(37,52,61,.12); }
.pocket-235-hero img { display: block; width: 100%; height: auto; }
.pocket-235-lead { position: relative; margin: 0 0 25px; padding: 30px 32px 25px; border: 1px solid #d4dfe3; border-radius: 15px; background: linear-gradient(135deg,#f3f8fa,#fffaf0); }
.pocket-235-eyebrow { margin: 0 0 8px !important; color: var(--p235-copper-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.pocket-235-lead-title { margin: 0 0 16px; color: var(--p235-navy-dark); font-size: clamp(22px,2.5vw,31px); line-height: 1.5; }
.pocket-235-lead p { margin: 0 0 12px; }
.pocket-235-point-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 0 0 28px; }
.pocket-235-point-card { padding: 20px 16px; border: 1px solid var(--p235-line); border-radius: 12px; background: #fff; text-align: center; box-shadow: 0 5px 14px rgba(36,52,61,.05); }
.pocket-235-point-card i { color: var(--p235-copper); font-size: 25px; }
.pocket-235-point-card h3 { margin: 10px 0 6px; color: #2b3a43; font-size: 17px; }
.pocket-235-point-card p { margin: 0; color: var(--p235-muted); font-size: 13px; line-height: 1.7; }
.pocket-235-toc { margin: 0 0 34px; padding: 23px 26px; border-radius: 12px; background: #2c3d47; color: #fff; }
.pocket-235-toc > p { margin: 0 0 10px; font-weight: 900; }
.pocket-235-toc ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5px 30px; margin: 0; padding-left: 1.4em; }
.pocket-235-toc a { color: #fff; text-decoration: none; }
.pocket-235-toc a:hover, .pocket-235-toc a:focus-visible { color: #ffe1a8; text-decoration: underline; }
.pocket-235-section { margin: 0 0 38px; scroll-margin-top: 20px; }
.pocket-235-heading { display: flex; gap: 14px; align-items: center; margin: 0 0 17px; padding-bottom: 12px; border-bottom: 3px solid #dbe6ea; }
.pocket-235-heading > span { display: grid; flex: 0 0 44px; place-items: center; height: 44px; border-radius: 50%; background: var(--p235-navy); color: #fff; font-size: 13px; font-weight: 900; }
.pocket-235-heading h2 { margin: 0; color: #263740; font-size: clamp(22px,2.2vw,29px); line-height: 1.45; }
.pocket-235-section > p { margin: 0 0 14px; }
.pocket-235-role-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 21px; }
.pocket-235-role-grid article { position: relative; padding: 22px 20px 20px 68px; border: 1px solid var(--p235-line); border-radius: 12px; background: #fff; }
.pocket-235-role-grid article > span { position: absolute; left: 18px; top: 20px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: #e8f0f3; color: var(--p235-navy); font-weight: 900; }
.pocket-235-role-grid h3 { margin: 0 0 6px; font-size: 18px; }
.pocket-235-role-grid p { margin: 0; color: var(--p235-muted); font-size: 14px; }
.pocket-235-note { display: flex; gap: 16px; margin-top: 22px; padding: 20px 22px; border-left: 5px solid var(--p235-copper); border-radius: 8px; background: var(--p235-warm); }
.pocket-235-note--blue { border-left-color: var(--p235-navy); background: var(--p235-pale); }
.pocket-235-note > i { margin-top: 5px; color: var(--p235-copper); font-size: 24px; }
.pocket-235-note--blue > i { color: var(--p235-navy); }
.pocket-235-note h3 { margin: 0 0 7px; font-size: 18px; }
.pocket-235-note p { margin: 0; }
.pocket-235-sequence { display: grid; gap: 12px; margin-top: 21px; }
.pocket-235-sequence article { position: relative; display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 20px; align-items: center; padding: 19px 22px; border: 1px solid var(--p235-line); border-radius: 12px; background: #fff; }
.pocket-235-sequence article:not(:last-child)::after { position: absolute; left: 55px; bottom: -18px; z-index: 2; color: var(--p235-copper); content: "↓"; font-size: 22px; font-weight: 900; }
.pocket-235-sequence span { display: grid; place-items: center; min-height: 48px; border-radius: 999px; background: #f8ecd6; color: var(--p235-copper-dark); font-size: 12px; font-weight: 900; }
.pocket-235-sequence h3 { margin: 0 0 5px; font-size: 18px; }
.pocket-235-sequence p { margin: 0; color: var(--p235-muted); font-size: 14px; }
.pocket-235-table-wrap { width: 100%; margin-top: 22px; overflow-x: auto; border: 1px solid #d7dfe3; border-radius: 12px; background: #fff; -webkit-overflow-scrolling: touch; }
.pocket-235-table { width: 100%; min-width: 650px; border-collapse: collapse; line-height: 1.7; }
.pocket-235-table--wide { min-width: 820px; }
.pocket-235-table caption { padding: 15px 18px; background: #2f3d46; color: #fff; font-weight: 800; text-align: left; }
.pocket-235-table th, .pocket-235-table td { padding: 14px 15px; border-right: 1px solid #e1e6e9; border-bottom: 1px solid #e1e6e9; vertical-align: top; text-align: left; }
.pocket-235-table thead th { background: #eaf1f4; color: #365466; font-size: 14px; }
.pocket-235-table tbody th { width: 130px; background: #f7f3ef; }
.pocket-235-table tr > *:last-child { border-right: 0; }
.pocket-235-table tbody tr:last-child > * { border-bottom: 0; }
.pocket-235-table a { font-weight: 800; }
.pocket-235-use-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.pocket-235-use-card { padding: 22px; border: 1px solid #dce2e5; border-radius: 13px; background: #fff; box-shadow: 0 5px 16px rgba(38,51,59,.05); }
.pocket-235-use-card i { color: var(--p235-copper); font-size: 24px; }
.pocket-235-use-card h3 { margin: 10px 0 7px; font-size: 18px; }
.pocket-235-use-card p { margin: 0; color: var(--p235-muted); font-size: 14px; }
.pocket-235-check-box { margin-top: 22px; padding: 24px 26px; border-radius: 12px; background: #2e3b44; color: #fff; }
.pocket-235-check-box h3 { margin: 0 0 12px; color: #fff; font-size: 20px; }
.pocket-235-check-box ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 22px; margin: 0 0 14px; padding-left: 1.45em; }
.pocket-235-check-box p { margin: 0; }
.pocket-235-check-box a { color: #fff; font-weight: 800; }
.pocket-235-check-box a:hover, .pocket-235-check-box a:focus-visible { color: #ffe0a0; }
.pocket-235-quantity-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 21px; }
.pocket-235-quantity-grid article { padding: 21px; border-radius: 12px; background: var(--p235-pale); }
.pocket-235-quantity-grid i { color: var(--p235-navy); font-size: 23px; }
.pocket-235-quantity-grid h3 { margin: 9px 0 6px; font-size: 18px; }
.pocket-235-quantity-grid p { margin: 0; color: var(--p235-muted); font-size: 14px; }
.pocket-235-sub-link { margin-top: 16px !important; text-align: right; font-weight: 800; }
.pocket-235-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 22px; }
.pocket-235-product-card { display: block; padding: 25px; border: 1px solid #dbe1e4; border-radius: 14px; background: #fff; color: var(--p235-ink) !important; text-decoration: none !important; box-shadow: 0 7px 19px rgba(40,53,61,.06); transition: .18s ease; }
.pocket-235-product-card:hover, .pocket-235-product-card:focus-visible { transform: translateY(-3px); border-color: var(--p235-copper); background: #fbf7ed; color: var(--p235-ink) !important; box-shadow: 0 11px 25px rgba(76,42,45,.11); }
.pocket-235-product-label { display: inline-block; padding: 4px 9px; border-radius: 999px; background: #e8eef0; color: var(--p235-navy-dark); font-size: 12px; font-weight: 800; }
.pocket-235-product-card h3 { margin: 11px 0 8px; font-size: 21px; }
.pocket-235-product-card p { color: var(--p235-muted); font-size: 14px; }
.pocket-235-arrow { color: var(--p235-copper-dark); font-weight: 800; }
.pocket-235-faq-list { display: grid; gap: 12px; }
.pocket-235-faq details { overflow: hidden; border: 1px solid #d9e0e4; border-radius: 10px; background: #fff; }
.pocket-235-faq summary { position: relative; padding: 18px 52px; cursor: pointer; color: #28353d; font-weight: 800; list-style: none; }
.pocket-235-faq summary::-webkit-details-marker { display: none; }
.pocket-235-faq summary::before { position: absolute; left: 18px; top: 16px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--p235-copper); color: #fff; content: "Q"; font-size: 12px; }
.pocket-235-faq summary::after { position: absolute; right: 20px; top: 17px; color: var(--p235-navy); content: "+"; font-size: 24px; line-height: 1; }
.pocket-235-faq details[open] summary::after { content: "−"; }
.pocket-235-faq details > div { padding: 0 22px 18px 52px; color: var(--p235-muted); }
.pocket-235-faq details > div p { margin: 0; }
.pocket-235-related { margin: 0 0 42px; padding: 27px; border-radius: 14px; background: #f4f7f8; }
.pocket-235-related h2 { margin: 0 0 18px; color: #29363e; font-size: 23px; }
.pocket-235-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.pocket-235-related-grid a { display: block; padding: 12px 14px; border: 1px solid #d9e0e3; border-radius: 8px; background: #fff; color: var(--p235-navy-dark); font-weight: 700; text-decoration: none; }
.pocket-235-related-grid a:hover, .pocket-235-related-grid a:focus-visible { border-color: var(--p235-navy); background: #edf4f6; color: var(--p235-navy-dark); }
.pocket-235-back { margin: 18px 0 0 !important; }
.pocket-235-final-cta { margin-bottom: 30px; padding: 34px 30px; border: 1px solid #cfdde3; border-radius: 16px; background: linear-gradient(135deg,#edf6f8,#fff5df); text-align: center; }
.pocket-235-final-cta h2 { margin: 0 0 10px; color: #28353d; font-size: clamp(22px,2vw,30px); }
.pocket-235-final-cta > div { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
.pocket-235-cta-primary, .pocket-235-cta-secondary { display: flex; align-items: center; justify-content: center; min-height: 50px; min-width: 230px; padding: 12px 18px; border: 2px solid transparent; border-radius: 8px; font-weight: 800; text-align: center; text-decoration: none !important; }
.pocket-235-page .pocket-235-cta-primary { background-color: var(--p235-copper); color: #fff; border-color: var(--p235-copper); }
.pocket-235-page .pocket-235-cta-primary:hover, .pocket-235-page .pocket-235-cta-primary:focus-visible { background-color: var(--p235-copper-dark); color: #fff; border-color: var(--p235-copper-dark); }
.pocket-235-page .pocket-235-cta-secondary { background-color: #fff; color: var(--p235-navy-dark); border-color: var(--p235-navy); }
.pocket-235-page .pocket-235-cta-secondary:hover, .pocket-235-page .pocket-235-cta-secondary:focus-visible { background-color: var(--p235-navy); color: #fff; border-color: var(--p235-navy); }
@media (min-width: 651px) and (max-width: 1100px) {
    .pocket-235-body #Bread { width: 94%; }
    .pocket-235-body #mein-Contents { width: 94%; gap: 20px; }
    .pocket-235-body #sideMenu { width: 25%; }
    .pocket-235-body #Main { width: 75%; }
    .pocket-235-point-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 650px) {
    .pocket-235-body #Bread { width: 94%; margin: 8px auto 0; }
    .pocket-235-body #mein-Contents { display: block; width: 100%; margin-top: 10px; padding: 0 14px; }
    .pocket-235-body #sideMenu { display: none; float: none; width: 100%; }
    .pocket-235-body #Main { float: none; width: 100%; }
    .pocket-235-page { font-size: 15px; line-height: 1.85; }
    h1.pocket-235-title { margin-bottom: 16px; padding: 15px 16px; font-size: 25px; }
    .pocket-235-hero { border-radius: 11px; }
    .pocket-235-lead { padding: 22px 19px 18px; }
    .pocket-235-heading { align-items: flex-start; }
    .pocket-235-heading > span { flex-basis: 36px; height: 36px; }
    .pocket-235-heading h2 { font-size: 22px; }
    .pocket-235-point-grid, .pocket-235-role-grid, .pocket-235-use-grid, .pocket-235-product-grid, .pocket-235-related-grid, .pocket-235-quantity-grid { grid-template-columns: 1fr; }
    .pocket-235-toc ol { grid-template-columns: 1fr; }
    .pocket-235-sequence article { grid-template-columns: 74px minmax(0,1fr); gap: 13px; padding: 17px 16px; }
    .pocket-235-sequence article:not(:last-child)::after { left: 42px; }
    .pocket-235-check-box { padding: 21px 19px; }
    .pocket-235-check-box ul { grid-template-columns: 1fr; }
    .pocket-235-final-cta { padding: 27px 18px; }
    .pocket-235-final-cta > div { flex-direction: column; }
    .pocket-235-cta-primary, .pocket-235-cta-secondary { width: 100%; min-width: 0; }
}
@media (max-width: 480px) {
    .pocket-235-body #mein-Contents { padding: 0 10px; }
    .pocket-235-lead { padding: 20px 16px 16px; }
    .pocket-235-point-card, .pocket-235-use-card, .pocket-235-product-card { padding: 18px 16px; }
    .pocket-235-role-grid article { padding: 20px 16px 18px 60px; }
    .pocket-235-role-grid article > span { left: 15px; }
    .pocket-235-note { padding: 18px 16px; }
    .pocket-235-faq summary { padding-right: 42px; }
}
