@charset "UTF-8";

.pocket-185-body .pocket-185-page {
    --p185-red: #a9162d;
    --p185-red-dark: #7f0f21;
    --p185-green: #2f7668;
    --p185-green-dark: #20584e;
    --p185-gold: #b47c2b;
    --p185-navy: #183b48;
    --p185-text: #2c3a40;
    --p185-muted: #67767b;
    --p185-line: #d8e0df;
    --p185-soft: #f1f7f5;
    --p185-warm: #fbf6ec;
    color: var(--p185-text);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.9;
}

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

.pocket-185-body .pocket-185-page a {
    color: var(--p185-green);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.pocket-185-body .pocket-185-page a:hover,
.pocket-185-body .pocket-185-page a:focus-visible {
    color: var(--p185-green-dark);
}

.pocket-185-body .pocket-185-page a:focus-visible,
.pocket-185-body .pocket-185-page summary:focus-visible,
.pocket-185-body .pocket-185-table-wrap:focus-visible {
    outline: 3px solid rgba(47, 118, 104, 0.34);
    outline-offset: 3px;
}

.pocket-185-body .pocket-185-hero {
    margin: 0 0 32px;
    overflow: hidden;
    border: 1px solid #d9dedc;
    border-radius: 18px;
    background: #f5f2eb;
    box-shadow: 0 14px 34px rgba(36, 53, 57, 0.12);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pocket-185-body .pocket-185-section--soft {
    background: var(--p185-soft);
}

.pocket-185-body .pocket-185-section--warm {
    background: var(--p185-warm);
}

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

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

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

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

.pocket-185-body .pocket-185-planning-grid,
.pocket-185-body .pocket-185-cost-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.pocket-185-body .pocket-185-planning-grid article,
.pocket-185-body .pocket-185-cost-grid article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--p185-line);
    border-radius: 14px;
    background: #fff;
}

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

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

.pocket-185-body .pocket-185-planning-grid h3,
.pocket-185-body .pocket-185-cost-grid h3,
.pocket-185-body .pocket-185-volume-cards h3,
.pocket-185-body .pocket-185-steps h3,
.pocket-185-body .pocket-185-estimate-flow h3,
.pocket-185-body .pocket-185-estimate-box h3,
.pocket-185-body .pocket-185-checklist h3 {
    margin: 0 0 10px;
    color: var(--p185-navy);
    font-size: 20px;
    line-height: 1.55;
}

.pocket-185-body .pocket-185-planning-grid p,
.pocket-185-body .pocket-185-cost-grid p,
.pocket-185-body .pocket-185-volume-cards p,
.pocket-185-body .pocket-185-estimate-flow p {
    margin: 0;
}

.pocket-185-body .pocket-185-note {
    margin: 25px 0 0;
    padding: 17px 20px;
    border-left: 4px solid var(--p185-green);
    background: #f3f8f7;
}

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

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

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

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

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

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

.pocket-185-body .pocket-185-compare-table thead th {
    background: #eaf2f0;
    color: var(--p185-navy);
}

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

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

.pocket-185-body .pocket-185-steps li {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding: 24px 27px;
    border: 1px solid var(--p185-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-185-body .pocket-185-steps li > span {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--p185-green);
    color: #fff;
    font-family: "M PLUS 1 Code", monospace;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.pocket-185-body .pocket-185-steps h3,
.pocket-185-body .pocket-185-steps p {
    margin-top: 0;
}

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

.pocket-185-body .pocket-185-volume-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}

.pocket-185-body .pocket-185-volume-cards article {
    min-width: 0;
    padding: 24px;
    border: 1px solid var(--p185-line);
    border-radius: 15px;
    background: #fff;
}

.pocket-185-body .pocket-185-volume-cards__main {
    border-top: 5px solid var(--p185-red) !important;
    box-shadow: 0 10px 26px rgba(42, 58, 60, 0.1);
}

.pocket-185-body .pocket-185-volume-cards a {
    display: inline-block;
    margin-top: 14px;
    font-weight: 700;
}

.pocket-185-body .pocket-185-estimate-flow {
    display: grid;
    gap: 16px;
    margin: 27px 0;
}

.pocket-185-body .pocket-185-estimate-flow article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 21px 24px;
    border: 1px solid var(--p185-line);
    border-radius: 14px;
    background: #fff;
}

.pocket-185-body .pocket-185-estimate-flow strong {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--p185-red);
    color: #fff;
    font-family: "M PLUS 1 Code", monospace;
    font-size: 19px;
}

.pocket-185-body .pocket-185-estimate-box,
.pocket-185-body .pocket-185-checklist {
    margin-top: 28px;
    padding: 27px 30px;
    border: 1px solid #dccdab;
    border-radius: 15px;
    background: #fffdf8;
}

.pocket-185-body .pocket-185-estimate-box ul,
.pocket-185-body .pocket-185-checklist ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 24px;
    margin: 0 0 22px;
    padding-left: 1.45em;
}

.pocket-185-body .pocket-185-inline-button,
.pocket-185-body .pocket-185-inline-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 24px;
    border: 2px solid var(--p185-red);
    border-radius: 999px;
    background-color: var(--p185-red);
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.pocket-185-body .pocket-185-inline-button:hover,
.pocket-185-body .pocket-185-inline-button:focus-visible {
    border-color: var(--p185-red-dark);
    background-color: var(--p185-red-dark);
    color: #fff;
}

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

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

