@charset "UTF-8";

.anchorLink{
  margin: 0 auto;
}

.anchorLink__list{
  display: flex;
  justify-content: center;
}

.anchorLink__item a{
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px){
  .anchorLink{
    width: 70%;
  }
}
.wspre {
  white-space: pre;
}
