@charset "UTF-8";

@font-face {
  font-family: "JLPGA-Regular";
  src: url("../fonts/JLPGA-Regular.woff") format("woff");
}

body#body-stats {
  min-width: 1260px;
}
@media screen and (max-width: 750px) {
  body#body-stats {
    min-width: 0;
  }
}
#content {
  width: 1200px;
}
@media screen and (max-width: 750px) {
  #content {
    width: 100%;
  }
}
#content .mainCont1col {
  width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  #content .mainCont1col {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
  }
}

/* topContents */
.topCont {
  width: 1200px;
  margin-bottom: 0;
}
.topCont .dbg_h1_02 {
  align-items: center;
  margin: 0 0 52px!important;
}
#content .selecBoxWrap .selecBox {
  margin: 0 10px 0 0;
}
#content .selecBoxWrap .selecBox:last-child {
  margin: 0;
}
.selecInner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row-reverse;
}
#content .floatL {
  width: 160px;
  height: 30px;
}
#content .floatL select {
  height: 30px;
}
#content .selecBox select {
  height: 30px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
#content .selecBox:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  transform: rotate(90deg);
  color: #878787;
  top: 9px;
  right: 10px;
}
.unysysbox.mt_nega {
  margin-top: -2.5rem;
}
@media screen and (max-width: 750px) {
  .topCont {
    width: 100%;
  }
  .topCont .unysysbox.mt_nega {
    margin-top: 10px;
  }
  .topCont .selecBoxWrap {
    width: 100%;
    gap: 13px;
  }
  .topCont .dbg_h1_02 {
    display: flex;
    margin: 0 0 30px!important;
  }
  .topCont .dbg_h1_02 h1 {
    margin-right: 20px;
  }
  .selecInner {
    flex-flow: column-reverse;
  }
  #content .selecBox:after {
    top: 9px;
  }
}


