/** Shopify CDN: Minification failed

Line 20:10 Unexpected "{"
Line 20:19 Expected ":"
Line 21:14 Expected identifier but found whitespace
Line 21:16 Unexpected "{"
Line 21:25 Expected ":"
Line 21:51 Expected ":"
Line 22:17 Expected identifier but found whitespace
Line 22:19 Unexpected "{"
Line 22:28 Expected ":"
Line 22:57 Expected ":"
... and 16 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* 余白 */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

/* 見出し・特徴 */
.bgl-features__title {
  font-size: {{ section.settings.font_size_title }}px;
  font-weight: bold;
  margin-bottom: 1em;
}
.bgl-features__list {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 1.5em 0;
}
.bgl-features__item {
  margin: 0.4em 0;
  font-size: {{ section.settings.font_size_body }}px;
}

/* 説明（メタフィールド） */
.bgl-note {
  background: rgba(0,0,0,0.03);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 1.5em;
}
.bgl-note__title {
  font-size: calc({{ section.settings.font_size_body }}px + 2px);
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
.bgl-note__body {
  font-size: {{ section.settings.font_size_body }}px;
  line-height: 1.7;
}

/* スペック表 */
.bgl-specs {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin: 1.5em 0;
}
.bgl-specs table { width: 100%; border-collapse: collapse; margin: 0; }
.bgl-specs th, .bgl-specs td {
  border-bottom: 1px solid #ddd;
  padding: 8px 6px;
  text-align: left;
  font-size: {{ section.settings.font_size_body }}px;
}
.bgl-specs th { width: 30%; font-weight: 600; }