.pay {
  margin-top: 60px;
  margin-bottom: 125px;
}

.pay-title {
  margin-bottom: 70px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .pay-title {
    margin-bottom: 35px;
  }
}

.pay-title h1 {
  margin-bottom: 15px;
  font-size: 2em;
}

.pay-section {
  margin-bottom: 100px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .pay-section {
    margin-bottom: 75px;
  }
}

.pay-section h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.667em;
}

.pay-section h2 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.pay-section h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.pay-table {
  width: 100%;
  word-break: break-all;
}

.pay-table th,
.pay-table td {
  border: 1px solid #ebebeb;
  padding: 10px;
}

.pay-table th img,
.pay-table td img {
  max-width: 100%;
}

.pay-table th {
  background-color: #f8f8f8;
}

.table-list {
  padding-left: 20px;
}

.pay-note {
  margin-top: 24px;
  color: #ff0000;
}

.point-title {
  margin-bottom: 65px;
  text-align: center;
}

.point-title h1 {
  font-size: 2em;
}

.pay-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}

@media screen and (max-width: 479px) {
  .pay-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.about-item {
  width: 33.33333333%;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .about-item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.about-item__container {
  background: #ddc499;
  border-radius: 4px;
  padding: 20px;
}

@media screen and (max-width: 479px) {
  .about-item__container {
    padding-bottom: 34px;
  }
}

.about-item__container dt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
  .about-item__container dt {
    font-size: 18px;
  }
}

.about-item__container dd {
  font-size: 14px;
  text-align: center;
  margin: 0;
}

.point-info {
  margin-bottom: 35px;
  padding: 0 15px;
}

.point-rule {
  margin-bottom: 75px;
  padding: 30px 15px 35px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
  .point-rule {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .point-rule {
    margin-bottom: 20px;
  }
}

.point-rule__title {
  margin-bottom: 20px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.point-rule ul {
  margin-bottom: 35px;
  padding-left: 20px;
}

.point-rank h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 1.667em;
}

.point-rank h2 span {
  background: #ffffff;
  display: inline-block;
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  z-index: 5;
}

.point-rank h2::after {
  background: #ebebeb;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}

.rank-list {
  margin-bottom: 35px;
  padding: 30px 15px 35px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 479px) {
  .rank-list {
    margin-bottom: 10px;
  }
}

.rank-list__title {
  margin-bottom: 20px;
  font-size: 1.231em;
  font-weight: 600;
  line-height: 1.2;
}

.rank-list ul {
  padding-left: 20px;
}

.rank-list ul + p {
  margin-top: 35px;
}

.rank-note {
  margin-bottom: 35px;
  padding-left: 15px;
}

.member-btnarea {
  margin-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .member-btnarea {
    margin-bottom: 45px;
  }
}
