/* NEWを配置する基準 */
#myTab .nav-item {
  position: relative;
}

/* タブ右上のNEW表示 */
#myTab .tab-new {
  position: absolute;
  top: -7px;
  right: 3px;
  z-index: 2;

  color: #e60012;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  pointer-events: none;
}