@charset "UTF-8";
/* CSS Document */

body {
  padding-top: 0;
  --bg-color: #ecf8fd;
  --border-color: #eee;
  background-color: var(--bg-color);
}

main {
  padding-top: 6rem;
}

.AppHeader {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 4rem;
  background: white;
  border-bottom: 1px solid var(--border-color);
}

.AppHeader__title {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: calc(100% - 4rem);
  font-size: 1.6rem;
  font-weight: var(--bold);
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

.top-note {
  margin-bottom: 2rem;
  padding: 0 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.terms {
  width: calc(100% - 4rem);
  margin: 0 auto 2rem auto;
  border-radius: 1rem;
  background-color: white;
  padding: 2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.group:not(:last-child) {
  margin-bottom: 2rem;
}

.group-ttl {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-weight: var(--bold);
  background-color: var(--bg-color);
}

.list--dot {
  padding-left: 1em;
  text-indent: -1em;
}

.list--num {
  padding-left: 2em;
  text-indent: -2em;
}
