.pocket-237-body .pocket-237-page {
    --p237-navy: #24364a;
    --p237-blue: #3f6f78;
    --p237-blue-dark: #31565d;
    --p237-red: #9a6846;
    --p237-red-dark: #744a32;
    --p237-green: #567467;
    --p237-gold: #9b8048;
    --p237-ink: #2b3a45;
    --p237-muted: #5b6a75;
    --p237-line: #d9e2e7;
    --p237-soft: #f6f8fa;
    --p237-sky: #edf5f8;
    color: var(--p237-ink);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
}

.pocket-237-body .pocket-237-page *,
.pocket-237-body .pocket-237-page *::before,
.pocket-237-body .pocket-237-page *::after {
    box-sizing: border-box;
}

.pocket-237-body .pocket-237-page a {
    color: var(--p237-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pocket-237-body .pocket-237-page a:hover,
.pocket-237-body .pocket-237-page a:focus-visible {
    color: var(--p237-red-dark);
}

.pocket-237-body .pocket-237-header {
    display: block;
    height: auto;
    padding: 10px 0 24px;
    background: transparent;
    font-family: inherit;
    font-weight: 400;
}

.pocket-237-body .pocket-237-eyebrow {
    margin: 0 0 8px;
    color: var(--p237-red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pocket-237-body .pocket-237-title {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--p237-navy);
    font-size: clamp(28px, 4.3vw, 44px);
    line-height: 1.35;
    letter-spacing: .02em;
    word-break: keep-all;
    overflow-wrap: normal;
}

.pocket-237-body .pocket-237-lead {
    margin: 18px 0 0;
    color: #445563;
    font-size: 17px;
}

.pocket-237-body .pocket-237-hero {
    margin: 0 0 28px;
    overflow: hidden;
    border-radius: 18px;
    background: #f4f1eb;
    box-shadow: 0 14px 35px rgba(27, 48, 65, .14);
}

.pocket-237-body .pocket-237-hero img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.pocket-237-body .pocket-237-conclusion {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    margin: 0 0 32px;
    padding: 23px 25px;
    border: 1px solid #c7dbe4;
    border-left: 6px solid var(--p237-blue);
    border-radius: 14px;
    background: linear-gradient(135deg, #eef6fa 0%, #fff 100%);
}

.pocket-237-body .pocket-237-conclusion__icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 50%;
    background: var(--p237-blue);
    color: #fff;
    font-size: 24px;
}

.pocket-237-body .pocket-237-conclusion__label {
    margin: 0 0 4px;
    color: var(--p237-blue-dark);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
}

.pocket-237-body .pocket-237-conclusion p:last-child {
    margin: 0;
}

.pocket-237-body .pocket-237-section {
    margin: 0 0 58px;
}

.pocket-237-body .pocket-237-anchor {
    scroll-margin-top: 90px;
}

.pocket-237-body .pocket-237-heading {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0 0 22px;
    padding-bottom: 13px;
    border-bottom: 2px solid var(--p237-line);
}

.pocket-237-body .pocket-237-heading > span {
    flex: 0 0 auto;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 12px;
    background: var(--p237-red);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.pocket-237-body .pocket-237-heading h2 {
    margin: 1px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--p237-navy);
    font-size: clamp(23px, 3.3vw, 31px);
    line-height: 1.45;
}

.pocket-237-body .pocket-237-section > p {
    margin: 0 0 18px;
}

.pocket-237-body .pocket-237-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.pocket-237-body .pocket-237-summary-grid article {
    padding: 25px 22px;
    border: 1px solid var(--p237-line);
    border-top: 5px solid var(--p237-blue);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 9px 24px rgba(30, 52, 69, .06);
}

.pocket-237-body .pocket-237-summary-grid article:nth-child(2) {
    border-top-color: var(--p237-red);
}

.pocket-237-body .pocket-237-summary-grid article:nth-child(3) {
    border-top-color: var(--p237-green);
}

.pocket-237-body .pocket-237-summary-grid i {
    color: var(--p237-blue);
    font-size: 29px;
}

.pocket-237-body .pocket-237-summary-grid article:nth-child(2) i {
    color: var(--p237-red);
}

.pocket-237-body .pocket-237-summary-grid article:nth-child(3) i {
    color: var(--p237-green);
}

.pocket-237-body .pocket-237-summary-grid h3 {
    margin: 13px 0 10px;
    color: var(--p237-navy);
    font-size: 19px;
    line-height: 1.5;
}

.pocket-237-body .pocket-237-summary-grid p {
    margin: 0;
    color: var(--p237-muted);
}

.pocket-237-body .pocket-237-toc {
    margin: 0 0 46px;
    padding: 24px 26px;
    border: 1px solid var(--p237-line);
    border-radius: 14px;
    background: var(--p237-soft);
}

.pocket-237-body .pocket-237-toc__title {
    margin: 0 0 12px;
    color: var(--p237-navy);
    font-weight: 800;
}

.pocket-237-body .pocket-237-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 32px;
    margin: 0;
    padding-left: 22px;
}

.pocket-237-body .pocket-237-toc a {
    color: #34495b;
    font-weight: 600;
}

.pocket-237-body .pocket-237-file-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin: 28px 0;
}

.pocket-237-body .pocket-237-file-grid article {
    position: relative;
    min-height: 205px;
    padding: 26px 23px 22px;
    border: 1px solid var(--p237-line);
    border-radius: 15px;
    background: #fff;
}

.pocket-237-body .pocket-237-file-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--p237-sky);
    color: var(--p237-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.pocket-237-body .pocket-237-file-grid h3 {
    margin: 15px 0 9px;
    color: var(--p237-navy);
    font-size: 19px;
    line-height: 1.5;
}

.pocket-237-body .pocket-237-file-grid p {
    margin: 0;
    color: var(--p237-muted);
}

.pocket-237-body .pocket-237-note {
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid #ead8b2;
    border-left: 6px solid var(--p237-gold);
    border-radius: 13px;
    background: #fffaf0;
}

.pocket-237-body .pocket-237-note h3 {
    margin: 0 0 8px;
    color: #6c4d13;
    font-size: 18px;
}

.pocket-237-body .pocket-237-note p {
    margin: 0;
    color: #5f5541;
}

.pocket-237-body .pocket-237-step-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.pocket-237-body .pocket-237-step-list li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    position: relative;
    padding: 0 0 28px;
}

