@charset "UTF-8";
/*!
 * lp-document-download-1.css
 * LINE登録者限定コンテンツ 第1弾（本編）ページ専用スタイル
 * （page-templates/lp-document-download-1.php使用時のみ読み込み）
 * 設計方針：他ページ（lp-document-download.css/content-page.css）と同じく
 * SMACSS + BEM（.lpc- プレフィックス = LINE Premium Content）、モバイルファースト。
 * 配色はlp-document-download.cssのオレンジテーマ（--lpd-orange系）を踏襲し、
 * 入り口LP（lp-document-download.php）とのトーン統一を図っている。
 */
:root{--lpc-accent:#c9652d;--lpc-accent-dark:#8d3d18;--lpc-accent-soft:#f5d2ba;--lpc-accent-softer:#fff4ec;--lpc-ink:#1c2b3a;--lpc-text-sub:#55636e;--lpc-border:#e2e8ea;--lpc-paper:#fff;--lpc-mist:#f7f9fa;--lpc-line:#06c755;--lpc-font:"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic UI","Yu Gothic","Meiryo",sans-serif}.lpc{background:var(--lpc-paper);color:var(--lpc-ink);font-family:var(--lpc-font);padding:48px 0 80px}.lpc-container{max-width:760px;margin:0 auto;padding:0 20px}.lpc-header{text-align:center;padding-bottom:28px;border-bottom:1px solid var(--lpc-border);margin-bottom:32px}.lpc-header__badge{display:inline-block;background:var(--lpc-accent-softer);color:var(--lpc-accent-dark);font-size:.8rem;font-weight:700;padding:6px 16px;border-radius:999px;margin-bottom:16px}.lpc-header__title{font-size:1.5rem;font-weight:800;line-height:1.6;margin:0 0 12px}.lpc-header__title-break--sp{display:inline}.lpc-header__subtitle{color:var(--lpc-text-sub);font-size:.95rem;margin:0 0 16px}.lpc-header__meta{display:inline-flex;align-items:center;gap:12px;font-size:.85rem;font-weight:700;color:var(--lpc-accent-dark)}.lpc-header__meta-divider{width:1px;height:12px;background:var(--lpc-border)}.lpc-toc{background:var(--lpc-mist);border:1px solid var(--lpc-border);border-radius:12px;padding:20px 24px;margin-bottom:40px}.lpc-toc__title{font-weight:800;font-size:.95rem;margin:0 0 12px}.lpc-toc__list{margin:0;padding-left:1.4em;display:grid;gap:8px}.lpc-toc__list a{color:var(--lpc-ink);text-decoration:none;font-size:.9rem;line-height:1.5}.lpc-toc__list a:hover{color:var(--lpc-accent-dark);text-decoration:underline}.lpc-article{line-height:1.9;font-size:.98rem}.lpc-section{padding-top:44px;margin-top:44px;border-top:1px solid var(--lpc-border);scroll-margin-top:90px}.lpc-section:first-of-type{padding-top:0;margin-top:0;border-top:none}.lpc-section__title{font-size:1.3rem;font-weight:800;line-height:1.5;padding-left:14px;border-left:5px solid var(--lpc-accent);margin:0 0 24px;scroll-margin-top:90px}.lpc-subsection__title{font-size:1.08rem;font-weight:700;margin:32px 0 14px;scroll-margin-top:90px}.lpc-article p{margin:0 0 16px}.lpc-article strong{color:var(--lpc-accent-dark);font-weight:700}.lpc-article code{background:var(--lpc-mist);border:1px solid var(--lpc-border);border-radius:4px;padding:.1em .4em;font-size:.9em}.lpc-list{margin:0 0 16px;padding-left:1.4em;display:grid;gap:10px}.lpc-list .lpc-list{margin:10px 0 0}.lpc-list li>p{margin:6px 0 0}.lpc-checklist{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:10px}.lpc-checklist li{position:relative;padding-left:30px}.lpc-checklist li:before{content:"";position:absolute;left:0;top:3px;width:18px;height:18px;border:2px solid var(--lpc-accent);border-radius:4px}.lpc-quote{background:var(--lpc-mist);border-left:4px solid var(--lpc-accent);border-radius:0 8px 8px 0;padding:14px 18px;margin:0 0 16px;font-size:.92rem;color:var(--lpc-ink)}.lpc-table-wrap{overflow-x:auto;margin:0 0 20px;border:1px solid var(--lpc-border);border-radius:8px;-webkit-overflow-scrolling:touch}.lpc-table{width:100%;min-width:480px;border-collapse:collapse;font-size:.85rem}.lpc-table th,.lpc-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--lpc-border);vertical-align:top}.lpc-table th{background:var(--lpc-accent-softer);color:var(--lpc-accent-dark);font-weight:700;white-space:nowrap}.lpc-table tbody tr:last-child td{border-bottom:none}.lpc-note,.lpc-source{font-size:.8rem;color:var(--lpc-text-sub);line-height:1.7;margin:-8px 0 16px}.lpc-source a{color:var(--lpc-text-sub)}.lpc-callout{background:var(--lpc-accent-softer);border:1px solid var(--lpc-accent-soft);border-radius:10px;padding:18px 20px;margin:0 0 20px}.lpc-callout--tip{background:var(--lpc-mist);border-color:var(--lpc-border)}.lpc-callout__title{font-weight:800;color:var(--lpc-accent-dark);margin:0 0 10px}.lpc-callout p:last-child{margin-bottom:0}.lpc-usecase{background:var(--lpc-paper);border:1px solid var(--lpc-border);border-radius:10px;padding:20px;margin:0 0 20px}.lpc-usecase__title{font-size:1rem;font-weight:800;color:var(--lpc-accent-dark);margin:0 0 12px}.lpc-usecase p:last-child{margin-bottom:0}.lpc-code{background:var(--lpc-ink);color:#e7eef1;border-radius:8px;padding:18px;overflow-x:auto;font-size:.78rem;line-height:1.7;margin:0 0 20px}.lpc-code code{background:0 0;border:none;padding:0;color:inherit}.lpc-figure{margin:0 0 24px;text-align:center}.lpc-figure img{max-width:100%;height:auto;border:1px solid var(--lpc-border);border-radius:8px}.lpc-figure--narrow img{max-width:240px}.lpc-figure--tall img{max-height:70vh;width:auto}.lpc-figure figcaption{font-size:.78rem;color:var(--lpc-text-sub);margin-top:8px}.lpc-signature{text-align:right;font-weight:700}.lpc-disclaimer{font-size:.78rem;color:var(--lpc-text-sub);line-height:1.8;border-top:1px solid var(--lpc-border);padding-top:16px;margin-top:24px}.lpc-changelog{margin-top:24px}.lpc-changelog__title{font-size:.8rem;font-weight:700;color:var(--lpc-text-sub);margin:0 0 10px}.lpc-changelog .lpc-table{font-size:.78rem}@media screen and (min-width:600px){.lpc{padding:56px 0 100px}.lpc-header__title{font-size:1.9rem}.lpc-header__title-break--sp{display:none}.lpc-section__title{font-size:1.5rem}.lpc-toc__list{grid-template-columns:1fr 1fr;column-gap:24px}}@media screen and (min-width:1024px){.lpc-container{max-width:820px}}