@charset "utf-8";
#smartmenu li a.current {
  position: relative;
}

#smartmenu li a.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.4em;
  width: 100%;
  height: 2px; /* 線の太さ */
  background-color: var(--w035);
  border-radius:2px;
}