.pocket-237-body .pocket-237-step-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 51px;
    left: 27px;
    width: 2px;
    height: calc(100% - 44px);
    background: #cbdbe2;
}

.pocket-237-body .pocket-237-step-list__number {
    position: relative;
    z-index: 1;
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border: 5px solid #fff;
    border-radius: 50%;
    background: var(--p237-blue);
    box-shadow: 0 0 0 1px #c7d8df;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.pocket-237-body .pocket-237-step-list li > div {
    padding: 19px 22px;
    border: 1px solid var(--p237-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-237-body .pocket-237-step-list h3 {
    margin: 0 0 8px;
    color: var(--p237-navy);
    font-size: 20px;
}

.pocket-237-body .pocket-237-step-list p {
    margin: 0;
}

.pocket-237-body .pocket-237-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.pocket-237-body .pocket-237-check-grid article {
    position: relative;
    padding: 24px 23px 22px 74px;
    border: 1px solid var(--p237-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-237-body .pocket-237-check-grid i {
    position: absolute;
    top: 24px;
    left: 22px;
    color: var(--p237-red);
    font-size: 30px;
}

.pocket-237-body .pocket-237-check-grid h3 {
    margin: 0 0 7px;
    color: var(--p237-navy);
    font-size: 19px;
}

.pocket-237-body .pocket-237-check-grid p {
    margin: 0;
    color: var(--p237-muted);
}

.pocket-237-body .pocket-237-inline-guide {
    padding: 18px 21px;
    border-radius: 11px;
    background: var(--p237-sky);
}

.pocket-237-body .pocket-237-table-wrap {
    width: 100%;
    margin: 26px 0 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--p237-line);
    border-radius: 14px;
}

.pocket-237-body .pocket-237-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}

.pocket-237-body .pocket-237-table th,
.pocket-237-body .pocket-237-table td {
    padding: 16px 17px;
    border-right: 1px solid var(--p237-line);
    border-bottom: 1px solid var(--p237-line);
    vertical-align: top;
    text-align: left;
}

.pocket-237-body .pocket-237-table tr > *:last-child {
    border-right: 0;
}

.pocket-237-body .pocket-237-table tbody tr:last-child > * {
    border-bottom: 0;
}

.pocket-237-body .pocket-237-table thead th {
    background: var(--p237-navy);
    color: #fff;
    font-weight: 800;
}

.pocket-237-body .pocket-237-table tbody th {
    width: 24%;
    background: #f3f7f9;
    color: var(--p237-navy);
    font-weight: 800;
}

.pocket-237-body .pocket-237-tip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.pocket-237-body .pocket-237-tip-grid article {
    padding: 24px 22px;
    border: 1px solid var(--p237-line);
    border-radius: 14px;
    background: var(--p237-soft);
}

.pocket-237-body .pocket-237-tip-grid i {
    color: var(--p237-green);
    font-size: 27px;
}

.pocket-237-body .pocket-237-tip-grid h3 {
    margin: 12px 0 8px;
    color: var(--p237-navy);
    font-size: 18px;
}

.pocket-237-body .pocket-237-tip-grid p {
    margin: 0;
}

.pocket-237-body .pocket-237-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 16px;
    margin: 26px 0 20px;
    padding: 0;
    list-style: none;
}

.pocket-237-body .pocket-237-checklist li {
    position: relative;
    min-height: 58px;
    padding: 15px 16px 15px 52px;
    border: 1px solid var(--p237-line);
    border-radius: 11px;
    background: #fff;
}

.pocket-237-body .pocket-237-checklist li span {
    position: absolute;
    top: 15px;
    left: 17px;
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
    background: #e8f2ee;
    color: var(--p237-green);
    font-weight: 900;
    line-height: 1;
}

.pocket-237-body .pocket-237-resource-grid,
.pocket-237-body .pocket-237-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.pocket-237-body .pocket-237-resource-grid a,
.pocket-237-body .pocket-237-related-grid a {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 3px;
    min-height: 120px;
    padding: 22px;
    border: 1px solid var(--p237-line);
    border-radius: 14px;
    background: #fff;
    color: var(--p237-ink);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(30, 52, 69, .045);
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.pocket-237-body .pocket-237-resource-grid a:hover,
.pocket-237-body .pocket-237-resource-grid a:focus-visible,
.pocket-237-body .pocket-237-related-grid a:hover,
.pocket-237-body .pocket-237-related-grid a:focus-visible {
    transform: translateY(-2px);
    border-color: #a9c4d0;
    color: var(--p237-ink);
    box-shadow: 0 13px 27px rgba(30, 52, 69, .09);
}

.pocket-237-body .pocket-237-resource-grid i {
    grid-row: 1 / 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 11px;
    background: var(--p237-sky);
    color: var(--p237-blue);
    font-size: 20px;
}

.pocket-237-body .pocket-237-resource-grid strong,
.pocket-237-body .pocket-237-related-grid strong {
    color: var(--p237-navy);
    font-size: 17px;
    line-height: 1.55;
}

.pocket-237-body .pocket-237-resource-grid span,
.pocket-237-body .pocket-237-related-grid span {
    color: var(--p237-muted);
    font-size: 14px;
    line-height: 1.7;
}

.pocket-237-body .pocket-237-related {
    margin: 0 0 54px;
}

.pocket-237-body .pocket-237-related-grid a {
    display: block;
    min-height: 105px;
}

.pocket-237-body .pocket-237-related-grid span {
    display: block;
    margin-top: 6px;
}

.pocket-237-body .pocket-237-backlink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    font-weight: 700;
}

.pocket-237-body .pocket-237-faq details {
    overflow: hidden;
    border: 1px solid var(--p237-line);
    border-radius: 12px;
    background: #fff;
}

.pocket-237-body .pocket-237-faq details + details {
    margin-top: 13px;
}

.pocket-237-body .pocket-237-faq summary {
    position: relative;
    padding: 19px 54px 19px 23px;
    color: var(--p237-navy);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.pocket-237-body .pocket-237-faq summary::-webkit-details-marker {
    display: none;
}

.pocket-237-body .pocket-237-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--p237-blue);
    font-size: 25px;
    font-weight: 400;
}

