.p-lp {
  max-width: 950px;
  margin: 0 auto;
}

.p-lp__login .login-section__contents .login-form {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.c-contents-body {
  width: 100%!important;
}

.exchange {
  max-width: 750px;
  margin: 0 auto;
  background: #f6e4eb;
}

.exchange__heading {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #BE4576;
  text-align: center;
  padding: 25px;
}

.exchange__card {
  border-radius: 30px;
  padding: 20px;
  margin: 0 20px 40px;
  background: #fff;
}

.exchange__thumb img {
  width: 100%; 
  padding-bottom:10px;
}
.exchange__name {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #1b1b1b;
}

.exchange__lead {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 25px;
  padding: 10px 0;
  font-weight: bold;
  color: #924444;
}

.exchange__desc {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 25px;
  font-weight: normal; /* Regular */
  color: #1b1b1b;
}

.exchange__link {
  color:#d76492;
  font-size: 18px;
  line-height: 2;
  display: block;
  text-align: right;
  margin: 24px;
}


.exchange__btn img {
  margin:10px auto 0;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
  padding: 28px 32px 40px;
  background: #FEFEF4;
}
@media (max-width: 600px) {
  .grid { gap: 16px; padding: 20px; }
}

.point-card-container {
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 20px 40px;
  background: #FEFEF4 !important;
  justify-content: center;
}
.point-card {
  border: 3px solid #BE4676;
  border-radius: 30px;
  padding: 24px 32px;
  text-align: center;
  width: 750px;
  background: #fff;
  margin: 0 auto;
}

.point-card__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 2px dotted #BE4676;
}

.point-card__icon {
 width: 60px; 
}

.point-card__title {
  font-size: 35px;
  color: #1b1b1b;
  margin: 0;
}

.point-card__value {
  color: #BE4676;
  margin: 16px 0 0;
}

.point-card__num {
  font-size: 100px;
}

.point-card__unit {
  font-size: 48px;
}

.point-card__note {
  font-size: 18px;
  color: #808080;
  margin: 4px 0 0;
}

.see-more-area {
 text-align: center;
  background: #FEFEF4;
  padding-top: 20px;
}

.see-more {
  position: relative;
  display: inline-block;
  padding: 0 1.4em;
  color: #BE4576;
  font-weight: bold;
  font-size: 25px;
}

.see-more::before,
.see-more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 16px 0 16px;   /* 下向き三角 ▼ */
  border-color: #BE4576 transparent transparent transparent;
}

.see-more::before {
  left: -5px;
}

.see-more::after {
  right: -5px;
}

.pagetop__link {
  color:#d76492;
  background: #FEFEF4;
  font-size: 18px;
  line-height: 2;
  display: block;
  text-align: center;
}
@media (max-width: 769px) {
  .exchange__card {
   margin: 0 20px 30px;
  }
  .exchange__heading {
   font-size: 24px;
  }
  .exchange__name {
    font-size: 19px;
  }
  .exchange__lead {
    font-size: 13px;
  }
  .exchange__desc {
    font-size: 13px;
  }
  .exchange__link {
    font-size: 13px;
  }
  .see-more {
    font-size: 18px;
  }
  .see-more::before, .see-more::after {
   border-width: 20px 12px 0 12px;
  }
  .pagetop__link {
    font-size: 13px;
  }
  .point-card__title {
    font-size: 18px;
}
.point-card__num {
    font-size: 70px;
}
.point-card__note {
    font-size: 14px;
}
}