/* =========================================================
   /entry/214/ ポケットフォルダーの塗り足しの作り方 専用CSS
========================================================= */
.pocket-214-body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    color: #27323b;
    background: #fff;
}

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

.pocket-214-body #Flame { display: flex; flex-direction: column; min-width: 0; }
.pocket-214-body #Bread { display: flex; width: 70%; margin: 10px auto -10px; min-width: 0; }
.pocket-214-body #mein-Contents { display: flex; justify-content: center; width: 100%; gap: 1em; margin: 20px auto 0; padding: 0; min-width: 0; }
.pocket-214-body #sideMenu { float: left; width: 18%; padding-bottom: 20px; min-width: 0; }
.pocket-214-body #Main { float: right; width: 52%; min-width: 0; }
.pocket-214-body #footer { clear: both; }

.pocket-214-page {
    --p214-red: #b54d5d;
    --p214-red-deep: #77313d;
    --p214-blue: #4f8fa6;
    --p214-blue-deep: #2d657a;
    --p214-ink: #27323b;
    --p214-muted: #66737d;
    --p214-line: #d9e0e4;
    --p214-soft: #f4f8fa;
    --p214-warm: #fff4ef;
    --p214-green: #5d9880;
    --p214-gold: #d59b51;
    font-size: 16px;
    line-height: 1.9;
    color: var(--p214-ink);
}

.pocket-214-page img { display: block; max-width: 100%; height: auto; }
.pocket-214-page p { margin: 0 0 1em; }
.pocket-214-page a { color: var(--p214-blue-deep); text-decoration: underline; text-underline-offset: .18em; }
.pocket-214-page a:hover,
.pocket-214-page a:focus-visible { color: var(--p214-red-deep); }
.pocket-214-page :focus-visible { outline: 3px solid rgba(24,124,163,.38); outline-offset: 3px; }

