/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* お客様の声：数値リストボックス */
.voice-metrics.smb-box {
  border-radius: 8px;
  border: 1px solid #e6eef5;   /* 薄い枠線 */
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  padding: 14px 18px;
}

/* リスト全体 */
.voice-metrics .is-style-sme-list-check {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;                   /* 各行の間隔 */
}

/* 各行 */
.voice-metrics .is-style-sme-list-check li {
  position: relative;
  padding-left: 28px;          /* チェックアイコンぶんの余白 */
  color: #1A3D4C;              /* 説明文の色（ネイビー寄り） */
  font-weight: 600;
  line-height: 1.7;
}

/* 先頭のチェックアイコン（ブランド色で描画） */
.voice-metrics .is-style-sme-list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .35em;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A78C2' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

/* 数値部分（既に has-mirai-acc-color が付与されている想定） */
.voice-metrics .is-style-sme-list-check li .sme-text-color,
.voice-metrics .is-style-sme-list-check li strong .sme-text-color {
  font-weight: 800;            /* 数値は太めに */
  letter-spacing: .02em;
}

/* スマホ微調整 */
@media (max-width: 480px) {
  .voice-metrics.smb-box { padding: 12px 14px; }
  .voice-metrics .is-style-sme-list-check { gap: 10px; }
  .voice-metrics .is-style-sme-list-check li { padding-left: 26px; }
}

/* 本文だけで使える部分太字 */
.entry-content .u-bold { font-weight: 700 !important; }

@media (max-width: 480px) {
  .entry-content .u-bold {
    font-weight: 800 !important; /* 非可変フォント環境用フォールバック */
    font-size: 1.05em;           /* 少しだけ拡大（任意） */
    letter-spacing: .01em;       /* つぶれ防止（任意） */
    font-variation-settings: "wght" 800; /* 可変フォント対応環境用 */
  }
}

.entry-content h2.h2,
.entry-content .wp-block-heading.h2 {
    border: 1px solid #333;
    padding: 0.1em 0.6em 0.2em;
    margin: 1.5em 0 1em;
    position: relative;
    color: white !important;
    z-index: 0; /* 擬似要素のため */
}

.entry-content h2.h2::after,
.entry-content .wp-block-heading.h2::after {
    content: '';
    background: #4ecdc4;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    position: absolute;
    top: -8px;
    left: 6px;
    z-index: -1;
}


.h2-like {
  display:inline-block;   /* 行全体にしたい場合は block */
  font-size:1.5em;        /* H2相当 */
  font-weight:700;
  border-left:6px solid #3152B1; /* 左の青い帯 */
  background:linear-gradient(90deg,#f5f7ff 0,rgba(255,255,255,0) 80%);
  padding:.4em .6em;
  margin:.6em 0;
}
