@charset "UTF-8";
/* common
-------------------------------------------- */
.link-txt {
  text-decoration: underline;
}
.link-txt:hover {
  color: #D61518;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0;
  }
}

.images__inr {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .images__inr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .images__inr picture {
    display: block;
    width: 100%;
  }
}
.images__inr picture:first-child {
  margin-right: 56px;
}
@media (max-width: 576px) {
  .images__inr picture:first-child {
    margin-bottom: 16px;
  }
}

.section__inr-bg {
  background: #FCF8F7;
  margin-bottom: 2.4rem;
  padding: 56px 56px 80px;
}
@media screen and (max-width: 1024px) {
  .section__inr-bg {
    padding: 40px 5%;
  }
}

.section__inr {
  max-width: 1160px;
  padding: 0 56px 80px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .section__inr {
    padding: 0 5%;
    margin: 0 auto 56px;
  }
}

.section__heading {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .section__heading {
    margin-bottom: 32px;
  }
}

.section__heading-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 5.6rem;
  line-height: 130%;
  font-weight: bold;
  letter-spacing: -0.02em;
  display: inline-block;
  background: linear-gradient(0deg, #D61518, #F4944E);
  background: -webkit-linear-gradient(0deg, #D61518, #F4944E);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #D61518;
}
@media screen and (max-width: 1024px) {
  .section__heading-en {
    font-size: 4rem;
  }
}

.section__heading-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 150%;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__heading-jp {
    font-size: 1.6rem;
  }
}

.section__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
.section__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section__list-item {
    margin-bottom: 8px;
  }
}
.section__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .section__list-item::before {
    width: 8px;
    height: 8px;
  }
}

.text-red {
  color: #D61518;
  font-style: normal;
}

.image-400 {
  width: 400px;
}

.section__inr-btn {
  width: 400px;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section__inr-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 12px 0;
  }
}
@media (max-width: 576px) {
  .section__inr-btn {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px 0;
  }
}

.section__inr-btn__row {
  display: flex;
  justify-content: center;
}
.section__inr-btn__row a:first-child {
  margin-right: 32px;
}
@media (max-width: 576px) {
  .section__inr-btn__row {
    display: block;
  }
  .section__inr-btn__row a:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.section__ol-list {
  margin-bottom: 32px;
}

.section__ol-list-box {
  margin-bottom: 24px;
}

.section__ol-list-ttl {
  color: #D61518;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 30px;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section__ol-list-ttl {
    font-size: 1.6rem;
    padding-left: 28px;
  }
}

ol.section__ol-list {
  counter-reset: li;
}
ol.section__ol-list li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
ol.section__ol-list li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background-color: #D61518;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  ol.section__ol-list li::before {
    font-size: 1.4rem;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

/* mv
-------------------------------------------- */
.mv_wrap {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .mv_wrap {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .mv_wrap {
    height: 200px;
  }
}

.mv01 {
  flex: 1;
  height: 400px;
  background: url(/images/sport/sport-mv01.webp) no-repeat center center;
  background-size: cover;
}
@media (max-width: 576px) {
  .mv01 {
    height: 200px;
  }
}

.mv02 {
  flex: 1;
  height: 400px;
  background: url(/images/sport/sport-mv02.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .mv02 {
    display: none;
  }
}

.mv__title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 500px;
  height: 400px;
  background: #D61518;
}
@media screen and (max-width: 1024px) {
  .mv__title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 12px;
    background: linear-gradient(to right, rgba(214, 21, 24, 0.9), rgba(255, 91, 20, 0.7));
  }
}
@media screen and (max-width: 1024px) and (max-width: 576px) {
  .mv__title {
    padding: 10px;
  }
}
.mv__title h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.07em;
}
@media (max-width: 576px) {
  .mv__title h1 {
    font-size: 2rem;
  }
}

/* introduction
-------------------------------------------- */
.introduction {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .introduction {
    margin-bottom: 40px;
  }
}

.introduction__lead p {
  margin-bottom: 16px;
}
.introduction__lead p:last-child {
  margin-bottom: 0;
}

