.tag-button {
  font-size: 1rem;
  display: inline-block;
  border: 2px solid #0058FF;
  padding: 10px 20px;
  text-align: center;
  border-radius: 44px;
  background-color: transparent;
  cursor: pointer;
}
.tag-button--active {
  background-color: #0058FF;
  color: #fff;
}

a.tag-button:hover,
button.tag-button:hover {
  background-color: #0058FF;
  color: #fff;
}
a.tag-button--active:hover,
button.tag-button--active:hover {
  background-color: #0058FF;
  color: #fff;
}

.tab-tag__menu {
  display: flex;
  flex-wrap: wrap;
}
.tab-tag__content {
  display: none;
}
.tab-tag__content[aria-expanded=true] {
  display: block;
}

@media (min-width: 1200px) {
  .t-body-text--employee {
    max-width: 680px;
  }
}
@media (max-width: 1199px) {
  .t-body-text--employee {
    max-width: 500px;
  }
}
@media (max-width: 770px) {
  .t-body-text--employee {
    max-width: 100%;
  }
}

/*# sourceMappingURL=article.css.map */
