@charset 'utf-8';

h2 {
  margin-bottom: 3rem;
  background: linear-gradient(transparent 80%, #6fc8dd 0%);
}

section {
  margin-bottom: 4rem;
}

.etc {
  margin-bottom: 8rem;
}

table {
  width: 100%;
  margin-bottom: 4rem;
}

table th {
  background-color: #eee;
  text-align: center;
  width: 10em;
  padding: 1rem;
  border: 2px solid white;
  vertical-align: middle;
}
table td {
  vertical-align: middle;
  padding: 1rem;
}

.privacy p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
}
.sitemap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  margin: auto;
}
.sitemap h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sitemap div {
  width: 45%;
  margin-bottom: 2rem;
}
.sitemap li {
  position: relative;
  padding-left: 1em;
  text-decoration: underline;
  line-height: 2.5;
}
.sitemap li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.8em solid #6fc8dd;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-right: 0.2em solid transparent;
}

@media screen and (max-width: 1000px) {
  .sitemap div {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
}
