.members_content {
  --members-accent: #979004;
  --members-divider: #6f080b;
  --members-text: #fff;
  color: var(--members-text);
  font-size: 12px;
  line-height: 1.75;
}

.members_content,
.members_content * {
  box-sizing: border-box;
}

.members_content p,
.members_content h2,
.members_content h3,
.members_content ul {
  margin-top: 0;
}

.members_content a {
  color: inherit;
}

.members_notice {
  border: 1px solid #c3b9b7;
  margin: 0 0 24px;
  padding: 17px 22px 18px;
}

.members_notice h2,
.members_section h2 {
  color: var(--members-accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.members_notice h2 {
  margin-bottom: 16px;
}

.members_notice h3,
.members_account_notice h3 {
  color: var(--members-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  margin: 18px 0 0;
}

.members_notice p {
  margin-bottom: 0;
}

.members_migration_list {
  list-style: none;
  margin-bottom: 8px;
  padding: 0;
}

.members_migration_list li {
  padding-left: 1em;
  position: relative;
}

.members_migration_list li::before {
  content: "●";
  left: 0;
  position: absolute;
  top: 0;
}

.members_note {
  margin-bottom: 0;
}

.members_note a {
  text-decoration: none;
}

.members_note a:hover,
.members_note a:focus-visible {
  text-decoration: underline;
}

.members_information_link {
  margin-top: 14px;
}

.members_information_link a,
.members_link_group > a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.members_section {
  margin-bottom: 35px;
}

.members_section h2 {
  border-bottom: 1px solid var(--members-divider);
  margin-bottom: 16px;
  padding: 0 0 8px;
}

.members_section > p {
  margin-bottom: 0;
}

.members_link_group {
  margin-top: 20px;
}

.members_link_group p {
  margin-bottom: 0;
}

.members_account_notice {
  margin-top: 18px;
}

.members_account_notice h3 {
  margin-bottom: 4px;
}

.members_account_notice p {
  margin-bottom: 5px;
}

.members_account_notice .members_information_link {
  margin-top: 2px;
}

@media (max-width: 768px) {
  .members_content {
    font-size: 12px;
    line-height: 1.8;
  }

  .members_notice {
    margin-bottom: 22px;
    padding: 15px;
  }

  .members_notice h2,
  .members_section h2,
  .members_notice h3,
  .members_account_notice h3 {
    font-size: 12px;
  }

  .members_section {
    margin-bottom: 30px;
  }

  .members_link_group {
    margin-top: 18px;
  }

  .members_pc_only {
    display: none;
  }
}
