/* インストラクター秋山太一 非表示 */
.page-instructor article.t-akiyama {
  display: none !important;
}

figure {
  margin-bottom: 0 !important;
}

/* 本文中のキーワード強調（strong）の見え方調整 */
.concept__text strong,
.price-header__text strong {
  font-weight: 600;
}

/* メインビジュアルは意匠を変えないため太さを継承させる */
.mv__text strong {
  font-weight: inherit;
}