.pocket-185-body .pocket-185-faq summary {
    position: relative;
    padding: 19px 52px 19px 22px;
    color: var(--p185-navy);
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

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

.pocket-185-body .pocket-185-faq summary::after {
    position: absolute;
    top: 50%;
    right: 22px;
    color: var(--p185-red);
    content: "+";
    font-size: 25px;
    line-height: 1;
    transform: translateY(-50%);
}

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

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

.pocket-185-body .pocket-185-related {
    margin: 0 0 48px;
    padding: 31px;
    border-radius: 18px;
    background: var(--p185-navy);
    color: #fff;
}

.pocket-185-body .pocket-185-related h2 {
    margin: 0 0 21px;
    color: #fff;
    font-size: clamp(24px, 3vw, 31px);
}

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

.pocket-185-body .pocket-185-related-grid a,
.pocket-185-body .pocket-185-related-grid a:visited {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 11px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
}

.pocket-185-body .pocket-185-related-grid a:hover,
.pocket-185-body .pocket-185-related-grid a:focus-visible {
    border-color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.pocket-185-body .pocket-185-related-grid span {
    color: #d9e8e7;
    font-size: 14px;
}

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

.pocket-185-body .pocket-185-back a,
.pocket-185-body .pocket-185-back a:visited {
    color: #fff;
}

.pocket-185-body .pocket-185-back a:hover,
.pocket-185-body .pocket-185-back a:focus-visible {
    color: #d9f2eb;
}

.pocket-185-body .pocket-185-final-cta {
    padding: 38px 36px;
    border: 1px solid #dbd4c5;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #f7f2e7 100%);
    text-align: center;
    box-shadow: 0 12px 30px rgba(44, 52, 51, 0.1);
}

.pocket-185-body .pocket-185-final-cta h2 {
    max-width: 780px;
    margin: 0 auto 16px;
    color: var(--p185-navy);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.5;
}

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

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

.pocket-185-body .pocket-185-button,
.pocket-185-body .pocket-185-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 54px;
    padding: 13px 24px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

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

.pocket-185-body .pocket-185-button--primary:hover,
.pocket-185-body .pocket-185-button--primary:focus-visible {
    border-color: var(--p185-red-dark);
    background-color: var(--p185-red-dark);
    color: #fff;
}

.pocket-185-body .pocket-185-button--secondary,
.pocket-185-body .pocket-185-button--secondary:visited {
    border-color: var(--p185-green);
    background-color: #fff;
    color: var(--p185-green);
}

.pocket-185-body .pocket-185-button--secondary:hover,
.pocket-185-body .pocket-185-button--secondary:focus-visible {
    border-color: var(--p185-green-dark);
    background-color: var(--p185-green-dark);
    color: #fff;
}

@media (max-width: 900px) {
    .pocket-185-body .pocket-185-volume-cards {
        grid-template-columns: 1fr;
    }

    .pocket-185-body .pocket-185-estimate-box ul,
    .pocket-185-body .pocket-185-checklist ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .pocket-185-body .pocket-185-lead,
    .pocket-185-body .pocket-185-summary,
    .pocket-185-body .pocket-185-toc,
    .pocket-185-body .pocket-185-final-cta,
    .pocket-185-body .pocket-185-related {
        padding: 24px 20px;
        border-radius: 13px;
    }

    .pocket-185-body .pocket-185-hero {
        margin-bottom: 24px;
        border-radius: 12px;
    }

    .pocket-185-body .pocket-185-toc ol,
    .pocket-185-body .pocket-185-planning-grid,
    .pocket-185-body .pocket-185-cost-grid,
    .pocket-185-body .pocket-185-related-grid {
        grid-template-columns: 1fr;
    }

    .pocket-185-body .pocket-185-section--soft,
    .pocket-185-body .pocket-185-section--warm {
        margin-right: -10px;
        margin-left: -10px;
        padding: 31px 10px;
        border-radius: 14px;
    }

    .pocket-185-body .pocket-185-heading {
        display: block;
    }

    .pocket-185-body .pocket-185-heading > span {
        display: inline-block;
        margin-bottom: 9px;
    }

    .pocket-185-body .pocket-185-steps li,
    .pocket-185-body .pocket-185-estimate-flow article {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 21px;
    }

    .pocket-185-body .pocket-185-estimate-box,
    .pocket-185-body .pocket-185-checklist {
        padding: 23px 20px;
    }

    .pocket-185-body .pocket-185-button,
    .pocket-185-body .pocket-185-inline-button {
        width: 100%;
        min-width: 0;
    }

    .pocket-185-body .pocket-185-final-cta__buttons {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .pocket-185-body .pocket-185-page {
        line-height: 1.82;
    }

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

    .pocket-185-body .pocket-185-summary h2 {
        font-size: 21px;
    }

    .pocket-185-body .pocket-185-planning-grid article,
    .pocket-185-body .pocket-185-cost-grid article,
    .pocket-185-body .pocket-185-volume-cards article {
        padding: 20px;
    }
}
