@charset "UTF-8";
/**
 * custom.css
 * style.css（SCSSからの生成物）とは別管理の追記用CSS。
 * SCSSのコンパイル対象外なので、style.css を再生成しても消えない。
 */

/* --------------------------------------------------
 * 装飾用の太字 <b>
 * 重要性を示す <strong> と見た目を揃える
 * -------------------------------------------------- */
#ntwp .articleWrap b,
#ntwp .pointWrap b {
  font-weight: bold;
}
