/* /help/ 来店客向けヘルプ（2026-09-12）
   記事ページ（news.css の .bl_article 系）と同じ骨格に、質問ごとの区切りと目次を足したもの。
   このページには資料DLの固定ボタンを置かない（商談導線へ流さない）。 */
.bl_help_lead {
  margin-top: 20px;
  color: #444;
  font-size: 1.5rem;
  line-height: 1.9;
}
.bl_help_note {
  margin-top: 10px;
  color: #777;
  font-size: 1.3rem;
  line-height: 1.8;
}
.bl_help_toc {
  margin-top: 28px;
  padding: 20px 22px;
  border-radius: 14px;
  background: #f5f9f1;
}
.bl_help_toc_title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3f7a1c;
}
.bl_help_toc_list {
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
  line-height: 1.9;
  font-size: 1.5rem;
}
.bl_help_toc_list li + li {
  margin-top: 4px;
}
.bl_help_toc_list a {
  color: #00645a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bl_help_toc_list a:hover {
  text-decoration: none;
}
.bl_help_item {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #e5e5e5;
  scroll-margin-top: calc(var(--height-header) + 16px);
}
.bl_help_item_title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
}
.bl_help_item_title::before {
  content: "Q";
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.7em;
  height: 1.7em;
  border-radius: 50%;
  background: #65b731;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
}
.bl_help_item_body {
  margin-top: 14px;
  line-height: 1.9;
}
.bl_help_item_body p + p,
.bl_help_item_body p + ul,
.bl_help_item_body ul + p,
.bl_help_item_body ol + p {
  margin-top: 1em;
}
.bl_help_item_body ul,
.bl_help_item_body ol {
  padding-left: 1.5em;
}
.bl_help_item_body li + li {
  margin-top: 0.4em;
}
.bl_help_item_body strong {
  font-weight: 700;
}
.bl_help_item_body .bl_help_hint {
  margin-top: 1em;
  padding: 12px 16px;
  border-radius: 10px;
  background: #f7f9fa;
  color: #555;
  font-size: 1.4rem;
}
.bl_help_contact {
  margin-top: 44px;
  padding: 24px 26px;
  border-radius: 16px;
  border: 1px solid #f1dc9c;
  background: #fff8e1;
  line-height: 1.9;
}
.bl_help_contact_title {
  font-size: 1.6rem;
  font-weight: 700;
}
.bl_help_contact p + p {
  margin-top: 0.6em;
}
.bl_help_business {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
}
.bl_help_business a {
  color: #00645a;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bl_help_updated {
  margin-top: 16px;
  color: #999;
  font-size: 1.2rem;
}
@media (min-width: 48rem) {
  .bl_help_item_title {
    font-size: 2.1rem;
  }
  .bl_help_toc {
    padding: 24px 30px;
  }
}
