@charset "utf-8";
.cmn_btn {
  text-align: right;
  margin-top: 10px
}
.cmn_btn a {
  display: inline-block;
  background: #666;
  color: #fff;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0.25em 2em;
  -webkit-transition: background 0.5s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.5s, color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.5s, color 0.3s, box-shadow 0.3s;
  transition: background 0.5s, color 0.3s, box-shadow 0.3s;
  transition: background 0.5s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s
}
.cmn_btn a:hover {
  background: #aaa;
  color: #000
}
.cmn_btn a:hover .icon_delta {
  -webkit-transform: translateY(-50%) translateX(2px);
  -ms-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px);
  border-left-color: #000
}
.cmn_btn .icon_delta {
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: border 0.3s, -webkit-transform 0.3s;
  transition: border 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, border 0.3s;
  transition: transform 0.3s, border 0.3s;
  transition: transform 0.3s, border 0.3s, -webkit-transform 0.3s
}
.block_content_record_nav_pad {
  max-width: 1090px;
  margin: 0 auto;
  padding: 25px 15px 0
}
.block_content_record_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.block_content_record_nav li {
  font-size: 15px;
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
}
.block_content_record_nav li.active a {
  background: #333;
}
.block_content_record_nav li a:hover {
  background: #333
}
.block_content_record_nav a {
  display: block;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: #858585;
  padding: 1.3em 0.5em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s
}

.noteText {
	color:#fff;
	margin:1em 0;
}
.smallFont {
  font-size: 0.857em;
}
.noteLst{
  color: rgba(255, 255, 255, 1);
  list-style: none;
  padding: 1rem 0;
}
.noteItm{
  margin: 0 0 0.5rem;
}
.noteItm:last-of-type{
  margin: 0;
}

