@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
.ranking-table {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(22px, calc(22px + 18 * (100vw - 375px) / (750 - 375)), 40px);
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ranking-table.ranking04-table {
  bottom: 3%;
}
.ranking-table.ranking02-table {
  bottom: 2.5%;
}
.ranking-table .ranking03-table {
  bottom: 6%;
}
.ranking-table.ranking05-table {
  bottom: 2.5%;
}
.ranking-table p,
.ranking-table tr,
.ranking-table td,
.ranking-table tbody {
  margin: 0;
}
.ranking-table table.infotable {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.ranking-table table.infotable td,
.ranking-table table.infotable th {
  border: 2px solid #D9D9D9;
  padding: 8px;
}
.ranking-table table.infotable tbody td {
  color: #484848;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: clamp(13px, calc(13px + 13 * (100vw - 375px) / (750 - 375)), 26px);
  font-style: normal;
  font-weight: 400;
}
.ranking-table table.infotable tr:nth-child(even) {
  background: #fff;
}
.ranking-table table.infotable tr:nth-child(odd) {
  background: #E2EDF6;
}
.ranking-table table.cl-pink tbody tr:last-child td:last-child {
  font-size: clamp(11px, calc(11px + 15 * (100vw - 375px) / (750 - 375)), 26px);
}
.ranking-table table.cl-pink tr:nth-child(odd) {
  background: #E2EDF6;
}
.ranking-table table.cl-yellow tr:nth-child(odd) {
  background: #E2EDF6;
}
.ranking-table table.cl-purple tr:nth-child(odd) {
  background: #E2EDF6;
}
.ranking-table table.infotable tbody tr:first-child td:first-child {
  white-space: nowrap;
}

.collapse-img {
  width: 100%;
  max-width: 625px;
  margin: 0 auto; }

.top-3em {
  margin-top: 0; }

@media (max-width: 749px) {
  .collapse-img {
    padding: 0 8vw; } }
@media only screen and (max-width: 500px) {
  .ranking-table {
    bottom: 8%;
  }
  .ranking-table table.infotable {
    border: 0 solid #D9D9D9; }
  .ranking-table table.infotable td,
  .ranking-table table.infotable th {
    border: 1px solid #D9D9D9; }
  .ranking-table table.infotable tbody td {
    line-height: 1.5;
  }
  .ranking-table.ranking02-table {
    bottom: 4%;
  }
  .ranking-table.ranking02-table table.infotable tbody td {
    font-size: clamp(12px, calc(12px + 13 * (100vw - 375px) / (750 - 375)), 26px);
  }
  .ranking-table.ranking03-table {
    bottom: 6%;
  }
}
@media only screen and (max-width: 376px) {
  .ranking-table table.infotable {
    border: 1px solid #D9D9D9; }
  .ranking-table table.infotable td,
  .ranking-table table.infotable th {
    border: 1px solid #D9D9D9; }

  .top-3em {
    margin-top: -1em; }
  .ranking-table.ranking02-table {
    bottom: 4%;
  }
  .ranking-table.ranking02-table table.infotable tbody td {
    font-size: clamp(12px, calc(12px + 13 * (100vw - 375px) / (750 - 375)), 26px);
  }
}

/*# sourceMappingURL=addclass.css.map */
