.sp-offer {
  max-width: 80rem;
  margin: 5rem auto 0;
  border-radius: 0.4rem;
  background: #fff;
  padding-bottom: 5rem;
  border: solid #d6d6d6 1px;
  overflow: hidden;
}

.sp-offer .c-btn {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.sp-offer__mv img {
  scale: 1.002;
}
.sp-offer__mv {
  overflow: hidden;
}
.taisyosyohin {
  width: 9.2rem !important;
}

.sp-offer__lead {
  text-align: center;
  padding: 4rem 0 2.4rem;
}

.sp-offer__content .txt1 {
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.sp-offer__content .txt2 {
  line-height: 3rem;
}

.sp-offer__content .tit1 {
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

.sp-offer__input {
  max-width: 51rem;
  margin: 0 auto 4rem;
}

.sp-offer__input-label {
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.sp-offer__input-passwdfield {
  width: 100%;
  height: 5rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 1em;
}

.sp-offer__input-memo {
  margin-top: 0.8rem;
  text-align: center;
  margin-bottom: 4rem;
}

.sp-offer__input-link {
  color: #2086df;
  text-align: center;
  text-decoration: underline;
  width: fit-content;
  display: block;
  margin: 0.8rem auto 0;
  font-size: 1.4rem;
}

.error .sp-offer__input-label {
  color: #f3036c;
}

.error .sp-offer__input-passwdfield {
  border-color: #f3036c;
}

@media (max-width: 768px) {
  .sp-offer {
    margin: 0 auto 0;
    padding-bottom: 5.6rem;
  }
  .sp-offer__lead {
    text-align: center;
    padding: 2.4rem 0;
  }
  .sp-offer__content {
    padding: 0 1.6rem;
  }
  .sp-offer__content .txt1 {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .sp-offer__content .txt2 {
    font-size: 1.3rem;
    line-height: 2.4rem;
  }
  .sp-offer__content .tit1 {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }

  .sp-offer__input {
    max-width: 51rem;
    margin: 0 auto 4rem;
  }

  .sp-offer__input-label {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    margin-bottom: 0.8rem;
  }
  .sp-offer__input-memo {
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 3.2rem;
  }
  .sp-offer__input-link {
    margin: 1.6rem auto 0;
    font-size: 1.2rem;
  }
}
