@charset "UTF-8";
/* ===============================
  お申し込みが完了しました
=============================== */
.completed__container {
  padding-bottom: min(120px, 8.3333333333vw);
}
@media (max-width: 767px) {
  .completed__container {
    padding-bottom: min(80px, 21.3333333333vw);
  }
}

.completed__message {
  font-size: min(1rem, 1.2vw);
  font-weight: 400;
  line-height: 1.8;
  list-style-position: 0.04em;
  text-align: center;
}
@media (max-width: 767px) {
  .completed__message {
    font-size: min(0.875rem, 3.7333333333vw);
    text-align: left;
  }
}

.completed__banner {
  margin: 3.3333333333% auto 0;
  width: 95%;
}
@media (max-width: 767px) {
  .completed__banner {
    margin-top: 20%;
    width: 109%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.completed__button {
  margin-top: 3.3333333333%;
  text-align: center;
}
@media (max-width: 767px) {
  .completed__button {
    margin-top: 11.9402985075%;
  }
}
/*# sourceMappingURL=completed.css.map */