@media screen and (max-width:815px) {
  .block_content_record_nav_pad {
    max-width: 1090px;
    margin: 0 auto;
    padding: 15px 0 0
  }
  .block_content_record_nav ul {
    display: block;
    padding: 0 15px 5px
  }
  .block_content_record_nav li {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.6%;
    flex: 0 0 24.6%;
    line-height: 1.3;
    margin-bottom: 10px
  }
  .block_content_record_nav a {
    padding: 0.75em 0.5em;
    border-radius: 50px
  }
}
.block_content_record_tab_sub_pad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 920px;
  padding: 70px 15px 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto
}
.block_content_record_tab_sub_single {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%
}
.block_content_record_tab_sub .text {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 0.75em
}
.block_content_record_tab_sub .label {
  font-size: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.block_content_record_tab_sub a {
  display: block;
  position: relative;
  height: 60px;
  border: 2px solid #ffd200;
  color: #ffd200;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  -o-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s
}
.block_content_record_tab_sub a:after {
  position: absolute;
  display: block;
  content: "";
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid rgba(255, 210, 0, 0);
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: border-top 0.3s, bottom 0.3s;
  -o-transition: border-top 0.3s, bottom 0.3s;
  transition: border-top 0.3s, bottom 0.3s
}
.block_content_record_tab_sub a:hover {
  border: 2px solid #ffd200;
  background: #ffd200;
  color: #333
}
.block_content_record_tab_sub a:hover:after {
  border-top: 15px solid #ffd200
}
.block_content_record_tab_sub .active a {
  border: 2px solid #ffd200;
  background: #ffd200;
  color: #333
}
.block_content_record_tab_sub .active a:after {
  bottom: -15px;
  border-top: 15px solid #ffd200
}
@media screen and (max-width:815px) {
  .block_content_record_tab_sub_pad {
    padding: 30px 15px 10px;
    display: block
  }
  .block_content_record_tab_sub_single {
    margin-bottom: 1.5em
  }
  .block_content_record_tab_sub .text {
    font-size: 14px;
    margin-bottom: 0.75em;
    text-align: left
  }
  .block_content_record_tab_sub .label {
    font-size: 15px;
    padding: 0 20px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static
  }
  .block_content_record_tab_sub a {
    padding: 1em;
    height: auto;
    border: 1px solid #ffd200
  }
  .block_content_record_tab_sub a:after {
    display: none
  }
  .block_content_record_tab_sub .active a {
    border: 1px solid #ffd200
  }
  .block_content_record_tab_sub .active a:before {
    position: absolute;
    display: block;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid #333;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.block_content_record_add_bg {
  background: #333;
  padding-bottom: 100px
}
.block_content_record_add_bg.pad_b {
  padding-bottom: 40px
}
@media screen and (max-width:815px) {
  .block_content_record_add_bg.pad_b {
    padding-bottom: 20px
  }
}
.block_content_record_main {
  background: #333
}
.block_content_record_main_pad {
  margin: 0 auto;
  padding: 0 15px
}
.block_content_record_summary_nav.block_content_record_main_pad {
  max-width: 1100px;
  padding: 0 15px
}
.block_content_record_summary_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.block_content_record_summary_nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  list-style: none;
  position: relative;
  -webkit-transition: -webkit-box-flex 0.35s;
  transition: -webkit-box-flex 0.35s;
  -o-transition: flex 0.35s;
  transition: flex 0.35s;
  transition: flex 0.35s, -webkit-box-flex 0.35s, -ms-flex 0.35s;
  height: 180px;
  max-width: 130px;
  cursor: pointer
}
.block_content_record_summary_nav li:after {
  content: "";
  display: block;
  border-top: 20px solid #333;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s
}
.block_content_record_summary_nav li:hover:after {
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%)
}
.block_content_record_summary_nav li.active {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 150px
}
.block_content_record_summary_nav li.active:after {
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%)
}
.block_content_record_summary_nav li.active .btn {
  -webkit-transform: translateY(-8.5%);
  -ms-transform: translateY(-8.5%);
  transform: translateY(-8.5%)
}
.block_content_record_summary_nav .btn {
  text-align: center;
  padding: 65px 0 20px;
  display: block;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s
}
.block_content_record_summary_nav .btn span {
  display: block
}
.block_content_record_summary_nav .btn .icon img {
  width: 70%
}
.block_content_record_summary_nav .btn .label {
  color: #e80c31;
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  height: 1em
}
.block_content_record_summary_nav .btn .label.men {
  color: #1584e3
}
@media screen and (max-width:815px) {
  .block_content_record_summary_nav.block_content_record_main_pad {
    max-width: 800px;
    padding: 0 15px
  }
  .block_content_record_summary_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0 5px
  }
  .block_content_record_summary_nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 100px;
    height: auto
  }
  .block_content_record_summary_nav li:after {
    display: none
  }
  .block_content_record_summary_nav li.active {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 100px
  }
  .block_content_record_summary_nav li.active .btn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: invert(50%) brightness(500%);
    filter: invert(50%) brightness(500%)
  }
  .block_content_record_summary_nav .btn {
    padding: 10px 0 10px
  }
  .block_content_record_summary_nav .btn .icon img {
    width: 80%
  }
  .block_content_record_summary_nav .btn .label {
    font-size: 10px;
    height: auto
  }
}
.block_content_record_summary_main {
  background: #fff
}
.block_content_record_summary_main .block_content_record_main_pad {
  padding: 45px 15px;
  max-width: 1200px
}
.block_content_record_summary_main h2 {
  font-size: 30px;
  text-align: center;
  color: #000;
  font-weight: bold
}
@media screen and (max-width:815px) {
  .block_content_record_summary_main .block_content_record_main_pad {
    padding: 25px 15px
  }
  .block_content_record_summary_main h2 {
    font-size: 24px
  }
}
.block_content_record_summary_table {
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.block_content_record_summary_table > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 50px
}
.block_content_record_summary_table h3 {
  background: #000;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 0;
  margin-bottom: 3px
}
.block_content_record_summary_table table {
  width: 100%;
  background: #000;
  table-layout: fixed
}
.block_content_record_summary_table td, .block_content_record_summary_table th {
  padding: 7px 5px;
  text-align: center;
  vertical-align: middle
}
.block_content_record_summary_table td a, .block_content_record_summary_table th a {
  color: #fff
}
.block_content_record_summary_table .block_content_record_summary_table_a tr td:first-of-type, .block_content_record_summary_table .block_content_record_summary_table_a tr th:first-of-type, .block_content_record_summary_table .block_content_record_summary_table_b tr td:first-of-type, .block_content_record_summary_table .block_content_record_summary_table_b tr th:first-of-type {
  border-left: none
}
.block_content_record_summary_table td:nth-of-type(2) {
  text-align: left
}
.block_content_record_summary_table_a th:first-of-type {
  width: 10%
}
.block_content_record_summary_table_a th:nth-of-type(2) {
  width: 55%
}
.block_content_record_summary_table_a th:nth-of-type(3) {
  width: 10%
}
.block_content_record_summary_table_a th:nth-of-type(4) {
  width: 10%
}
.block_content_record_summary_table_a th:nth-of-type(5) {
  width: 15%
}
.block_content_record_summary_table_a td:nth-of-type(2) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.block_content_record_summary_table_a td:nth-of-type(2) span:first-of-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: center
}
.block_content_record_summary_table_a img {
  width: 45px
}
.block_content_record_summary_table_b th:first-of-type {
  width: 10%
}
.block_content_record_summary_table_b th:nth-of-type(2) {
  width: 70%
}
.block_content_record_summary_table_b th:nth-of-type(3) {
  width: 20%
}
.block_content_record_summary_table_b td:nth-of-type(2) {
  padding: 18px 15px
}
.block_content_record_summary_table_b td:nth-of-type(2) > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.block_content_record_summary_table_b td:nth-of-type(2) > div > a {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  height: 82px;
  background-size: cover;
  background-position: center
}
.block_content_record_summary_table_b td:nth-of-type(2) > div > a div {
  height: 100%;
  background-size: cover;
  background-position: center
}
.block_content_record_summary_table_b td:nth-of-type(2) > div p {
  padding-left: 10px
}
.block_content_record_summary_table .button_only {
  position: relative
}
.block_content_record_summary_table .button_only h3 {
  height: 54px;
  line-height: 48px
}
.block_content_record_summary_table .button_only .cmn_btn {
  position: absolute;
  top: 0;
  right: 10px
}
@media screen and (max-width:815px) {
  .block_content_record_summary_table {
    font-size: 12px;
    display: block
  }
  .block_content_record_summary_table > div {
    margin-bottom: 25px
  }
  .block_content_record_summary_table table {
    width: 100%
  }
  .block_content_record_summary_table td, .block_content_record_summary_table th {
    padding: 7px 5px
  }
  .block_content_record_summary_table_a td:nth-of-type(2) div {
    display: block
  }
  .block_content_record_summary_table_a img {
    width: 30px
  }
}
@media screen and (max-width:550px) {
  .block_content_record_summary .button_only .cmn_btn {
    position: relative
  }
}
.block_content_record_summary_main .col_men .block_content_record_summary_table thead {
  color: #1584e3;
  border-bottom: 1px solid #1584e3
}
.block_content_record_summary_main .col_men .block_content_record_summary_table td, .block_content_record_summary_main .col_men .block_content_record_summary_table th {
  border-left: 1px solid #1584e3
}
.block_content_record_summary_main .col_women .block_content_record_summary_table thead {
  color: #e80c31;
  border-bottom: 1px solid #e80c31
}
.block_content_record_summary_main .col_women .block_content_record_summary_table td, .block_content_record_summary_main .col_women .block_content_record_summary_table th {
  border-left: 1px solid #e80c31
}
.buttons-block.color_white {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px
}
.buttons-block.color_white .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.buttons-block.color_white p {
  margin: 0 10px 10px
}
.buttons-block.color_white a {
  min-width: 220px;
  border: 2px solid #000;
  border-radius: 100px;
  display: block;
  text-align: center;
  padding: 1em;
  margin: 0 auto 10px;
  font-weight: bold;
  background: #fff;
  -webkit-transition: background 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, border 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, box-shadow 0.3s;
  transition: background 0.3s, border 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s
}
.buttons-block.color_white a:hover {
  background: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}
