@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/* ---------------------------------------------------
タブ
---------------------------------------------------- */
.l-tab-panel {
  display: block !important;
}

/* ---------------------------------------------------
大会規定
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .c-dl-block__rule {
    font-size: 1.3rem;
  }
}
.c-dl-block__rule > p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-dl-block__rule > p {
    margin-bottom: 15px;
  }
}
.c-dl-block__rule dl {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-dl-block__rule dl {
    margin-bottom: 10px;
  }
}
.c-dl-block__rule dl:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-dl-block__rule dl:last-child {
    margin-bottom: 20px;
  }
}
.c-dl-block__rule dl > * {
  display: table-cell;
}
.c-dl-block__rule dl > dt {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .c-dl-block__rule dl > dt {
    width: 25px;
  }
}
.c-dl-block__rule dl > dd {
  width: calc(100% - 30px);
}
@media screen and (max-width: 768px) {
  .c-dl-block__rule dl > dd {
    width: calc(100% - 25px);
  }
}
.c-dl-block__rule dl > dd > * + * {
  margin-top: 10px;
}

/* ---------------------------------------------------
トーナメント表
---------------------------------------------------- */
.c-dl-block__tnmnt01 {
  text-align: right;
  margin-bottom: 10px;
}
.c-dl-block__tnmnt01 > dl {
  display: inline-block;
  border: 1px solid #666;
}
.c-dl-block__tnmnt01 > dl > .c-dt__tnmnt {
  background: #666;
  color: #fff;
  text-align: center;
  padding: 2px;
}
.c-dl-block__tnmnt01 > dl > .c-dd__tnmnt {
  text-align: center;
  padding: 2px 10px;
}
.c-dl-block__tnmnt01 > dl > .c-dd__tnmnt > p {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-dl-block__tnmnt01 > dl > .c-dd__tnmnt > p {
    font-size: 1.4rem;
  }
}
.c-dl-block__tnmnt01 > dl > .c-dd__tnmnt .u-color01 {
  color: #e4007f;
}
.c-dl-block__tnmnt01 > dl > .c-dd__tnmnt .u-color02 {
  color: #304ea0;
}

.c-dl-block__tnmnt02 {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  justify-content: space-around;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: flex-start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 auto 15px;
}
@media screen and (max-width: 768px) {
  .c-dl-block__tnmnt02 {
    display: block;
  }
}
.c-dl-block__tnmnt02 > dl {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  .c-dl-block__tnmnt02 > dl {
    width: 100%;
  }
}
.c-dl-block__tnmnt02 > dl:nth-of-type(2n) {
  margin-left: 1%;
}
@media screen and (max-width: 768px) {
  .c-dl-block__tnmnt02 > dl:nth-of-type(2n) {
    margin-left: 0;
  }
}
.c-dl-block__tnmnt02 > dl > * {
  font-size: 1.3rem;
  padding: 3px;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .c-dl-block__tnmnt02 > dl > * {
    font-size: 1.2rem;
    padding: 1px 3px;
  }
}
.c-dl-block__tnmnt02 > dl > dt {
  width: 20%;
  background: #eee;
  color: #304ea0;
  text-align: center;
}
.c-dl-block__tnmnt02 > dl > dd {
  width: 80%;
  background: #f6f6f6;
  padding-left: 5px;
  border-left: #fff solid 1px;
}

/* ---------------------------------------------------
試合結果
---------------------------------------------------- */
.l-tab-result .c-title__h3, .l-tab-result .c-title__h4 {
  margin-bottom: 10px;
}
.l-tab-result .c-mcup__result {
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result {
    display: block;
  }
}
.l-tab-result .c-mcup__result .c-mcup__score {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__score {
    width: 100%;
  }
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm {
  height: 100%;
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm tr > * {
  font-size: 12px;
  text-align: center;
  padding: 3px 1px;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__score .c-table-clm tr > * {
    font-size: 10px;
  }
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm tr > *:last-of-type {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__score .c-table-clm tr > *:last-of-type {
    border: 1px solid #ccc;
  }
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm tbody > tr > th {
  width: 35%;
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm tbody > tr > td {
  width: calc((100% - 35%) / 10);
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm.c-table-10th tbody > tr > td {
  width: calc((100% - 35%) / 11);
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm.c-table-11th tbody > tr > td {
  width: calc((100% - 35%) / 12);
}
.l-tab-result .c-mcup__result .c-mcup__score .c-table-clm.c-table-12th tbody > tr > td {
  width: calc((100% - 35%) / 13);
}
.l-tab-result .c-mcup__result .c-mcup__stats {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__stats {
    width: 100%;
  }
}
.l-tab-result .c-mcup__result .c-mcup__stats .c-table-clm {
  height: 100%;
}
.l-tab-result .c-mcup__result .c-mcup__stats .c-table-clm tr > * {
  font-size: 11px;
  text-align: center;
  padding: 3px 1px;
}
@media screen and (max-width: 1024px) {
  .l-tab-result .c-mcup__result .c-mcup__stats .c-table-clm tr > * {
    font-size: 10px;
  }
}
.l-tab-result .c-mcup__result .c-mcup__stats .c-table-clm thead > tr > th {
  width: calc((100% - 40%) / 3);
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__stats .c-table-clm thead > tr > th {
    border-top: none;
  }
}
.l-tab-result .c-mcup__result .c-mcup__stats .c-table-clm thead > tr > th:nth-of-type(1) {
  width: 40%;
}
.l-tab-result .c-mcup__result .c-mcup__notes {
  font-size: 1.2rem;
  margin: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__notes {
    font-size: 10px;
    margin: 2px 0 0 3px;
  }
}
.l-tab-result .c-mcup__result .c-mcup__notes > *, .l-tab-result .c-mcup__result .c-mcup__notes > * > * {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .l-tab-result .c-mcup__result .c-mcup__notes > *, .l-tab-result .c-mcup__result .c-mcup__notes > * > * {
    font-size: 10px;
  }
}
.l-tab-result .c-mcup__result + .c-title__h4 {
  margin-top: 20px;
}
