@charset "UTF-8";
/* 251216追加 */

/* headingStyle03Bg--border - component
--------------------------------------------------------- */
.c-staticHeadingStyle03Bg--border {
  padding: 8px;
  position: relative;
}
.c-staticHeadingStyle03Bg--border::after {
  display: block;
  content: "";
  width: 88px;
  height: 4px;
  background-color: #CC0033;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* c-headingStyle02--border - component
--------------------------------------------------------- */
.c-headingStyle02--border {
  position: relative;
}
.c-headingStyle02--border::after {
  display: block;
  content: "";
  width: 4px;
  height: 1.35em;
  background-color: #CC0033;
  position: absolute;
  left: 0;
  top: 0;
}