.buttons-block.color_white .icon img {
  width: 25px;
  margin-right: 3px
}
@media screen and (max-width:815px) {
  .buttons-block.color_white {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px
  }
  .buttons-block.color_white .flex {
    display: block
  }
  .buttons-block.color_white .flex p {
    width: 100%;
    margin: 0 0 10px
  }
  .buttons-block.color_white a {
    min-width: 100px;
    padding: 0.5em;
    border: 1px solid #000
  }
}
.record-page .add-bg {
  background: url(/common/img/record/record-bg.png) no-repeat center top;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px
}
.record-page .caption {
  color: #fff;
  font-size: 1.42857143rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 30px
}
.record-page .caption-l {
  color: #fff;
  font-size: 2.07142857rem;
  margin-bottom: 20px
}
@media screen and (max-width:815px) {
  .record-page .caption {
    font-size: 0.85714286rem;
    padding-bottom: 3px;
    margin-bottom: 15px
  }
  .record-page .caption-l {
    font-size: 1.28571429rem;
    margin-bottom: 10px
  }
}
.block_record_caption {
  padding-top: 60px;
  margin-bottom: 50px
}
.block_record_caption h2 {
  font-size: 2.07142857rem;
  margin-bottom: 20px
}
.block_record_caption h2.add_bar {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #fff
}
.block_record_caption .txt {
  font-size: 15px;
  color: #fff
}
.theama_white .block_record_caption h2 {
  color: #fff;
  font-size: 20px
}
@media screen and (max-width:815px) {
  .block_record_caption {
    padding-top: 30px;
    margin-bottom: 25px
  }
  .block_record_caption h2 {
    font-size: 1.28571429rem;
    margin-bottom: 10px
  }
  .block_record_caption .txt {
    font-size: 14px
  }
  .theama_white .block_record_caption h2 {
    font-size: 18px
  }
}
.page_record_ranking_player .nav_record01 p, .page_record_ranking_team .nav_record04 p, .page_record_record_match .nav_record05 p, .page_record_record_player .nav_record02 p, .page_record_record_team .nav_record03 p {
  background: #ffd200;
  color: #000
}
.page_record_ranking_player .nav_record01 .icon_delta, .page_record_ranking_team .nav_record04 .icon_delta, .page_record_record_match .nav_record05 .icon_delta, .page_record_record_player .nav_record02 .icon_delta, .page_record_record_team .nav_record03 .icon_delta {
  border-left-color: #000
}
.block_record_ind_btn .disp-flex {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.block_record_ind_btn .disp-flex.single {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.block_record_ind_btn .disp-flex.single .block_record_nav_col {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%
}
.block_record_ind_btn .disp-flex.single .cmn_btn_line {
  margin-left: auto;
  margin-right: auto
}
.block_record_ind_btn .sub-text {
  font-size: 0.85714286rem
}
.block_record_ind_btn .block_record_nav_col {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%
}
.block_record_ind_btn .cmn_btn_line {
  max-width: 240px;
  margin-bottom: 20px
}
.block_record_ind_btn .cmn_btn_line .text {
  font-size: 1.14285714rem
}
.add-bg-ind {
  background-size: cover
}
.add-bg-ind .pad {
  padding: 100px 20px
}
.add-bg-ind01 {
  background: url(/common/img/record/record-ind_bg01.jpg) no-repeat center;
  background-size: cover
}
.add-bg-ind02 {
  background: url(/common/img/record/record-ind_bg02.jpg) no-repeat center;
  background-size: cover
}
.add-bg-ind03 {
  background: url(/common/img/record/record-ind_bg03.jpg) no-repeat center;
  background-size: cover
}
@media screen and (max-width:815px) {
  .block_record_ind_btn .disp-flex.single .block_record_nav_col {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%
  }
  .block_record_ind_btn .sub-text {
    font-size: 0.64285714rem
  }
  .block_record_ind_btn .cmn_btn_line .text {
    font-size: 0.71428571rem
  }
}
.block_record_nav h3 {
  font-size: 1rem;
  margin-bottom: 30px
}
.block_record_nav .disp-flex {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.block_record_nav_col {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-bottom: 40px
}
.block_record_nav .cmn_btn_line {
  margin-bottom: 20px
}
@media screen and (max-width:815px) {
  .block_record_nav .disp-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .block_record_nav h3 {
    font-size: 0.64285714rem;
    margin-bottom: 15px
  }
  .block_record_nav_col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px
  }
  .block_record_nav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .block_record_nav .wrap .cmn_btn_line {
    margin-left: 10px;
    margin-right: 10px
  }
}
.record-page .flex-col {
  margin-bottom: 15px
}
.record-page .disp-flex-col3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%
}
.record-page .disp-flex-col3 .flex-col {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-right: 1.15%;
  margin-left: 1.15%
}
.record-page .disp-flex-col1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.record-page .disp-flex-col1 .flex-col {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%
}
.record-page .disp-flex-col1-l {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.record-page .disp-flex-col1-l .flex-col {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%
}
.record-page .disp-flex-col2_2-l {
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.record-page .disp-flex-col2_2-l .flex-col_wide {
  -ms-flex-preferred-size: 79%;
  flex-basis: 79%
}
.record-page .disp-flex-col2_2-l .flex-col_narrow {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%
}
@media screen and (max-width:815px) {
  .record-page .flex-col {
    margin-bottom: 10px
  }
  .record-page .disp-flex-col3 {
    margin-left: 0;
    margin-right: 0
  }
  .record-page .disp-flex-col3 .flex-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0%;
    margin-left: 0%
  }
  .record-page .disp-flex-col1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .record-page .disp-flex-col1 .flex-col {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
  }
}
.block_record_form_dropdown_single {
  position: relative
}
.block_record_form_dropdown_single.narrow .form_button {
  height: 50px
}
.block_record_form_dropdown_single.narrow .form_button .label {
  height: 50px
}
.block_record_form .form_button {
  border: 2px solid #ffd200;
  background: #ffd200;
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  color: #333
}
.block_record_form .form_button .label {
  width: 100%;
  height: 60px
}
.block_record_form .form_button .label .icon, .block_record_form .form_button .label .text {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.block_record_form .form_button .label .text {
  width: 100%;
  text-align: center;
  font-size: 15px;
  left: 0;
  padding: 0 20px
}
.block_record_form .form_button .label .icon {
  right: 7px;
  width: 8px;
  height: 15px
}
.block_record_form .form_button .label .icon .icon_delta_up {
  top: 0;
  left: 0
}
.block_record_form .form_button .label .icon .icon_delta_down {
  top: 8px;
  left: 0
}
.block_record_form .form_button:hover {
  opacity: 0.5
}
.block_record_form .active .form_button {
  border: 2px solid #ffd200;
  background: #ffd200;
  color: #000
}
.block_record_form .active .form_button .icon_delta_up {
  border-bottom: 5px solid #000
}
.block_record_form .active .form_button .icon_delta_down {
  border-top: 5px solid #000
}
.block_record_form .form_dropdown {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 65px
}
.block_record_form .form_dropdown ul {
  position: relative;
  padding-top: 5px
}
.block_record_form .form_dropdown ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 5px solid #fff
}
.block_record_form .form_dropdown li {
  font-size: 1rem;
  list-style: none;
  background: #fff;
  color: #000;
  text-align: center;
  padding: 7px 0;
  border-bottom: 1px solid #000
}
.block_record_form .form_dropdown li:hover {
  background: #ffd200
}
.block_record_form .form_dropdown li.active {
  background: #ffd200
}
.block_record_form_text_name {
  height: 50px;
  width: 100%;
  background: #444444;
  border: 1px solid #444444;
  padding: 0 10px;
  color: #fff
}
.block_record_form_text_name:focus {
  border: 1px solid #ffd200
}
@media screen and (max-width:815px) {
  .block_record_form .form_button {
    border: 1px solid #fff;
    height: 40px
  }
  .block_record_form .form_button .label {
    height: 30px
  }
  .block_record_form .form_button .label .text {
    font-size: 13px;
    padding: 0 15px;
    line-height: 1.3
  }
  .block_record_form .form_button .label .icon {
    right: 7px;
    width: 8px;
    height: 15px
  }
  .block_record_form .form_button .label .icon .icon_delta_up {
    top: 0;
    left: 0
  }
  .block_record_form .form_button .label .icon .icon_delta_down {
    top: 8px;
    left: 0
  }
  .block_record_form .active .form_button {
    border: 1px solid #ffd200
  }
  .block_record_form .active .form_button .icon_delta_up {
    border-bottom: 5px solid #000
  }
  .block_record_form .active .form_button .icon_delta_down {
    border-top: 5px solid #000
  }
  .block_record_form .form_dropdown {
    top: 45px
  }
  .block_record_form .form_dropdown ul {
    padding-top: 5px
  }
  .block_record_form .form_dropdown ul:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 5px solid #fff
  }
  .block_record_form .form_dropdown li {
    font-size: 0.85714286rem
  }
}
.block_record_form_btn {
  margin-bottom: 40px;
  padding-top: 60px;
}
.block_record_form_submit {
  border-top: 1px solid #fff;
  padding: 60px 0 100px;
  position: relative
}
.block_record_form_submit:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 9px solid #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.block_record_form_submit button {
  border: 2px solid #ffd200;
  background: #ffd200;
  color: #000;
  width: 100%;
  position: relative;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  height: 60px;
  opacity: 1
}
.block_record_form_submit button .icon_delta, .block_record_form_submit button .text {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.block_record_form_submit button .text {
  width: 100%;
  text-align: center;
  font-size: 14px;
  left: 0;
  padding: 0 20px
}
.block_record_form_submit button .icon_delta {
  right: 7px
}
.block_record_form_submit button[disabled] {
  cursor: pointer;
  opacity: 0.5
}
.block_record_form_submit button[disabled]:hover {
  opacity: 0.75
}
@media screen and (max-width:815px) {
  .block_record_form_submit {
    padding: 35px 0 50px
  }
  .block_record_form_submit button {
    height: 50px
  }
  .block_record_form_submit button .text {
    font-size: 14px;
    padding: 0 15px
  }
  .block_record_form_submit button .icon_delta {
    right: 7px
  }
}
.team_list {
  max-width: 710px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1rem
}
.team_list .old_label {
  color: #fff;
  margin-top: 15px
}
.team_list_single {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%
}
.team_list h3 {
  font-size: 1.14285714rem;
  padding: 10px;
  color: #fff
}
.team_list a {
  color: #fff;
  display: block;
  position: relative;
  padding: 10px 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s
}
.team_list a:hover {
  background: #fff
}
.team_list .icon_delta {
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s
}
.team_list_m h3 {
  background: #00266d
}
.team_list_m ul {
  background: #0082e6
}
.team_list_m ul li:nth-child(2n) {
  background: #0067b5
}
.team_list_m a:hover {
  color: #0082e6
}
.team_list_m a:hover .icon_delta {
  border-left-color: #0082e6
}
.team_list_w h3 {
  background: #6d0000
}
.team_list_w ul {
  background: #ea0029
}
.team_list_w ul li:nth-child(2n) {
  background: #ad0a1d
}
.team_list_w a:hover {
  color: #ea0029
}
.team_list_w a:hover .icon_delta {
  border-left-color: #ea0029
}
.team_list li {
  list-style: none
}
.block_record_back {
  margin-bottom: 100px
}
@media screen and (max-width:815px) {
  .team_list {
    display: block;
    margin-bottom: 50px;
    font-size: 12px
  }
  .team_list_single {
    width: 100%;
    margin-bottom: 25px
  }
  .team_list h3 {
    font-size: 0.85714286rem;
    padding: 7px
  }
  .team_list a {
    padding: 7px 10px
  }
  .team_list .icon_delta {
    right: 10px
  }
  .block_record_back {
    margin-bottom: 50px
  }
}
.block_record_form_result.with-pad {
  padding-left: 20px;
  padding-right: 20px
}
.result-regular a {
  color: #ffd200;
  text-decoration: underline
}
.result-regular a:hover {
  text-decoration: none
}
.result-regular table {
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  width: 100%;
  min-width: 800px;
  font-size: 0.85714286rem;
  margin-left: auto;
  margin-right: auto;
  color: #fff
}
.result-regular th {
  background: #444
}
.result-regular td, .result-regular th {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  padding: 10px 10px;
  vertical-align: middle
}
.result-regular .table_type_odd tr:nth-child(odd) td {
  background: #222
}
.result-regular .double-line {
  border-right: 3px double #777
}
.result-regular p {
  color: #fff
}
.result-narrow table {
  max-width: 610px
}
.block_record_form_result {
  padding-bottom: 100px
}
.block_record_form_result .search_result {
  overflow: auto
}
.block_record_form_result .table_wrap {
  overflow-x: auto
}
.block_record_form_result .text {
  margin-bottom: 15px;
  color: #fff
}
.block_record_form_result .note {
  position: relative;
  margin-top: 15px;
  padding-right: 50px
}
.block_record_form_result .note .btn-print {
  position: absolute;
  right: 0;
  top: 0
}
.block_record_form_result .note .btn-print img {
  width: 36px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s
}
.block_record_form_result .note .btn-print img:hover {
  opacity: 0.5
}
.block_record_form_result .record_tab {
  max-width: 540px;
  margin: 0 auto 50px;
  font-size: 1rem
}
.block_record_form_result .record_tab li {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  border-top: 1px solid #ffd200;
  border-left: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
  list-style: none;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s
}
.block_record_form_result .record_tab li:last-child {
  border-right: 1px solid #ffd200
}
.block_record_form_result .record_tab li.active, .block_record_form_result .record_tab li:hover {
  background: #ffd200
}
.block_record_form_result .record_tab li.active a, .block_record_form_result .record_tab li.active span, .block_record_form_result .record_tab li:hover a, .block_record_form_result .record_tab li:hover span {
  color: #000
}
.block_record_form_result .record_tab a, .block_record_form_result .record_tab span {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #ffd200
}
.block_record_form_result .record_tab span {
  display: block;
  padding: 12px 5px;
  text-align: center
}
@media screen and (max-width:815px) {
  .block_record_form_result {
    padding-bottom: 50px
  }
  .block_record_form_result .table_wrap {
    overflow-x: auto
  }
  .block_record_form_result .text {
    font-size: 0.64285714rem;
    margin-bottom: 10px
  }
  .block_record_form_result .note {
    position: relative;
    margin-top: 10px;
    padding-right: 0
  }
  .block_record_form_result .record_tab {
    margin: 0 auto 25px;
    font-size: 0.85714286rem
  }
  .block_record_form_result .record_tab span {
    padding: 8px 3px
  }
}
.block_record_personal {
  text-align: center;
  margin-bottom: 40px;
  color: #fff
}
.block_record_personal .fig {
  max-width: 400px;
  margin: 0 auto 20px
}
.block_record_personal h3 {
  font-size: 2.92857143rem;
  margin-bottom: 10px
}
.block_record_personal p {
  font-size: 14px
}
@media screen and (max-width:815px) {
  .block_record_personal {
    margin-bottom: 20px
  }
  .block_record_personal .fig {
    margin: 0 auto 15px
  }
  .block_record_personal h3 {
    font-size: 1.42857143rem;
    margin-bottom: 5px
  }
  .block_record_personal p {
    font-size: 0.64285714rem
  }
}
.news_detail_body {
  margin-bottom: 100px
}
.pagenation {
  margin: 30px auto
}
.pagenation .pagename {
  text-align: right
}
.pagenation ul {
  text-align: center
}
.pagenation ul li {
  display: inline-block;
  margin: 0 10px
}
.season-outline table {
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  width: 100%;
  min-width: 800px;
  font-size: 0.85714286rem;
  margin-left: auto;
  margin-right: auto
}
.season-outline th {
  background: #444
}
.season-outline td, .season-outline th {
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  padding: 10px 10px;
  vertical-align: middle
}
.season-outline .table_type_odd tr:nth-child(odd) td {
  background: #222
}
.season-outline h5 {
  font-size: inherit;
  margin-top: 10px
}
.season-outline h6 {
  font-size: inherit;
  margin-top: 10px
}
.season-outline li {
  list-style-position: inside
}
.page_record_round_detail table th {
  white-space: normal
}
.page_record_round_detail table li {
  list-style: none
}
.page_record_round_detail table .score {
  width: 58px
}
.page_record_round_detail table .score img {
  width: 100%
}
.page_record_round_detail table td, .page_record_round_detail table th {
  padding: 2px
}
.page_record_round_detail table .col1 {
  width: 30px
}
.page_record_round_detail table .col2 {
  width: 40px
}
.page_record_round_detail .form_link_block_wrapper .form_link_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.page_record_round_detail .form_link_block_wrapper .form_link_block .form_link_single {
  width: 46%
}
.page_record_round_detail .form_link_block_wrapper .form_link_block .form_link_single:nth-child(odd) {
  margin-right: 8%
}
.page_record_round_detail .form_link_block_wrapper .block_record_form_dropdown_single:nth-child(n+1) {
  margin-top: 20px
}
.page_record_round_detail .stat-table.stat-table_player_result td:first-child {
  text-align: center
}


/* record > award 2021.8.3 */
.rcd_rslt_pldwn_area{
  padding: 4.285rem 0;
}
.rcd_rslt_pldwn_blk{
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-align-last: center;  
  transition: all 0.25s;
  width: 100%;
  max-width: 680px;
}
.rcd_rslt_pldwn_blk:hover{
  opacity: 0.5;
}
.rcd_rslt_pldwn_blk:before,
.rcd_rslt_pldwn_blk:after{
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  right: 10px;
  position: absolute;
  width: 0;
}
.rcd_rslt_pldwn_blk:before{
  border-bottom: 5px solid rgba(0, 0, 0, 1);  
  top: calc(50% - 6px);
}
.rcd_rslt_pldwn_blk:after{
  border-top: 5px solid rgba(0, 0, 0, 1);  
  top: calc(50% + 3px);
}
.rcd_rslt_pldwn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-color: #ffd200;
  border: none;
  color: rgba(0, 0, 0, 1);
  font-size: 1.071em;
  height: 60px;
  letter-spacing: 0.1em;
  outline: none;
  padding: 1em;
  width: 100%;
}
.rcd_rslt_pldwn::-ms-expand {
    display: none;
}
.rcd_rslt_pldwn_itm {
  background-color: rgba(255, 255, 255, 1);
}

