.section-anchor-list {
  margin-bottom: 80px;
}

.anchor-list-wrap {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

.anchor-item {

}

.anchor-item a {
  font-family: Helvetica Now Display Bold;
  font-weight: 700;
  font-size: 23px;
  line-height: 34px;
  text-decoration: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.anchor-item a:hover {
  color: white;
  background-color: #00A0A8;
  border-radius: 4px;
  width: 44px;
  height: 44px;
}

@media (max-width: 767px) {
  .section-anchor-list {
    max-width: 600px;
    overflow: scroll;
  }