/* best5 */
.statsList {
  margin-bottom: 15px;
  display: flex;
  gap: 23px;
}
.statsList:after {
  display: none;
}
.statsList .statsCaption {
  justify-content: flex-start;
  text-align: center;
  background: #00822d;
  border-radius: 6px 6px 0 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  height: 4em;
  padding: 10px 15px;
}
.statsCaption {
  line-height: 40px;
}
.statsCaption::after {
  content: none!important;
}
.statsList .statsTitle {
  width: 100%;
  font-size: 140%;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.statsList .statsTitle a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.statsList .statsTitle:after {
  bottom: -10px;
  background: #ccc;
  height: 1px;
}
.statsList li {
  flex: 1;
  padding: 0;
  width: 25%;
  background: #fff;
  fill: #FFF;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: 6px;
  float: left;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.statsList li:last-child {
  padding-right: 0;
}
.statsList > li > .best5wrap {
  border: none;
  padding: 0 0 10px;
}
.statsList .best5 tr {
  border-bottom: 1px solid #ebebeb;
}
.statsList .best5 tr:nth-child(odd) {
  background: transparent;
}
#content .statsList .best5 tbody {
  padding: 0 15px 0 10px;
  display: block;
  border-top: none;
  border-bottom: none;
}
#content .statsList .best5 tbody tr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 0;
}
#content .statsList .best5 tbody tr a {
  cursor: pointer !important;
}
#content .statsList .best5 tbody tr:first-of-type {
  padding: 0 0 10px;
}
#content .statsList .best5 tbody tr:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
#content .statsList .best5 tbody th {
  font-weight: 700;
  color: #007D4D;
  border-top: none;
  min-width: 30px;
  border-right: 1px solid #e5e5e5;
  border-radius: 0;
  margin-right: 10px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-family: "JLPGA-Regular"!important;
  padding: 0 13px 0 5px;
}
#content .statsList .best5 tbody tr:first-of-type th {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}
#content .statsList .best5 tbody tr:not(:first-of-type) th {
  font-size: 20px;
}
#content .statsList .best5 tbody td {
  border-top: none;
  padding: 0;
}
#content .statsList .best5 tbody tr:first-of-type td {
  min-width: 70px;
  flex-grow: 1;
  text-align: right;
  padding-right: 10px;
}
#content .statsList .best5 tbody tr:first-of-type td .face {
  line-height: 1;
  text-align: left;
}
#content .statsList .best5 tbody tr:first-of-type td .face img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
#content .statsList .best5 tbody tr:not(:first-of-type) td:first-of-type {
  flex-grow: 1;
}
#content .statsList .best5 tbody td a {
  color: #333;
  text-decoration: underline;
  font-size: 11px;
}
#content .statsList .best5 tbody tr:first-of-type td a {
  font-size: 15px;
  font-weight: 500;
  text-align: right;
  display: block;
  transition: all 0.3s;
  margin-top: 6px;
}
#content .statsList .best5 tbody tr:not(:first-of-type) td:first-of-type a {
  text-decoration: underline;
  font-size: 13.5px;
  font-weight: 600;
  color: #333;
  display: block;
  text-align: left;
  transition: all 0.3s;
}
#content .statsList .best5 tbody tr:first-of-type td a:hover {
  color: #00822d;
}
#content .statsList .best5 tbody tr:not(:first-of-type) td:first-of-type a:hover {
  color: #00822D;
}
#content .statsList .best5 tbody tr:first-of-type td span {
  display: inline-flex;
  font-weight: 700;
  margin-top: 5px;
  font-size: 20px;
}
#content .statsList .best5 tbody tr:first-of-type td span span:nth-of-type(1) {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.8px;
}
#content .statsList .best5 tbody tr:first-of-type td span span:nth-of-type(2) {
  font-size: 16px;
}
#content .statsList li:nth-of-type(1) .best5.lpga tbody tr:first-of-type td span span:nth-of-type(1), 
#content .statsList li:nth-of-type(3) .best5.lpga tbody tr:first-of-type td span span:nth-of-type(1), 
#content .statsList li:nth-of-type(4) .best5.lpga tbody tr:first-of-type td span:nth-of-type(1),
#content .statsList li:nth-of-type(2) .best5.step tbody tr:first-of-type td span span:nth-of-type(1), 
#content .statsList li:nth-of-type(3) .best5.step tbody tr:first-of-type td span:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
}
#content .statsList .money .best5 tbody tr:first-of-type td span:nth-of-type(1) {
  font-size: 16px !important;
  position: relative;
  padding-left: 10px;
}
#content .statsList .money .best5 tbody tr:first-of-type td span:nth-of-type(1):before {
  display: block;
  content: "¥";
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 12px;
}
.best5 tbody td a span {
  text-decoration: none;
}
#content .best5 tbody tr td.taR {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.best5 tbody tr:not(:first-of-type) td.taR,
.best5 tbody tr:not(:first-of-type) td.taR span {
  min-width: 90px;
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}
#content .statsList li:nth-of-type(1) .best5.lpga tbody tr:not(:first-of-type) td.taR, 
#content .statsList li:nth-of-type(3) .best5.lpga tbody tr:not(:first-of-type) td.taR, 
#content .statsList li:nth-of-type(4) .best5.lpga tbody tr:not(:first-of-type) td.taR,
#content .statsList li:nth-of-type(2) .best5.step tbody tr:not(:first-of-type) td.taR, 
#content .statsList li:nth-of-type(3) .best5.step tbody tr:not(:first-of-type) td.taR {
  font-size: 16px;
}
#content .statsList li:nth-of-type(1) .best5.lpga tbody tr:not(:first-of-type) td.taR span, 
#content .statsList li:nth-of-type(3) .best5.lpga tbody tr:not(:first-of-type) td.taR span, 
#content .statsList li:nth-of-type(4) .best5.lpga tbody tr:not(:first-of-type) td.taR span,
#content .statsList li:nth-of-type(2) .best5.step tbody tr:not(:first-of-type) td.taR span, 
#content .statsList li:nth-of-type(3) .best5.step tbody tr:not(:first-of-type) td.taR span {
  font-size: 12px;
  font-weight: 700;
}
#content .statsList li:nth-of-type(2) .best5.lpga tbody tr:not(:first-of-type) td.taR,
#content .statsList li:nth-of-type(1) .best5.step tbody tr:not(:first-of-type) td.taR,
#content .statsList .money .best5 tbody tr td.taR {
  position: relative;
  padding-left: 0.8em !important;
  min-width: 0;
}
.best5 tbody tr:not(:first-of-type) td.taR {
  font-size: 14px !important;
}
#content .statsList .money .best5 tbody tr:not(:first-of-type) td.taR:before {
  display: block;
  content: "¥";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .statsList {
    margin-bottom: 25px;
    flex-flow: column;
  }
  .statsList li {
    width: 100%;
    padding-right: 0;
  }
  #content .statsList li:nth-of-type(1) .best5.lpga tbody tr:first-of-type td span:nth-of-type(1), 
  #content .statsList li:nth-of-type(3) .best5.lpga tbody tr:first-of-type td span:nth-of-type(1), 
  #content .statsList li:nth-of-type(4) .best5.lpga tbody tr:first-of-type td span:nth-of-type(1),
  #content .statsList li:nth-of-type(2) .best5.step tbody tr:first-of-type td span:nth-of-type(1), 
  #content .statsList li:nth-of-type(3) .best5.step tbody tr:first-of-type td span:nth-of-type(1) {
    font-size: 22px;
  }
  #content .statsList li:nth-of-type(1) .best5.lpga tbody tr:not(:first-of-type) td.taR, 
  #content .statsList li:nth-of-type(3) .best5.lpga tbody tr:not(:first-of-type) td.taR, 
  #content .statsList li:nth-of-type(4) .best5.lpga tbody tr:not(:first-of-type) td.taR,
  #content .statsList li:nth-of-type(2) .best5.step tbody tr:not(:first-of-type) td.taR, 
  #content .statsList li:nth-of-type(3) .best5.step tbody tr:not(:first-of-type) td.taR {
    font-size: 18px;
  }
  #content .statsList li:nth-of-type(1) .best5.lpga tbody tr:not(:first-of-type) td.taR span, 
  #content .statsList li:nth-of-type(3) .best5.lpga tbody tr:not(:first-of-type) td.taR span, 
  #content .statsList li:nth-of-type(4) .best5.lpga tbody tr:not(:first-of-type) td.taR span,
  #content .statsList li:nth-of-type(2) .best5.step tbody tr:not(:first-of-type) td.taR span, 
  #content .statsList li:nth-of-type(3) .best5.step tbody tr:not(:first-of-type) td.taR span {
    font-size: 14px;
  }
  #content .statsList li:nth-of-type(2) .best5.lpga tbody tr:first-of-type td span:nth-of-type(1),
  #content .statsList li:nth-of-type(1) .best5.step tbody tr:first-of-type td span:nth-of-type(1) {
    font-size: 20px;
  }
  #content .statsList .money .best5 tbody tr:first-of-type td span:nth-of-type(1) {
    font-size: 20px !important;
  }
  #content .statsList .money .best5 tbody tr:first-of-type td span:nth-of-type(1):before {
    top: 7px;
  }
  .best5 tbody {
    padding: 0 12px;
  }
  .best5 tbody tr:first-of-type td {
    flex-grow: 1;
    padding-right: 10px;
  }
  .best5 tbody tr:first-of-type td a {
    font-size: 16px;
    margin-top: 2px;
  }
  .best5 tbody tr:first-of-type td a {
    text-align: right;
  }
  .best5 tbody tr:not(:first-of-type) td:first-of-type a {
    font-size: 13px;
  }
  .best5 tbody tr:not(:first-of-type) td.taR {
    font-size: 14px;
  }
  #content .statsList .best5 tbody tr th {
    padding: 0 23px 0 13px;
  }
  #content .statsList .best5 tbody tr:first-of-type th {
    padding-right: 25px;
  }
}
/* best5 see all */
.statsDetaile {
  padding: 5px;
  text-align: right;
  white-space: nowrap;
}
.statsDetaile a {
  display: inline-block;
  font-weight: 700;
  text-align: right;
  padding-top: 5px;
  padding-right: 15px;
  text-decoration: underline;
  transition: all 0.3s;
  color: #333;
}
.statsDetaile a i {
  text-decoration: underline;
}
.statsDetaile a:hover {
  color: #00822d;
}
.statsDetaile a:hover i {
  color: #00822d;
  text-decoration: underline;
}


