.rules.--02 .rules__inner {
  padding-top: 0;
}
.rules__inner {
  padding-top: 5em;
}
.rules__container {
  background-color: #fff;
  padding: 2.5em;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .rules__container {
    padding: 1.5em 1.25em;
  }
}
@media (max-width: 768px) {
  .rules__lead {
    margin-bottom: 1.5em;
  }
}
.rules__item:nth-child(n+2) {
  margin-top: 3.125em;
}
@media (max-width: 768px) {
  .rules__item:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
.rules__item-title {
  margin-bottom: 0.5em;
  color: #007CCF;
  font-weight: 600;
}
.rules__table table {
  border-collapse: collapse;
  border: 1px solid #D5D5D5;
}
.rules__table table tr:nth-child(2n) {
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .rules__table table tr:nth-child(2n) {
    background-color: #fff;
  }
}
.rules__table table th, .rules__table table td {
  padding: 1.5em 1.25em;
}
@media (max-width: 768px) {
  .rules__table table th, .rules__table table td {
    display: block;
    font-size: 0.875em;
    padding: 1em 0.75em;
  }
}
.rules__table table th {
  width: 32%;
  text-align: left;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 768px) {
  .rules__table table th {
    text-align: center;
    width: 100%;
    border-right: none;
    background-color: #f2f2f2;
  }
}
.rules__table table td {
  width: 68%;
  border-bottom: 1px solid #D5D5D5;
}
@media (max-width: 768px) {
  .rules__table table td {
    width: 100%;
  }
}