@charset "utf-8";

/* h1_ボタン背景
================================================== */
.heroSec_governance .nmlBtn.type-small .bg-transparent .nmlBtn_itemLink:not(:hover) {
  background: rgba(0, 0, 0, 0.25);
}

/* sustainability-banner
================================================== */
.governance-banner .nmlText {
  display: flex;
  align-items: center;
}
.governance-banner .nmlText::after {
  content: "";
  height: 1em;
  margin-left: 10px;
  display: inline-block;
  width: 15px;
  background: url(/common_v2/images/icon_arrow_right_blue.svg) center/15px no-repeat;
}
