.background {
  font-family:
    Noto Sans JP,
    sans-serif;
  padding: 16px 20px;
}

.title {
  font-size: 14px;
  text-align: center;
  padding-bottom: 20px;
}

.header {
  font-size: 14px;
  margin: 30px 0 0 0;
}

.text_s {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: rgba(0, 155, 243, 1);
  word-break: break-all;
}

.pt_20 {
  padding: 20px 0 0 0;
}

/* olのカウンターを初期化 */
.numbered-list {
  counter-reset: list-counter;
  list-style: none; /* デフォルトのリストスタイルを無効化 */
  padding-left: 0; /* olのデフォルトのインデントを削除 */
}

.numbered-list > li.main {
  text-indent: -1.65rem;
  padding-left: 1.65rem;
}

/* 番号付きリスト項目のスタイル */
.numbered-list > li.main::before {
  counter-increment: list-counter;
  content: "(" counter(list-counter) ") ";
}

.indent {
  padding-left: 1.65rem;
}

.indent_sub {
  padding-left: 3.00rem;
}

.end_text {
  text-align: right;
}
