<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .preparation_txt {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 6px;
    letter-spacing: 3px;
  }
  .supporter section .section__title {
    color: #000a6e;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 76px;
  }
  .supporter section .section__title span {
    padding: 0 40px 16px;
    border-bottom: 6px solid #fc0000;
  }
  .supporter section.intro {
    position: relative;
  }
  .supporter section.intro .mv {
    width: 100%;
    height: 100%;
  }
  .supporter section.intro .btn__list {
    padding: 10px 0;
    width: 226px;
    position: absolute;
    top: 260px;
    left: 0;
    right: 0;
    margin: auto;
    background: #012060;
  }
  .supporter section.intro .btn__list-item &gt; a {
    width: 100%;
    height: 44px;
    border: 2px solid #fff;
    -moz-border-radius: 22px;
         border-radius: 22px;
    margin: 0;
    padding-bottom: 2px;
    font-size: 2rem;
    background-color: inherit;
  }
  .supporter section.intro .btn__list-item &gt; a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .supporter section.intro .btn__list-item &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #00096e;
    border-left: 8px solid #00096e;
    border-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
  }
  .supporter section.intro .btn__list-item:not(:first-of-type) {
    margin-top: 18px;
  }
  .supporter section.about__supporter .about__supporter__logo {
    background-color: #000a6e;
    padding: 61px 0;
  }
  .supporter section.about__supporter .about__supporter__logo &gt; figure {
    width: 380px;
    margin-inline: auto;
  }
  .supporter section.about__supporter .about__supporter__content {
    color: #fff;
    height: 510px;
    padding: 60px 90px 63px;
    background: url("/academy/supporter/images/about__supporter_bg.jpg") center center/cover no-repeat;
  }
  .supporter section.about__supporter .about__supporter__content &gt; h4 {
    text-align: center;
    font-size: 3.4rem;
    margin-bottom: 55px;
  }
  .supporter section.about__supporter .about__supporter__content p {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: .1em;
  }
  .supporter section.section_block {
    padding: 80px 100px 95px;
    background-color: #e2e2e2;
  }
  .supporter section.about__academy {
    background-color: #000a6e;
    color: #fff;
    padding-bottom: 145px;
  }
  .supporter section.about__academy .section__title {
    margin-bottom: 100px;
  }
  .supporter section.about__academy .section__title span {
    color: #fff;
    border-color: #fff;
  }
  .supporter section.about__academy .about__academy__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supporter section.about__academy .about__academy__list-item:not(:first-of-type) {
    margin-top: 55px;
  }
  .supporter section.about__academy .about__academy__list-item-fig {
    width: 380px;
  }
  .supporter section.about__academy .about__academy__list-item .txt_part {
    width: -webkit-calc(100% - 420px);
    width: -moz-calc(100% - 420px);
    width: calc(100% - 420px);
    margin-left: 40px;
  }
  .supporter section.about__academy .about__academy__list-item .txt_part h4 {
    padding: 10px 0;
    font-size: 2.8rem;
    text-align: center;
    background-color: #be9664;
  }
  .supporter section.about__academy .about__academy__list-item .txt_part p {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .supporter section.director__comment {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .supporter section.director__comment .comment__area {
    padding: 50px;
  }
  .supporter section.director__comment .comment__area-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .supporter section.director__comment .comment__area-top:before {
    content: "";
    display: inline-block;
    background-color: #000a6e;
    width: 68px;
    height: 8px;
    position: absolute;
    top: -50px;
    left: -50px;
  }
  .supporter section.director__comment .comment__area-top:after {
    content: "";
    display: inline-block;
    background-color: #000a6e;
    width: 8px;
    height: 68px;
    position: absolute;
    top: -50px;
    left: -50px;
  }
  .supporter section.director__comment .comment__area-top-fig {
    width: 180px;
  }
  .supporter section.director__comment .comment__area-top-heading {
    margin-left: 60px;
    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
  }
  .supporter section.director__comment .comment__area-top-heading .txt_01 {
    color: #000a6e;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .supporter section.director__comment .comment__area-top-heading .txt_02 {
    margin-top: 30px;
    font-size: 2.6rem;
  }
  .supporter section.director__comment .comment__area-bottom {
    margin-top: 33px;
    position: relative;
  }
  .supporter section.director__comment .comment__area-bottom:before {
    content: "";
    display: inline-block;
    background-color: #fc0000;
    width: 68px;
    height: 8px;
    position: absolute;
    bottom: -50px;
    right: -50px;
  }
  .supporter section.director__comment .comment__area-bottom:after {
    content: "";
    display: inline-block;
    background-color: #fc0000;
    width: 8px;
    height: 68px;
    position: absolute;
    bottom: -50px;
    right: -50px;
  }
  .supporter section.director__comment .comment__area-bottom p {
    font-size: 2rem;
  }
  .supporter section.director__comment .comment__area-bottom p:not(:first-child) {
    margin-top: 1em;
  }
  .supporter section.players__area {
    padding-top: 50px;
    padding-bottom: 55px;
  }
  .supporter section.players__area .players__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 1%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .supporter section.players__area .players__list-item {
    width: 315px;
    width: 24%;
  }
  .supporter section.players__area .players__list-item-fig {
    margin-inline: auto;
  }
  .supporter section.players__area .players__list-item-detail {
    background-color: #000a6e;
    color: #fff;
    padding: 36px 20px 18px;
    padding: 18px 12px 18px;
  }
  .supporter section.players__area .players__list-item-detail &gt; dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3px;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 2.4rem;
    font-size: 2.2rem;
    padding: 0 17px 12px;
    border-bottom: 2px solid #be9664;
  }
  .supporter section.players__area .players__list-item-detail &gt; dt .name.sm-font {
    font-size: 2rem;
  }
  .supporter section.players__area .players__list-item-detail &gt; dd {
    font-size: 2rem;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 16px;
  }
  .supporter section.players__area .players__list-item-detail &gt; dd .sec_course {
    font-size: 1.4rem;
  }
  .supporter section.players__area .players__list-item:first-of-type .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(2) .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(3) .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(4) .players__list-item-detail &gt; dt {
    height: 3.3em;
  }
  .supporter section.players__area .players__list-item:first-of-type .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(2) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(3) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(4) .players__list-item-detail &gt; dd {
    height: 5em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(5) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(6) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(7) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(8) .players__list-item-detail &gt; dd {
    height: 3.8em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(9) .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(10) .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(11) .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(12) .players__list-item-detail &gt; dt {
    height: 3.3em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(9) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(10) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(11) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(12) .players__list-item-detail &gt; dd {
    height: 2.7em;
  }
  .supporter section.benefits {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .supporter section.benefits .section__title {
    margin-bottom: 110px;
  }
  .supporter section.benefits .benefits__list {
    counter-reset: li;
  }
  .supporter section.benefits .benefits__list-item {
    position: relative;
    padding-left: 124px;
  }
  .supporter section.benefits .benefits__list-item:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    font-size: 4rem;
    color: #be9664;
    text-align: left;
  }
  .supporter section.benefits .benefits__list-item &gt; dt {
    color: #000a6e;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .supporter section.benefits .benefits__list-item &gt; dd {
    margin-top: 18px;
    font-size: 1.8rem;
  }
  .supporter section.benefits .benefits__list-item:not(:first-child) {
    margin-top: 60px;
  }
  .supporter section.price {
    padding-bottom: 50px;
  }
  .supporter section.price .price__table__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #000a6e;
  }
  .supporter section.price .price__table__head-item {
    text-align: center;
    font-size: 2rem;
    padding: 7px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .supporter section.price .price__table__head-item:first-of-type {
    font-size: 2rem;
  }
  .supporter section.price .price__table__head-item:not(:first-of-type) {
    border-left: 2px solid #e2e2e2;
  }
  .supporter section.price .price__table__head-item .num {
    font-size: 2.8rem;
  }
  .supporter section.price .price__table__body-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
  }
  .supporter section.price .price__table__body-row &gt; dt {
    color: #fff;
    background-color: #000a6e;
    font-size: 2rem;
    padding: 11px 0;
    padding-left: 28px;
  }
  .supporter section.price .price__table__body-row &gt; dd {
    color: #000a6e;
    background-color: #fff;
    font-size: 2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 11px 0;
    border-left: 2px solid #e2e2e2;
  }
  .supporter section.price .price__table .w01 {
    width: 395px;
  }
  .supporter section.price .price__table .w02, .supporter section.price .price__table .w03, .supporter section.price .price__table .w04 {
    width: 170px;
  }
  .supporter section.price .attention_list {
    margin-top: 40px;
  }
  .supporter section.price .attention_list li {
    font-size: 1.8rem;
  }
  .supporter section.price .attention_list li:not(:first-child) {
    margin-top: 4px;
  }
  .supporter section.apply__flow {
    padding-bottom: 120px;
  }
  .supporter section.apply__flow .section__title {
    margin-bottom: 86px;
  }
  .supporter section.apply__flow .apply__flow__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .supporter section.apply__flow .apply__flow__list-item:not(:first-of-type) {
    margin-top: 50px;
  }
  .supporter section.apply__flow .apply__flow__list-item .step {
    color: #000a6e;
    font-size: 3rem;
    font-weight: bold;
    width: 200px;
    position: relative;
  }
  .supporter section.apply__flow .apply__flow__list-item .step:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    background-color: #000a6e;
    position: absolute;
    top: 60px;
    left: 2em;
  }
  .supporter section.apply__flow .apply__flow__list-item-detail {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .supporter section.apply__flow .apply__flow__list-item-detail &gt; dt {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .supporter section.apply__flow .apply__flow__list-item-detail &gt; dd {
    margin-top: 24px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .supporter section.donor {
    padding-top: 0;
  }
  .supporter section.donor .donor__inner {
    width: 720px;
    margin-inline: auto;
  }
  .supporter section.donor .donor__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 30px 100px;
    margin-bottom: 40px;
  }
  .supporter section.donor .donor__list-item {
    font-size: 2.8rem;
    font-weight: bold;
  }
  .supporter section.donor .note {
    font-size: 1.8rem;
  }
  .supporter section.donor .note + .note {
    margin-top: 20px;
  }
  .supporter section.inquiry {
    padding-top: 0;
  }
  .supporter section.inquiry .inquiry__text {
    font-size: 2rem;
    text-align: center;
  }
  .supporter section.inquiry .inquiry__text &gt; dd .tel_link {
    margin-right: 30px;
  }
  .supporter .indent-1em {
    text-indent: -1em;
    padding-left: 1em;
  }
  .supporter .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 376px;
    height: 84px;
    margin: 84px auto 0;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
    background-color: #000a6e;
    position: relative;
  }
  .supporter .btn a .arrow {
    width: 24px;
    position: absolute;
    right: 20px;
  }
  .supporter .btn a:hover .arrow {
    right: 18px;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
  }
}

@media screen and (max-width: 767px) {
  .contents__pagetitle h2 span {
    font-size: 7.55208vw;
  }
  .preparation_txt {
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    letter-spacing: .6vw;
  }
  .supporter section .section__title {
    color: #000a6e;
    font-size: 4.94792vw;
    text-align: center;
    margin-bottom: 9.89583vw;
  }
  .supporter section .section__title span {
    padding: 0 2.60417vw 2.08333vw;
    border-bottom: 0.78125vw solid #fc0000;
  }
  .supporter section.intro {
    position: relative;
  }
  .supporter section.intro .mv {
    width: 100%;
    height: 100%;
  }
  .supporter section.intro .btn__list {
    padding: 1.30208vw 0;
    width: 27.34375vw;
    position: absolute;
    top: 39.0625vw;
    left: 0;
    right: 0;
    margin: auto;
    background: #012060;
  }
  .supporter section.intro .btn__list-item &gt; a {
    border: 0.26042vw solid #fff;
    -moz-border-radius: 2.92969vw;
         border-radius: 2.92969vw;
    width: 100%;
    height: 5.85938vw;
    margin: 0;
    font-size: 2.60417vw;
    background-color: inherit;
  }
  .supporter section.intro .btn__list-item &gt; a::before {
    content: '';
    display: block;
    width: 2.08333vw;
    height: 2.08333vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.30208vw;
    margin: auto;
  }
  .supporter section.intro .btn__list-item &gt; a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 0.52083vw solid transparent;
    border-bottom: 0.52083vw solid transparent;
    border-left: 1.04167vw solid #00096e;
    border-left: 1.04167vw solid #00096e;
    border-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.69271vw;
    margin: auto;
  }
  .supporter section.intro .btn__list-item:not(:first-of-type) {
    margin-top: 3.125vw;
  }
  .supporter section.about__supporter .about__supporter__logo {
    background-color: #000a6e;
    padding: 7.8125vw 0;
  }
  .supporter section.about__supporter .about__supporter__logo &gt; figure {
    width: 49.47917vw;
    margin-inline: auto;
  }
  .supporter section.about__supporter .about__supporter__content {
    color: #fff;
    padding: 7.8125vw 6.51042vw 8.20312vw;
    background: url("/academy/supporter/images/about__supporter_bg.jpg") center center/cover no-repeat;
  }
  .supporter section.about__supporter .about__supporter__content &gt; h4 {
    text-align: center;
    font-size: 6.51042vw;
    margin-bottom: 7.16146vw;
  }
  .supporter section.about__supporter .about__supporter__content p {
    font-size: 4.6875vw;
    line-height: 2;
    letter-spacing: .1em;
  }
  .supporter section.section_block {
    padding: 10.41667vw 6.51042vw 12.36979vw;
    background-color: #e2e2e2;
  }
  .supporter section.about__academy {
    background-color: #000a6e;
    color: #fff;
    padding-bottom: 18.88021vw;
  }
  .supporter section.about__academy .section__title {
    margin-bottom: 13.02083vw;
  }
  .supporter section.about__academy .section__title span {
    color: #fff;
    border-color: #fff;
  }
  .supporter section.about__academy .about__academy__list-item:not(:first-of-type) {
    margin-top: 7.16146vw;
  }
  .supporter section.about__academy .about__academy__list-item-fig {
    width: 100%;
  }
  .supporter section.about__academy .about__academy__list-item .txt_part {
    margin-top: 5.20833vw;
  }
  .supporter section.about__academy .about__academy__list-item .txt_part h4 {
    padding: 1.30208vw 0;
    font-size: 4.6875vw;
    text-align: center;
    background-color: #be9664;
  }
  .supporter section.about__academy .about__academy__list-item .txt_part p {
    margin-top: 3.90625vw;
    font-size: 3.90625vw;
    line-height: 1.6;
  }
  .supporter section.director__comment {
    padding-top: 15.625vw;
    padding-bottom: 6.51042vw;
  }
  .supporter section.director__comment .section__title span {
    padding: 0 1.30208vw 2.08333vw;
  }
  .supporter section.director__comment .comment__area {
    padding: 6.51042vw;
  }
  .supporter section.director__comment .comment__area-top {
    position: relative;
  }
  .supporter section.director__comment .comment__area-top:before {
    content: "";
    display: inline-block;
    background-color: #000a6e;
    width: 8.85417vw;
    height: 1.04167vw;
    position: absolute;
    top: -6.51042vw;
    left: -6.51042vw;
  }
  .supporter section.director__comment .comment__area-top:after {
    content: "";
    display: inline-block;
    background-color: #000a6e;
    width: 1.04167vw;
    height: 8.85417vw;
    position: absolute;
    top: -6.51042vw;
    left: -6.51042vw;
  }
  .supporter section.director__comment .comment__area-top-heading {
    margin-top: 2.60417vw;
  }
  .supporter section.director__comment .comment__area-top-heading .txt_01 {
    color: #000a6e;
    font-size: 6.25vw;
    font-weight: bold;
  }
  .supporter section.director__comment .comment__area-top-heading .txt_02 {
    margin-top: 1.95312vw;
    font-size: 4.42708vw;
  }
  .supporter section.director__comment .comment__area-bottom {
    margin-top: 4.55729vw;
    position: relative;
  }
  .supporter section.director__comment .comment__area-bottom:before {
    content: "";
    display: inline-block;
    background-color: #fc0000;
    width: 8.85417vw;
    height: 1.04167vw;
    position: absolute;
    bottom: -6.51042vw;
    right: -6.51042vw;
  }
  .supporter section.director__comment .comment__area-bottom:after {
    content: "";
    display: inline-block;
    background-color: #fc0000;
    width: 1.04167vw;
    height: 8.85417vw;
    position: absolute;
    bottom: -6.51042vw;
    right: -6.51042vw;
  }
  .supporter section.director__comment .comment__area-bottom p {
    font-size: 3.90625vw;
  }
  .supporter section.director__comment .comment__area-bottom p:not(:first-child) {
    margin-top: 1em;
  }
  .supporter section.players__area {
    padding: 6.51042vw 3.90625vw 7.16146vw;
  }
  .supporter section.players__area .players__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .supporter section.players__area .players__list-item {
    width: 49%;
  }
  .supporter section.players__area .players__list-item:nth-of-type(n+3) {
    margin-top: 6.51042vw;
  }
  .supporter section.players__area .players__list-item-fig {
    width: 30.46875vw;
    margin-inline: auto;
  }
  .supporter section.players__area .players__list-item-detail {
    background-color: #000a6e;
    color: #fff;
    padding: 4.6875vw 1.30208vw 2.34375vw;
    margin-top: -2.60417vw;
  }
  .supporter section.players__area .players__list-item-detail &gt; dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.39062vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 4.16667vw;
    padding: 0 2.21354vw 1.5625vw;
    border-bottom: 0.26042vw solid #be9664;
  }
  .supporter section.players__area .players__list-item-detail &gt; dd {
    font-size: 3.38542vw;
    text-align: center;
    margin-top: 2.08333vw;
  }
  .supporter section.players__area .players__list-item:first-of-type .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(2) .players__list-item-detail &gt; dt {
    height: 3.4em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(3) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(4) .players__list-item-detail &gt; dd {
    height: 6em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(5) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(6) .players__list-item-detail &gt; dd {
    height: 6em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(7) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(8) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(9) .players__list-item-detail &gt; dd, .supporter section.players__area .players__list-item:nth-of-type(10) .players__list-item-detail &gt; dd {
    height: 4.5em;
  }
  .supporter section.players__area .players__list-item:nth-of-type(11) .players__list-item-detail &gt; dt, .supporter section.players__area .players__list-item:nth-of-type(12) .players__list-item-detail &gt; dt {
    height: 3.4em;
  }
  .supporter section.benefits {
    padding-top: 15.625vw;
    padding-bottom: 9.11458vw;
  }
  .supporter section.benefits .section__title {
    font-size: 4.42708vw;
  }
  .supporter section.benefits .benefits__list {
    counter-reset: li;
  }
  .supporter section.benefits .benefits__list-item {
    position: relative;
    padding-left: 16.14583vw;
  }
  .supporter section.benefits .benefits__list-item:before {
    counter-increment: li;
    content: counter(li, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    width: 10.41667vw;
    font-size: 8.59375vw;
    color: #be9664;
    text-align: left;
  }
  .supporter section.benefits .benefits__list-item &gt; dt {
    color: #000a6e;
    font-size: 4.42708vw;
    font-weight: bold;
  }
  .supporter section.benefits .benefits__list-item &gt; dd {
    font-size: 3.90625vw;
  }
  .supporter section.benefits .benefits__list-item:not(:first-child) {
    margin-top: 7.8125vw;
  }
  .supporter section.price {
    padding-bottom: 6.51042vw;
  }
  .supporter section.price .price_table {
    overflow: scroll;
    width: 100%;
  }
  .supporter section.price .price_table figure {
    width: 195.3125vw;
  }
  .supporter section.price .price__table__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    background-color: #000a6e;
  }
  .supporter section.price .price__table__head-item {
    text-align: center;
    font-size: 3.125vw;
    padding: 0.91146vw 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .supporter section.price .price__table__head-item:not(:first-of-type) {
    border-left: 1px solid #e2e2e2;
  }
  .supporter section.price .price__table__head-item .num {
    font-size: 4.16667vw;
  }
  .supporter section.price .price__table__body-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0.13021vw solid #e2e2e2;
  }
  .supporter section.price .price__table__body-row &gt; dt {
    color: #fff;
    background-color: #000a6e;
    font-size: 3.125vw;
    padding: 1.30208vw 2.60417vw;
  }
  .supporter section.price .price__table__body-row &gt; dt .small-sp {
    font-size: 2.86458vw;
  }
  .supporter section.price .price__table__body-row &gt; dd {
    color: #000a6e;
    background-color: #fff;
    font-size: 3.125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 1px solid #e2e2e2;
  }
  .supporter section.price .price__table .w01 {
    width: 51.43229vw;
    width: 40%;
  }
  .supporter section.price .price__table .w02, .supporter section.price .price__table .w03, .supporter section.price .price__table .w04 {
    width: 20%;
  }
  .supporter section.price .attention_list {
    margin-top: 5.20833vw;
  }
  .supporter section.price .attention_list li {
    font-size: 3.90625vw;
  }
  .supporter section.price .attention_list li:not(:first-child) {
    margin-top: 0.52083vw;
  }
  .supporter section.apply__flow {
    padding-bottom: 15.625vw;
  }
  .supporter section.apply__flow .apply__flow__list-item:not(:first-of-type) {
    margin-top: 6.51042vw;
  }
  .supporter section.apply__flow .apply__flow__list-item .step {
    color: #000a6e;
    font-size: 5.85938vw;
    font-weight: bold;
    width: 26.04167vw;
    position: relative;
  }
  .supporter section.apply__flow .apply__flow__list-item .step:before {
    content: "";
    display: inline-block;
    width: 0.52083vw;
    height: -webkit-calc(100% - vw(60));
    height: -moz-calc(100% - vw(60));
    height: calc(100% - vw(60));
    background-color: #000a6e;
    position: absolute;
    top: 7.8125vw;
    left: 2em;
  }
  .supporter section.apply__flow .apply__flow__list-item-detail {
    width: -webkit-calc(100% - vw(200));
    width: -moz-calc(100% - vw(200));
    width: calc(100% - vw(200));
  }
  .supporter section.apply__flow .apply__flow__list-item-detail &gt; dt {
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .supporter section.apply__flow .apply__flow__list-item-detail &gt; dd {
    margin-top: 3.125vw;
    font-size: 3.90625vw;
    line-height: 1.6;
  }
  .supporter section.donor {
    padding-top: 0;
  }
  .supporter section.donor .donor__inner {
    width: 80%;
    margin-inline: auto;
  }
  .supporter section.donor .donor__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3.90625vw 13.02083vw;
    margin-bottom: 5.20833vw;
  }
  .supporter section.donor .donor__list-item {
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .supporter section.donor .note {
    font-size: 3.90625vw;
  }
  .supporter section.donor .note + .note {
    margin-top: 2.60417vw;
  }
  .supporter section.inquiry {
    padding-top: 0;
  }
  .supporter section.inquiry .inquiry__text {
    font-size: 3.90625vw;
    text-align: center;
  }
  .supporter section.inquiry .inquiry__text &gt; dd {
    margin-top: 3.38542vw;
  }
  .supporter .indent-1em {
    text-indent: -1em;
    padding-left: 1em;
  }
  .supporter .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48.95833vw;
    height: 10.9375vw;
    margin: 10.9375vw auto 0;
    color: #fff;
    font-size: 4.6875vw;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
    background-color: #000a6e;
    position: relative;
  }
  .supporter .btn a .arrow {
    width: 3.125vw;
    position: absolute;
    right: 2.60417vw;
  }
  .supporter .btn a:hover .arrow {
    right: 2.34375vw;
    -webkit-transition: .3s 0s ease;
    -moz-transition: .3s 0s ease;
    transition: .3s 0s ease;
  }
}
</pre></body></html>