/* 登録完了 */
.cta-thanks {
  color: #fff;
  margin: 24px 0;
}

.cta-thanks p {
  font-family: var(--swl-font_family);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.cta-thanks p a {
  display: block;
  text-align: center;
  text-decoration-line: underline;
  color: #fff;
}

.cta-thanks-mail {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.cta-thanks-mail:hover {
  opacity: 0.7;
}

.cta-thanks .btn_main .btn_inner {
  background-color: #fff;
  color: var(--color_cta);
  border: 2px solid;
  width: 100%;
  border-radius: 8px;
}