<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .training {
    padding-top: 70px;
  }
  .training .section_block {
    padding-bottom: 50px;
    line-height: 2;
  }
  .training .section_block__title {
    margin-bottom: 20px;
  }
  .training .sub_ttl {
    margin-top: 1em;
    font-size: 1.6rem;
  }
  .training .disc.flex {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
  .training .disc.flex li b {
    text-decoration: underline;
  }
  .back_to_top {
    margin: 50px auto 0;
  }
  .flextable {
    border-bottom: solid 1px #bfbfbf;
  }
  .flextable__body:nth-child(odd) .schedule__list--row:nth-child(odd) {
    background-color: #fff;
  }
  .flextable__body:nth-child(even) {
    background-color: #e5e5e5;
  }
  .flextable__body.head {
    background-color: #be9664;
    color: #fff;
  }
  .flextable__body.head .flextable__caption {
    font-weight: bold;
  }
  .flextable__caption {
    width: 95px;
    font-weight: normal;
    font-size: 1.4rem;
    border-right: solid 1px #b7b7b7;
  }
  .schedule__list {
    width: 100%;
  }
  .schedule__list--row {
    background-color: transparent;
  }
  .schedule__list--cell {
    padding: 15px 5px;
    border: none;
    border-top: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
  }
  .schedule__list--cell.team {
    width: 110px;
  }
  .schedule__list--cell.time {
    width: 90px;
  }
  .schedule__list--cell.content {
    width: 160px;
  }
  .schedule__list--cell.place {
    width: 160px;
  }
  .schedule__list--cell.opponent {
    width: 160px;
  }
  .schedule__list--cell.note {
    width: 325px;
  }
}

@media screen and (max-width: 767px) {
  .training {
    padding-top: 7.8125vw;
    padding-left: 0;
    padding-right: 0;
  }
  .training .section_block {
    font-size: 3.90625vw;
    padding: 0 3.90625vw 5.85938vw;
  }
  .training .section_block__title {
    font-size: 3.90625vw;
    margin-bottom: 3.25521vw;
  }
  .training .sub_ttl {
    margin-top: 1em;
    font-size: 3.90625vw;
  }
  .training .disc.flex {
    margin-top: 3.90625vw;
    display: -ms-grid;
    display: grid;
    gap: 2.60417vw 0;
  }
  .training .disc.flex li b {
    text-decoration: underline;
  }
  .back_to_top {
    margin: 13.02083vw auto 0;
  }
  .schedule__list--cell.date span:before {
    content: '日付: ';
  }
  .schedule__list--cell.team span:before {
    content: 'チーム: ';
  }
  .schedule__list--cell.time span:before {
    content: '開始時間: ';
  }
  .schedule__list--cell.content span:before {
    content: '内容: ';
  }
  .schedule__list--cell.place span:before {
    content: '場所: ';
  }
  .schedule__list--cell.adversary span:before {
    content: '対戦相手: ';
  }
  .schedule__list--cell.note span:before {
    content: '備考: ';
  }
  .flextable {
    width: 92.44792vw;
    margin: auto;
    border-bottom: solid 1px #bfbfbf;
  }
  .flextable__body:nth-of-type(even) {
    background-color: #e5e5e5;
  }
  .flextable__body .schedule__list--row {
    background-color: inherit;
  }
  .flextable__body.head {
    background-color: #be9664;
    color: #fff;
  }
  .flextable__body.head .flextable__caption {
    font-weight: bold;
  }
  .flextable__body.sun {
    background-color: #ffeaea;
  }
  .flextable__body.sat {
    background-color: #eaf4ff;
  }
  .flextable__caption {
    width: 26.04167vw;
    font-weight: normal;
    border-right: solid 1px #b7b7b7;
  }
  .schedule__list {
    width: 78.125vw;
  }
  .schedule__list--row {
    padding: 0;
    display: block;
    background-color: transparent;
    border-bottom: none;
  }
  .schedule__list--cell {
    padding: 1.30208vw;
    min-height: 8.46354vw;
    border: none;
    border-top: solid 1px #b7b7b7;
    border-right: solid 1px #b7b7b7;
    text-align: center;
  }
  .schedule__list--cell span {
    padding-right: 0;
  }
  .schedule__list--cell.place span:before {
    display: none;
  }
}
</pre></body></html>