@charset "utf-8";

/* CSS Document */
.rankTable {
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  /* margin-bottom: 16px; */
  background-color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
}

.rankTable>div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
}

.rankTable>div.tableHead {
  width: 180px;
}

.rankTable>div.tableBody {
  width: 197px;
  margin-left: 3px;
}

.rankTable p {
  height: 70px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.rankTable p:not(:last-child) {
  margin-bottom: 3px;
}

.rankTable .tableHead p {
  background-color: #222222;
  font-size: 20px;
  padding-left: 1em;
}

.rankTable .tableBody p {
    justify-content: center;
    font-size: 22px;
}

.rankTable .tableBody p:first-of-type {
  height: 153px;
  background-color: transparent;
  border: 2px solid;
  border-bottom: 0;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 24px;
  display: block;
}

.rankTable .tableBody p:first-of-type a {display: flex;flex-direction: column;justify-content: space-between;align-items: center;width: 100%;height: 100%;text-align: center;padding: 12px;box-sizing: border-box;text-decoration: none;color: inherit;}

.rankTable .tableBody p:first-of-type img {
  height: auto;
  width: 96px;
}

.rankTable .tableBody.bronze p {
  border-color: #9e785f;
}

.rankTable .tableBody.silver p {
  border-color: #7a7a7a;
}

.rankTable .tableBody.gold p {
  border-color: #9f8e56;
}

.rankTable .tableBody.platinum p {

  border-color: #728894;
}

.tableBody.bronze p {
  background-color: #9e785f;
}

.tableBody.silver p {
  background-color: #7a7a7a;
}

.tableBody.gold p {
  background-color: #9f8e56;
}

.tableBody.platinum p {
  background-color: #728894;
}

.comment {
  margin: 12px auto 30px;
}

.comment p {
  line-height: 1.5;
  font-size: 18px;
}

.rank {
  background-color: #2f2f2f;
  font-size: 20px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  box-sizing: border-box;
}

.rank.change .rankItem {
  margin-bottom: 50px;
}

.rank h4 {font-size: 36px;font-weight: 700;height: 70px;line-height: 70px;padding: 0 0.7em;margin-bottom: 30px;position: relative;}

.rank h4::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 0);
  height: 15px;
  width: 30px;
  position: absolute;
  left: 20px;
  bottom: -21px;
  transform: translateY(-50%);
}

.rank#bronze h4, .rank#bronze h4::after {
  background-color: #9e785f;
}

.rank#silver h4, .rank#silver h4::after {
  background-color: #7a7a7a;
}

.rank#gold h4, .rank#gold h4::after {
  background-color: #9f8e56;
}

.rank#platinum h4, .rank#platinum h4::after {
  background-color: #728894;
}

.rankItem {width: 883px;margin: 0 auto;}

.rankItem h5 {
  border-left: 6px solid;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1em;
  padding-left: 0.2em;
  margin: 20px 0 10px;
}

.rankItem p {line-height: 1.35;width: 856px;margin: 0 auto;}

.rankItem p.tips {font-size: 18px;margin-top: 25px;}

.rankItem li {
    line-height: 1.35;
    width: 856px;
    margin: 0 auto;
}

.rankItem li:nth-child(1)::before {
  content: "1.";
}

.rankItem li:nth-child(2)::before {
  content: "2.";
}

.rankItem li:nth-child(3)::before {
  content: "3.";
}

.rankItem li:nth-child(4)::before {
  content: "4.";
}

.rankChange {/* width: 856px; */margin: 25px auto;}

.rankChange>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rankChange .head {
  position: relative;
  overflow: hidden;
}

.rankChange .body {
  
}

.rankChange p {text-align: center;font-weight: 700;height: 42px;line-height: 42px;}

.rankChange .head p {
  background-color: #222222;
  width: calc(100% / 12);
}

.rankChange .head p:nth-of-type(even) {
  background-color: #414141;
}

.rankChange.down .head::after {
  content: "";
  background-image: url(/img/rank_system/img_spacer.svg);
  display: block;
  width: 17px;
  height: 42px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.rankChange .body p {
  width: calc(100% / 3);
  height: 60px;
  line-height: 60px;
  position: relative;
}

.rankChange.up .body p:nth-of-type(1) {
  background-color: #9e785f;
  width: 249px;
  width: 28.1%;
}

.rankChange.up .body p:nth-of-type(2) {
  background-color: #7a7a7a;
  width: 49.8%;
}

.rankChange.up .body p:nth-of-type(3) {
  background-color: #9f8e56;
  width: 22.1%;
}

.rankChange.down .body p:nth-of-type(1) {
  background-color: #9e785f;
  width: 25%;
}

.rankChange.down .body p:nth-of-type(2) {
  background-color: #7a7a7a;
  width: 50%;
}

.rankChange.down .body p:nth-of-type(3) {
  background-color: #9e785f;
  width: 25%;
}

.rankChange .body p:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  height: 60px;
  width: 25px;
  position: absolute;
  top: 0;
  right: -24px;
  background-color: #9e785f;
  z-index: 1;
}

.rankChange .body p:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  height: 60px;
  width: 25px;
  position: absolute;
  top: 0;
  right: -24px;
  background-color: #7a7a7a;
  z-index: 1;
}

.rankChange .body p span {
  color: inherit;
  font-weight: inherit;
  font-size: 18px;
  float: right;
}