.rcd_rslt{}

.rcd_rslt_fig_lst_blk{
  margin: 0 0 1rem;
}
.rcd_rslt_fig_wrp{}
.rcd_rslt_fig_wrp:nth-of-type(n+2){
  display: none;
}
.is-active#pt-v1m,
.is-active#pt-v1w,
.is-active#pt-v2m,
.is-active#pt-v2w,
.is-active#pt-v3m,
.is-active#pt-v3w,
.is-active#pt-smr,
.is-active#pt-asc,
.is-active#pt-jnr{
  display: none!important;
}
.rcd_rslt_fig_grp{
  display: flex;
  flex-wrap: wrap;
}
.rcd_rslt_fig_col{
  margin: 0 1.428rem 1.428rem 0;
  width: calc((100% - 4.285rem) / 4);
}
.rcd_rslt_fig_col:nth-of-type(4n){
  margin: 0 0 1.428rem 0;
}
.rcd_rslt_fig_col:last-of-type{
  margin: 0;
  }
.rcd_rslt_fig_lnk{
  cursor: pointer;
}
.rcd_rslt_fig{
  overflow: hidden;
  text-align: center;
}
.rcd_rslt_fig img{
  transition: 0.25s;
}
.rcd_rslt_fig_lnk:hover .rcd_rslt_fig img{
  transform: scale(1.1);
}
.rcd_rslt_fig_thm{
  background-image: url(/common/img/record/award/fig_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 1);
  font-size: 1.1428em;
  font-weight: 500;
  padding: 0.5em 0;
  text-align: center;
}

