.page-data-record {
  background: var(--colorBg2);
}
.page-data-record .record-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-data-record .record-content__inner {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
.page-data-record .record-heading {
  margin-bottom: 2rem;
}
.page-data-record .record-heading:first-child {
  margin-top: 0;
}
.page-data-record .record-sub-heading {
  color: var(--colorMain5);
  font-weight: 600;
  font-size: 1.8rem;
}
.page-data-record .record-content__date {
  text-align: right;
  margin-bottom: 0.5rem;
}
.page-data-record .record-table {
  margin-bottom: 3rem;
}
.page-data-record .record-table:last-of-type {
  margin: 0;
}
.page-data-record .online-horizontal-box {
  display: flex;
}
.page-data-record .online-horizontal-box + .online-sub-heading {
  margin-top: 3rem;
}
.page-data-record .online-horizontal-box__image {
  width: 8rem;
  flex: none;
}
@media print {
  .page-data-record .record-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .page-data-record .record-content__inner {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .page-data-record .record-heading {
    margin-bottom: 6rem;
  }
  .page-data-record .record-sub-heading {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
  .page-data-record .record-table {
    margin-bottom: 9rem;
  }
  .page-data-record .record-table:nth-of-type(3) {
    margin-bottom: 5rem;
  }
  .page-data-record .online-horizontal-box + .online-sub-heading {
    margin-top: 4rem;
  }
  .page-data-record .online-horizontal-box {
    gap: 2rem;
    margin-top: 2.5rem;
  }
  .page-data-record .online-horizontal-box__image {
    width: 12rem;
  }
}
@media screen {
  .page-data-record .online-horizontal-box {
    gap: 1rem;
    margin-top: 1rem;
  }
}