.introduction__lead-title {
  font-size: 1.8rem;
  color: #D61518;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .introduction__lead-title {
    font-size: 1.6rem;
  }
}

/* a-league
-------------------------------------------- */
.a-league__text-wrap {
  margin-bottom: 40px;
}
.a-league__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .a-league__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .a-league__text-wrap {
    margin-bottom: 24px;
  }
}

/* state-league
-------------------------------------------- */
.state-league__text-wrap {
  margin-bottom: 40px;
}
.state-league__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .state-league__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .state-league__text-wrap {
    margin-bottom: 24px;
  }
}

/* Q&A
-------------------------------------------- */
.qa {
  width: 100%;
  margin-bottom: 80px;
  background: #FCF8F7;
  padding: 80px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 180%;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .qa {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .qa__inr {
    padding: 0 5% 40px;
  }
}

.qa__wrap {
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .qa__wrap {
    margin-bottom: 24px;
  }
}

.qa__box {
  max-width: 1160px;
  background: #fff;
  border: solid 2px #D61518;
  border-radius: 8px;
  margin: 0 auto 40px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .qa__box {
    border-radius: 4px;
    margin: 0 auto 24px;
  }
}
.qa__box:last-child {
  margin: 0 auto;
}

.qa__question {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  background: #D61518;
  padding: 10px 24px 14px;
}
@media screen and (max-width: 1024px) {
  .qa__question {
    font-size: 1.4rem;
    padding: 8px 5% 10px;
  }
}
.qa__question:before {
  display: inline-block;
  content: "Q";
  font-size: 2.4rem;
  color: #fff;
  margin-right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .qa__question:before {
    font-size: 2rem;
    margin-right: 0.6em;
  }
}

.qa__answer {
  padding: 24px 56px 32px;
}
@media screen and (max-width: 1024px) {
  .qa__answer {
    padding: 16px 5% 24px;
  }
}
.qa__answer ol {
  list-style: decimal;
  padding: 8px 32px;
}

.qa__answer-note {
  margin-top: 16px;
}

.qa__answer-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
.qa__answer-link:hover {
  color: #D61518;
}

.qa__soccer-schedule-title {
  color: #D61518;
  font-weight: bold;
  margin: 24px 0 8px;
}

@media screen and (max-width: 1024px) {
  .qa__soccer-schedule {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.qa__soccer-schedule table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
.qa__soccer-schedule th {
  width: 7.6923076923%;
  padding: 10px;
  border: 1px solid #BDBDBD;
  background: #FCF8F7;
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .qa__soccer-schedule th {
    padding: 4px 2px;
  }
}
.qa__soccer-schedule th .space {
  padding: 10px;
  border: 1px solid #BDBDBD;
  background: #ffffff;
}
.qa__soccer-schedule th .time {
  padding: 5px 5px;
  border: 1px solid #BDBDBD;
  background: #FCF8F7;
  vertical-align: middle;
}
.qa__soccer-schedule td {
  text-align: center;
  padding: 8px;
  border: 1px solid #BDBDBD;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .qa__soccer-schedule td {
    padding: 4px;
    font-size: 1.1rem;
  }
}

.qa__answer__inr-bg {
  background: #FCF8F7;
  max-width: 1048px;
  padding: 24px 40px;
  margin: 24px 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__inr-bg {
    padding: 16px 5%;
    margin: 16px 0;
  }
}

.qa__answer__list-title {
  font-size: 1.6rem;
  color: #D61518;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-title {
    font-size: 1.4rem;
  }
}

.qa__answer__list-item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.qa__answer__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item {
    margin-bottom: 4px;
  }
}
.qa__answer__list-item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D61518;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .qa__answer__list-item::before {
    width: 8px;
    height: 8px;
  }
}

/* highlights
-------------------------------------------- */
.highlights__text-wrap {
  margin-bottom: 40px;
}
.highlights__text-wrap > p {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .highlights__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .highlights__text-wrap {
    margin-bottom: 24px;
  }
}

iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 560px;
  display: block;
  margin: auto;
}

.highlights__link-text {
  text-align: center;
  margin: 26px auto;
}

/* links
-------------------------------------------- */
.links__text-wrap {
  margin-bottom: 40px;
}
.links__text-wrap > p {
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .links__text-wrap > p {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .links__text-wrap {
    margin-bottom: 24px;
  }
}

.links__logo-row {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  .links__logo-row {
    display: block;
  }
}

.links__logo-box {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 56px 0;
}
.links__logo-box a:hover {
  opacity: 0.7;
}
@media (max-width: 576px) {
  .links__logo-box {
    width: 100%;
    padding: 40px 5%;
  }
}

.links__logo {
  max-width: 356px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1024px) {
  .links__logo {
    max-width: 356px;
  }
}

.links__link-text {
  text-decoration: underline;
}
.links__link-text:hover {
  color: #D61518;
}

/* cverea */
.cta_btn_container {
  margin: 60px auto 0;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .cta_btn_container {
      margin: 50px auto 0;
      width: 90%;
  }
} 

.cta_btn_container p{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  color: #D61518;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .cta_btn_container p{
    font-size: 1.6rem;
  }
}

.cta_btn_container .sp_txt {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cta_btn_container .sp_txt {
    display: block;
  }

  .cta_btn_container .pc_txt {
    display: none;
  }
  
}

.cta_btn_area {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 1024px) {
  .cta_btn_area {
  flex-direction: column;
  gap: 1.5rem;
  }
}

.cta_btn {
  width: 100%;
  text-align: center;
}


.cta_btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 100px;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.8rem;
  position: relative;
  height: 8rem;
}

.cta_btn_item:hover {
  opacity: .8;
}

@media screen and (max-width: 1024px) {
  .cta_btn_item {
    font-size: 1.8rem;
    font-weight: 500;
    height: 7rem;
    padding: .3rem 2rem 0.5rem;
  }
} 

.cta_btn_item.green {
  background-color: #06C755;
}

.cta_btn_item.red {
  background-color: #D61518;
}

.item-icon {
  margin-right: 1rem;
}

.item-icon.line {
  height: 32px;
}

.item-icon.mail {
  height: 20px;
}

/* 内部リンク */
.blank-box {
  position: relative;
  margin: 40px auto;
  width: 90%;
}

.bb-label {
  position: absolute;
  font-family: Aharoni, "Arial Black", Impact, Arial, sans-serif;
  font-size: 13px;
  top: -1.6em;
  line-height: 1.8;
  color: #fff;
  background-color: #d61518;
  border-radius: 6px 6px 0 0;
  padding: 0 1em 0 .8em;
}

.bb-label::after {
  content: "CHECK";
}

.blank-box a {
  display: inline-block;
  text-decoration: underline;
  color: #006cdf;
}

.link_text_box {
  margin-bottom: 40px;
  background-color: #fff;
  border: 1px solid #051642;
  border-radius: 6px;
  box-shadow: 0 3px 0 rgba(5, 22, 66, .3);
  padding: 16px 16px 0;
  position: relative;
}

.blank-box p {
  border-color: #d61518;
  border-style: solid;
  border-width: 3px;
  padding: 1.2em 1em;
  border-radius: 0px 5px 5px 5px;
}

.m-b40 {
  margin-bottom: 40px;
}

/* 内村さん紹介スタイル */
.staff_detail__box {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 24px;
    margin-top: 32px;
}
@media screen and (max-width: 1024px) {
    .staff_detail__box {
        flex-direction: column;
        margin-top: 24px;
    }
}
.staff_detail__img {
    flex-shrink: 0;
    width: 160px;
    margin-right: 24px;
}
@media screen and (max-width: 1024px) {
    .staff_detail__img {
        width: 120px;
        margin: 0 auto 16px;
    }
}
.staff_detail__img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.staff_detail__content {
    flex-grow: 1;
}
.staff_detail__name {
    font-family: "Noto Sans JP", sans-serif; 
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    font-weight: bold;
    color: #333;
}
@media screen and (max-width: 1024px) {
    .staff_detail__name {
        font-size: 1.8rem;
        text-align: center;
    }
}
.staff_detail__name__en {
    font-size: 1.4rem;
    color: #666;
    margin-bottom: 16px;
    font-family: "Noto Sans", sans-serif; 
}
@media screen and (max-width: 1024px) {
    .staff_detail__name__en {
        font-size: 1.2rem;
        text-align: center;
    }
}
.staff_detail__desc {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
}
@media screen and (max-width: 1024px) {
    .staff_detail__desc {
        font-size: 1.3rem;
    }
}