.rcd_rslt_dtl_blk{
  display: none;
}
.is-show#pt-v1m-dtl,
.is-show#pt-v1w-dtl,
.is-show#pt-v2m-dtl,
.is-show#pt-v2w-dtl,
.is-show#pt-v3m-dtl,
.is-show#pt-v3w-dtl,
.is-show#pt-smr-dtl,
.is-show#pt-asc-dtl,
.is-show#pt-jnr-dtl{
  display: block;
}
.rcd_rslt_dtl_top_lst_grp{
  margin: 0 0 2rem;
}
.rcd_rslt_dtl_top_lst{
  display: flex;
  flex-wrap: wrap;
  list-style: none;  
  
}
.rcd_rslt_dtl_top_Itm{
  margin: 0 0.6rem 1rem 0;
  width: calc((100% - 6rem) / 10);
}
.rcd_rslt_dtl_top_Itm_lnk{
  align-items: center;
  border: 1px rgba(255, 210, 0, 1) solid;
  box-sizing: border-box;  
  color: rgba(255, 210, 0, 1);
  cursor: pointer;
  display: flex;
  font-size: 0.857em;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  text-align: center;
  transition: all 0.3s;
  width: 100%;
}
.rcd_rslt_dtl_top_Itm_lnk:hover{
  background-color: rgba(255, 210, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.is-active.rcd_rslt_dtl_top_Itm .rcd_rslt_dtl_top_Itm_lnk{
  background-color: rgba(255, 210, 0, 1);
  color: rgba(0, 0, 0, 1);
}
.rcd_rslt_dtl_top_Itm_lnk:after{
  border-left: 5px solid rgba(255, 210, 0, 1);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 5px;
  top: calc(50% - 4px);
  width: 0;
}
.rcd_rslt_dtl_top_Itm_lnk:hover:after{
  border-left: 5px solid rgba(0, 0, 0, 1);
}
.is-active.rcd_rslt_dtl_top_Itm .rcd_rslt_dtl_top_Itm_lnk:after{
  border-left: 5px solid rgba(0, 0, 0, 1);
}
.rcd_rslt_dtl_grp{
  display: none;
}
.is-show.rcd_rslt_dtl_grp{
  display: block;
}
.rcd_rslt_dtl_ttl_grp{
  padding: 0;
  text-align: center;
}
.rcd_rslt_dtl_ttl_blk{
  padding: 0;
}
.rcd_rslt_dtl_ttl{}
.rcd_rslt_dtl{
  border: 1px rgba(119, 119, 119, 1) solid;
}
.rcd_rslt_dtl_otr{}
.rcd_rslt_dtl_inr{}
.rcd_rslt_dtl_cnt{}
.rcd_rslt_dtl_tp_thm{
  background-color: rgba(68, 68, 68, 1);
  border-bottom: 1px rgba(119, 119, 119, 1) solid;
  display: flex;
}
.rcd_rslt_dtl_tp_pnt{
  width: 110px;
}
.rcd_rslt_dtl_tp_dtl{
  width: calc(100% - 110px);
}
.rcd_rslt_dtl_tp_dtl_txt{
  color: rgba(255, 255, 255, 1);
  padding: 0.5em 0;
  text-align: center;
}
.rcd_rslt_dtl_itm{
  border-bottom: 3px rgba(119, 119, 119, 1) double;
  color: rgba(255, 255, 255, 1);  
  height: 80px;
  display: flex;
}

/* レイアウト変更用 2021.11.03 */

.rcd_rslt_dtl_cnt2  > .rcd_rslt_dtl_itm {
	height:auto;
}
.rcd_rslt_dtl_cnt2  > .rcd_rslt_dtl_itm:nth-child(2n){
	background-color:rgba(34, 34, 34, 1);
}
.rcd_rslt_dtl_cnt2 > dt {
	background:none;
	padding:1em 0;
}
.rcd_rslt_dtl_cnt2 dd ul {
	background: none;
}
.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_conts_menu {
	align-items:center;
	padding:1em 0;
}
.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_conts_menu_cnq {
	background:none;
}
.rcd_rslt_dtl_cnt2 .caps {
}
.rcd_rslt_dtl_cnt2 .caps dt {
	padding:1em 0;
	background-color:rgba(68, 68, 68, 1);
}
.rcd_rslt_dtl_cnt2 .caps dd {
	padding:1em 0;
	background-color:rgba(68, 68, 68, 1);
	width:calc((100% - 110px ) / 6);
	text-align:center;
	border-right:1px rgba(119, 119, 119, 1) solid;
}
.rcd_rslt_dtl_cnt2_1 .caps dd {
	width:calc(100% - 110px);
}
.rcd_rslt_dtl_cnt2_2 .caps dd {
	width:calc((100% - 110px ) / 2);
}
.rcd_rslt_dtl_cnt2_3 .caps dd {
	width:calc((100% - 110px ) / 3);
}
.rcd_rslt_dtl_cnt2_4 .caps dd {
	width:calc((100% - 110px ) / 4);
}
.rcd_rslt_dtl_cnt2_5 .caps dd {
	width:calc((100% - 110px ) / 5);
}
.rcd_rslt_dtl_cnt2 .caps > dd:last-child {
	border-right:none;
}

.smr .rcd_rslt_dtl_cnt2_3 .caps dd {
	width:calc((100% - 250px ) / 3);
}


/* end レイアウト変更用 2021.11.03 */


.rcd_rslt_dtl_itm_best6 {
	height:auto;
}
.rcd_rslt_dtl_itm:last-of-type{
  border-bottom: none;
}
.rcd_rslt_dtl_itm_Hlong{
  height: 140px;
}
/* row > scheme */
.rcd_rslt_dtl_itm_row2{
  height: auto;
}
.rcd_rslt_dtl_itm_row2half{
  height: 280px;
}

/* レイアウト変更用 2021.12.06 Vサマーリーグ > 歴代順位 */
.rcd_rslt_dtl_itm_smrw{
  align-items: center;
  border-bottom: 3px rgba(119, 119, 119, 1) double;
  color: rgba(255, 255, 255, 1);
  display: flex;
}
.rcd_rslt_dtl_date_smrw{
  /*border-right: 1px rgba(119, 119, 119, 1) solid;*/
  text-align: center;
  width: 125px;
}
.rcd_rslt_dtl_date_smrw.longCell {
	width:255px;
}
.rcd_rslt_dtl_conts_smrw{
  align-items: center;
  border-left: 1px rgba(119, 119, 119, 1) solid;
  display: flex;
  flex-wrap: wrap;
	align-items:stretch;
  width: calc(100% - 125px);
}

.smr .rcd_rslt_dtl_conts_smrw {
	border-left:none;
}

/*.rcd_rslt_dtl_league_smrw{
  width: 110px;
}
.rcd_rslt_dtl_league_smrw_txt{}*/
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts_lst{
  width: 100%;
}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_itm{
  height: auto;
  width: 100%;
}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_point{
  width: 115px;
}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts{
  width: 100%;
}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts_menu{
  width: 102.4px;
}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts_lst_col2 .rcd_rslt_dtl_conts_menu {
	width:414px;
}
.rcd_rslt_dtl_point{
  align-items: center;
  background-color: rgba(68, 68, 68, 1);
  border-right: 1px rgba(119, 119, 119, 1) solid;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 110px;
}
.smr .rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_point {
	background:none;
}

.rcd_rslt_dtl_itm_row2 .rcd_rslt_dtl_point{
	min-height:5rem;
}
.rcd_rslt_dtl_itm_best6 .rcd_rslt_dtl_point {
	padding:0.25em 0;
  background-color: rgba(51, 51, 51, 1);
}
.rcd_rslt_dtl_cnt .rcd_rslt_dtl_itm_best6:nth-child(2n) .rcd_rslt_dtl_point {
  background-color: rgba(34,34,34,1);
}
.rcd_rslt_dtl_cont_grp {
	width:104.219px;
  border-right: 1px rgba(119, 119, 119, 1) solid;
  align-items: center;
  background-color: rgba(68, 68, 68, 1);
  display: flex;
  justify-content: center;
  text-align: center;
	min-height:5rem;
}
.rcd_rslt_dtl_conts{
  width: calc(100% - 110px);
}
.rcd_rslt_dtl_cont_grp + .rcd_rslt_dtl_conts{
  width: calc(100% - 110px - 104.219px);
}
.rcd_rslt_dtl_itm_best6 .rcd_rslt_dtl_conts {
  background-color: rgba(51, 51, 51, 1);
}
.rcd_rslt_dtl_cnt .rcd_rslt_dtl_itm_best6:nth-child(2n) .rcd_rslt_dtl_conts {
  background-color: rgba(34,34,34,1);
}

.rcd_rslt_dtl_conts_lst{
  display: flex;
  height: 100%;
  list-style: none;
}
.rcd_rslt_dtl_conts_menu{
  border-right: 1px rgba(119, 119, 119, 1) solid;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}

.rcd_rslt_dtl_conts_lst_col8 > .rcd_rslt_dtl_conts_menu:nth-child(8n),
.rcd_rslt_dtl_conts_lst_col9 > .rcd_rslt_dtl_conts_menu:nth-child(9n){
  border-right: none;
}
/* column > scheme */
.rcd_rslt_dtl_conts_lst_col1 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 1);
}
.rcd_rslt_dtl_conts_lst_col2 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 2);
}

