@charset "UTF-8";

:root {
  /* --grade-gold02: rgba(197, 143, 68, 1) 60%, rgba(201, 154, 111, 1) 100%;
  --inner-maxWidth: 1000px; */
  --gold: rgb(235, 208, 134);
  --silver: #dfdfdf;
  --bronze: rgb(165, 107, 78);
}

.bg_gold {
  background: var(--gold);
}

.bg_silver {
  background: var(--silver);
}

.bg_bronze {
  background: var(--bronze);
  color: #fff;
}

.table_box {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  /* 列の幅を均等にする */
  overflow-wrap: break-word;
}


th,
td {
  vertical-align: middle;
  padding: 0.75em 0.5em;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
}

td a {
  color: #004274;
}

td a:hover {
  text-decoration-line: underline;
}

th {
  text-align: center;
}

.sticky_cross,
.sticky_col {
  font-size: 0.75em;
}

.mainCell th {
  background: #e5f6ff;
}

td {
  background: #fff;
  font-weight: bold;
}

.result_list .sticky_cross,
.result_list .no {
  width: 3em;
}

.result_list .sticky_col:nth-of-type(0n+2) {
  width: 8em;
}

.result_list .sticky_col:nth-of-type(0n+3) {
  width: 9em;
}

.result_list .sticky_col:nth-of-type(0n+4) {
  width: 20em;
}

.result_list .sticky_col:nth-of-type(0n+5) {
  width: 5em;
}

.result_list .sticky_col:nth-of-type(0n+6),
.result_list .sticky_col:nth-of-type(0n+7),
.result_list .sticky_col:nth-of-type(0n+8) {
  width: 7em;
}



.special_awards .no {
  width: 3em;
}

.special_awards .sticky_col:nth-of-type(0n+4) {
  width: 9em;
}

.special_awards .sticky_col:nth-of-type(0n+5) {
  width: 20em;
}

.special_awards .sticky_col:nth-of-type(0n+6) {
  width: 9em;
}

.special_awards .sticky_col:nth-of-type(0n+7),
.special_awards .sticky_col:nth-of-type(0n+8),
.special_awards .sticky_col:nth-of-type(0n+9) {
  width: 7em;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1000px) {
  tbody {
    -webkit-text-size-adjust: 100%;
  }

  .table_box {
    max-width: 150vw;
    /* height: 300px; */
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    table-layout: auto;
    overflow-wrap: break-word;
  }

  th,
  td {
    white-space: nowrap;
    font-size: 1.5vw;
  }

  .sticky_row {
    position: sticky;
    top: 0;
    left: 0;
    /* background: none; */
    border-left: none;
    border-right: none;
  }

  .sticky_row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    z-index: -1;
  }

  .sticky_col {
    position: sticky;
    top: 0;
    left: 2.65em;
    /* background: none; */
    border-top: none;
    border-bottom: none;
    text-align: left;
  }

  .sticky_col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-right: 0.5px solid #000;
    border-bottom: 1px solid #000;
    z-index: -1;
  }

  .sticky_cross,
  .sticky_col {
    font-size: 0.95em;
  }

  .sticky_cross {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 1;
  }

  .sticky_cross::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    z-index: -1;
  }

  .special_awards .sticky_cross {
    font-size: 0.7em;
  }

}


/*==========================================================================================
ここからSP
==========================================================================================*/
@media only screen and (max-width: 767px) {

  th,
  td {
    white-space: nowrap;
    font-size: 3.5vw;
  }
}