.p-author_box__text__link {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  color: #999999;
  display: flex;
  flex-wrap: wrap;
}

.p-author_box__text__link a {
  color: #007acc;
}

.p-author_box__text__link li {
  white-space: nowrap
}

.p-author_box__text__link li::after {
  content:"/";
  margin: 0 1.0em;
}

.p-author_box__text__link li:last-child::after {
  content:"";
  margin: 0;
}

.p-author_box__text__name {
  line-height: 1.4;
}