.rcd_rslt_dtl_conts_lst_col3 .rcd_rslt_dtl_conts_menu,
.rcd_rslt_dtl_conts_lst_col3 .rcd_rslt_dtl_conts_menu2{
  width: calc(100% / 3);
}
.rcd_rslt_dtl_conts_lst_col4 .rcd_rslt_dtl_conts_menu,
.rcd_rslt_dtl_conts_lst_col4 .rcd_rslt_dtl_conts_menu2{
  width: calc(100% / 4);
}
.rcd_rslt_dtl_conts_lst_col5 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 5);
}
.rcd_rslt_dtl_conts_lst_col6 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 6);
}
.rcd_rslt_dtl_itm_best6 .rcd_rslt_dtl_conts_lst_col6 .rcd_rslt_dtl_conts_menu {
	padding:0.25em 0;
}
.rcd_rslt_dtl_conts_lst_col8 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 8);
}
.rcd_rslt_dtl_conts_lst_col9 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 9);
}
.rcd_rslt_dtl_conts_lst_col10 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 10);
}
.rcd_rslt_dtl_conts_lst_col11 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 11);
}
.rcd_rslt_dtl_conts_lst_col12 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 12);
}
.rcd_rslt_dtl_conts_lst_col16 .rcd_rslt_dtl_conts_menu{
  width: calc(100% / 16);
}
/* row > scheme */
.rcd_rslt_dtl_itm_row2 .rcd_rslt_dtl_conts_lst{
  flex-wrap: wrap;
}
.rcd_rslt_dtl_itm_row2 .rcd_rslt_dtl_conts_menu{
  /* height: 50%; */
	height:auto;
	min-height:7rem;
}


