@charset "UTF-8";

/* Rules Page Styles */
.rules--inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.rules--list .warp {
  margin-bottom: 4rem;
}

.rules--list p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.rules--list h3 {
  font-size: var(--fz-l);
  color: var(--cl-main);
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.rules--list h4 {
  font-size: var(--fz-m);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.rules--list ol,
.rules--list ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.rules--list ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.rules--list ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.rules--list .scroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 1.5rem;
}

.rules--list table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: var(--fz-s);
}

.rules--list table th {
  background: #f5f5f5;
  padding: 1rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  text-align: center;
}

.rules--list table th.tt1 {
  background: #fff;
  text-align: left;
}

.rules--list table td {
  background: #fff;
  padding: 1rem;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.rules--list table td a {
  text-decoration: underline;
  color: var(--cl-main);
}