.reason__table {
  width: 100%;
  overflow-x: auto;
  margin-top: 14rem;
}
@media screen and (max-width: 1024px) {
  .reason__table {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 680px), screen and (max-width: 737px) and (orientation: landscape) {
  .reason__table {
    margin-top: 5rem;
  }
}
.reason__table table {
  width: 100%;
  min-width: 1000px;
  border-spacing: 3px;
}
.reason__table table th,
.reason__table table td {
  vertical-align: middle;
  text-align: center;
}
.reason__table table tr {
  background: rgba(0, 0, 0, 0.2);
  margin-top: 0.3rem;
}
.reason__table table tr:not(:first-child) {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
}
.reason__table table tr > :first-child {
  background-color: #bf0a28;
}
.reason__table table th {
  width: 24rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding: 2.8rem 2rem;
}
.reason__table table td {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  padding: 2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.reason__table .en-font {
  font-family: "Cinzel", serif;
}
.reason .pageNavigation {
  margin-top: 0;
}