.rcd_rslt_dtl_conts_menu_mtr,
.rcd_rslt_dtl_conts_menu_cnq,
.rcd_rslt_dtl_conts_menu_cnq2 {
  align-items: center;
  display: flex;
  font-size: 0.857em;
  justify-content: center;
  /*height: 50%;*/
  text-align: center;
  width: 100%;
}


.rcd_rslt_dtl_conts_menu_mtr{
  background-color: rgba(51, 51, 51, 1);
  border-bottom: 1px rgba(119, 119, 119, 1) solid;
  height: 30%;
}
.rcd_rslt_dtl_conts_menu_cnq{
  background-color: rgba(34, 34, 34, 1);
  height: 70%;
}
/* レイアウト変更用 2022.04.01 V2男子 > 歴代順位 */
.rcd_rslt_dtl_itm_v2m_hist_rank .rcd_rslt_dtl_conts_menu_cnq{
  padding: 0.8rem 0;
}
.rcd_rslt_dtl_itm_best6.rcd_rslt_dtl_itm_rowhalf .rcd_rslt_dtl_conts_menu_cnq {
	height:100%;
	background:none;
}
/* row > scheme */
.rcd_rslt_dtl_itm_row2half .rcd_rslt_dtl_conts_menu_mtr,
.rcd_rslt_dtl_itm_row2half .rcd_rslt_dtl_conts_menu_cnq{
  height: 50%;
}
.rcd_rslt_dtl_itm_rowhalf .rcd_rslt_dtl_conts_menu_mtr,
.rcd_rslt_dtl_itm_rowhalf .rcd_rslt_dtl_conts_menu_cnq{
  height: 50%;
}



