@charset "UTF-8";

/* 左縦線(2色) */

.article h2 {
  border-left: 10px solid var(--hvn2-sub-color);
  padding: 20px 25px 20px 15px;
}

.article h2::before {
  background-color: var(--hvn2-main-color);
  bottom: 0px;
  content: '';
  height: 50%;
  left: -10px;
  position: absolute;
  top: 0;
  width: 10px;
}