@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em,
fieldset, figcaption, figure, footer, form, h3, h4, h5, h6, header, hgroup, html, i,
iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub,
summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.cmn_btn {
  text-align: right;
  margin-top: 10px;
}
.cmn_btn a {
  display: inline-block;
  background: #999;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 0.25em 2em;
  transition: background 0.5s, color 0.3s, box-shadow 0.3s;
}
.cmn_btn a:hover {
  background: #aaa;
}
.cmn_btn a:hover .icon_delta {
  transform: translateY(-50%) translateX(2px);
  border-left-color: #000;
}
.cmn_btn .icon_delta {
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s, border 0.3s;
}

.disp-flex {
  display: flex;
}

.text-center {
  text-align: center;
}

.icon_delta.icon_delta_up.icon_delta_white {
  border-bottom: 5px solid #000;
}

.icon_delta.icon_delta_down.icon_delta_white {
  border-top: 5px solid #000;
}

.icon_delta.icon_delta_up {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.icon_delta.icon_delta_down {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.icon_delta {
  display: block;
  top: 10px;
  width: 0;
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
}

.icon_plus {
  position: absolute;
  width: 29px;
  height: 29px;
  display: block;
  transition: 0.25s;
  overflow: hidden;
}

.icon_plus.icon_plus_white:after, .icon_plus.icon_plus_white:before {
  border-top: 2px solid #000;
}

.icon_plus:before {
  transform: rotate(90deg);
}

.icon_plus:after, .icon_plus:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 12px;
  width: 12px;
  height: 0;
}

.block_content_record_nav_wrapper {
  position: relative;
}

.block_content_record_nav_wrapper .btnArea {
  text-align: center;
}

.block_content_record_nav_wrapper .btnArea a {
  position: relative;
}

.block_content_record_nav_pad {
  max-width: 1090px;
  margin: 0 auto;
  padding: 25px 15px 0;
}

.block_content_record_nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin-bottom: 0px;
}
.block_content_record_nav li {
  font-size: 15px;
  list-style: none;
  flex: 0 0 19%;
}
.block_content_record_nav li.active a {
  background: #eee;
}
.block_content_record_nav li.active a:hover {
  background: #eee;
}
.block_content_record_nav a {
  display: block;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background: #cacaca;
  padding: 1.3em 0.5em;
  text-align: center;
  font-weight: bold;
  transition: background 0.35s;
}

@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;
    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: flex;
  max-width: 980px;
  padding: 70px 15px 50px;
  justify-content: space-between;
  margin: 0 auto;
}

.block_content_record_tab_sub_single {
  flex: 0 0 49%;
}

.block_content_record_tab_sub .text {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  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%;
  transform: translateY(-50%);
}
.block_content_record_tab_sub a {
  display: block;
  position: relative;
  height: 60px;
  border: 2px solid #333;
  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%;
  transform: translateX(-50%);
  transition: border-top 0.3s, bottom 0.3s;
}
.block_content_record_tab_sub a:hover {
  border: 2px solid #fefefe;
  background: #fefefe;
}
.block_content_record_tab_sub a:hover:after {
  border-top: 15px solid #fff;
}
.block_content_record_tab_sub .active a {
  border: 2px solid #fefefe;
  background: #fefefe;
}
.block_content_record_tab_sub .active a:after {
  bottom: -15px;
  border-top: 15px solid #fff;
}

@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;
    transform: translateY(0);
    position: static;
  }
  .block_content_record_tab_sub a {
    padding: 1em;
    height: auto;
    border: 1px solid #fefefe;
  }
  .block_content_record_tab_sub a:after {
    display: none;
  }
  .block_content_record_tab_sub .active a {
    border: 1px solid #fefefe;
  }
  .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 #ccc;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* -------------------------------------------------------------- */
.block_content_record_tab_sub2_pad {
  display: flex;
  max-width: 920px;
  padding: 10px 15px 10px;
  justify-content: space-between;
  margin: 0 auto;
}

.block_content_record_tab_sub2_single {
  flex: 0 0 30%;
}

.block_content_record_tab_sub2 .text {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 0.75em;
}
.block_content_record_tab_sub2 .label {
  font-size: 17px;
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  transform: translateY(-50%);
}
.block_content_record_tab_sub2 a {
  display: block;
  position: relative;
  height: 60px;
  border: 2px solid #333;
  transition: border 0.3s, color 0.3s, background 0.3s;
}
.block_content_record_tab_sub2 a:hover {
  border: 2px solid #fefefe;
  background: #fefefe;
}
.block_content_record_tab_sub2 a:hover:after {
  border-top: 15px solid rgb(255, 210, 0);
}
.block_content_record_tab_sub2 .active a {
  border: 2px solid #fefefe;
  background: #fefefe;
}

