.member-page .page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member-page .page-navi li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .member-page .page-navi li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.member-page .page-navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  border: 3px solid #d1d1d1;
  padding-left: 2em;
  background: url(../images/membership/icon_arr.png) no-repeat left 0.8em center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 82px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 768px) {
  .member-page .page-navi li a {
    height: 72px;
    font-size: 1.4rem;
  }
}
.member-page .main-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .member-page .main-title {
    margin-top: 35px;
    font-size: 2rem;
  }
}

.member01 .reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1022px;
  margin: 0 auto;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .member01 .reward {
    display: block;
    margin-top: 30px;
  }
}
.member01 .reward .box {
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/membership/bg_member_01.png);
  background-position: center right 0;
  width: 329px;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .member01 .reward .box {
    width: 100%;
    height: 32vw;
    background-image: url(../images/membership/bg_member_01_sp.png);
    padding-left: 18%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .member01 .reward .box + .box {
    margin-top: 15px;
  }
}
.member01 .reward .box:nth-child(2) {
  background-image: url(../images/membership/bg_member_02.png);
}
@media screen and (max-width: 768px) {
  .member01 .reward .box:nth-child(2) {
    background-image: url(../images/membership/bg_member_02_sp.png);
  }
}
.member01 .reward .box:nth-child(3) {
  background-image: url(../images/membership/bg_member_03.png);
}
@media screen and (max-width: 768px) {
  .member01 .reward .box:nth-child(3) {
    background-image: url(../images/membership/bg_member_03_sp.png);
  }
}
.member01 .reward .box p {
  margin: 0;
  font-size: 2.1rem;
  padding-top: 55px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .member01 .reward .box p {
    padding-top: 0;
    font-size: 1.8rem;
  }
}

section + section {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  section + section {
    margin-top: 60px;
  }
}

.register-btn {
  width: 490px;
  margin: 45px auto 0;
}
@media screen and (max-width: 768px) {
  .register-btn {
    width: 100%;
    margin-top: 30px;
  }
}
.register-btn a,
.register-btn span {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 74px;
  font-weight: bold;
  background: #000;
}
@media screen and (max-width: 768px) {
  .register-btn a,
.register-btn span {
    font-size: 1.8rem;
    line-height: 5.4rem;
  }
}
.register-btn a:hover,
.register-btn span:hover {
  background: #828282;
}

