body {
  color: #000000;
}
body::after {
  background: #ffffff;
}
@media screen and (min-width: 721px) {
  body::after {
    background: linear-gradient(135deg, #f6f6f9, #c0c0c3);
  }
}
.light h1 strong {
  color: #000000;
}
.light h1 span span {
  color: #000000;
}
.pageContents {
  background: #ffffff;
}
#pageTop {
  color: #ffffff;
}

.reuse-notice-ivd-content {
  font-size: 1.6rem;
  margin-top: 2rem;
  padding: 1.6rem 2.8rem;
  color: black;
  line-height: 1.7;
  background: var(--pane-color);
}
.reuse-notice-ivd-content p {
  font-size: 1.6rem;
}
.reuse-notice-ivd-content ul {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.reuse-notice-ivd-content li {
  list-style: inside;
}
.link-ivd {
  color: #000000;
  text-decoration: underline;
}
.link-ivd:hover {
  color: grey;
}
.email-ivd:hover {
  color: grey;
}
.preliminaries h3 {
  border-bottom: black solid 1px;
}
.archive ul {
  padding: 12px 0 12px 0;
}

.archive li {
  display: flex;
}
.archive a {
  font-size: 1.8rem;
  display: flex;
  width: 100%;
  padding: 6px 22px;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 12px;
  justify-content: center;
  transition: .5s background-color;
  align-items: center;
}

.archive a span:nth-child(2) {
  width: 18px;
  height: 1px;
  margin: 0 8px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 720px) {
  .archive a {
    flex-direction: column;
  }
  .archive a span:nth-child(2) {
    display: none;
  }
}

.archive a.archive-ivd:hover {
  background: gray;
}
