@charset "UTF-8";

@media all {
  .sport__header {
    position: relative;
    margin: 6rem 0 0 2.5em;
    padding: 0.8em 1.5em 0.5em 3.5em;
    border-radius: 0 10px 10px 0;
    letter-spacing: 0.015em;
    background: var(--light-blue);
  }
  .sport__header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -2.5em;
    width: 5em;
    aspect-ratio: 1/1;
    background: url("../img/sports/img_tennis.png") no-repeat center center/cover;
  }
  .sport__box {
    padding-top: 10rem;
  }
  .sport__box:first-child {
    padding-top: 6rem;
  }
  .sport__box-content {
    margin-top: 6rem;
  }
  .sport__box-content.--first {
    margin-top: 4rem;
  }
  .sport__box-content__title {
    font-size: clamp(16px, 20 / 1400 * 100vw, 20px);
    font-weight: 700;
    color: var(--dark-blue);
  }
  .sport__list {
    margin-top: 3em;
  }
  .sport__item {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sport__link {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .sport__header {
    margin: 26px 0 0 0;
    padding: 1em 1em 1em 4.6em;
    border-radius: 5px;
  }
  .sport__header::before {
    top: 50%;
    left: 0.8em;
    width: 40px;
    transform: translate(0, -50%);
  }
  .sport__box {
    padding-top: 40px;
  }
  .sport__box:first-child {
    padding-top: 53px;
  }
  .sport__box-content {
    margin-top: 30px;
  }
  .sport__box-content.--first {
    margin-top: 30px;
  }
  .sport__list {
    margin-top: 2em;
  }
  .sport__link {
    margin-top: 23px;
  }
}
@media all {
  .table {
    width: 100%;
    margin-top: 5rem;
  }
  .table tr:last-child .table__header, .table tr:last-child .table__data {
    border-bottom: 1px solid var(--gray);
  }
  .table__header, .table__data {
    padding: 1.6em 1.5em;
    line-height: 2;
  }
  .table__header {
    width: 25rem;
    background: var(--light-blue);
    border: 1px solid var(--gray);
    border-bottom: 0;
    text-align: left;
    vertical-align: top;
  }
  .table__data-title {
    font-size: clamp(14px, 16 / 1400 * 100vw, 16px);
    font-weight: 700;
  }
  .table__data-title__note {
    color: var(--dark-blue);
  }
  .table__data {
    border: 1px solid var(--gray);
    border-left: 0;
    border-bottom: 0;
  }
  .table.--selection .table__data {
    padding: 1.6em 0.5em;
  }
  .table.--selection .table__data.--sm {
    padding: 1em 0.5em 1.6em;
  }
  .table.--selection .table__data-box:not(:first-child) {
    margin-top: 1.2em;
  }
  .table.--selection .table__data-title.--lg-margin {
    margin-top: 0.7em;
  }
  .table.--selection .table__data-text.--indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  .table.--selection .table__data-text.--margin {
    margin-top: 0.5em;
  }
  .table.--selection .table__data-text.--lg-margin {
    margin-top: 0.7em;
  }
  .table.--has-title {
    margin-top: 1rem;
  }
  .table.--has-title .table__header {
    padding: 1.5em;
  }
  .table.--has-title .table__data {
    padding: 1.5em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .table {
    margin-top: 35px;
  }
  .table tr {
    display: flex;
    flex-direction: column;
  }
  .table__header {
    width: 100%;
    padding: 0.3em 0;
    text-align: center;
    font-size: 16px;
  }
  .table__data {
    width: 100%;
    padding: 0.5em 0;
  }
  .table.--selection .table__header {
    border: 1px solid var(--gray);
  }
  .table.--selection .table__data {
    padding: 0.5em 1em 1em;
    border: 1px solid var(--gray);
    border-top: 0;
    border-bottom: 0;
  }
  .table.--selection .table__data.--sm {
    padding: 0.5em 1em 1em;
  }
  .table.--selection .table__data-box:not(:first-child) {
    margin-top: 1em;
  }
  .table.--selection .table__data-title.--lg-margin {
    margin-top: 0.7em;
  }
  .table.--selection .table__data-text:not(:first-of-type), .table.--selection .table__data-text.--margin {
    margin-top: 0.5em;
  }
  .table.--selection .table__data-text.--lg-margin {
    margin-top: 0.7em;
  }
  .table.--has-title {
    margin-top: 10px;
  }
  .table.--has-title tr {
    display: revert;
  }
  .table.--has-title .table__header {
    width: 6.2em;
    padding: 1.1em 0.5em 0.8em;
    line-height: 1.3;
    text-align: left;
  }
  .table.--has-title .table__data {
    width: revert;
    padding: 0.9em 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .only-tab,
  .only-pc,
  .not-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .only-sp,
  .only-pc,
  .not-tab {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .only-sp,
  .only-tab,
  .not-pc {
    display: none;
  }
}