h1.pocket-214-title {
    margin: 0 0 22px;
    padding: 18px 24px;
    border: 0;
    border-left: 7px solid var(--p214-red);
    border-bottom: 3px solid var(--p214-blue);
    background: linear-gradient(90deg, #fff3f4 0%, #eef7fa 100%);
    color: #202b34;
    font-size: clamp(25px, 2.35vw, 38px);
    line-height: 1.42;
    letter-spacing: .02em;
}

.pocket-214-hero {
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 18px;
    background: #f3f0e8;
    box-shadow: 0 12px 30px rgba(37,49,58,.14);
}
.pocket-214-hero img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

.pocket-214-lead {
    position: relative;
    margin-bottom: 42px;
    padding: 28px 30px 24px;
    overflow: hidden;
    border: 1px solid #d9dfda;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff8f7 0%, #fff 55%, #edf7fa 100%);
}
.pocket-214-lead::after {
    position: absolute;
    right: -58px;
    bottom: -68px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(24,124,163,.07);
    content: "";
}
.pocket-214-eyebrow { margin-bottom: 5px !important; color: var(--p214-red); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.pocket-214-lead-title { margin-bottom: 12px !important; color: #2a3036; font-size: clamp(20px, 1.8vw, 28px); font-weight: 800; line-height: 1.55; }
.pocket-214-lead p { position: relative; z-index: 1; }

.pocket-214-section { scroll-margin-top: 24px; margin-bottom: 56px; }
.pocket-214-heading { display: flex; gap: 13px; align-items: center; margin-bottom: 22px; padding-bottom: 12px; border-bottom: 2px solid var(--p214-line); }
.pocket-214-heading > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 50%; background: var(--p214-red); color: #fff; font-size: 13px; font-weight: 900; }
.pocket-214-heading h2 { margin: 0; color: #25323a; font-size: clamp(22px, 2.05vw, 31px); line-height: 1.45; }
.pocket-214-section h3 { color: #26343d; line-height: 1.5; }

.pocket-214-point-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.pocket-214-point-card { padding: 22px; border: 1px solid var(--p214-line); border-radius: 12px; background: #fff; box-shadow: 0 5px 16px rgba(36,50,59,.06); }
.pocket-214-point-card i { color: var(--p214-blue); font-size: 24px; }
.pocket-214-point-card h3 { margin: 10px 0 7px; font-size: 18px; }
.pocket-214-point-card p { margin: 0; color: var(--p214-muted); font-size: 14px; }

.pocket-214-toc { margin: 0 0 56px; padding: 22px 24px; border: 1px solid #cadde5; border-radius: 12px; background: #f3fafc; }
.pocket-214-toc > p { margin: 0 0 12px; color: var(--p214-blue-deep); font-weight: 800; }
.pocket-214-toc ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 26px; margin: 0; padding-left: 1.6em; }
.pocket-214-toc a { color: #2a596c; font-weight: 700; }

.pocket-214-condition-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.pocket-214-condition-grid article { position: relative; padding: 23px 22px 21px 72px; border: 1px solid var(--p214-line); border-radius: 12px; background: #fff; }
.pocket-214-condition-grid article > span { position: absolute; left: 20px; top: 22px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #e8f0ec; color: var(--p214-blue-deep); font-weight: 900; }
.pocket-214-condition-grid h3 { margin: 0 0 7px; font-size: 18px; }
.pocket-214-condition-grid p { margin: 0; color: var(--p214-muted); font-size: 14px; }

.pocket-214-note { display: flex; gap: 16px; margin-top: 22px; padding: 20px 22px; border-left: 5px solid var(--p214-red); border-radius: 8px; background: var(--p214-warm); }
.pocket-214-note > i { margin-top: 5px; color: var(--p214-red); font-size: 24px; }
.pocket-214-note h3 { margin: 0 0 8px; font-size: 18px; }
.pocket-214-note p { margin: 0; }

.pocket-214-table-wrap { width: 100%; margin-top: 22px; overflow-x: auto; border: 1px solid #d7dfe3; border-radius: 12px; background: #fff; -webkit-overflow-scrolling: touch; }
.pocket-214-comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; line-height: 1.7; }
.pocket-214-comparison-table caption { padding: 15px 18px; background: #2f3d46; color: #fff; font-weight: 800; text-align: left; }
.pocket-214-comparison-table th,
.pocket-214-comparison-table td { padding: 15px 16px; border-right: 1px solid #e1e6e9; border-bottom: 1px solid #e1e6e9; vertical-align: top; text-align: left; }
.pocket-214-comparison-table thead th { background: #ebf2ef; color: #3e5b52; font-size: 14px; }
.pocket-214-comparison-table tbody th { width: 130px; background: #f6f3ed; }
.pocket-214-comparison-table tbody tr:last-child th,
.pocket-214-comparison-table tbody tr:last-child td { border-bottom: 0; }
.pocket-214-comparison-table tr > *:last-child { border-right: 0; }
.pocket-214-comparison-table a { font-weight: 800; }
.pocket-214-sub-link { margin-top: 16px !important; text-align: right; font-weight: 800; }

.pocket-214-use-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.pocket-214-use-card { padding: 22px; border: 1px solid #dce2e5; border-radius: 13px; background: #fff; box-shadow: 0 5px 16px rgba(38,51,59,.05); }
.pocket-214-use-card i { color: var(--p214-red); font-size: 24px; }
.pocket-214-use-card h3 { margin: 10px 0 7px; font-size: 18px; }
.pocket-214-use-card p { margin: 0; color: var(--p214-muted); font-size: 14px; }

.pocket-214-check-box { margin-top: 22px; padding: 24px 26px; border-radius: 12px; background: #2e3b44; color: #fff; }
.pocket-214-check-box h3 { margin: 0 0 12px; color: #fff; font-size: 20px; }
.pocket-214-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-214-check-box p { margin: 0; }
.pocket-214-check-box a { color: #fff; font-weight: 800; }
.pocket-214-check-box a:hover,
.pocket-214-check-box a:focus-visible { color: #eff5f1; }

.pocket-214-flow { display: grid; gap: 13px; margin: 22px 0 0; padding: 0; list-style: none; counter-reset: none; }
.pocket-214-flow li { position: relative; display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 20px; align-items: center; padding: 20px 22px; border: 1px solid var(--p214-line); border-radius: 12px; background: #fff; }
.pocket-214-flow li:not(:last-child)::after { position: absolute; left: 54px; bottom: -18px; z-index: 2; color: var(--p214-blue); content: "↓"; font-size: 22px; font-weight: 900; }
.pocket-214-flow li > span { display: grid; place-items: center; min-height: 48px; border-radius: 999px; background: #e8f0ec; color: var(--p214-blue-deep); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.pocket-214-flow h3 { margin: 0 0 5px; font-size: 18px; }
.pocket-214-flow p { margin: 0; color: var(--p214-muted); font-size: 14px; }

.pocket-214-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 22px; }
.pocket-214-product-card { display: block; padding: 25px; border: 1px solid #dbe1e4; border-radius: 14px; background: #fff; color: var(--p214-ink) !important; text-decoration: none !important; box-shadow: 0 7px 19px rgba(40,53,61,.06); transition: .18s ease; }
.pocket-214-product-card:hover,
.pocket-214-product-card:focus-visible { transform: translateY(-3px); border-color: var(--p214-red); background: #f7f9f7; color: var(--p214-ink) !important; box-shadow: 0 11px 25px rgba(76,42,45,.11); }
.pocket-214-product-label { display: inline-block; padding: 4px 9px; border-radius: 999px; background: #e7ece8; color: var(--p214-red-deep); font-size: 12px; font-weight: 800; }
.pocket-214-product-card h3 { margin: 11px 0 8px; font-size: 21px; }
.pocket-214-product-card p { color: var(--p214-muted); font-size: 14px; }
.pocket-214-arrow { color: var(--p214-red-deep); font-weight: 800; }

.pocket-214-cta-panel { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(220px,.7fr); gap: 24px; align-items: center; margin-top: 25px; padding: 28px; border-radius: 16px; background: linear-gradient(135deg,#345f70 0%,#273b47 100%); color: #fff; }
.pocket-214-cta-panel h3 { margin: 3px 0 9px; color: #fff; font-size: 22px; }
.pocket-214-cta-panel p { color: #fff; }
.pocket-214-cta-kicker { margin: 0 !important; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.pocket-214-cta-buttons { display: grid; gap: 10px; }
.pocket-214-cta-primary,
.pocket-214-cta-secondary { display: flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 18px; border: 2px solid transparent; border-radius: 8px; font-weight: 800; text-align: center; text-decoration: none !important; }
.pocket-214-page .pocket-214-cta-primary { background-color: #fff; color: #343d38; border-color: #fff; }
.pocket-214-page .pocket-214-cta-primary:hover,
.pocket-214-page .pocket-214-cta-primary:focus-visible { background-color: #e2e9e5; color: #28302c; border-color: #e2e9e5; }
.pocket-214-page .pocket-214-cta-secondary { background-color: transparent; color: #fff; border-color: rgba(255,255,255,.82); }
.pocket-214-page .pocket-214-cta-secondary:hover,
.pocket-214-page .pocket-214-cta-secondary:focus-visible { background-color: #fff; color: #343d38; border-color: #fff; }

.pocket-214-faq-list { display: grid; gap: 12px; }
.pocket-214-faq details { overflow: hidden; border: 1px solid #d9e0e4; border-radius: 10px; background: #fff; }
.pocket-214-faq summary { position: relative; padding: 18px 52px 18px 52px; cursor: pointer; color: #28353d; font-weight: 800; list-style: none; }
.pocket-214-faq summary::-webkit-details-marker { display: none; }
.pocket-214-faq summary::before { position: absolute; left: 18px; top: 16px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--p214-red); color: #fff; content: "Q"; font-size: 12px; }
.pocket-214-faq summary::after { position: absolute; right: 20px; top: 17px; color: var(--p214-blue); content: "+"; font-size: 24px; line-height: 1; }
.pocket-214-faq details[open] summary::after { content: "−"; }
.pocket-214-faq details > div { padding: 0 22px 18px 52px; color: var(--p214-muted); }
.pocket-214-faq details > div p { margin: 0; }

.pocket-214-related { margin: 0 0 42px; padding: 27px; border-radius: 14px; background: #f4f7f8; }
.pocket-214-related h2 { margin: 0 0 18px; color: #29363e; font-size: 23px; }
.pocket-214-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.pocket-214-related-grid a { display: block; padding: 12px 14px; border: 1px solid #d9e0e3; border-radius: 8px; background: #fff; color: var(--p214-blue-deep); font-weight: 700; text-decoration: none; }
.pocket-214-related-grid a:hover,
.pocket-214-related-grid a:focus-visible { border-color: var(--p214-blue); background: #edf5f1; color: var(--p214-blue-deep); }
.pocket-214-back { margin: 18px 0 0 !important; }

.pocket-214-final-cta { margin-bottom: 30px; padding: 34px 30px; border: 1px solid #cfdde3; border-radius: 16px; background: linear-gradient(135deg,#eef7fa,#fff3ef); text-align: center; }
.pocket-214-final-cta h2 { margin: 0 0 10px; color: #28353d; font-size: clamp(22px,2vw,30px); }
.pocket-214-final-cta > div { display: flex; justify-content: center; gap: 12px; margin-top: 20px; }
.pocket-214-final-cta .pocket-214-cta-primary { min-width: 230px; background-color: var(--p214-red); color: #fff; border-color: var(--p214-red); }
.pocket-214-final-cta .pocket-214-cta-primary:hover,
.pocket-214-final-cta .pocket-214-cta-primary:focus-visible { background-color: var(--p214-red-deep); color: #fff; border-color: var(--p214-red-deep); }
.pocket-214-final-cta .pocket-214-cta-secondary { min-width: 230px; background-color: #fff; color: var(--p214-blue-deep); border-color: var(--p214-blue); }
.pocket-214-final-cta .pocket-214-cta-secondary:hover,
.pocket-214-final-cta .pocket-214-cta-secondary:focus-visible { background-color: var(--p214-blue); color: #fff; border-color: var(--p214-blue); }

@media (min-width: 651px) and (max-width: 1100px) {
    .pocket-214-body #Bread { width: 94%; }
    .pocket-214-body #mein-Contents { width: 94%; gap: 20px; }
    .pocket-214-body #sideMenu { width: 25%; }
    .pocket-214-body #Main { width: 75%; }
}

@media (max-width: 650px) {
    .pocket-214-body #Bread { width: 94%; margin: 8px auto 0; }
    .pocket-214-body #mein-Contents { display: block; width: 100%; margin-top: 10px; padding: 0 14px; }
    .pocket-214-body #sideMenu { display: none; float: none; width: 100%; }
    .pocket-214-body #Main { float: none; width: 100%; }
    .pocket-214-page { font-size: 15px; line-height: 1.85; }
    h1.pocket-214-title { margin-bottom: 16px; padding: 15px 16px; font-size: 25px; }
    .pocket-214-hero { border-radius: 11px; }
    .pocket-214-lead { padding: 22px 19px 18px; }
    .pocket-214-heading { align-items: flex-start; }
    .pocket-214-heading > span { flex-basis: 36px; height: 36px; }
    .pocket-214-heading h2 { font-size: 22px; }
    .pocket-214-point-grid,
    .pocket-214-condition-grid,
    .pocket-214-use-grid,
    .pocket-214-product-grid,
    .pocket-214-related-grid { grid-template-columns: 1fr; }
    .pocket-214-toc ol { grid-template-columns: 1fr; }
    .pocket-214-condition-grid article { padding-left: 68px; }
    .pocket-214-check-box { padding: 21px 20px; }
    .pocket-214-check-box ul { grid-template-columns: 1fr; }
    .pocket-214-flow li { grid-template-columns: 78px minmax(0,1fr); gap: 14px; padding: 18px 16px; }
    .pocket-214-flow li:not(:last-child)::after { left: 43px; }
    .pocket-214-cta-panel { grid-template-columns: 1fr; padding: 23px 20px; }
    .pocket-214-faq summary { padding: 17px 44px 17px 48px; }
    .pocket-214-faq details > div { padding: 0 18px 17px 48px; }
    .pocket-214-related { padding: 22px 18px; }
    .pocket-214-final-cta { padding: 27px 18px; }
    .pocket-214-final-cta > div { flex-direction: column; }
    .pocket-214-final-cta .pocket-214-cta-primary,
    .pocket-214-final-cta .pocket-214-cta-secondary { min-width: 0; width: 100%; }
}

@media (max-width: 480px) {
    .pocket-214-body #mein-Contents { padding: 0 10px; }
    h1.pocket-214-title { font-size: 22px; }
    .pocket-214-lead-title { font-size: 19px; }
    .pocket-214-point-card,
    .pocket-214-use-card,
    .pocket-214-product-card { padding: 18px; }
    .pocket-214-flow li { grid-template-columns: 1fr; }
    .pocket-214-flow li > span { min-height: 38px; width: 86px; }
    .pocket-214-flow li:not(:last-child)::after { left: 38px; }
}




/* 塗り足し・仕上がり・安全範囲の概念図 */
.pocket-214-guide-demo {
    display: grid;
    grid-template-columns: minmax(260px,.9fr) minmax(300px,1.1fr);
    gap: 26px;
    align-items: center;
    margin-top: 26px;
    padding: 26px;
    border: 1px solid #d5e0e4;
    border-radius: 15px;
    background: #f6fafb;
}
.pocket-214-guide-art {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg,#e3a65b 0 45%,#3b7187 45% 100%);
    box-shadow: 0 9px 22px rgba(38,55,64,.13);
}
.pocket-214-guide-art::before {
    position: absolute;
    inset: 7%;
    border: 5px solid #c74d61;
    border-radius: 7px;
    content: "";
}
.pocket-214-guide-safe {
    position: absolute;
    inset: 15%;
    border: 3px dashed rgba(255,255,255,.92);
    border-radius: 5px;
}
.pocket-214-guide-cut {
    position: absolute;
    left: 49%; top: 8%; bottom: 8%;
    border-left: 3px dashed #74d8dc;
}
.pocket-214-guide-fold {
    position: absolute;
    left: 49%; right: 8%; top: 62%;
    border-top: 3px dashed #74d8dc;
}
.pocket-214-guide-pocket {
    position: absolute;
    right: 8%; bottom: 8%; width: 43%; height: 30%;
    border: 3px solid rgba(255,255,255,.68);
    border-top-left-radius: 40px;
}
.pocket-214-guide-demo dl { display: grid; gap: 12px; margin: 0; }
.pocket-214-guide-demo dl > div { padding: 13px 15px; border: 1px solid #dae3e7; border-radius: 9px; background: #fff; }
.pocket-214-guide-demo dt { display: flex; align-items: center; gap: 9px; color: #26343d; font-weight: 800; }
.pocket-214-guide-demo dd { margin: 5px 0 0 25px; color: var(--p214-muted); font-size: 14px; }
.pocket-214-key { display: inline-block; flex: 0 0 16px; width: 16px; height: 16px; border-radius: 4px; }
.pocket-214-key--bleed { background: linear-gradient(135deg,#e3a65b 0 50%,#3b7187 50%); }
.pocket-214-key--cut { border: 3px solid #c74d61; background: #fff; }
.pocket-214-key--safe { border: 2px dashed #4f8fa6; background: #fff; }
.pocket-214-key--fold { border-left: 3px dashed #56bfc5; background: transparent; }

.pocket-214-related-grid a span { display: block; margin-top: 3px; color: var(--p214-muted); font-size: 13px; font-weight: 500; }

@media (max-width: 650px) {
    .pocket-214-guide-demo { grid-template-columns: 1fr; padding: 20px; }
}
