.custom-heading-bg {
  padding: 40px 0;
}

.custom-heading {
  margin: 0;
  font-size: 16px;
  text-align: left;  /* 左寄せ */
  line-height: 1.6;
  font-weight: bold; /* 太字 */
}

.custom-heading .highlight {
  color: #f27e18;
  font-size: 28px;
  font-weight: bold;
}

/* 見出し背景ブロック全体の上下余白を縮める */
.custom-heading-bg {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* 内部ラッパーの余白も最小限に */
.custom-heading-bg .c-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* 見出し要素の上下マージンを調整 */
.custom-heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 見出しテキスト内の div に余白がある場合も除去 */
.custom-heading h2 div {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .custom-heading-bg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

.custom-heading {
    font-size: 18px;   /* スマホでは小さく */
  }

  .custom-heading .highlight {
    font-size: 20px;
  }
}

