[id="header-item-content"]:empty,
[id="header-item-content"] > li:empty {
    display: none;
}

[id="header-item-content"] {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: 30px;
}
[id="header-item-content"] > li {
  padding: 6px 3px;
  color: #008cd3;
  background-color: #fff;
  border-radius: 2px;
  font-size: 1.1rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  max-width: 15em;
}

@media (max-width: 767px) {
  #item-header.header-change .item-header-sp {
    padding: 5px 10px !important;
  }
}

