.form-confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-confirm__title {
  margin: 14.35vw 0 0 0;
  color: #ff166a;
  font-weight: 700;
  font-size: 2.93vw;
  text-align: center;
}

@media (max-width: 896px) {
  .form-confirm__title {
    margin: 32.05vw 0 0 0;
    font-size: 7.69vw;
  }
}

.form-confirm__title__cancel {
  position: relative;
  top: -0.3vw;
  font-size: 1.32vw;
}

@media (max-width: 896px) {
  .form-confirm__title__cancel {
    top: 0;
    font-size: 4.1vw;
  }
}

.form-confirm__seminar {
  margin: 2.93vw 0 0 0;
  font-weight: 700;
  font-size: 1.46vw;
}

@media (max-width: 896px) {
  .form-confirm__seminar {
    margin: 10.77vw 0 0 0;
    width: 84.62vw;
    text-align: center;
    font-size: 5.11vw;
    line-height: 1.67em;
  }
}

.form-confirm__note {
  margin: 0.88vw 0 0 0;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .form-confirm__note {
    margin: 5.13vw 0 0 0;
    font-size: 4.10vw;
    text-align: center;
    line-height: 2em;
  }
}

.form-confirm__main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-confirm__main__white-box {
  margin: 4.39vw 0 0 0;
  padding: 0 0 5.86vw 0;
  width: 82vw;
  background: #fff;
  border-radius: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 896px) {
  .form-confirm__main__white-box {
    margin: 7.69vw 0 0 0;
    padding: 10.33vw 0 10.38vw 0;
    width: 89.74vw;
    border-radius: 8vw;
  }
}

.form-confirm__main__white-box__row {
  width: 74.67vw;
  padding: 2.2vw 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
}

@media (max-width: 896px) {
  .form-confirm__main__white-box__row {
    display: block;
    position: relative;
    width: 74.67vw;
    padding: 5.33vw 0;
  }
}

.form-confirm__main__white-box__row__label {
  width: 18.08vw;
  color: #222;
  font-weight: 500;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .form-confirm__main__white-box__row__label {
    width: 100%;
    font-size: 4.10vw;
  }
}

.form-confirm__main__white-box__row__hissu {
  width: 3.22vw;
  height: 1.76vw;
  background: #ff166a;
  color: #fff;
  font-weight: 500;
  font-size: 1.02vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 896px) {
  .form-confirm__main__white-box__row__hissu {
    width: 11.28vw;
    height: 6.15vw;
    font-size: 3.57vw;
    position: absolute;
    right: 0;
    top: 5.5vw;
  }
}

.form-confirm__main__white-box__row__input {
  margin: 0 0 0 4.39vw;
  font-size: 1.17vw;
}

@media (max-width: 896px) {
  .form-confirm__main__white-box__row__input {
    margin: 2.03vw 0 0 0;
    font-size: 4.10vw;
  }
}

.form-confirm__main__note {
  margin: 3.68vw 0 0 0;
  color: #454545;
  font-size: 1.02vw;
}

@media (max-width: 896px) {
  .form-confirm__main__note {
    margin: 7.69vw 0 0 0;
    width: 89.74vw;
    font-size: 3.57vw;
    line-height: 2em;
  }
}

.form-confirm__main__buttons {
  margin: 4.39vw 0 10.98vw 0;
  display: flex;
  gap: 1.46vw;
}

@media (max-width: 896px) {
  .form-confirm__main__buttons {
    margin: 7.69vw 0 20.51vw 0;
    flex-direction: column-reverse;
    gap: 5.13vw;
  }
}

.form-confirm__main__buttons__item {
  width: 22.69vw;
  padding: 1.24vw 0 1.39vw 0;
  border-radius: 5vw;
  display: flex;
  align-items: center;
}

@media (max-width: 896px) {
  .form-confirm__main__buttons__item {
    width: 79.47vw;
    padding: 4.34vw 0 4.87vw 0;
    border-radius: 8vw;
  }
}

.form-confirm__main__buttons__item__text {
  margin: 0 0 0 2.93vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.17vw;
}

@media (max-width: 896px) {

  .form-confirm__main__buttons__item__text {
    margin: 0 0 0 10.26vw;
    font-size: 4.10vw;
  }
}

.form-confirm__main__buttons__item--back {
  background: #acacac;
}

.form-confirm__main__buttons__item--send {
  background: #ff166a;
}

.form-confirm__main__buttons__item__arrow {
  margin: 0 0 0 11.78vw;
  width: 0.99vw;
  height: 0.99vw;
}

@media (max-width: 896px) {

  .form-confirm__main__buttons__item__arrow {
    margin: 0 0 0 41.26vw;
    width: 3.47vw;
    height: 3.47vw;
  }
}

.form-confirm__main__buttons__item__arrow--back {
  transform: rotate(180deg);
}