.page-title span::after {
  content: "OUTLINE";
}

.message-name {
  display: flex;
  justify-content: flex-end;
}
.message-name__item1 {
  padding-right: 40px;
}
.message-name__item2 {
  font-size: 36px;
  padding-right: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.message-name__item3 {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #a7a7a7;
}

.yakuin-table td,
.yakuin-table th {
  padding: 0px 20px 0px 0px;
  border: none;
}
@media screen and (max-width: 599px) {
  .yakuin-table td,
  .yakuin-table th {
    display: table-cell !important;
  }
}
.yakuin-table th {
  width: 150px;
  font-weight: normal !important;
}
@media screen and (max-width: 599px) {
  .yakuin-table th {
    display: table-cell !important;
    width: 150px;
    word-break: keep-all;
  }
}