@charset "UTF-8";

.pocket-179-body .pocket-179-page {
    --p179-red: #a7162a;
    --p179-red-dark: #7d1020;
    --p179-blue: #0a6f9e;
    --p179-blue-dark: #075477;
    --p179-navy: #17364a;
    --p179-text: #29363d;
    --p179-muted: #63727a;
    --p179-line: #d9e1e4;
    --p179-soft: #f3f7f8;
    --p179-warm: #faf6ee;
    color: var(--p179-text);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
}

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

.pocket-179-body .pocket-179-page a {
    color: var(--p179-blue);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.pocket-179-body .pocket-179-page a:hover,
.pocket-179-body .pocket-179-page a:focus-visible {
    color: var(--p179-blue-dark);
}

.pocket-179-body .pocket-179-page a:focus-visible,
.pocket-179-body .pocket-179-page summary:focus-visible,
.pocket-179-body .pocket-179-table-wrap:focus-visible {
    outline: 3px solid rgba(10, 111, 158, 0.34);
    outline-offset: 3px;
}

.pocket-179-body .pocket-179-hero {
    margin: 0 0 32px;
    overflow: hidden;
    border: 1px solid #d9dedf;
    border-radius: 18px;
    background: #f4f1ea;
    box-shadow: 0 14px 34px rgba(35, 50, 57, 0.12);
}

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

.pocket-179-body .pocket-179-lead {
    margin: 0 0 30px;
    padding: 35px 38px;
    border-top: 4px solid var(--p179-red);
    border-radius: 16px;
    background: linear-gradient(135deg, #fff 0%, var(--p179-warm) 100%);
    box-shadow: 0 8px 24px rgba(35, 49, 55, 0.07);
}

.pocket-179-body .pocket-179-eyebrow,
.pocket-179-body .pocket-179-final-cta__label,
.pocket-179-body .pocket-179-service-grid__label {
    margin: 0 0 8px;
    color: var(--p179-red);
    font-family: "M PLUS 1 Code", monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.pocket-179-body .pocket-179-lead h2 {
    margin: 0 0 18px;
    color: var(--p179-navy);
    font-size: clamp(23px, 3vw, 33px);
    line-height: 1.45;
}

.pocket-179-body .pocket-179-lead p {
    margin: 0 0 13px;
}

.pocket-179-body .pocket-179-lead p:last-child {
    margin-bottom: 0;
}

.pocket-179-body .pocket-179-summary {
    margin: 0 0 30px;
    padding: 28px 32px;
    border: 1px solid #cfdadd;
    border-radius: 16px;
    background: #fff;
}

.pocket-179-body .pocket-179-summary h2 {
    margin: 0 0 15px;
    color: var(--p179-navy);
    font-size: 24px;
}

.pocket-179-body .pocket-179-summary ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pocket-179-body .pocket-179-summary li {
    position: relative;
    padding-left: 31px;
}

.pocket-179-body .pocket-179-summary li::before {
    position: absolute;
    top: 0.48em;
    left: 3px;
    width: 14px;
    height: 8px;
    border-bottom: 3px solid var(--p179-red);
    border-left: 3px solid var(--p179-red);
    content: "";
    transform: rotate(-45deg);
}

.pocket-179-body .pocket-179-toc {
    margin: 0 0 48px;
    padding: 27px 30px;
    border-radius: 16px;
    background: var(--p179-navy);
    color: #fff;
}

.pocket-179-body .pocket-179-toc__title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
}

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

.pocket-179-body .pocket-179-toc a,
.pocket-179-body .pocket-179-toc a:visited {
    color: #fff;
}

.pocket-179-body .pocket-179-toc a:hover,
.pocket-179-body .pocket-179-toc a:focus-visible {
    color: #d8f1ff;
}

.pocket-179-body .pocket-179-section {
    margin: 0 0 56px;
}

.pocket-179-body .pocket-179-section--soft,
.pocket-179-body .pocket-179-section--warm {
    margin-right: -22px;
    margin-left: -22px;
    padding: 43px 22px;
    border-radius: 22px;
}

.pocket-179-body .pocket-179-section--soft {
    background: var(--p179-soft);
}

.pocket-179-body .pocket-179-section--warm {
    background: var(--p179-warm);
}

.pocket-179-body .pocket-179-anchor {
    scroll-margin-top: 110px;
}

.pocket-179-body .pocket-179-heading {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin: 0 0 22px;
}

.pocket-179-body .pocket-179-heading > span {
    flex: 0 0 auto;
    min-width: 48px;
    padding-top: 6px;
    border-top: 3px solid var(--p179-red);
    color: var(--p179-red);
    font-family: "M PLUS 1 Code", monospace;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.pocket-179-body .pocket-179-heading h2 {
    margin: 0;
    color: var(--p179-navy);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.45;
}

.pocket-179-body .pocket-179-structure,
.pocket-179-body .pocket-179-benefit-grid,
.pocket-179-body .pocket-179-use-grid,
.pocket-179-body .pocket-179-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.pocket-179-body .pocket-179-structure article,
.pocket-179-body .pocket-179-benefit-grid article,
.pocket-179-body .pocket-179-use-grid article,
.pocket-179-body .pocket-179-service-grid article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--p179-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-179-body .pocket-179-structure article > span,
.pocket-179-body .pocket-179-use-grid article > span {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--p179-red);
    font-family: "M PLUS 1 Code", monospace;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.pocket-179-body .pocket-179-benefit-grid article > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 13px;
    border-radius: 50%;
    background: var(--p179-red);
    color: #fff;
    font-family: "M PLUS 1 Code", monospace;
    font-size: 13px;
    font-weight: 700;
}

.pocket-179-body .pocket-179-structure h3,
.pocket-179-body .pocket-179-benefit-grid h3,
.pocket-179-body .pocket-179-use-grid h3,
.pocket-179-body .pocket-179-service-grid h3,
.pocket-179-body .pocket-179-point h3,
.pocket-179-body .pocket-179-checklist h3,
.pocket-179-body .pocket-179-warning h3 {
    margin: 0 0 10px;
    color: var(--p179-navy);
    font-size: 20px;
    line-height: 1.55;
}

.pocket-179-body .pocket-179-structure p,
.pocket-179-body .pocket-179-benefit-grid p,
.pocket-179-body .pocket-179-use-grid p,
.pocket-179-body .pocket-179-service-grid p {
    margin: 0;
}

.pocket-179-body .pocket-179-table-wrap {
    max-width: 100%;
    margin: 30px 0 16px;
    overflow-x: auto;
    border: 1px solid var(--p179-line);
    border-radius: 14px;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.pocket-179-body .pocket-179-compare-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.pocket-179-body .pocket-179-compare-table caption {
    padding: 17px 20px;
    background: var(--p179-navy);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
}

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

.pocket-179-body .pocket-179-compare-table th:last-child,
.pocket-179-body .pocket-179-compare-table td:last-child {
    border-right: 0;
}

.pocket-179-body .pocket-179-compare-table tbody tr:last-child th,
.pocket-179-body .pocket-179-compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.pocket-179-body .pocket-179-compare-table thead th {
    background: #edf3f5;
    color: var(--p179-navy);
}

.pocket-179-body .pocket-179-compare-table tbody th {
    width: 20%;
    background: #fafbfb;
    color: var(--p179-navy);
}

.pocket-179-body .pocket-179-link-note {
    margin: 14px 0 0;
    padding: 15px 18px;
    border-left: 4px solid var(--p179-blue);
    background: #f3f8fa;
}

.pocket-179-body .pocket-179-point {
    margin-top: 26px;
    padding: 25px 28px;
    border: 1px solid #e4d4b7;
    border-radius: 14px;
    background: #fffdf8;
}

.pocket-179-body .pocket-179-point p {
    margin: 0;
}

.pocket-179-body .pocket-179-steps {
    display: grid;
    gap: 15px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.pocket-179-body .pocket-179-steps li {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 23px 25px;
    border: 1px solid var(--p179-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-179-body .pocket-179-steps li > span {
    padding-top: 4px;
    border-top: 3px solid var(--p179-red);
    color: var(--p179-red);
    font-family: "M PLUS 1 Code", monospace;
    font-size: 13px;
    font-weight: 700;
}

.pocket-179-body .pocket-179-steps h3 {
    margin: 0 0 7px;
    color: var(--p179-navy);
    font-size: 20px;
}

.pocket-179-body .pocket-179-steps p {
    margin: 0;
}

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

.pocket-179-body .pocket-179-choice-grid a,
.pocket-179-body .pocket-179-related-grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 20px 42px 20px 20px;
    border: 1px solid #d5dfe2;
    border-radius: 13px;
    background: #fff;
    color: var(--p179-text);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pocket-179-body .pocket-179-choice-grid a::after,
.pocket-179-body .pocket-179-related-grid a::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--p179-blue);
    border-right: 2px solid var(--p179-blue);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.pocket-179-body .pocket-179-choice-grid a:hover,
.pocket-179-body .pocket-179-choice-grid a:focus-visible,
.pocket-179-body .pocket-179-related-grid a:hover,
.pocket-179-body .pocket-179-related-grid a:focus-visible {
    border-color: #94b9c8;
    color: var(--p179-text);
    box-shadow: 0 10px 24px rgba(30, 57, 68, 0.10);
    transform: translateY(-2px);
}

.pocket-179-body .pocket-179-choice-grid strong,
.pocket-179-body .pocket-179-related-grid strong {
    margin-bottom: 5px;
    color: var(--p179-navy);
    font-size: 17px;
    line-height: 1.55;
}

.pocket-179-body .pocket-179-choice-grid span,
.pocket-179-body .pocket-179-related-grid span {
    color: var(--p179-muted);
    font-size: 13px;
    line-height: 1.7;
}

.pocket-179-body .pocket-179-use-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pocket-179-body .pocket-179-use-grid article {
    border-top: 4px solid var(--p179-red);
}

.pocket-179-body .pocket-179-check-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 20px;
    margin-top: 25px;
}

.pocket-179-body .pocket-179-checklist,
.pocket-179-body .pocket-179-warning {
    padding: 26px 28px;
    border-radius: 15px;
}

.pocket-179-body .pocket-179-checklist {
    border: 1px solid var(--p179-line);
    background: #fff;
}

.pocket-179-body .pocket-179-checklist ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 1.4em;
}

.pocket-179-body .pocket-179-checklist li::marker {
    color: var(--p179-red);
}

.pocket-179-body .pocket-179-warning {
    border: 1px solid #e1c89d;
    background: #fffaf1;
}

.pocket-179-body .pocket-179-warning p {
    margin: 0 0 12px;
}

.pocket-179-body .pocket-179-warning p:last-child {
    margin-bottom: 0;
}

.pocket-179-body .pocket-179-service-grid article {
    display: flex;
    flex-direction: column;
}

.pocket-179-body .pocket-179-service-grid article > a {
    align-self: flex-start;
    margin-top: auto;
    padding-top: 14px;
    font-weight: 700;
}

.pocket-179-body .pocket-179-faq {
    display: grid;
    gap: 13px;
}

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

.pocket-179-body .pocket-179-faq summary {
    position: relative;
    padding: 20px 58px 20px 22px;
    color: var(--p179-navy);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

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

.pocket-179-body .pocket-179-faq summary::before,
.pocket-179-body .pocket-179-faq summary::after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 2px;
    background: var(--p179-red);
    content: "";
    transform: translateY(-50%);
}

.pocket-179-body .pocket-179-faq summary::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 0.2s ease;
}

.pocket-179-body .pocket-179-faq details[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.pocket-179-body .pocket-179-faq details > div {
    padding: 0 22px 21px;
    border-top: 1px solid #edf0f1;
}

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

.pocket-179-body .pocket-179-related {
    margin: 0 0 42px;
    padding: 31px;
    border: 1px solid var(--p179-line);
    border-radius: 17px;
    background: #f8fafb;
}

.pocket-179-body .pocket-179-related h2 {
    margin: 0 0 20px;
    color: var(--p179-navy);
    font-size: 27px;
}

.pocket-179-body .pocket-179-back {
    margin: 22px 0 0;
    text-align: center;
}

.pocket-179-body .pocket-179-back a {
    font-weight: 700;
}

.pocket-179-body .pocket-179-final-cta {
    padding: 39px 38px;
    border-radius: 20px;
    background: linear-gradient(135deg, #17364a 0%, #234e65 100%);
    color: #fff;
    text-align: center;
}

.pocket-179-body .pocket-179-final-cta__label {
    color: #f1b6be;
}

.pocket-179-body .pocket-179-final-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.45;
}

.pocket-179-body .pocket-179-final-cta > p:not(.pocket-179-final-cta__label) {
    max-width: 760px;
    margin: 0 auto;
}

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

.pocket-179-body .pocket-179-button,
.pocket-179-body .pocket-179-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    min-height: 54px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pocket-179-body .pocket-179-button--primary,
.pocket-179-body .pocket-179-button--primary:visited {
    border-color: var(--p179-red);
    background-color: var(--p179-red);
    color: #fff;
}

.pocket-179-body .pocket-179-button--primary:hover,
.pocket-179-body .pocket-179-button--primary:focus-visible {
    border-color: #c6283e;
    background-color: #c6283e;
    color: #fff;
    transform: translateY(-2px);
}

.pocket-179-body .pocket-179-button--secondary,
.pocket-179-body .pocket-179-button--secondary:visited {
    border-color: #fff;
    background-color: #fff;
    color: var(--p179-navy);
}

.pocket-179-body .pocket-179-button--secondary:hover,
.pocket-179-body .pocket-179-button--secondary:focus-visible {
    border-color: #d9edf5;
    background-color: #d9edf5;
    color: #112d3d;
    transform: translateY(-2px);
}

@media (max-width: 1100px) {
    .pocket-179-body .pocket-179-use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pocket-179-body .pocket-179-section--soft,
    .pocket-179-body .pocket-179-section--warm {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 650px) {
    .pocket-179-body .pocket-179-lead {
        padding: 27px 22px;
    }

    .pocket-179-body .pocket-179-summary,
    .pocket-179-body .pocket-179-toc,
    .pocket-179-body .pocket-179-related,
    .pocket-179-body .pocket-179-final-cta {
        padding: 25px 21px;
    }

    .pocket-179-body .pocket-179-toc ol,
    .pocket-179-body .pocket-179-structure,
    .pocket-179-body .pocket-179-benefit-grid,
    .pocket-179-body .pocket-179-use-grid,
    .pocket-179-body .pocket-179-service-grid,
    .pocket-179-body .pocket-179-choice-grid,
    .pocket-179-body .pocket-179-related-grid,
    .pocket-179-body .pocket-179-check-layout {
        grid-template-columns: 1fr;
    }

    .pocket-179-body .pocket-179-section--soft,
    .pocket-179-body .pocket-179-section--warm {
        padding: 32px 17px;
        border-radius: 16px;
    }

    .pocket-179-body .pocket-179-heading {
        gap: 12px;
    }

    .pocket-179-body .pocket-179-heading > span {
        min-width: 38px;
    }

    .pocket-179-body .pocket-179-steps li {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 21px;
    }

    .pocket-179-body .pocket-179-steps li > span {
        width: max-content;
    }

    .pocket-179-body .pocket-179-checklist,
    .pocket-179-body .pocket-179-warning {
        padding: 23px 21px;
    }

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

    .pocket-179-body .pocket-179-button,
    .pocket-179-body .pocket-179-button:visited {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .pocket-179-body .pocket-179-hero {
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .pocket-179-body .pocket-179-lead h2,
    .pocket-179-body .pocket-179-heading h2,
    .pocket-179-body .pocket-179-final-cta h2 {
        font-size: 23px;
    }

    .pocket-179-body .pocket-179-summary h2,
    .pocket-179-body .pocket-179-related h2 {
        font-size: 22px;
    }

    .pocket-179-body .pocket-179-structure article,
    .pocket-179-body .pocket-179-benefit-grid article,
    .pocket-179-body .pocket-179-use-grid article,
    .pocket-179-body .pocket-179-service-grid article {
        padding: 21px;
    }

    .pocket-179-body .pocket-179-faq summary {
        padding: 18px 52px 18px 18px;
        font-size: 16px;
    }

    .pocket-179-body .pocket-179-faq summary::before,
    .pocket-179-body .pocket-179-faq summary::after {
        right: 20px;
    }
}
