/* 共通サイト（lilly-lme-manual）全ページ共通CSS — ja/line DESIGN.md 準拠（#06c755 / border #e5e5e5 / surface #f7f8f9 / LINE Seed JP / body 20px） */
/* スタイル修正はこのファイル1箇所。各ページにはCSSを書かない */
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "LINE Seed JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px; line-height: 1.6; color: #000; background: #fff;
  word-break: normal; overflow-wrap: anywhere; line-break: strict;
}
.container { max-width: 860px; margin: 0 auto; padding: 0 24px; }
.site-head { border-top: 6px solid #06c755; padding-top: 20px; }
.site-name { font-size: 14px; font-weight: 700; color: #666; margin: 0; }
h1 { font-size: 34px; font-weight: 800; line-height: 1.35; margin: 8px 0 4px; }
.breadcrumb { margin: 12px 0 0; font-size: 16px; }
.breadcrumb a { color: #06c755; font-weight: 700; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
main { padding: 8px 0 64px; }
h2 { font-size: 28px; font-weight: 700; margin: 48px 0 16px; padding-left: 12px; border-left: 6px solid #06c755; }
h3 { font-size: 22px; font-weight: 700; margin: 36px 0 12px; }
p { margin: 12px 0; }
main p a { color: #06c755; font-weight: 700; }
.step { background: #fff; border: 1px solid #e5e5e5; border-radius: 12px; padding: 20px 24px; margin: 16px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.08); }
.step-head { display: flex; align-items: center; gap: 12px; }
.step-no { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: #06c755; color: #fff; font-weight: 700; font-size: 18px; border-radius: 8px; }
.step-head h3 { margin: 0; }
.note { color: #666; font-size: 16px; margin: 8px 0 0; }
img.shot { display: block; max-width: 100%; height: auto; border: 1px solid #e5e5e5; border-radius: 8px; margin: 16px 0 4px; }
img.shot.inline-btn { max-width: 240px; }/* ボタン単体など、原寸だと大きすぎる部分図 */
.lede { color: #666; font-size: 17px; margin: 4px 0 0; }
.qa { border-left: 3px solid #06c755; padding: 2px 0 2px 16px; margin: 28px 0; }
.qa h3 { margin: 0 0 8px; font-size: 19px; }
footer { border-top: 1px solid #e5e5e5; padding: 20px 0 48px; color: #999; font-size: 14px; }
@media (max-width: 767px) {
  body { font-size: 17px; }
  h1 { font-size: 26px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
  .container { padding: 0 16px; }
  .step { padding: 16px; }
}
@media print {
  .breadcrumb { display: none; }
  body { font-size: 11pt; }
  .step { box-shadow: none; page-break-inside: avoid; }
  a { color: #000; text-decoration: none; }
}