/* statsSimpleList */
.statsSimpleList {
  margin-bottom: 60px;
  display: flex;
  justify-content: stretch;
  flex-flow: wrap;
  gap: 10px 20px;
}
.statsSimpleList li {
  width: calc(25% - 15px);
  padding: 0;
  border-radius: 4px;
  float: left;
  box-sizing: border-box;
}
.statsSimpleList .statsCaption {
  border: none;
  border-bottom: none;
  line-height: 40px;
}
.statsSimpleList .statsCaption span {
  font-size: 74%;
}
.statsSimpleList .statsTitle {
  background: #f7f7f7;
  height: 40px;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 100%;
  padding: 0 10px;
}
.statsSimpleList .statsTitle a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  display: block;
}
.statsSimpleList .statsTitle a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  color: #00822D;
  /*position: absolute;*/
  right: 5px;
  float: right;
}
.statsSimpleList .statsTitle:hover {
  background: #00822d;
  transition: all 0.3s;
  cursor: pointer;
}
.statsSimpleList .statsTitle:hover a {
  color: #fff;
}
.statsSimpleList .statsTitle:hover a:after {
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .statsSimpleList {
    margin-bottom: 60px;
  }
  .statsSimpleList li {
    width: 100%;
  }
}


/* summary */
h2 {
  font-size: 22px;
  font-weight: 700;
  color: #00822D;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 20px;
  }
}
.summary table {
  border-left: none;
  border-bottom: none;
  table-layout: fixed;
}
.summary thead {
  background: #00822d;
}
.summary th {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-top: none;
  border-right: none;
  height: 11.5em;
  position: relative;
  border-radius: 0;
}
.summary thead:last-of-type th > * {
  color: #fff;
}
.summary table thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
  background-color: #00822d;
  width: 140px !important;
  max-width: 140px;
  border: none;
}
.summary th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #EBEBEB;
}
.summary th.sorting > * {
  font-weight: 700;
}
.summary th > span {
  padding: 0 1em;
}
.summary.en th > span {
  padding: 0;
}
.summary th > a, 
.summary th > span {
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-decoration: none;
  height: 9.5em;
  color: #333333;
}
tbody {
  border-bottom: 1px solid #999;
}
.summary table td {
  font-size: 14px;
  text-align: center;
  padding: 10px 5px;
  border-right: none;
  border-top: none;
  white-space: nowrap;
  position: relative;
}
.summary table tbody tr td:first-child {
  position: sticky;
  left: -1px;
  background-color: #fff;
  z-index: 5;
  border: none;
}
.summary table td:not(:first-child)::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 0;
}
.summary table td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #ebebeb;
}
.summary table td.sorting {
  background-color: rgba(0, 180, 70, 0.1);
  font-weight: 700;
}
.summary table td.sorting {
  background: none;
}
.summary table td.sorting::before {
  background: rgba(180, 160, 115, 0.2);
  z-index: 0;
}
.summary table td.highlight::before {
  background: rgba(0, 0, 0, 0.18);
}
.summary table tr:nth-child(even) td.highlight::before {
  background: rgba(0, 0, 0, 0.13);
}
.summary table td.highlight {
  background: none; /* or 削除 */
}
.summary table tbody tr:nth-of-type(odd) td.highlight:first-child:before {
  background: #fff;
  z-index: -1;
}
.summary table tbody tr:nth-of-type(even) td.highlight:first-child:before {
  background: #f6f6f6;
  z-index: -1;
}
.summary tbody tr td img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
.summary table td a {
  color: #333;
}
.summary table td a:hover {
  color: #00822b!important;
}
.summary tbody tr td:first-child a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  white-space: normal;
  word-break: break-word;
  text-align: left;
}
.summary table tbody tr:nth-of-type(even) td {
  background: #f6f6f6;
}
@media screen and (max-width: 750px) {
  .summary {
    width: 100%;
    overflow: auto;
    transform: translateZ(0);
  }
  .summary table {
    width: 1000px;
  }
  .summary table thead {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .summary th {
    height: 10em;
  }
  .summary th > a, 
  .summary th > span {
    font-size: 13px;
  }
  .summary tbody tr td:first-child {
    width: 130px;
  }
}
/* summary see all */
.stats_more_wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.stats_more_wrap a {
  text-decoration: none;
  line-height: 1;
  position: relative;
}
.stats_more_wrap a:hover:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #00822D;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.stats_more {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  font-weight: 700;
  color: #00822D;
  text-decoration: none;
}
.stats_more i {
  padding-left: 5px;
}
@media screen and (max-width: 750px) {
  .stats_more {
    font-size: 12px;
  }
}


/* otherBtn */
.btn_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.btn_flex a {
  width: 384px;
  height: 40px;
  color: #1E551E;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #1E551E;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  line-height: 1;
}
.btn_flex a:hover {
  color: #fff;
  background: #1E551E;
}
.btn_flex a:hover:after {
  color: #fff;
}
.btn_flex a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f105";
  color: #00822D;
  position: absolute;
  right: 14px;
}
@media screen and (max-width: 750px) {
  .btn_flex {
    flex-flow: column;
    gap: 20px;
    margin-top: 40px;
  }
  .btn_flex a {
    width: 100%;
  }
}

/* font */
.fa-angle-double-right::before {
  display: block;
  content: ">"!important;
  position: relative;
}/*# sourceMappingURL=stats_top.css.map */