@media screen and (max-width: 815px) {
  .block_content_record_tab_sub2_pad {
    padding: 30px 15px 10px;
    display: block;
  }
  .block_content_record_tab_sub2_single {
    margin-bottom: 1.5em;
  }
  .block_content_record_tab_sub2 .text {
    font-size: 14px;
    margin-bottom: 0.75em;
    text-align: left;
  }
  .block_content_record_tab_sub2 .label {
    font-size: 15px;
    padding: 0 20px;
    transform: translateY(0);
    position: static;
  }
  .block_content_record_tab_sub2 a {
    padding: 1em;
    height: auto;
    border: 1px solid #fefefe;
  }
  .block_content_record_tab_sub2 a:after {
    display: none;
  }
  .block_content_record_tab_sub2 .active a {
    border: 1px solid #fefefe;
  }
}
/* -------------------------------------------------------------- */
.block_content_record_add_bg {
  background: #eee;
  padding: 1rem 1rem 100px 1rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 560px) {
  .block_content_record_add_bg {
    padding: 1rem 0 3rem;
  }
}
@media screen and (max-width: 815px) {
  .block_content_record_add_bg.pad_bg {
    padding-bottom: 20px;
  }
}
.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: flex;
  align-items: stretch;
  justify-content: center;
}
.block_content_record_summary_nav li {
  flex: 0 0 20%;
  list-style: none;
  position: relative;
  transition: flex 0.35s;
  height: 180px;
  max-width: 130px;
  cursor: pointer;
}
.block_content_record_summary_nav li:after {
  content: "";
  display: block;
  border-top: 20px solid #ccc;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  transition: transform 0.35s;
}
.block_content_record_summary_nav li:hover:after {
  transform: translateX(-50%) translateY(100%);
}
.block_content_record_summary_nav li.active {
  flex: 0 0 20%;
  max-width: 150px;
}
.block_content_record_summary_nav li.active:after {
  transform: translateX(-50%) translateY(100%);
}
.block_content_record_summary_nav li.active .btn {
  transform: translateY(-8.5%);
}
.block_content_record_summary_nav .btn {
  text-align: center;
  padding: 65px 0 20px;
  display: block;
  transition: 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 {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  height: 1em;
}

@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: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0 5px;
  }
  .block_content_record_summary_nav li {
    flex: 0 0 20%;
    max-width: 100px;
    height: auto;
  }
  .block_content_record_summary_nav li:after {
    display: none;
  }
  .block_content_record_summary_nav li li.active {
    flex: 0 0 20%;
    max-width: 100px;
  }
  .block_content_record_summary_nav li li.active .btn {
    transform: translateY(0);
    filter: invert(50%) brightness(500%);
  }
  .block_content_record_summary_nav li .btn {
    padding: 10px 0 10px;
  }
  .block_content_record_summary_nav li .btn .icon img {
    width: 80%;
  }
  .block_content_record_summary_nav li .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;
    font-weight: bold;
  }
  /* -------------------------------------------------------------- */
}
@media screen and (max-width: 815px) 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;
  }
}
@media screen and (max-width: 815px) {
  .block_content_record_summary_table_a th:nth-of-type(1) {
    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: flex;
    align-items: center;
  }
  .block_content_record_summary_table_a img {
    width: 45px;
  }
  .block_content_record_summary_table {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .block_content_record_summary_table h3 {
    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%;
    table-layout: fixed;
  }
  .block_content_record_summary_table th,
  .block_content_record_summary_table td {
    padding: 7px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .block_content_record_summary_table td:nth-of-type(2) {
    text-align: left;
  }
  .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 th,
  .block_content_record_summary_table td {
    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 {
  /* border-bottom: 1px solid @MEN_COLOR_NEW; */
}
.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 @MEN_COLOR_NEW; */
}

.block_content_record_summary_main .col_women .block_content_record_summary_table thead {
  /* border-bottom: 1px solid @WOMEN_COLOR_NEW; */
}
.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 @WOMEN_COLOR_NEW; */
}

.buttons-block.color_white {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}
.buttons-block.color_white .flex {
  display: flex;
  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;
  transition: background 0.3s, border 0.3s, box-shadow 0.3s;
}
.buttons-block.color_white a:hover {
  background: #fff;
  border-color: #fff;
  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 {
  padding-top: 0px;
  padding-bottom: 100px;
}
.record-page .cmn-pad {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.record-page .caption {
  font-size: 20/14rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.record-page .caption-l {
  font-size: 29/14rem;
  margin-bottom: 20px;
}
.record-page .pageMainArea {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 815px) {
  .record-page .caption {
    font-size: 12/14rem;
    padding-bottom: 3px;
    margin-bottom: 15px;
  }
  .record-page .caption-l {
    font-size: 18/14rem;
    margin-bottom: 10px;
  }
}
/* 見出し
// ------------------------------------------------------------*/
.block_record_caption {
  padding-top: 20px;
  margin-bottom: 50px;
  max-width: 1090px;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.block_record_caption h2 {
  font-size: 29/14rem;
  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;
}

.theama_white .block_record_caption h2 {
  font-size: 20px;
}

@media screen and (max-width: 815px) {
  .block_record_caption {
    padding-top: 30px;
    margin-bottom: 25px;
  }
  .block_record_caption h2 {
    font-size: 18/14rem;
    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_record_player .nav_record02 p,
.page_record_ranking_team .nav_record04 p,
.page_record_record_team .nav_record03 p,
.page_record_record_match .nav_record05 p {
  background: #fefefe;
}
.page_record_ranking_player .nav_record01 .icon_delta,
.page_record_record_player .nav_record02 .icon_delta,
.page_record_ranking_team .nav_record04 .icon_delta,
.page_record_record_team .nav_record03 .icon_delta,
.page_record_record_match .nav_record05 .icon_delta {
  border-left-color: #000;
}

/* インデックス用
// ------------------------------------------------------------*/
.block_record_ind_btn .disp-flex {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.block_record_ind_btn .disp-flex.single {
  justify-content: center;
}
.block_record_ind_btn .disp-flex.single .block_record_nav_col {
  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: 12/14rem;
}
.block_record_ind_btn .block_record_nav_col {
  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: 16/14rem;
}

.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 {
    flex-basis: 90%;
  }
  .block_record_ind_btn .sub-text {
    font-size: 9/14rem;
  }
  .block_record_ind_btn .cmn_btn_line .text {
    font-size: 10/14rem;
  }
}
/* フッタ
// ------------------------------------------------------------*/
.block_record_nav h3 {
  font-size: 1rem;
  margin-bottom: 30px;
}
.block_record_nav .disp-flex {
  justify-content: space-between;
}
.block_record_nav .cmn_btn_line {
  margin-bottom: 20px;
}

.block_record_nav_col {
  flex-basis: 32%;
  margin-bottom: 40px;
}

.cmn_btn_line a {
  display: block;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.cmn_btn_line a .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 1;
}

.cmn_btn_line a p {
  color: #000;
  transition: 0.25s;
  position: relative;
  width: 250px;
  height: 60px;
  border: 2px solid #000;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.cmn_btn_line_yellow a {
  width: 100%;
  max-width: 310px;
  display: block;
}

.cmn_btn_line_yellow a p {
  color: #000;
  border: 2px solid #000;
  width: 100%;
  height: 80px;
}

.cmn_btn_line_yellow a:hover p {
  background: #eee;
  color: #000;
}

@media screen and (max-width: 815px) {
  .cmn_btn_line a p {
    width: 165px;
    height: 40px;
    border-width: 1px;
    padding-top: 11px;
    font-size: 0.78571429rem;
  }
  .cmn_btn_line_yellow a {
    width: 120px;
  }
  .cmn_btn_line_yellow a p {
    width: 120px;
    color: #000;
    border: 2px solid #000;
    height: 45px;
  }
}
@media screen and (max-width: 815px) {
  .block_record_nav_col {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .block_record_nav .disp-flex {
    flex-wrap: wrap;
  }
  .block_record_nav h3 {
    font-size: 9/14rem;
    margin-bottom: 15px;
  }
  .block_record_nav .wrap {
    display: flex;
    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 {
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.record-page .disp-flex-col3 .flex-col {
  flex-basis: 31%;
  margin-right: 1.15%;
  margin-left: 1.15%;
}
.record-page .disp-flex-col1 {
  justify-content: center;
}
.record-page .disp-flex-col1 .flex-col {
  flex-basis: 30%;
}
.record-page .disp-flex-col1-l {
  justify-content: center;
  flex-wrap: wrap;
}
.record-page .disp-flex-col1-l .flex-col {
  flex-basis: 65%;
}
.record-page .disp-flex-col2_2-l {
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
.record-page .disp-flex-col2_2-l .flex-col_wide {
  flex-basis: 79%;
}
.record-page .disp-flex-col2_2-l .flex-col_narrow {
  flex-basis: 20%;
}

@media screen and (max-width: 560px) {
  .record-page .disp-flex-col1-l .flex-col {
    flex-basis: 96%;
  }
}
@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 {
    flex-basis: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .record-page .disp-flex-col1 {
    justify-content: center;
  }
  .record-page .disp-flex-col1 .flex-col {
    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_text_name {
  height: 50px;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.block_record_form_text_name:focus {
  border: 1px solid #fefefe;
}

.block_record_form {
  max-width: 1090px;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.block_record_form .form_button {
  border: 2px solid #000;
  width: 100%;
  height: 60px;
  position: relative;
  transition: 0.25s;
  cursor: pointer;
}
.block_record_form .form_button .label {
  width: 100%;
  height: 60px;
}
.block_record_form .form_button .label .text,
.block_record_form .form_button .label .icon {
  display: block;
  position: absolute;
  top: 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 #ccc;
  background: #ccc;
}
.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;
  text-align: center;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}
.block_record_form .form_dropdown li:hover {
  background: #bbb;
}
.block_record_form .form_dropdown li.active {
  background: #ddd;
}

@media screen and (max-width: 560px) {
  .block_record_form {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 815px) {
  .block_record_form .form_button {
    border: 1px solid #ccc;
    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 #fefefe;
  }
  .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 #000;
  }
  .block_record_form .form_dropdown li {
    font-size: 12/14rem;
  }
}
/* フォームグループ
// ------------------------------------------------------------*/
.block_record_form_btn {
  margin-bottom: 40px;
}

/* フォーム（サブミット）
// ------------------------------------------------------------*/
.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 #333;
  transform: translateX(-50%);
}

.block_record_form_submit {
  border-top: 1px solid #333;
  padding: 60px 0 100px;
  position: relative;
}
.block_record_form_submit button {
  border: 2px solid #ccc;
  background: #ccc;
  width: 100%;
  height: 60px;
  position: relative;
  transition: 0.25s;
  height: 60px;
  opacity: 1;
  cursor: pointer;
}
.block_record_form_submit button .text,
.block_record_form_submit button .icon_delta {
  display: block;
  position: absolute;
  top: 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;
}

.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;
  justify-content: space-between;
  font-size: 14/14rem;
}
.team_list .old_label {
  margin-top: 15px;
}
.team_list h3 {
  font-size: 1.15rem;
  padding: 10px;
}
.team_list a {
  display: block;
  position: relative;
  padding: 10px 15px;
  transition: 0.25s;
}
.team_list a:hover {
  background: #fff;
}
.team_list .icon_delta {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}
.team_list li {
  list-style: none;
}

.team_list_single {
  flex-basis: 49%;
}

.team_list_m h3 {
  background: #ddd;
  border: #999 1px solid;
  border-bottom: none;
}
.team_list_m ul {
  background: #eee;
  border: #999 1px solid;
}
.team_list_m ul li {
  border-bottom: #999 1px solid;
}
.team_list_m ul li:nth-child(even) {
  background: #ddd;
}
.team_list_m ul li:last-child {
  border-bottom: none;
}
.team_list_m a:hover .icon_delta {
  border-left-color: #eee;
}

.team_list_w h3 {
  background: #ddd;
  border: #999 1px solid;
  border-bottom: none;
}
.team_list_w ul {
  background: #eee;
  border: #999 1px solid;
}
.team_list_w ul li:nth-child(even) {
  background: #ddd;
  border-bottom: #999 1px solid;
}
.team_list_w li {
  border-bottom: #999 1px solid;
}
.team_list_w li:last-child {
  border-bottom: none;
}
.team_list_w a:hover .icon_delta {
  border-left-color: #eee;
}

.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: 12/14rem;
    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 {
  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.7rem;
  margin-left: auto;
  margin-right: auto;
}
.result-regular th {
  background: #bbb;
}
.result-regular th,
.result-regular td {
  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: #fff;
}
.result-regular .double-line {
  border-right: 3px double #777;
}
.result-narrow table {
  max-width: 610px;
}

/* 星取表 */
.stat-table_player_result {
  overflow-x: auto;
}
.stat-table_player_result table {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background-color: #eee;
}
.stat-table_player_result th,
.stat-table_player_result td {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
.stat-table_player_result th {
  font-weight: normal;
}
.stat-table_player_result .stat-table_sub_header {
  background-color: #ddd;
}
.stat-table_player_result tbody tr td {
  background: #fff;
  text-align: center;
}
.stat-table_player_result tbody tr td span {
  background: #fff;
  display: block;
}
.stat-table_player_result tbody tr td:nth-of-type(1) {
  background: #eee;
  padding: 0;
  text-align: left;
}
.stat-table_player_result tbody tr .icon_plus {
  right: 2px;
  top: 50%;
  cursor: pointer;
  transition: 0.25s;
  transform: translateY(-50%);
}
.stat-table_player_result tbody tr .icon_plus:hover {
  opacity: 0.5;
}
.stat-table_player_result tbody tr:nth-of-type(1) td {
  background: none;
}
.stat-table_player_result tbody tr:nth-of-type(1) td span {
  margin-left: 0;
  background: none;
}
.stat-table_player_result tbody tr:nth-of-type(1) td:nth-of-type(1) {
  position: relative;
}
.stat-table_player_result tbody.active .icon_plus:before {
  opacity: 0;
}

@media screen and (min-width: 816px) {
  .stat-table_player_result th,
  .stat-table_player_result td {
    padding: 7px 7px;
  }
  .stat-table_player_result th {
    font-size: 0.6rem;
  }
  .stat-table_player_result td {
    font-size: 0.6rem;
  }
  .stat-table_player_result li {
    list-style: none;
  }
  .stat-table_player_result tbody tr td span {
    padding: 9px 9px;
    margin-left: 14px;
  }
  .stat-table_player_result tbody tr td:nth-of-type(1) {
    padding: 0;
  }
  .stat-table_player_result tbody tr .icon_plus {
    right: 2px;
    top: 50%;
    cursor: pointer;
    transition: 0.25s;
    transform: translateY(-50%);
  }
  .stat-table_player_result tbody tr:nth-of-type(1) td:nth-of-type(1) {
    padding: 9px 30px 9px 9px;
  }
  .stat-table_player_result tbody tr:nth-of-type(1) td span {
    margin-left: 0;
  }
}
@media screen and (max-width: 815px) {
  .stat-table_player_result th,
  .stat-table_player_result td {
    padding: 9px 9px;
  }
  .stat-table_player_result th {
    font-size: 0.6rem;
  }
  .stat-table_player_result td {
    font-size: 0.6rem;
  }
  .stat-table_player_result tbody tr td span {
    padding: 9px 9px;
    margin-left: 14px;
  }
  .stat-table_player_result tbody tr td:nth-of-type(1) {
    padding: 0;
  }
  .stat-table_player_result tbody tr .icon_plus {
    right: 2px;
    top: 50%;
    cursor: pointer;
    transition: 0.25s;
    transform: translateY(-50%);
  }
  .stat-table_player_result tbody tr:nth-of-type(1) td:nth-of-type(1) {
    padding: 9px 30px 9px 9px;
  }
  .stat-table_player_result tbody tr:nth-of-type(1) td span {
    margin-left: 0;
  }
}
/* 結果（付随物）
// ------------------------------------------------------------*/
.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;
}
.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;
  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: 14/14rem;
}
.block_record_form_result .record_tab li {
  flex-basis: 50%;
  border-top: 1px solid #fefefe;
  border-left: 1px solid #fefefe;
  border-bottom: 1px solid #fefefe;
  list-style: none;
  transition: 0.25s;
}
.block_record_form_result .record_tab li:last-child {
  border-right: 1px solid #fefefe;
}
.block_record_form_result .record_tab li.active, .block_record_form_result .record_tab li:hover {
  background: #fefefe;
}
.block_record_form_result .record_tab a,
.block_record_form_result .record_tab span {
  transition: 0.25s;
}
.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: 9/14rem;
    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: 12/14rem;
  }
  .block_record_form_result .record_tab span {
    padding: 8px 3px;
  }
}
/* 選手別成績用 */
.block_record_personal {
  text-align: center;
  margin-bottom: 40px;
}
.block_record_personal .fig {
  max-width: 400px;
  margin: 0 auto 20px;
}
.block_record_personal h3 {
  font-size: 41/14rem;
  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: 20/14rem;
    margin-bottom: 5px;
  }
  .block_record_personal p {
    font-size: 9/14rem;
  }
}
/* 大会要項 */
.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: 12/14rem;
  margin-left: auto;
  margin-right: auto;
}
.season-outline th {
  background: #444;
}
.season-outline th,
.season-outline td {
  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 {
  border-collapse: collapse;
  border-spacing: 0;
}
.page_record_round_detail table th {
  white-space: normal;
}
.page_record_round_detail table ul {
  margin: 0;
  padding: 0;
}
.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%;
  padding: 3px;
  vertical-align: middle;
}
.page_record_round_detail table th,
.page_record_round_detail table td {
  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: flex;
  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(2n+1) {
  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;
}/*# sourceMappingURL=recorda.css.map */