.pocket-237-body .pocket-237-faq details[open] summary::after {
    content: "−";
}

.pocket-237-body .pocket-237-faq details > div {
    padding: 0 23px 20px;
    border-top: 1px solid var(--p237-line);
    background: #fbfcfd;
}

.pocket-237-body .pocket-237-faq details > div p {
    margin: 16px 0 0;
}

.pocket-237-body .pocket-237-final-cta {
    position: relative;
    padding: 38px 36px;
    overflow: hidden;
    border-radius: 19px;
    background: linear-gradient(135deg, #243f50 0%, #315f71 100%);
    color: #fff;
    text-align: center;
}

.pocket-237-body .pocket-237-final-cta::before,
.pocket-237-body .pocket-237-final-cta::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}

.pocket-237-body .pocket-237-final-cta::before {
    top: -80px;
    right: -55px;
    width: 220px;
    height: 220px;
}

.pocket-237-body .pocket-237-final-cta::after {
    bottom: -85px;
    left: -55px;
    width: 180px;
    height: 180px;
}

.pocket-237-body .pocket-237-final-cta > * {
    position: relative;
    z-index: 1;
}

.pocket-237-body .pocket-237-final-cta__icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin: 0 auto 13px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.13);
    color: #fff;
    font-size: 26px;
}

