@charset "UTF-8";
/*　クラブニュース　共通
----------------------------------------------- */
.club_news-comp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.club_news-comp__image {
  width: 34.40703vw;
  height: 34.40703vw;
}

.club_news-comp__image > * {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.club_news-comp__image > * > * {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.club_news-comp__text {
  width: calc(100% - (235vw / 6.83));
  padding-left: 1.02489vw;
}

.club_news-comp__label {
  padding-top: 5.12445vw;
  padding-left: 3.66032vw;
  font-size: 4.57143vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  width: calc(100% + (10vw / 6.83));
  position: relative;
}

.club_news-comp__label > * {
  line-height: 1.6;
}

.club_news-comp__label > *::before, .club_news-comp__label > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news-comp__label > *::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__label > *::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__label::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 2.92826vw;
  height: 2.92826vw;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.club_news-comp__label.cat-1 {
  color: #E5C61D;
}

.club_news-comp__label.cat-1::before {
  background-color: #E5C61D;
}

.club_news-comp__label.cat-2 {
  color: #2C318D;
}

.club_news-comp__label.cat-2::before {
  background-color: #2C318D;
}

.club_news-comp__label.cat-3 {
  color: #BE2727;
}

.club_news-comp__label.cat-3::before {
  background-color: #BE2727;
}

.club_news-comp__label.cat-4 {
  color: #6C4E0D;
}

.club_news-comp__label.cat-4::before {
  background-color: #6C4E0D;
}

.club_news-comp__label.cat-5 {
  color: #5F6076;
}

.club_news-comp__label.cat-5::before {
  background-color: #5F6076;
}

.club_news-comp__label.cat-6 {
  color: #C33B99;
}

.club_news-comp__label.cat-6::before {
  background-color: #C33B99;
}

.club_news-comp__title {
  padding-top: 4.39239vw;
  margin-left: 3.66032vw;
  font-weight: 500;
}

.club_news-comp__title > * {
  line-height: 1.6;
}

.club_news-comp__title > *::before, .club_news-comp__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news-comp__title > *::before {
  margin-top: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__title > *::after {
  margin-bottom: calc((1 - 1.6) * 0.5em);
}

.club_news-comp__date {
  margin-top: 5.12445vw;
  margin-left: 3.66032vw;
  font-family: "din-2014", sans-serif;
  font-size: 3.42857vw;
  letter-spacing: 0;
  font-weight: 600;
  color: #90919B;
}

@media screen and (min-width: 700.9999px) {
  .club_news-comp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-comp:hover .club_news-comp__image::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(45deg) scale(1, 1);
            transform: skewX(45deg) scale(1, 1);
  }
  .club_news-comp:hover .club_news-comp__title > * > * {
    border-bottom: 1px solid #000;
  }
  .club_news-comp:hover .club_news-comp__title > * > *::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .club_news-comp__image {
    width: 370px;
    height: 215px;
    position: relative;
    overflow: hidden;
  }
  .club_news-comp__image::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background-color: rgba(44, 49, 141, 0.15);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(45deg) scale(0, 1);
            transform: skewX(45deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .club_news-comp__text {
    padding-left: 0;
    width: auto;
  }
  .club_news-comp__label {
    width: auto;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 16px;
  }
  .club_news-comp__label::before {
    width: 20px;
    height: 20px;
  }
  .club_news-comp__block {
    margin-top: 25px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-left: 1px solid #90919b;
  }
  .club_news-comp__title {
    padding-top: 15px;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .club_news-comp__title > * > * {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
  }
  .club_news-comp__date {
    margin-left: 20px;
    font-size: 16px;
    margin-top: 5px;
  }
}

/*　クラブニュース　全体
----------------------------------------------- */
.club_news_list-bg {
  position: relative;
}

.club_news_list-bg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 87.84773vw;
  height: 87.84773vw;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: rgba(44, 49, 141, 0.05);
}

@media screen and (min-width: 700.9999px) {
  .club_news_list-bg::before {
    bottom: -40px;
    left: calc(-100vw + 780px + ((100% - 1280px) / 2));
    width: 100vw;
    height: 100vw;
  }
}

/*　クラブニュース　mv
----------------------------------------------- */
.club_news_list-hero {
  position: relative;
}

.club_news_list-hero__wrap {
  position: relative;
}

.club_news_list-hero__title {
  padding-top: 13.90922vw;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 3.95315vw;
  position: relative;
}

.club_news_list-hero__title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8.78477vw;
  height: 2px;
  background-color: #2c318d;
}

.club_news_list-hero__title > * {
  display: block;
}

.club_news_list-hero__title > *:first-child {
  font-family: "Poppins", sans-serif;
  font-size: 7.71429vw;
  font-weight: 500;
}

.club_news_list-hero__title > *:first-child > * {
  color: #2c318d;
}

.club_news_list-hero__title > *:last-child {
  font-size: 3.42857vw;
  margin-top: 2.19619vw;
  font-weight: 600;
}

.club_news_list-hero__deco {
  position: absolute;
  top: -8.05271vw;
  left: 0;
  height: auto;
  width: auto;
}

.club_news_list-hero__deco > * {
  width: 32.40264vw;
  height: 20.29868vw;
}

@media screen and (min-width: 700.9999px) {
  .club_news_list-hero__title {
    padding-top: 100px;
    padding-bottom: 25px;
  }
  .club_news_list-hero__title::after {
    width: 44px;
  }
  .club_news_list-hero__title > *:first-child {
    font-size: 48px;
  }
  .club_news_list-hero__title > *:last-child {
    font-size: 16px;
    margin-top: 15px;
  }
  .club_news_list-hero__deco {
    top: 0;
    left: 70px;
  }
  .club_news_list-hero__deco > * {
    width: 221.31px;
    height: 138.64px;
  }
}

/*　クラブニュース　primary
----------------------------------------------- */
.club_news_list-primary {
  margin-top: 10.2489vw;
}

.club_news_list-primary__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8.78477vw;
  position: relative;
  z-index: 2;
}

.club_news_list-primary__menu--title {
  background-color: #90919b;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21.96193vw;
}

.club_news_list-primary__menu--block {
  width: calc(100% - (160vw / 6.83));
  height: 100%;
  position: relative;
}

.club_news_list-primary__menu--button {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #000000;
  text-align: left;
  position: relative;
  color: #000000;
  padding-left: 1.46413vw;
  padding-bottom: 0.73206vw;
}

.club_news_list-primary__menu--button::after {
  content: '';
  position: absolute;
  right: 1.46413vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../img/page/club/club_news_list_icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.76135vw;
  width: 2.94143vw;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.club_news_list-primary__menu--button.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.club_news_list-primary__menu--items {
  display: none;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}

.club_news_list-primary__menu--item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.club_news_list-primary__menu--link {
  padding-top: 1.46413vw;
  padding-bottom: 1.46413vw;
  padding-left: 1.46413vw;
  height: 8.78477vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color .5s;
  transition: color .5s;
  letter-spacing: 0;
}

.club_news_list-primary__contents {
  padding-top: 8.05271vw;
}

[role="tab"] {
  color: #90919b;
}

[role="tab"][aria-selected="true"] {
  color: #000000;
}

[role="tab-panel"] {
  display: none;
}

[role="tab-panel"][aria-hidden="false"] {
  display: block;
  -webkit-animation: fade_ani 1s ease 0s;
          animation: fade_ani 1s ease 0s;
}

.club_news_list-primary__contents--items {
  margin-top: -4.39239vw;
}

.club_news_list-primary__contents--item {
  margin-top: 4.39239vw;
  position: relative;
}

@media screen and (max-width: 700px) {
  .club_news_list-primary__contents--item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: -2.19619vw;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D6D6D6;
  }
}

@media screen and (min-width: 700.9999px) {
  .club_news_list-primary {
    margin-top: 35px;
  }
  .club_news_list-primary__wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
  .club_news_list-primary__menu {
    width: 235px;
    height: 32px;
    margin-left: auto;
  }
  .club_news_list-primary__menu--title {
    width: 100px;
  }
  .club_news_list-primary__menu--block {
    width: calc(100% - 110px);
    height: 100%;
  }
  .club_news_list-primary__menu--button {
    font-size: 16px;
    padding-left: 7px;
    padding-bottom: 5px;
  }
  .club_news_list-primary__menu--button::after {
    width: 12px;
    height: 7px;
    right: 0;
  }
  .club_news_list-primary__menu--link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    padding-left: 7px;
    height: 32px;
  }
  .club_news_list-primary__contents {
    padding-top: 30px;
  }
  .club_news_list-primary__contents--items {
    margin-top: -73px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .club_news_list-primary__contents--item {
    margin-top: 73px;
    margin-left: 15px;
    width: calc(100% / 3 - 15px);
  }
  .club_news_list-primary__contents--item:nth-child(3n + 2) {
    -webkit-transition-delay: .5s !important;
            transition-delay: .5s !important;
  }
  .club_news_list-primary__contents--item:nth-child(3n + 2) .is-square::before, .club_news_list-primary__contents--item:nth-child(3n + 2) .is-square::after {
    -webkit-transition-delay: .75s;
            transition-delay: .75s;
  }
  .club_news_list-primary__contents--item:nth-child(3n + 3) {
    -webkit-transition-delay: .7s !important;
            transition-delay: .7s !important;
  }
  .club_news_list-primary__contents--item:nth-child(3n + 3) .is-square::before, .club_news_list-primary__contents--item:nth-child(3n + 3) .is-square::after {
    -webkit-transition-delay: 1.25s;
            transition-delay: 1.25s;
  }
}

/*　クラブニュース　paging
----------------------------------------------- */
.club_news-paging {
  margin-top: 8.05271vw;
}

.club_news-paging__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.club_news-paging__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.57143vw;
  font-family: "Poppins", sans-serif;
  text-align: center;
  height: 6.58858vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.club_news-paging__num > * {
  height: 100%;
}

.club_news-paging__num > * > * {
  color: #2c318d;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.17716vw;
}

.club_news-paging__prev > *,
.club_news-paging__next > * {
  color: #2c318d;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8.78477vw;
}

.club_news-paging__prev > * > *,
.club_news-paging__next > * > * {
  width: 3.22108vw;
  height: auto;
}

.club_news-paging__next {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.club_news-paging__return {
  font-size: 4vw;
}

.club_news-paging__return > * {
  letter-spacing: 0.125em;
  color: #2c318d;
  display: block;
  padding-bottom: 2.92826vw;
  position: relative;
}

.club_news-paging__return > *::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 7.32064vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2c318d;
}

@media screen and (min-width: 700.9999px) {
  .club_news-paging {
    margin-top: 75px;
  }
  .club_news-paging__wrap {
    padding-left: 190px;
    padding-right: 190px;
  }
  .club_news-paging__num {
    font-size: 24px;
    height: 33px;
  }
  .club_news-paging__num > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .club_news-paging__num > * > * {
    width: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    position: relative;
  }
  .club_news-paging__num > * > *::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 150%;
    height: 100%;
    background-color: #2c318d;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: skewX(-30deg) scale(0, 1);
            transform: skewX(-30deg) scale(0, 1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .club_news-paging__num > * > * > * {
    position: relative;
    z-index: 2;
  }
  .club_news-paging__num > * > *:hover {
    color: #ffffff;
  }
  .club_news-paging__num > * > *:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewX(-30deg) scale(1, 1);
            transform: skewX(-30deg) scale(1, 1);
  }
  .club_news-paging__prev > *,
  .club_news-paging__next > * {
    width: 60px;
    padding-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-paging__prev > * > *,
  .club_news-paging__next > * > * {
    width: 12.8px;
    height: auto;
  }
  .club_news-paging__prev > *:hover,
  .club_news-paging__next > *:hover {
    padding-left: 0;
  }
  .club_news-paging__return {
    font-size: 20px;
  }
  .club_news-paging__return > * {
    padding-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-paging__return > *::after {
    width: 50px;
    height: 2px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .club_news-paging__return > *:hover::after {
    width: 20px;
  }
}

/*　入試新着情報　detail
----------------------------------------------- */
.club_news_list-detail {
  padding-top: 3.66032vw;
}

.club_news_list-detail__date {
  font-family: "din-2014", sans-serif;
  color: #90919b;
  font-size: 4vw;
  letter-spacing: 0;
  font-weight: 500;
}

.club_news_list-detail__tags {
  margin-top: 2.92826vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.14286vw;
  color: #ffffff;
  margin-left: -1.46413vw;
}

.club_news_list-detail__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - (10vw / 6.83)) 0%, 100% calc(10vw / 6.83), 100% 100%, 0 100%, 0 0);
  padding-left: 1.46413vw;
  padding-right: 1.46413vw;
  height: 7.02782vw;
  margin-left: 1.46413vw;
}

.club_news_list-detail__tag.hs {
  color: #ffffff;
  background-color: #2c318d;
}

.club_news_list-detail__tag.club {
  background-color: #707070;
}

.club_news_list-detail__tag.cat-1 {
  background-color: #E5C61D;
}

.club_news_list-detail__tag.cat-2 {
  background-color: #2C318D;
}

.club_news_list-detail__tag.cat-3 {
  background-color: #BE2727;
}

.club_news_list-detail__tag.cat-4 {
  background-color: #6C4E0D;
}

.club_news_list-detail__tag.cat-5 {
  background-color: #5F6076;
}

.club_news_list-detail__tag.cat-6 {
  background-color: #C33B99;
}

.club_news_list-detail__title {
  padding-top: 3.66032vw;
  padding-bottom: 5.12445vw;
  font-size: 4.57143vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  border-bottom: 1px solid #2c318d;
}

.club_news_list-detail__title > * {
  display: inline-block;
  width: calc(100% + (20vw / 6.83));
  line-height: 1.7;
}

.club_news_list-detail__title > *::before, .club_news_list-detail__title > *::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.club_news_list-detail__title > *::before {
  margin-top: calc((1 - 1.7) * 0.5em);
}

.club_news_list-detail__title > *::after {
  margin-bottom: calc((1 - 1.7) * 0.5em);
}

.club_news_list-detail__body {
  line-height: 1.95;
  letter-spacing: 0.05em;
  padding-bottom: 7.32064vw;
}

.club_news_list-detail__body address,
.club_news_list-detail__body blockquote,
.club_news_list-detail__body dd,
.club_news_list-detail__body div,
.club_news_list-detail__body dl,
.club_news_list-detail__body dt,
.club_news_list-detail__body fieldset,
.club_news_list-detail__body form,
.club_news_list-detail__body frame,
.club_news_list-detail__body frameset,
.club_news_list-detail__body h1,
.club_news_list-detail__body h2,
.club_news_list-detail__body h3,
.club_news_list-detail__body h4,
.club_news_list-detail__body h5,
.club_news_list-detail__body h6,
.club_news_list-detail__body noframes,
.club_news_list-detail__body ol,
.club_news_list-detail__body p,
.club_news_list-detail__body ul,
.club_news_list-detail__body center,
.club_news_list-detail__body dir,
.club_news_list-detail__body hr,
.club_news_list-detail__body menu,
.club_news_list-detail__body pre {
  display: block;
  unicode-bidi: embed;
}

.club_news_list-detail__body ul > li {
  list-style-type: disc;
}

.club_news_list-detail__body ol > li {
  list-style-type: decimal;
}

.club_news_list-detail__body li {
  display: list-item;
}

.club_news_list-detail__body head {
  display: none;
}

.club_news_list-detail__body table {
  display: table;
}

.club_news_list-detail__body tr {
  display: table-row;
}

.club_news_list-detail__body thead {
  display: table-header-group;
}

.club_news_list-detail__body tbody {
  display: table-row-group;
}

.club_news_list-detail__body tfoot {
  display: table-footer-group;
}

.club_news_list-detail__body col {
  display: table-column;
}

.club_news_list-detail__body colgroup {
  display: table-column-group;
}

.club_news_list-detail__body td,
.club_news_list-detail__body th {
  display: table-cell;
}

.club_news_list-detail__body caption {
  display: table-caption;
}

.club_news_list-detail__body th {
  font-weight: bolder;
  text-align: center;
}

.club_news_list-detail__body caption {
  text-align: center;
}

.club_news_list-detail__body h1 {
  font-size: 2em;
  margin: .67em 0;
}

.club_news_list-detail__body h2 {
  font-size: 1.5em;
  margin: .75em 0;
}

.club_news_list-detail__body h3 {
  font-size: 1.17em;
  margin: .83em 0;
}

.club_news_list-detail__body h4,
.club_news_list-detail__body p,
.club_news_list-detail__body blockquote,
.club_news_list-detail__body ul,
.club_news_list-detail__body fieldset,
.club_news_list-detail__body form,
.club_news_list-detail__body ol,
.club_news_list-detail__body dl,
.club_news_list-detail__body dir,
.club_news_list-detail__body menu {
  margin: 1.12em 0;
}

.club_news_list-detail__body h4 {
  font-size: 1.1em;
}

.club_news_list-detail__body h5 {
  font-size: 1.05em;
  margin: 1.12em 0;
}

.club_news_list-detail__body h6 {
  font-size: 1em;
  margin: 1.12em 0;
}

.club_news_list-detail__body h1,
.club_news_list-detail__body h2,
.club_news_list-detail__body h3,
.club_news_list-detail__body h4,
.club_news_list-detail__body h5,
.club_news_list-detail__body h6,
.club_news_list-detail__body b,
.club_news_list-detail__body strong {
  font-weight: bolder;
  color: #2c318d;
}

.club_news_list-detail__body blockquote {
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #90919b;
  background-color: #f4f8f8;
}

.club_news_list-detail__body i,
.club_news_list-detail__body cite,
.club_news_list-detail__body em,
.club_news_list-detail__body var,
.club_news_list-detail__body address {
  font-style: italic;
}

.club_news_list-detail__body pre,
.club_news_list-detail__body tt,
.club_news_list-detail__body code,
.club_news_list-detail__body kbd,
.club_news_list-detail__body samp {
  font-family: monospace;
}

.club_news_list-detail__body pre {
  white-space: pre;
}

.club_news_list-detail__body button,
.club_news_list-detail__body textarea,
.club_news_list-detail__body input,
.club_news_list-detail__body select {
  display: inline-block;
}

.club_news_list-detail__body big {
  font-size: 1.17em;
}

.club_news_list-detail__body small,
.club_news_list-detail__body sub,
.club_news_list-detail__body sup {
  font-size: .83em;
}

.club_news_list-detail__body sub {
  vertical-align: sub;
}

.club_news_list-detail__body sup {
  vertical-align: super;
}

.club_news_list-detail__body table {
  border-spacing: 2px;
}

.club_news_list-detail__body thead,
.club_news_list-detail__body tbody,
.club_news_list-detail__body tfoot {
  vertical-align: middle;
}

.club_news_list-detail__body td,
.club_news_list-detail__body th,
.club_news_list-detail__body tr {
  vertical-align: inherit;
  border: 1px solid #90919b;
}

.club_news_list-detail__body th {
  background-color: #f4f8f8;
}

.club_news_list-detail__body td,
.club_news_list-detail__body th {
  padding: .5em 1em;
}

.club_news_list-detail__body s,
.club_news_list-detail__body strike,
.club_news_list-detail__body del {
  text-decoration: line-through;
}

.club_news_list-detail__body hr {
  border: 1px inset;
}

.club_news_list-detail__body ol,
.club_news_list-detail__body ul,
.club_news_list-detail__body dir,
.club_news_list-detail__body menu,
.club_news_list-detail__body dd {
  margin-left: 40px;
}

.club_news_list-detail__body ol {
  list-style-type: decimal;
}

.club_news_list-detail__body ol ul,
.club_news_list-detail__body ul ol,
.club_news_list-detail__body ul ul,
.club_news_list-detail__body ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.club_news_list-detail__body u,
.club_news_list-detail__body ins {
  text-decoration: underline;
}

.club_news_list-detail__body br:before {
  content: “\A”;
  white-space: pre-line;
}

.club_news_list-detail__body center {
  text-align: center;
}

.club_news_list-detail__body img {
  display: block;
  margin: 5rem auto;
}

.club_news_list-detail__body a {
  color: #2c318d;
  text-decoration: underline;
}

.club_news_list-detail__body a:hover {
  text-decoration: none;
}

@media screen and (min-width: 700.9999px) {
  .club_news_list-detail {
    padding-top: 30px;
  }
  .club_news_list-detail__wrap {
    padding-left: 190px;
    padding-right: 190px;
  }
  .club_news_list-detail__date {
    font-size: 18px;
  }
  .club_news_list-detail__tags {
    margin-left: -5px;
    font-size: 14px;
    margin-top: 15px;
  }
  .club_news_list-detail__tag {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
    margin-left: 5px;
    height: 24px;
  }
  .club_news_list-detail__tag.exam::before {
    -webkit-clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px) 0%, 100% 5px, 100% 100%, 0 100%, 0 0);
  }
  .club_news_list-detail__tag.exam::after {
    -webkit-clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
            clip-path: polygon(calc(100% - 5px - 1px) 0%, 100% calc(5px + 1px), 100% 100%, 0 100%, 0 0);
  }
  .club_news_list-detail__title {
    font-size: 24px;
    letter-spacing: 0;
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .club_news_list-detail__title > * {
    width: auto;
  }
  .club_news_list-detail__body {
    line-height: 2;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

/*　クラブニュース　footer
----------------------------------------------- */
.club_news_list__footer {
  margin-top: 17.56955vw;
}

@media screen and (min-width: 700.9999px) {
  .club_news_list__footer {
    margin-top: 95px;
  }
  .club_news_list__footer .footer-links__wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
  .club_news_list__footer .footer-links__item {
    width: 320px;
  }
}
/*# sourceMappingURL=club_news_list.css.map */