.member-title {
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/membership/bg_title_border.png) no-repeat center bottom 0;
  margin-bottom: 30px;
}
.member-title span {
  font-size: 2.8rem;
  font-weight: bold;
  color: #3163d1;
}
@media screen and (max-width: 768px) {
  .member-title span {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.bold-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.7;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .bold-text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.note {
  text-indent: -1em;
  padding-left: 1em;
  max-width: 950px;
  margin: 0 auto;
}
.note p {
  margin: 0;
}
.note .indent {
  text-indent: -5em;
  padding-left: 5em;
  margin: 0;
}
.note + .note {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .note + .note {
    margin-top: 40px;
  }
}

.bold {
  font-weight: bold;
}

.border-title {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .border-title {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.border-title span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  border: #acd5b5 3px solid;
  line-height: 44px;
}

.member02 .border-title span {
  width: 235px;
}

.stage-table {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  border: 1px solid #b8b8b8;
}
@media screen and (max-width: 768px) {
  .stage-table {
    display: block;
    border: none;
  }
}
.stage-table .col {
  width: 16.5%;
  margin: 0;
  border-left: 1px solid #b8b8b8;
}
@media screen and (max-width: 768px) {
  .stage-table .col {
    width: 100%;
  }
  .stage-table .col + .col {
    margin-top: 20px;
    border: 1px solid #b8b8b8;
  }
}
.stage-table .col:nth-child(1) {
  width: 17.5%;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .stage-table .col:nth-child(1) {
    display: none;
  }
}
.stage-table .col:nth-child(1) dt {
  background: #f8f7f5;
}
.stage-table .col:nth-child(1) dd {
  background: #f8f7f5;
  font-weight: bold;
}
.stage-table .col:nth-child(2) dt {
  background: #d4e9c2;
}
.stage-table .col:nth-child(3) dt {
  background: #efd3af;
}
.stage-table .col:nth-child(3) dt span::before {
  background: url(../images/membership/icon_stage04.svg) no-repeat center center/contain;
}
.stage-table .col:nth-child(4) dt {
  background: #e2dddd;
}
.stage-table .col:nth-child(5) dt {
  background: #f9e89d;
}
.stage-table .col:nth-child(5) dt span::before {
  background: url(../images/membership/icon_stage02.svg) no-repeat center center/contain;
}
.stage-table .col:nth-child(6) dt {
  background: #c7e2f6;
}
.stage-table .col:nth-child(6) dt span::before {
  background: url(../images/membership/icon_stage03.svg) no-repeat center center/contain;
}
.stage-table .col dt {
  line-height: 68px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .stage-table .col dt {
    line-height: 50px;
  }
}
.stage-table .col dt span {
  position: relative;
  padding-right: 46px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .stage-table .col dt span {
    padding-right: 30px;
  }
}
.stage-table .col dt span::before {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 36px;
  height: 34px;
  background: url(../images/membership/icon_stage01.svg) no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .stage-table .col dt span::before {
    width: 24px;
    height: 23px;
  }
}
.stage-table .col dd {
  margin: 0;
  text-align: center;
  height: 68px;
  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;
  border-top: 1px solid #b8b8b8;
}
@media screen and (max-width: 768px) {
  .stage-table .col dd {
    height: auto;
  }
  .stage-table .col dd > div {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 68px;
  }
  .stage-table .col dd > div + div {
    width: 54%;
  }
  .stage-table .col dd > div:nth-child(1) {
    border-right: 1px solid #b8b8b8;
    font-weight: bold;
    width: 46%;
  }
}
.stage-table .col dd:nth-child(2) {
  height: 54px;
  background: #757373;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .stage-table .col dd:nth-child(2) {
    height: 40px;
  }
}
.stage-table .col dd span {
  font-size: 2.4rem;
  font-weight: bold;
}
.stage-table .col dd .red {
  color: #c8503d;
}

.member03 .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .member03 .text {
    text-align: left;
  }
}
.member03 .border-title span {
  width: 160px;
}
.member03 .img {
  text-align: center;
}
.member03 .img img {
  max-width: 957px;
  margin: 0 auto;
  width: 100%;
}
.member03 .register-btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .member03 .register-btn {
    margin-top: 25px;
  }
}

.member04 .text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .member04 .text {
    text-align: left;
  }
}
.member04 .register-btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .member04 .register-btn {
    margin-top: 30px;
  }
}
.member04 .panel {
  max-width: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
  .member04 .panel {
    display: block;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .member04 .panel .box {
    text-align: center;
  }
  .member04 .panel .box + .box {
    margin-top: 15px;
  }
}
.member04 .panel .box p {
  margin: 0;
  padding-left: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .member04 .panel .box p {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}
.member04 .panel .red-border-box {
  position: absolute;
  bottom: 0;
  left: 0.8em;
  border: 3px solid #c8503d;
  padding: 22px;
  width: 574px;
}
@media screen and (max-width: 768px) {
  .member04 .panel .red-border-box {
    width: 100%;
    padding: 20px;
    position: static;
    margin-top: 20px;
  }
}
.member04 .panel .red-border-box li {
  text-indent: -38px;
  padding-left: 38px;
}
.member04 .panel .red-border-box li span {
  width: 28px;
  line-height: 28px;
  background: #c8503d;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  text-indent: 0;
}
.member04 .panel .red-border-box li + li {
  margin-top: 15px;
}