body {
  padding: 10px 20px 50px 20px;
  font-family: Roboto;
  line-height: 22px;
}

h1 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3em;
  color: #4E4E4E;
}

.condition {
  padding-bottom: 50px;
}

.condition-footer {
  position: fixed;
  bottom: 0;
  display: block;
  background: #1ad491;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  margin-left: -28px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.condition ol>li {
  margin-bottom: 1em;
}

.condition_table {
  border-collapse: collapse;
}

table thead th {
  border: 1px solid #eee;
  padding: 4px 10px;
  text-align: left;
  font-weight: bold;
}

table tbody td {
  border: 1px solid #eee;
  padding: 4px 10px;
  vertical-align: top;
}

@media (max-width: 1000px) {
  .condition_table {
    font-size: 12px;
    line-height: 13px;
    margin-left: -23px;
    margin-right: -23px;
  }

  .condition_table table thead td {
    padding: 2px 5px;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #322545;
    color: white;
  }

  h1 {
    color: white;
  }

  a {
    color: #b786fc;
  }
}