/* plan セクション共通スタイル */
.section__white-bg {
    background-color: #fff;
    padding: 80px 0;
    margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
    .section__white-bg {
        padding: 40px 0;
        margin-bottom: 40px;
    }
}

.sport-section-heading {
    text-align: center;
    margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
    .sport-section-heading {
        margin-bottom: 32px;
    }
}

.sport-section-heading .section__heading-jp {
    display: block; 
    width: fit-content; 
    margin: 0 auto; 
    position: relative;
    padding: 0 40px; 
}

.sport-section-heading .section__heading-jp::before {
    transform: translateY(-50%) translateX(calc(-100% - 10px)); 
}
@media screen and (max-width: 1024px) {
    .sport-section-heading .section__heading-jp::before {
        transform: translateY(-50%) translateX(calc(-100% - 6px)); 
    }
}
.sport-section-heading .section__heading-jp::after {
    left: auto; 
    transform: translateY(-50%) translateX(calc(100% + 10px)); 
}
@media screen and (max-width: 1024px) {
    .sport-section-heading .section__heading-jp::after {
        transform: translateY(-50%) translateX(calc(100% + 6px));
    }
}
.sport-section-heading .section__heading-jp::before {
    left: 0;
    background: url(/images/icon/icon_arrow_left_red.svg) no-repeat center center / contain;
}
.sport-section-heading .section__heading-jp::after {
    right: 0;
    background: url(/images/icon/icon_arrow_right_red.svg) no-repeat center center / contain;
}

.cad__wrap {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    align-items: flex-start;
}
@media screen and (max-width: 1024px) {
    .cad__wrap {
        margin-top: 24px;
        flex-direction: column;
    }
}

.cad__box {
    width: calc(50% - 12px); 
    background: #fcf8f7; 
    border: 1px solid #d61518; 
    border-radius: 8px; 
    padding: 24px; 
    margin-bottom: 24px;
    box-sizing: border-box; 
    height: auto;
    align-self: flex-start;
}
@media screen and (max-width: 1024px) { 
    .cad__box {
        width: 100%; 
    }
}

.cad__title {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
    margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
    .cad__title {
        font-size: 1.6rem;
        padding-left: 16px;
        margin-bottom: 10px;
    }
}
.cad__title::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px; 
    height: 100%; 
    background-color: #d61518;
    border-radius: 4px;
}

.cad__txt {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
}
@media screen and (max-width: 1024px) {
    .cad__txt {
        font-size: 1.3rem;
    }
}

/* 横長ボックス */
.full-width-box {
    background: #FCF8F7; 
    border: 1px solid #D61518; 
    border-radius: 8px; 
    padding: 24px; 
    margin-bottom: 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
    .full-width-box {
        padding: 16px;
        margin-bottom: 24px;
    }
}

.full-width-box__title {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin:  0 0 16px;
    position: relative; 
    padding-left: 20px; 
    text-align: left; 
    line-height: 1.5; 
}
@media screen and (max-width: 1024px) {
    .full-width-box__title {
        font-size: 1.6rem;
        padding-left: 16px;
        line-height: 1.5;
        margin: 0 0 12px;
    }
}

