@charset "UTF-8";
.section__table.-member {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (width <= 767px) {
  .section__table.-member {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.section__table.-member br.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .section__table.-member br.-sp {
    display: block;
  }
}
.section__table.-member thead tr th {
  width: 20%;
  text-align: center;
}
@media screen and (width <= 767px) {
  .section__table.-member thead tr th {
    padding: 1rem;
  }
}
.section__table.-member thead tr th.-strong {
  padding-top: 0;
  background-color: #DE6E6B;
  border-top: 2rem solid #DE6E6B;
  border-left: 0.3rem solid #DE6E6B;
  border-right: 0.3rem solid #DE6E6B;
  color: #fff;
  font-size: 1.9rem;
}
@media screen and (width <= 767px) {
  .section__table.-member thead tr th.-strong {
    padding-inline: 0;
    border-top: 1rem solid #DE6E6B;
    font-size: 1.5rem;
  }
}
.section__table.-member tbody tr th {
  width: auto;
  background-color: #fff;
  border-right: 0.1rem dashed #8A8A8A;
}
.section__table.-member tbody tr th + th {
  border-left: none;
}
.section__table.-member tbody tr td {
  text-align: center;
}
@media screen and (width <= 767px) {
  .section__table.-member tbody tr td {
    padding: 0;
  }
}
.section__table.-member tbody tr td.-strong {
  background-color: #FCF0F0;
  border-left: 0.3rem solid #DE6E6B;
  border-right: 0.3rem solid #DE6E6B;
}
.section__table.-member tbody tr td.-bold {
  font-weight: 700;
}
.section__table.-member tbody tr.-blue th {
  background-color: #DEE8E6;
}
.section__table.-member tbody tr.-blue td {
  background-color: #E5F1F7;
}
.section__table.-member tbody tr.-blue td.-strong {
  background-color: #E2E3E7;
}
.section__table.-member tbody tr:last-of-type td.-strong {
  border-bottom: 0.3rem solid #DE6E6B;
}

.member-table__note {
  margin-top: 9.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.member-table__note__list {
  margin-bottom: 2rem;
}
.member-table__note__list dt {
  font-weight: 400;
}
.member-table__note__list dd > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.member-table__note__list dd > ul li::before {
  content: "・";
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section__block__title {
  margin-top: 7rem;
}

.member__type {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (width <= 767px) {
  .member__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.member__type br.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .member__type br.-sp {
    display: block;
  }
}
.member__type__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 2rem;
  border-width: 0.6rem;
  overflow: hidden;
}
.member__type__content dt {
  min-height: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (width <= 767px) {
  .member__type__content dt {
    font-size: 2rem;
  }
}
.member__type__content dd {
  padding: 1.5rem 2rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (width <= 767px) {
  .member__type__content dd {
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
.member__type__content.-regular {
  width: 32.94%;
  border-color: #DE6E6B;
}
@media screen and (width <= 767px) {
  .member__type__content.-regular {
    width: 100%;
  }
}
.member__type__content.-regular dt {
  background-color: #DE6E6B;
  color: #fff;
}
.member__type__content.-regular dd {
  background-color: #FCF0F0;
}
.member__type__content.-regular .dotted__list__item::before {
  background-color: #DE6E6B;
}
.member__type__content.-associate {
  width: 21.42%;
  border-color: #DEF2FD;
}
@media screen and (width <= 767px) {
  .member__type__content.-associate {
    width: 100%;
  }
}
.member__type__content.-associate dt {
  background-color: #DEF2FD;
  color: #86ADF9;
}
.member__type__content.-associate .dotted__list__item::before {
  background-color: #86ADF9;
}
.member__type__content.-test {
  width: 21.42%;
  border-color: #F8F5D2;
}
@media screen and (width <= 767px) {
  .member__type__content.-test {
    width: 100%;
  }
}
.member__type__content.-test dt {
  background-color: #F8F5D2;
  color: #E5B84F;
}
.member__type__content.-test .dotted__list__item::before {
  background-color: #E5B84F;
}
.member__type__content.-general {
  width: 16.96%;
  border-color: #E6E6E6;
}
@media screen and (width <= 767px) {
  .member__type__content.-general {
    width: 100%;
  }
}
.member__type__content.-general dt {
  background-color: #E6E6E6;
  color: #8A8A8A;
}
.member__type__content.-general .dotted__list__item::before {
  background-color: #8A8A8A;
}
.member__type.-mypage .member__type__content dt {
  min-height: 9rem;
}
.member__type.-mypage .member__type__content.-regular {
  width: 60.71%;
}
@media screen and (width <= 767px) {
  .member__type.-mypage .member__type__content.-regular {
    width: 100%;
  }
}
.member__type.-mypage .member__type__content.-associate {
  width: 35.71%;
}
@media screen and (width <= 767px) {
  .member__type.-mypage .member__type__content.-associate {
    width: 100%;
  }
}
.member__type.-mypage .member__type__content.-associate dt {
  font-size: 2rem;
}
.member__type.-mypage .dotted__list:has(+ .dotted__list.-small) {
  margin-bottom: 0.6rem;
}
.member__type.-mypage .dotted__list.-small {
  font-size: 1.5rem;
  padding-left: 2rem;
}
@media screen and (width <= 767px) {
  .member__type.-mypage .dotted__list.-small {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.member__type.-mypage .dotted__list.-small .dotted__list__item {
  gap: 0.5rem;
}
.member__type.-mypage .dotted__list.-small .dotted__list__item::before {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
}
.member__type + .btn__link {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .member__type + .btn__link .btn--color.-red.-pc {
    display: none;
  }
}
.member__type + .btn__link .btn--color.-red.-sp {
  display: none;
}
@media screen and (width <= 767px) {
  .member__type + .btn__link .btn--color.-red.-sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (width <= 767px) {
  .section__box--color {
    padding: 2.5rem;
  }
  .section__box--color p {
    text-align: left;
  }
  .section__box--color br.-pc {
    display: none;
  }
}
.section__box--color .btn--color + p {
  margin-top: 4rem;
}
.section__box--color .arrow__link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}