.access {
  position: relative;
}

.c-tab__item::before {
  content: none;
}
.c-tab__item.is-current::before {
  content: "";
}
.c-tab [data-tabpos=bottom] {
  padding-top: 1px;
}
.c-tab [data-tabpos=bottom] .c-tab__list::before {
  bottom: auto;
  top: 0;
}
.c-tab [data-tabpos=bottom] .c-tab__item.is-current {
  border-top: none;
  border-bottom: 1px solid;
}
.c-tab [data-tabpos=bottom] .c-tab__item.is-current::before {
  bottom: auto;
  top: 0;
}
/*# sourceMappingURL=access.css.map */