<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.manual__txt {
  padding-bottom: 90px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .manual__txt {
    font-size: 14px;
    padding-bottom: 30px;
    text-align: left;
  }
}

.manual__txt .bold {
  padding: 0 10px;
}

.manual__item {
  padding: 25px 0;
  border-top: 1px solid #707070;
}

@media only screen and (max-width: 767px) {
  .manual__item {
    font-size: 14px;
  }
}

.manual__item:last-of-type {
  border-bottom: 1px solid #707070;
}

.manual__item a {
  color: #015E8C;
  font-weight: bold;
}

.button {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .button {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
</pre></body></html>