.pocket-237-body .pocket-237-final-cta__eyebrow {
    margin: 0 0 8px;
    color: #d9e8ee;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
}

.pocket-237-body .pocket-237-final-cta h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(23px, 3.4vw, 31px);
    line-height: 1.5;
}

.pocket-237-body .pocket-237-final-cta > p:not(.pocket-237-final-cta__eyebrow) {
    max-width: 760px;
    margin: 17px auto 0;
    color: #edf4f6;
}

.pocket-237-body .pocket-237-final-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 25px;
}

.pocket-237-body .pocket-237-btn {
    display: inline-flex;
    min-width: 250px;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.pocket-237-body .pocket-237-btn--primary,
.pocket-237-body .pocket-237-btn--primary:link,
.pocket-237-body .pocket-237-btn--primary:visited {
    border-color: #fff;
    background-color: #fff;
    color: #244655;
}

.pocket-237-body .pocket-237-btn--primary:hover,
.pocket-237-body .pocket-237-btn--primary:focus-visible {
    border-color: #f1d9a7;
    background-color: #f1d9a7;
    color: #4d3510;
    transform: translateY(-2px);
}

.pocket-237-body .pocket-237-btn--secondary,
.pocket-237-body .pocket-237-btn--secondary:link,
.pocket-237-body .pocket-237-btn--secondary:visited {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.pocket-237-body .pocket-237-btn--secondary:hover,
.pocket-237-body .pocket-237-btn--secondary:focus-visible {
    border-color: #fff;
    background-color: #fff;
    color: #244655;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .pocket-237-body .pocket-237-summary-grid,
    .pocket-237-body .pocket-237-file-grid,
    .pocket-237-body .pocket-237-tip-grid {
        grid-template-columns: 1fr;
    }

    .pocket-237-body .pocket-237-file-grid article {
        min-height: 0;
    }
}

@media (max-width: 650px) {
    .pocket-237-body .pocket-237-page {
        font-size: 15px;
        line-height: 1.85;
    }

    .pocket-237-body .pocket-237-header {
        padding-bottom: 18px;
    }

    .pocket-237-body .pocket-237-title {
        font-size: 29px;
        line-height: 1.38;
    }

    .pocket-237-body .pocket-237-lead {
        font-size: 16px;
    }

    .pocket-237-body .pocket-237-hero {
        border-radius: 12px;
    }

    .pocket-237-body .pocket-237-conclusion {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .pocket-237-body .pocket-237-conclusion__icon {
        width: 50px;
        height: 50px;
    }

    .pocket-237-body .pocket-237-section {
        margin-bottom: 46px;
    }

    .pocket-237-body .pocket-237-heading {
        gap: 11px;
    }

    .pocket-237-body .pocket-237-heading > span {
        width: 39px;
        height: 39px;
        border-radius: 10px;
        font-size: 12px;
    }

    .pocket-237-body .pocket-237-heading h2 {
        font-size: 23px;
    }

    .pocket-237-body .pocket-237-toc {
        padding: 20px;
    }

    .pocket-237-body .pocket-237-toc ol,
    .pocket-237-body .pocket-237-check-grid,
    .pocket-237-body .pocket-237-checklist,
    .pocket-237-body .pocket-237-resource-grid,
    .pocket-237-body .pocket-237-related-grid {
        grid-template-columns: 1fr;
    }

    .pocket-237-body .pocket-237-step-list li {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 11px;
    }

    .pocket-237-body .pocket-237-step-list__number {
        width: 46px;
        height: 46px;
        border-width: 4px;
        font-size: 15px;
    }

    .pocket-237-body .pocket-237-step-list li:not(:last-child)::before {
        top: 42px;
        left: 22px;
    }

    .pocket-237-body .pocket-237-step-list li > div {
        padding: 17px;
    }

    .pocket-237-body .pocket-237-check-grid article {
        padding: 20px 18px 19px 66px;
    }

    .pocket-237-body .pocket-237-check-grid i {
        top: 22px;
        left: 20px;
        font-size: 27px;
    }

    .pocket-237-body .pocket-237-resource-grid a,
    .pocket-237-body .pocket-237-related-grid a {
        min-height: 0;
        padding: 19px;
    }

    .pocket-237-body .pocket-237-final-cta {
        padding: 31px 20px;
        border-radius: 15px;
    }

    .pocket-237-body .pocket-237-final-cta__buttons {
        flex-direction: column;
    }

    .pocket-237-body .pocket-237-btn {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .pocket-237-body .pocket-237-title {
        font-size: 26px;
    }

    .pocket-237-body .pocket-237-heading h2 {
        font-size: 21px;
    }

    .pocket-237-body .pocket-237-file-grid article,
    .pocket-237-body .pocket-237-summary-grid article,
    .pocket-237-body .pocket-237-tip-grid article {
        padding: 20px 18px;
    }

    .pocket-237-body .pocket-237-step-list {
        margin-top: 24px;
    }

    .pocket-237-body .pocket-237-step-list li {
        grid-template-columns: 1fr;
        padding-bottom: 18px;
    }

    .pocket-237-body .pocket-237-step-list li:not(:last-child)::before {
        display: none;
    }

    .pocket-237-body .pocket-237-step-list__number {
        width: 42px;
        height: 42px;
    }

    .pocket-237-body .pocket-237-table th,
    .pocket-237-body .pocket-237-table td {
        padding: 13px 14px;
    }
}

/* Long industry-page headings must wrap within narrow viewports. */
@media (max-width: 650px) {
    .pocket-237-body .pocket-237-title {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .pocket-237-body .pocket-237-final-cta__eyebrow {
        letter-spacing: .08em;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .pocket-237-body .pocket-237-table-wrap {
        max-width: 100%;
        overflow-x: auto;
    }
}

@media (max-width: 480px) {
    .pocket-237-body .pocket-237-final-cta h2 {
        font-size: 20px;
        line-height: 1.55;
        letter-spacing: 0;
    }
}