.full-width-box__title::before {
    content: "";
    position: absolute; 
    top: 50%; 
    left: 0; 
    transform: translateY(-50%); 
    width: 6px; 
    height: 100%; 
    background-color: #D61518; 
    border-radius: 4px; 
}
.full-width-box__list {
    list-style: none;
    margin: 0; 
    padding: 0;
}
@media screen and (max-width: 1024px) {
    .full-width-box__list {
        margin: 0;
    }
}
.full-width-box__list li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 8px; 
    font-size: 1.4rem; 
    line-height: 1.8; 
    color: #333; 
}
.full-width-box__list li:last-child {
    margin-bottom: 0; 
}

.full-width-box__list li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 0.6em; 
    width: 8px; 
    height: 8px; 
    background-color: #D61518; 
    border-radius: 50%; 
}
@media screen and (max-width: 1024px) {
    .full-width-box__list li {
        font-size: 1.3rem;
        padding-left: 16px;
        margin: 0 0 16px; /
    }
    .full-width-box__list li::before {
        width: 7px;
        height: 7px;
        top: 0.7em; 
    }
}
.full-width-box__note {
    font-size: 1.4rem; 
    line-height: 1.8; 
    color: #333;
    margin-top: 10px; 
    margin-bottom: 24px; 
}
@media screen and (max-width: 1024px) {
    .full-width-box__note {
        font-size: 1.3rem;
        margin-top: 8px;
        margin-bottom: 16px;
    }
}

/*QAボックス内テーブルスタイル */
.cost__table__main {
    margin: 24px 0;
}
@media screen and (max-width: 1024px) {
    .cost__table__main {
        margin: 16px 0;
    }
}

.cost__table__title {
    background-color: #f7f7f7;
    border-left: 5px solid #d61518;
    padding: 8px 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
    .cost__table__title {
        font-size: 1.4rem;
        padding: 6px 12px;
        margin-bottom: 12px;
    }
}

.cost__table__main table {
    width: 100%;
    border-collapse: collapse;
}
.cost__table__main th, .cost__table__main td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem;
    line-height: 1.5; 
}
@media screen and (max-width: 1024px) {
    .cost__table__main th, .cost__table__main td {
        padding: 8px;
        font-size: 1.3rem;
    }
}
.cost__table__main th {
    background-color: #d61518;
    color: #fff;
    font-weight: bold;
    width: 40%;
}
.cost__table__main td {
    background-color: #fff;
    width: 60%;
}

.cad__box p {
    font-size: 1.4rem; 
    line-height: 1.8;
    color: #333;
    margin-top: 16px; 
    margin-bottom: 8px; 
}
@media screen and (max-width: 1024px) {
    .cad__box p {
        font-size: 1.3rem;
        margin-top: 12px;
        margin-bottom: 6px;
    }
}

.cad__wrap > p {
    margin-top: 24px; 
    text-align: right; 
    font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
    .cad__wrap > p {
        margin-top: 16px;
        font-size: 1.3rem;
        text-align: center; 
    }
}


/*h3を中央寄せ */
.page-cta__bar_heading {
  text-align: center; 
}

/* リーグロゴ・テキストの表示 */
.links__logo-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px; 
}

.links__logo-box {
    width: calc(20% - 20px); 
    text-align: center;
    background: #fff;
    padding: 56px 0; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}

@media screen and (max-width: 1199px) { 
    .links__logo-box {
        width: calc(25% - 18px); 
    }
}

@media screen and (max-width: 1024px) {
    .links__logo-box { 
        width: calc(33.33% - 16px); 
    }
}

@media screen and (max-width: 768px) {
    .links__logo-box {
        width: calc(50% - 12px); 
    }
}
@media (max-width: 576px) {
    .links__logo-box {
        width: 100%; 
        padding: 40px 5%; 
        margin-bottom: 24px; 
    }
    .links__logo-box:last-child {
        margin-bottom: 0; 
    }
}

.links__logo {
    max-width: 356px;
    margin: 0 auto 24px; 
    width: 100%; 
    height: 150px;      
    display: flex; 
    align-items: center; 
    justify-content: center; 
    flex-shrink: 0; 
}

.links__logo picture img {
    width: auto; 
    height: auto; 
    max-width: 100%; 
    max-height: 100%; 
    object-fit: contain; 
}