.thanks__contents {
  background: #f2fafc;
  padding: clamp(20px, 3.8vw, 50px) 0 clamp(40px, 7.6vw, 60px);
}
.thanks__contents__inner {
  background: #fff;
  border-radius: 15px;
  border: 2px solid var(--green);
  padding: clamp(30px, 5.7vw, 50px) clamp(22px, 4.2vw, 30px)
    clamp(50px, 9.5vw, 80px);
  text-align: center;
}
.thanks__contents__inner h2 {
  font-weight: bold;
  color: var(--green);
  font-size: clamp(1.8rem, 3.4vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0.001em;
  margin-bottom: clamp(20px, 3.8vw, 40px);
}
.thanks__contents__inner h3 {
  position: relative;
  font-weight: bold;
  color: var(--green);
  font-size: clamp(1.6rem, 3.4vw, 1.8rem);
  line-height: 1.375;
  letter-spacing: 1.26px;
  padding: clamp(7px, 1.3vw, 10px) 8% clamp(7px, 1.3vw, 10px);
  background: #f2fafc;
  border-radius: 15px;
  margin-bottom: clamp(20px, 3vw, 40px);
  margin-top: 20px;
  overflow: hidden;
}
.thanks__contents__inner h3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--green);
}
.thanks__contents__inner p {
  font-size: clamp(1.2rem, 2.3vw, 1.6rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.thanks__contents__inner a {
  display: inline;
  font-weight: bold;
  color: var(--green);
  text-decoration: underline;
}
.thanks__contents__inner img {
  max-width: 495px;
  margin: 20px auto 0;
}
.thanks__contents__inner .thanks__contents__inner__editor__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  color: #fff;
  background: var(--green);
  font-size: clamp(1.8rem, 3.4vw, 2rem);
  letter-spacing: 0.04em;
  padding: 22px 0;
  line-height: 1.33;
  text-align: center;
  border-radius: 35px;
  text-decoration: none;
  margin: 20px auto 20px;
}
.thanks__contents__inner__editor__button::after {
  content: "";
  position: absolute;
  right: 6%;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.thanks__contents__inner hr {
  color: #dddddd;
}
.thanks__contents__inner__editor__back {
  text-align: center;
  display: block !important;
}

.thanks .footer__copyright {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .thanks__contents__inner .thanks__contents__inner__editor__button {
    padding: 11px clamp(3em, 12vw, 5.5em);
  }
}
@media screen and (max-width: 520px) {
  .thanks__contents__inner p {
    letter-spacing: 0.05em;
    text-align: left;
  }
  .thanks__contents__inner__editor__button::after {
    right: 7%;
  }
}
