.contents {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contents .en1 {
  /* font-family: 'Pistara', sans-serif;
  letter-spacing:2px; */
}

.contents .en2 {
  /* font-family: 'Pistara', sans-serif;
  letter-spacing:5px; */
  font-weight: 500;
}

.contents h2 {
  font-size: 46px;
  font-weight: 400;
  /* letter-spacing:5px; */
  position: relative;
  margin-bottom: 1rem;
}

@media screen and (max-width: 719px) {
  .contents h2 {
    font-size: 36px;
  }
}
.contents h2:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  top: 50%;
  background: #1a1a1a;
  right: 0;
}

.contents h2.setp:after {
  width: 30%;
}

.contents h3 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 719px) {
  .contents h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
.contents h3 sup {
  font-size: 40%;
}

.contents .block1 {
  margin-bottom: 3rem;
}

.contents sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  /* top: -0.1em; */
}

.contents p span.small {
  font-size: 80%;
  letter-spacing: 0;
}

.contents .pointbox {
  margin-bottom: 4rem;
}
.contents .pointbox:last-child {
  margin-bottom: 0;
}

.contents .point {
  background: #b6a476;
  color: #fff;
  display: block;
  width: 195px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  font-size: 29px;
  border-radius: 0 2rem 2rem 0/0 2rem 2rem 0;
  margin-bottom: 2rem;
  position: relative;
  /*left:-40px;*/
}

@media screen and (max-width: 719px) {
  .contents .point {
    font-size: 24px;
  }
}
.contents .point .en1 {
  font-weight: 500;
}

.contents .pointbox p {
  margin-bottom: 2rem;
}

.contents .point_img {
  margin-bottom: 2rem;
}

.contents .pointbox p.gold {
  color: #b6a476;
  font-size: 26px;
}

.contents .pointbox h5 {
  background: #c9cac4;
  font-size: 24px;
  padding: 1rem 40px;
  color: #fff;
  position: relative;
  width: calc(100% + 80px);
  left: -40px;
}

.contents .pointbox .img {
  width: 60%;
}

.contents h3 .orange1 {
  display: block;
  color: #ea5117;
  font-size: 80%;
}

.contents h3 .green1 {
  display: block;
  color: #004f36;
  font-size: 80%;
}

.contents h3 .orange2 {
  color: #f7af00;
}

.contents h3 .pink1 {
  color: #d70051;
}

.contents p.note {
  font-size: 80%;
  display: inline-block;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0;
}

.keyblock h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 719px) {
.keyblock h3 {
  font-size: 20px;
}
}
.keyblock.pink h3 {
  border-bottom: 2px solid #e59edd;
}
.keyblock.green h3 {
  border-bottom: 2px solid #81bec7;
}
.keyblock.purple h3 {
  border-bottom: 2px solid #bba4e2;
}
.keyblock.yellow h3 {
  border-bottom: 2px solid #ffe000;
}
.keyblock-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3.5%;
  margin-bottom: 30px;
}
@media screen and (max-width: 719px) {
.keyblock-list {
  gap: 20px;
  margin-bottom: 20px;
}
}
.keyblock-list dl {
  width: 31%;
}
@media screen and (max-width: 719px) {
.keyblock-list dl {
  width: 100%;
}
}
.keyblock-list dl dt {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 100px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 719px) {
.keyblock-list dl dt {
  font-size: 18px;
  height: auto;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
}
.keyblock-list dl dt sup {
  font-size: 60%;
}
.keyblock.pink .keyblock-list dl dt {
  background: #e59edd;
}
.keyblock.green .keyblock-list dl dt {
  background: #81bec7;
}
.keyblock.purple .keyblock-list dl dt {
  background: #bba4e2;
}
.keyblock.yellow .keyblock-list dl dt {
  background: #ffe000;
}

.strength-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
  margin-bottom: 20px;
}
.strength-list li {
  font-size: 20px;
  font-weight: 700;
  width: 32%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 719px) {
.strength-list li {
  font-size: 18px;
  width: 100%;
  height: auto;
  padding: 10px 0;
}
}
.strength-list li:last-child {
  margin-bottom: 0;
}
.strength-list li strong {
  font-size: 28px;
}
.strength-txt strong {
  font-weight: 700;
}
.strength-list.pink li {
  border: 2px solid #e59edd;
}
.strength-list.pink li strong {
  color: #e59edd;
}
.strength-list.green li {
  border: 2px solid #81bec7;
}
.strength-list.green li strong {
  color: #81bec7;
}
.strength-list.purple li {
  border: 2px solid #bba4e2;
}
.strength-list.purple li strong {
  color: #bba4e2;
}
.strength-list.yellow li {
  border: 2px solid #ffe000;
}
.strength-list.yellow li strong {
  color: #ffe000;
}

.free-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 470px;
  gap: 0 10px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 719px) {
.free-list {
  max-width: 320px;
  margin: 0 auto 20px;
}
}
.free-list li {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  /* border: 1px solid #d9d9d9; */
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.free-list.pink li {
  background: #e59edd;
}
.free-list.green li {
  background: #81bec7;
}
.free-list.purple li {
  background: #bba4e2;
}
.free-list.yellow li {
  background: #ffe000;
}
@media screen and (max-width: 719px) {
.free-list li {
  font-size: 16px;
  width: 100px;
  height: 100px;
}
}
.free-list li:nth-child(4) {
  margin-left: 85px;
}
@media screen and (max-width: 719px) {
.free-list li:nth-child(4) {
  margin-left: 55px;
}
}
.free-list li::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.free-list li span {
  padding: 3px;
}
.free-list.pink li span {
  background: #e59edd;
}
.free-list.green li span {
  background: #81bec7;
}
.free-list.purple li span {
  background: #bba4e2;
}
.free-list.yellow li span {
  background: #ffe000;
}

.point-list {
  margin-bottom: 30px;
}
.point-list li {
  font-size: 26px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 719px) {
.point-list li {
  font-size: 20px;
  padding: 10px 0;
}
}
.point-list li:last-child {
  margin-bottom: 0;
}
.point-list.pink li {
  color: #e59edd;
  border: 2px solid #e59edd;
}
.point-list.green li {
  color: #81bec7;
  border: 2px solid #81bec7;
}
.point-list.purple li {
  color: #bba4e2;
  border: 2px solid #bba4e2;
}
.point-list.yellow li {
  color: #ffe000;
  border: 2px solid #ffe000;
}