.rcd_rslt_dtl_bk_btn_blk{}
.rcd_rslt_dtl_bk_btn{
  padding: 20px 0;
  text-align: center;
}
.rcd_rslt_dtl_bk_btn_lnk{
  background-color: rgba(255, 255, 255, 1);
  border-radius: 100px;
  color: rgba(34, 34, 34, 1);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 0.25em 2em;
  position: relative;
  transition: all 0.3s;
  width: 160px;
}
.rcd_rslt_dtl_bk_btn_lnk:hover{
  background-color: rgba(34, 34, 34, 1);
  color: rgba(255, 255, 255, 1);
}
.rcd_rslt_dtl_bk_btn_lnk:after{
  border-bottom: 4px solid transparent;
  border-left: 5px solid rgba(34, 34, 34, 1);
  border-top: 4px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  right: 10px;
  position: absolute;
  top: calc(50% - 4px);
  transition: all 0.3s;
  width: 0;
}
.rcd_rslt_dtl_bk_btn_lnk:hover:after{
  border-left: 5px solid rgba(255, 255, 255, 1);
}

@media screen and (max-width:815px) {
.rcd_rslt_pldwn_area{}
.rcd_rslt_pldwn_blk{}
.rcd_rslt_pldwn_blk:hover{}
.rcd_rslt_pldwn{
  height: 50px;
  }
.rcd_rslt_pldwn_itm {}

.rcd_rslt{}
.rcd_rslt_fig_lst_blk{}
.rcd_rslt_fig_wrp{}
.rcd_rslt_fig_grp{}
.rcd_rslt_fig_col{
  width: calc((100% - 1.428rem) / 2);
  }
.rcd_rslt_fig_col:nth-of-type(2n){
  margin: 0 0 1.428rem 0;
  }
.rcd_rslt_fig_lnk{}
.rcd_rslt_fig{}
.rcd_rslt_fig img{
  width: 100%;
}
.rcd_rslt_fig_thm{
  font-size: 1em;
  }

.rcd_rslt_dtl_blk{}
.rcd_rslt_dtl_top_lst_grp{}
.rcd_rslt_dtl_top_lst{
  justify-content: flex-start;
  }
.rcd_rslt_dtl_top_Itm{
  margin: 0 0.5rem 1rem 0.5rem;
  width: calc((100% - 3rem) / 3);
  }
.rcd_rslt_dtl_top_Itm_lnk{}
.rcd_rslt_dtl_top_Itm_lnk:after{
  border-left: 4px solid rgba(255, 210, 0, 1);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  right: 3px;
  top: calc(50% - 2px);
}
.rcd_rslt_dtl_grp{}
.rcd_rslt_dtl_ttl_grp{
  margin: 0 0 50px;
  }
.rcd_rslt_dtl_ttl_blk{}
.rcd_rslt_dtl_ttl{}
.rcd_rslt_dtl{
  position: relative;
  }
.rcd_rslt_dtl:after {
  content: "☜ 表をスワイプしてご覧ください ☞";
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 1em;
  left: 0;
  position: absolute;
  top: -2.5em;
  text-align: center;
  width: 100%;
}
.rcd_rslt_dtl_otr{
  overflow-x: scroll;
  }
.rcd_rslt_dtl_inr{
  width: 1000px
  }
.rcd_rslt_dtl_smrw .rcd_rslt_dtl_inr{
  width: 1048px
  }


	
.rcd_rslt_dtl_cnt{}
.rcd_rslt_dtl_tp_thm{}
.rcd_rslt_dtl_tp_pnt{}
.rcd_rslt_dtl_tp_dtl{}
.rcd_rslt_dtl_tp_dtl_txt{}
.rcd_rslt_dtl_itm{
  flex-wrap: wrap;
  /*height: 120px;*/
  }
.rcd_rslt_dtl_itm_Hlong{
  height: 140px;
}
.rcd_rslt_dtl_point{
  /*border-bottom: 1px rgba(119, 119, 119, 1) solid;*/
  /*height: 40px;*/
  /*width: 100%;*/
  }
.rcd_rslt_dtl_conts{
  /*width: 100%;*/
  }
.rcd_rslt_dtl_conts_lst{}
.rcd_rslt_dtl_conts_menu{
  height: auto;
  }
/* column > scheme */
.rcd_rslt_dtl_conts_lst_col1 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col2 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col3 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col4 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col5 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col6 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col8 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col9 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col10 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col11 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col12 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_lst_col16 .rcd_rslt_dtl_conts_menu{}
.rcd_rslt_dtl_conts_menu_mtr,
.rcd_rslt_dtl_conts_menu_cnq{
  padding: 0.5em 0;
  }
.rcd_rslt_dtl_conts_menu_mtr{}
.rcd_rslt_dtl_conts_menu_cnq{}

.rcd_rslt_dtl_bk_btn_blk{}
.rcd_rslt_dtl_bk_btn{}
.rcd_rslt_dtl_bk_btn_lnk{}

/* レイアウト変更用 2021.12.06 Vサマーリーグ > 歴代順位 */
.rcd_rslt_dtl_itm_smrw{}
.rcd_rslt_dtl_date_smrw{}
.rcd_rslt_dtl_conts_smrw{}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts_lst{}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_itm{}
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_point{
  width: 92px;
  }
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts{
  width: calc(100% - 92px);
  }
.rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts_menu{
  width: 92px;
  }

} /* /max-width:815px */
@media screen and (max-width:550px) {
.rcd_rslt_dtl_conts_menu{
  /*width: calc(100% / 2);*/
  /*width: 100%;*/
  }
} /* /max-width:550px */

.smr .rcd_rslt_dtl_point {
  width:125px;
}
.smr .rcd_rslt_dtl_cnt2_2 .caps dd {
	width: calc((100% - 250px ) / 2);
}
.smr .rcd_rslt_dtl_conts {
	width:calc(100% - 250px);
}
.smr .rcd_rslt_dtl_conts_smrw .rcd_rslt_dtl_conts {
	width:calc(100% - 125px);
}

.rcd_rslt_dtl_conts_menu_cnq2 .blockBox {
	display:block;
	text-align:center;
}
.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_itm_group dt {
	padding:0.25em 0;
}

.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_itm_group dd > ul {
	height:auto;
	border-bottom:1px rgba(119, 119, 119, 1) solid;
}
.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_itm_group dd > ul:last-child {
	border-bottom:none;
}
.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_itm_group ul li {
	border-right:1px rgba(119, 119, 119, 1) solid;
	padding:0.358em 0;
	display:flex;
}

/* シーズン2行 かつ 同シーズン時一括項目化時に使用 > 例：V1男子 最優秀新人賞 */
.rcd_rslt_dtl_cnt2.rcd_rslt_dtl_cnt2_pd1 .rcd_rslt_dtl_itm_group ul li {
	padding:1.1em 0;
}

.rcd_rslt_dtl_cnt2 .rcd_rslt_dtl_itm_group ul > li:last-child {
	border-right:none;
}

/* record > award fin */