.rulesContents {
  width: 84.635417%;
  padding: 15% 0;
  margin: 0 auto;
}
.rulesContents__headTtl {
  font-size: clamp(0.1rem, 4.5vw, 3.1rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 3.6765%;
  color: #b49531;
}
.rulesContents__txt {
  font-size: clamp(0.1rem, 3vw, 2.1rem);
  line-height: 1.7;
}
.rulesContents__wrapper {
  margin-top: 7.958%;
}
.rulesContents__wrapper .rulesContents__txt {
  margin-top: 3.9789%;
}
.rulesContents__wrapper:nth-child(n+2) {
  margin-top: 5.306%;
}
.rulesContents__ttl {
  font-size: clamp(0.1rem, 3vw, 2.1rem);
  font-weight: bold;
  padding-bottom: 3.316%;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .rulesContents {
    padding: 5% 0 12%;
    width: 55.441176%;
    max-width: 1200px;
  }
  .rulesContents__headTtl {
    font-size: clamp(0.1rem, 2.5vw, 4.8rem);
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.6765%;
  }
  .rulesContents__wrapper:nth-child(n+2) {
    margin-top: 7%;
  }
  .rulesContents__txt {
    font-size: clamp(0.1rem, 1.102941vw, 2.1rem);
  }
  .rulesContents__ttl {
    font-size: clamp(0.1rem, 1.102941vw, 2.1rem);
  }
}/*# sourceMappingURL=rules.css.map */