/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 04:02:36 */
/* =====================================
   商品カテゴリページ SEO説明文
===================================== */

.category-seo-text {
  background: #fff;
  border: 1px solid #e5e8ec;
  border-radius: 12px;
  padding: 24px 26px;
  margin: 18px 0 32px;
  color: #333;
  text-align: left;
  box-sizing: border-box;
}

.category-seo-text *,
.category-seo-text *::before,
.category-seo-text *::after {
  box-sizing: border-box;
}

.category-seo-text h2 {
  font-size: 30px;
  line-height: 1.45;
  margin: 0 0 18px;
  color: #1f3f5f;
  font-weight: 700;
  text-align: center;
}

.category-seo-text p {
  font-size: 15.5px;
  line-height: 1.9;
  font-weight: 400;
  margin: 0 0 20px;
  color: #333;
  text-align: left;
}

.category-point-box {
  background: #f7fafc;
  border: 1px solid #e3eaf1;
  border-radius: 10px;
  padding: 18px 20px;
  margin-top: 20px;
}

.category-point-box h3 {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #1f3f5f;
  font-weight: 700;
}

.category-point-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-point-box li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.category-point-box li:last-child {
  margin-bottom: 0;
}

.category-point-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 20px;
  height: 20px;
  background: #2B6CB0;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}


/* =====================================
   スマホ表示
===================================== */

@media (max-width: 768px) {
  .category-seo-text {
    padding: 20px 18px;
    margin: 18px 0 28px;
  }

  .category-seo-text h2 {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 14px;
  }

  .category-seo-text p {
    font-size: 14.5px;
    line-height: 1.7;
    margin-bottom: 8px;
  }

  .category-point-box {
    padding: 16px 14px;
    margin-top: 16px;
  }

  .category-point-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .category-point-box li {
    font-size: 14px;
    line-height: 1.65;
    padding-left: 26px;
    margin-bottom: 8px;
  }

  .category-point-box li::before {
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    top: 0.15em;
  }
}