@charset "utf-8";

/* CSS Document */
.subHeading {
  margin-bottom: 0;
}
.rankTable {
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  /* margin-bottom: 16px; */
  background-color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0 2.8%;
  box-sizing: border-box;
  font-size: 1rem;
}

.rankTable>div {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.rankTable>div.tableHead {
  width: 100%;
  height: 10vw;
  margin: 0 0 0 auto;
  font-size: 1em;
  justify-content: flex-end;
}

.rankTable>div.tableBody {
  height: 19vw;
  margin-bottom: 0.12em;
}

.rankTable p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  box-sizing: border-box;
  text-align: center;
  margin-right: 0.5%;
  line-height: 1.15;
}

.rankTable p:not(:first-child) {width: calc((78% - 0.12em) / 4);}

.rankTable .tableHead p {
  background-color: #222222;
  font-size: 0.8em;
  /* padding-left: 1em; */
  width: calc((78% - 0.12em) / 4);
}

.rankTable .tableBody p {
    justify-content: center;
    font-size: 1em;
    margin-right: 0.12em;
}

.rankTable .tableBody p:first-of-type {
  width: 21%;
  background-color: transparent;
  border: 2px solid;
  border-right: 0;
  box-sizing: border-box;
  font-size: 1em;
  display: block;
  margin-right: 0;
}

.rankTable p:last-of-type {
  margin-right: 0;
}

.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: 6%;box-sizing: border-box;text-decoration: none;color: inherit;font-weight: 700;font-size: 1em;}

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

.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; */
  background-color: #2f2f2f;
  padding: 5% 2.8%;
  margin-bottom: 6%;
}

.comment p {
  line-height: 1.5;
  font-size: 1em;
  font-weight: 500;
}

.rank {
  background-color: #2f2f2f;
  font-size: 1em;
  margin-bottom: 30px;
  padding: 3% 2.8%;
  box-sizing: border-box;
}

.rank.change {
  margin-bottom: 0;
}

.rank span {
  font-size: 1em;
  font-weight: inherit;
}

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

.rank h4 {font-size: 1.55em;font-weight: 700;height: 10vw;line-height: 10vw;padding: 0 0.7em;margin-bottom: 6%;position: relative;}

.rank h4::after {
  content: "";
  display: inline-block;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 0);
  height: 0.5em;
  width: 1em;
  position: absolute;
  left: 0.65em;
  bottom: -0.7em;
  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: 96%;margin: 0 auto;font-size: 1.2em;}

.rankItem h5 {
  border-left: 0.3em solid;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.1em;
  padding-left: 0.2em;
  margin: 5% 0 3%;
}

.change .rankItem h5 {
  margin-top: 2%;
}

.rankItem p {line-height: 1.35;width: 95%;margin: 0 auto;font-size: 1em;font-weight: 500;}

.rankItem p.tips {font-size: 0.8em;margin-top: 4%;}

.rankItem ul {
  font-size: 1em;
}

.rankItem li {
    line-height: 1.35;
    width: 95%;
    margin: 0 auto;
    font-size: 1em;
    font-weight: 500;
}

.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: 5.5vw;line-height: 5.5vw;}

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

.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: 3vw;
  height: 100%;
  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: 9vw;
  line-height: 1.2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.9em;
}

.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: 9vw;
  width: 4vw;
  position: absolute;
  top: 0;
  right: -3.9vw;
  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: 9vw;
  width: 4vw;
  position: absolute;
  top: 0;
  right: -3.9vw;
  background-color: #7a7a7a;
  z-index: 1;
}

.rankChange .body p span {
  color: inherit;
  font-weight: inherit;
  font-size: 0.75em;
  display: block;
}


