@charset "UTF-8";

.pocket-162-body .pocket-162-page {
    --p162-blue: #0879b9;
    --p162-deep: #123b56;
    --p162-red: #c90d2d;
    --p162-ink: #24313a;
    --p162-muted: #5c6b74;
    --p162-line: #d8e3e9;
    --p162-pale: #f3f8fb;
    color: var(--p162-ink);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
}

.pocket-162-body .pocket-162-page * {
    box-sizing: border-box;
}

.pocket-162-body .pocket-162-page a {
    color: #086da6;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.pocket-162-body .pocket-162-page a:hover,
.pocket-162-body .pocket-162-page a:focus-visible {
    color: #9f0b24;
}

.pocket-162-body .pocket-162-page-title {
    margin-bottom: 24px;
}

.pocket-162-body .pocket-162-hero {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 18px;
    background: #eef3f5;
    box-shadow: 0 14px 34px rgba(26, 53, 68, .12);
}

.pocket-162-body .pocket-162-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.pocket-162-body .pocket-162-lead,
.pocket-162-body .pocket-162-summary,
.pocket-162-body .pocket-162-section,
.pocket-162-body .pocket-162-related,
.pocket-162-body .pocket-162-final-cta {
    margin: 0 0 38px;
}

.pocket-162-body .pocket-162-lead {
    padding: 34px 38px;
    border-left: 6px solid var(--p162-blue);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(120deg, #f4faff 0%, #fff 72%);
}

.pocket-162-body .pocket-162-eyebrow,
.pocket-162-body .pocket-162-heading > span {
    display: block;
    margin: 0 0 8px;
    color: var(--p162-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
}

.pocket-162-body .pocket-162-lead h2,
.pocket-162-body .pocket-162-summary h2,
.pocket-162-body .pocket-162-heading h2,
.pocket-162-body .pocket-162-related h2,
.pocket-162-body .pocket-162-final-cta h2 {
    margin: 0 0 18px;
    color: var(--p162-deep);
    font-size: clamp(23px, 3vw, 32px);
    line-height: 1.45;
}

.pocket-162-body .pocket-162-lead p,
.pocket-162-body .pocket-162-section > p {
    margin: 0 0 14px;
}

.pocket-162-body .pocket-162-summary {
    padding: 34px;
    border: 1px solid var(--p162-line);
    border-radius: 18px;
    background: #fff;
}

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

.pocket-162-body .pocket-162-summary-grid > div {
    position: relative;
    padding: 22px 22px 20px 64px;
    border-radius: 13px;
    background: var(--p162-pale);
}

.pocket-162-body .pocket-162-summary-grid span {
    position: absolute;
    top: 19px;
    left: 18px;
    color: var(--p162-red);
    font-size: 20px;
    font-weight: 900;
}

.pocket-162-body .pocket-162-summary-grid h3 {
    margin: 0 0 8px;
    color: var(--p162-deep);
    font-size: 18px;
}

.pocket-162-body .pocket-162-summary-grid p {
    margin: 0;
    font-size: 14px;
}

.pocket-162-body .pocket-162-toc {
    margin: 0 0 42px;
    padding: 26px 30px;
    border: 1px solid #cbdbe4;
    border-radius: 14px;
    background: #fff;
}

.pocket-162-body .pocket-162-toc > p {
    margin: 0 0 12px;
    color: var(--p162-deep);
    font-weight: 800;
}

.pocket-162-body .pocket-162-toc ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin: 0;
    padding-left: 1.4em;
}

.pocket-162-body .pocket-162-section {
    padding: 38px;
    border-radius: 18px;
    background: #fff;
}

.pocket-162-body .pocket-162-section--tint {
    background: var(--p162-pale);
}

.pocket-162-body .pocket-162-heading {
    margin-bottom: 18px;
    border-bottom: 2px solid #dce9ef;
}

.pocket-162-body .pocket-162-heading h2 {
    padding-bottom: 15px;
    margin-bottom: -2px;
    border-bottom: 2px solid var(--p162-blue);
}

.pocket-162-body .pocket-162-route-grid,
.pocket-162-body .pocket-162-use-grid,
.pocket-162-body .pocket-162-link-panels,
.pocket-162-body .pocket-162-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.pocket-162-body .pocket-162-route-grid a,
.pocket-162-body .pocket-162-use-grid a,
.pocket-162-body .pocket-162-link-panels a,
.pocket-162-body .pocket-162-product-grid a {
    display: flex;
    flex-direction: column;
    min-height: 170px;
    padding: 23px;
    border: 1px solid var(--p162-line);
    border-radius: 14px;
    background: #fff;
    color: var(--p162-ink);
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(25, 55, 72, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pocket-162-body .pocket-162-route-grid a:hover,
.pocket-162-body .pocket-162-route-grid a:focus-visible,
.pocket-162-body .pocket-162-use-grid a:hover,
.pocket-162-body .pocket-162-use-grid a:focus-visible,
.pocket-162-body .pocket-162-link-panels a:hover,
.pocket-162-body .pocket-162-link-panels a:focus-visible,
.pocket-162-body .pocket-162-product-grid a:hover,
.pocket-162-body .pocket-162-product-grid a:focus-visible {
    transform: translateY(-3px);
    border-color: var(--p162-blue);
    color: var(--p162-ink);
    box-shadow: 0 13px 26px rgba(25, 55, 72, .13);
}

.pocket-162-body .pocket-162-route-grid strong,
.pocket-162-body .pocket-162-use-grid strong,
.pocket-162-body .pocket-162-link-panels strong,
.pocket-162-body .pocket-162-product-grid strong {
    display: block;
    margin: 0 0 8px;
    color: var(--p162-deep);
    font-size: 19px;
    line-height: 1.5;
}

.pocket-162-body .pocket-162-route-grid span,
.pocket-162-body .pocket-162-use-grid span,
.pocket-162-body .pocket-162-link-panels p,
.pocket-162-body .pocket-162-product-grid span {
    margin: 0;
    color: var(--p162-muted);
    font-size: 14px;
}

.pocket-162-body .pocket-162-route-grid em {
    margin-top: auto;
    padding-top: 14px;
    color: var(--p162-blue);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

.pocket-162-body .pocket-162-link-panels > a > span {
    display: inline-block;
    width: fit-content;
    margin: 0 0 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e8f4fa;
    color: #0870a9;
    font-size: 12px;
    font-weight: 800;
}

.pocket-162-body .pocket-162-quantity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.pocket-162-body .pocket-162-quantity-grid a {
    display: block;
    padding: 24px 20px;
    border-radius: 14px;
    background: #fff;
    color: var(--p162-ink);
    text-decoration: none;
    text-align: center;
    box-shadow: 0 7px 20px rgba(21, 54, 72, .08);
}

.pocket-162-body .pocket-162-quantity-grid a:hover,
.pocket-162-body .pocket-162-quantity-grid a:focus-visible {
    color: var(--p162-ink);
    box-shadow: 0 12px 28px rgba(21, 54, 72, .16);
}

.pocket-162-body .pocket-162-quantity-grid span {
    display: block;
    margin-bottom: 10px;
    color: var(--p162-red);
    font-size: 29px;
    font-weight: 900;
}

.pocket-162-body .pocket-162-quantity-grid strong {
    display: block;
    margin-bottom: 8px;
    color: var(--p162-deep);
    font-size: 17px;
}

.pocket-162-body .pocket-162-quantity-grid p {
    margin: 0;
    color: var(--p162-muted);
    font-size: 13px;
}

.pocket-162-body .pocket-162-checklist {
    padding: 25px 28px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #d6e4eb;
}

.pocket-162-body .pocket-162-checklist h3 {
    margin: 0 0 12px;
    color: var(--p162-deep);
    font-size: 19px;
}

.pocket-162-body .pocket-162-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 26px;
    margin: 0;
    padding-left: 1.4em;
}

.pocket-162-body .pocket-162-note {
    margin-top: 22px !important;
    padding: 18px 20px;
    border-left: 5px solid #f0a000;
    background: #fff8e8;
}

.pocket-162-body .pocket-162-cta-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.pocket-162-body .pocket-162-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    padding: 18px 20px;
    border: 2px solid transparent;
    border-radius: 13px;
    text-decoration: none;
    text-align: center;
}

.pocket-162-body .pocket-162-button span {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
}

.pocket-162-body .pocket-162-button strong {
    font-size: 18px;
}

.pocket-162-body .pocket-162-page a.pocket-162-button--sample {
    border-color: #0a78b4;
    background: #fff;
    color: #075f90;
}

.pocket-162-body .pocket-162-page a.pocket-162-button--sample:hover,
.pocket-162-body .pocket-162-page a.pocket-162-button--sample:focus-visible {
    background: #eaf6fc;
    color: #064e77;
}

.pocket-162-body .pocket-162-page a.pocket-162-button--primary {
    background: #c90d2d;
    color: #fff;
}

.pocket-162-body .pocket-162-page a.pocket-162-button--primary:hover,
.pocket-162-body .pocket-162-page a.pocket-162-button--primary:focus-visible {
    background: #9f0a23;
    color: #fff;
}

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

.pocket-162-body .pocket-162-faq summary {
    position: relative;
    padding: 19px 52px 19px 22px;
    color: var(--p162-deep);
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

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

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

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

.pocket-162-body .pocket-162-faq details p {
    margin: 0;
    padding: 0 22px 21px;
}

.pocket-162-body .pocket-162-related {
    padding: 32px;
    border: 1px solid var(--p162-line);
    border-radius: 18px;
}

.pocket-162-body .pocket-162-related > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pocket-162-body .pocket-162-related a {
    display: block;
    padding: 18px;
    border-radius: 11px;
    background: var(--p162-pale);
    color: var(--p162-ink);
    text-decoration: none;
}

.pocket-162-body .pocket-162-related a:hover,
.pocket-162-body .pocket-162-related a:focus-visible {
    background: #e5f2f8;
    color: var(--p162-ink);
}

.pocket-162-body .pocket-162-related strong,
.pocket-162-body .pocket-162-related span {
    display: block;
}

.pocket-162-body .pocket-162-related strong {
    color: var(--p162-deep);
}

.pocket-162-body .pocket-162-related span {
    margin-top: 4px;
    color: var(--p162-muted);
    font-size: 12px;
}

.pocket-162-body .pocket-162-final-cta {
    padding: 42px 38px;
    border-radius: 18px;
    background: linear-gradient(135deg, #123b56 0%, #075f90 100%);
    color: #fff;
    text-align: center;
}

.pocket-162-body .pocket-162-final-cta > p:first-child {
    margin: 0 0 8px;
    color: #bfe6fa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
}

.pocket-162-body .pocket-162-final-cta h2 {
    color: #fff;
}

.pocket-162-body .pocket-162-final-cta > p:not(:first-child) {
    max-width: 760px;
    margin: 0 auto 24px;
}

.pocket-162-body .pocket-162-final-cta > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.pocket-162-body .pocket-162-final-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 22px;
    border: 2px solid #fff;
    border-radius: 8px;
    background: #fff;
    color: #0a4f75;
    font-weight: 800;
    text-decoration: none;
}

.pocket-162-body .pocket-162-final-cta a:last-child {
    background: #c90d2d;
    border-color: #c90d2d;
    color: #fff;
}

.pocket-162-body .pocket-162-final-cta a:hover,
.pocket-162-body .pocket-162-final-cta a:focus-visible {
    background: #eaf6fc;
    color: #063d5c;
}

.pocket-162-body .pocket-162-final-cta a:last-child:hover,
.pocket-162-body .pocket-162-final-cta a:last-child:focus-visible {
    background: #9f0a23;
    border-color: #9f0a23;
    color: #fff;
}

@media (max-width: 1100px) {
    .pocket-162-body .pocket-162-section,
    .pocket-162-body .pocket-162-summary {
        padding: 30px;
    }

    .pocket-162-body .pocket-162-route-grid,
    .pocket-162-body .pocket-162-use-grid,
    .pocket-162-body .pocket-162-link-panels,
    .pocket-162-body .pocket-162-product-grid {
        grid-template-columns: 1fr;
    }

    .pocket-162-body .pocket-162-route-grid a,
    .pocket-162-body .pocket-162-use-grid a,
    .pocket-162-body .pocket-162-link-panels a,
    .pocket-162-body .pocket-162-product-grid a {
        min-height: 0;
    }
}

@media (max-width: 650px) {
    .pocket-162-body .pocket-162-page-title {
        font-size: 25px;
        line-height: 1.45;
    }

    .pocket-162-body .pocket-162-hero {
        margin-bottom: 22px;
        border-radius: 11px;
    }

    .pocket-162-body .pocket-162-lead,
    .pocket-162-body .pocket-162-summary,
    .pocket-162-body .pocket-162-section,
    .pocket-162-body .pocket-162-related,
    .pocket-162-body .pocket-162-final-cta {
        margin-bottom: 26px;
        padding: 24px 20px;
        border-radius: 12px;
    }

    .pocket-162-body .pocket-162-lead {
        border-left-width: 4px;
        border-radius: 0 12px 12px 0;
    }

    .pocket-162-body .pocket-162-summary-grid,
    .pocket-162-body .pocket-162-toc ol,
    .pocket-162-body .pocket-162-quantity-grid,
    .pocket-162-body .pocket-162-checklist ul,
    .pocket-162-body .pocket-162-cta-row,
    .pocket-162-body .pocket-162-related > div {
        grid-template-columns: 1fr;
    }

    .pocket-162-body .pocket-162-summary-grid > div {
        padding: 20px 18px 18px 58px;
    }

    .pocket-162-body .pocket-162-toc {
        margin-bottom: 26px;
        padding: 22px 20px;
    }

    .pocket-162-body .pocket-162-heading h2,
    .pocket-162-body .pocket-162-lead h2,
    .pocket-162-body .pocket-162-summary h2,
    .pocket-162-body .pocket-162-related h2,
    .pocket-162-body .pocket-162-final-cta h2 {
        font-size: 22px;
    }

    .pocket-162-body .pocket-162-quantity-grid a {
        text-align: left;
    }

    .pocket-162-body .pocket-162-checklist {
        padding: 21px 20px;
    }

    .pocket-162-body .pocket-162-final-cta > div {
        flex-direction: column;
    }

    .pocket-162-body .pocket-162-final-cta a {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pocket-162-body .pocket-162-page {
        font-size: 15px;
    }

    .pocket-162-body .pocket-162-route-grid a,
    .pocket-162-body .pocket-162-use-grid a,
    .pocket-162-body .pocket-162-link-panels a,
    .pocket-162-body .pocket-162-product-grid a {
        padding: 19px;
    }
}
