div > ul > li > a {
  background: none;
}

.point img {
  max-width: 100%;
}

.txt-large {
  font-size: 2rem;
  line-height: 1.5;
}
.pc .txt-large {
  font-size: 3rem;
  line-height: 1.75;
}

.align-center {
  text-align: center;
}

.point-rate {
  margin: 20px auto;
  width: 80%;
}
pc .point-rate {
  width: 545px;
}

.save-more,
.point-regist {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  margin: 40px auto;
}
.pc .save-more,
.pc .point-regist {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0;
}
.save-more li,
.point-regist li {
  flex-basis: auto;
  padding: 10px;
  border-bottom: 2px solid #882837;
}
.pc .save-more li,
.pc .point-regist li {
  border: none;
}
.save-more li:last-child,
.point-regist li:last-child {
  border-bottom: none;
}
.pc .save-more li,
.pc .point-regist li {
  flex-basis: 247px;
  padding: 0 20px;
}

.save-more {
  margin-top: 0;
}

.page-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px auto;
}
.page-link a {
  display: inline-block;
  position: relative;
  border: 1px solid #A3A3A3;
  text-align: center;
  padding: 6px 22px 6px 10px;
  background-color: #fff;
}
.page-link a::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: auto;
  top: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-arrow-r.svg);
  background-size: contain;
  text-align: center;
}

.pc .page-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto;
  text-align: center;
}
.pc .page-link a {
  display: inline-block;
  width: 200px;
  position: relative;
  border: 1px solid #A3A3A3;
  text-align: center;
  padding: 6px 0;
  background-color: #fff;
}
.pc .page-link a::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: auto;
  top: auto;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-arrow-r.svg);
  background-size: contain;
  text-align: center;
}

.point-exchange {
  background-color: #fff;
  padding: 20px 0 40px;
  margin: 40px auto;
}

.point-exchange-btn {
  display: flex;
  width: 20px auto;
  justify-content: center;
  margin-top: 20px;
}
.point-exchange-btn li {
  flex-basis: 200px;
  margin: auto 20px;
}
.point-exchange-btn li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  background-color: #882837;
  color: #fff;
  line-height: 1;
  border-radius: 20px;
}

#exchange .point-link {
  margin: 20px auto;
}
#exchange .point-link ul {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.pc #exchange .point-link ul {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#exchange .point-link ul li {
  flex-basis: 22%;
  padding: 10px 10px;
  background: #fff;
  border-radius: 30px;
  color: #4382FF;
}
#exchange .point-link ul li:nth-child(1) {
  color: #FF6B6B;
}
#exchange .point-link ul li:nth-child(2) {
  color: #0074AE;
}
#exchange .point-link ul li:nth-child(3) {
  color: #A03BA3;
}
#exchange .point-link ul li:nth-child(4) {
  color: #DAA900;
}
#exchange .point-link ul li:nth-child(5) {
  color: #00A6BA;
}
#exchange .point-link ul li:nth-child(6) {
  color: #FF8533;
}
#exchange .point-link ul li a {
  color: inherit;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
}
#exchange .wrap-point-item {
  background-color: #fff;
  padding: 20px 10px;
}
#exchange .point-item {
  padding: 20px 0;
}
#exchange .point-item figure {
  margin: 0;
}
#exchange .point-item-list {
  margin-top: 20px;
  border-bottom: 1px solid #333333;
}
#exchange .point-item-list ul {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
#exchange .point-item-list li {
  flex-basis: calc(48% - 10px);
  padding: 5px;
  background: #fff;
  margin-bottom: 20px;
}
.pc #exchange .point-item-list li {
  flex-basis: calc(19% - 10px);
}

.tab .seurat {
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  background: #fff;
  border-radius: 30px;
  color: #4382FF;
  border: 2px solid #4382FF;
  padding: 10px 20px;
}
.tab .seurat a {
  text-align: center;
}
#point-item-p50 .tab .seurat {
  border-color: #FF6B6B;
  color: #FF6B6B;
}
#point-item-p100 .tab .seurat {
  border-color: #0074AE;
  color: #0074AE;
}
#point-item-p300 .tab .seurat {
  border-color: #A03BA3;
  color: #A03BA3;
}
#point-item-p450 .tab .seurat {
  border-color: #DAA900;
  color: #DAA900;
}
#point-item-p600 .tab .seurat {
  border-color: #00A6BA;
  color: #00A6BA;
}
#point-item-p800 .tab .seurat {
  border-color: #FF8533;
  color: #FF8533;
}/*# sourceMappingURL=jmsys-point.css.map */