@charset "UTF-8";

.confirm .contents {
  text-align: center;
}

.confirm h2 + p {
  text-align: left;
}

.confirm table {
  margin: 1em 0 2em;
}

.confirm th,
.confirm td {
  padding: 0.5em 0;
}

.confirm th {
  width: 11em;
}

.confirm table ~ form {
  display: inline;
}

.confirm table ~ form:nth-of-type(1) {
  margin-right: 2em;
}

.confirm table ~ p {
  text-align: left;
}

.confirm table ~ p:nth-of-type(2) {
  margin-bottom: 2em;
}

.success .contents {
  text-align: center;
}

.success p {
  text-align: left;
}

.success .btn {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .confirm tr:last-of-type {
    display: flex;
    flex-direction: column;
    width: calc(200% + 1em);
  }

  .confirm tr:last-of-type th {
    width: 100%;
    border-bottom: 1px dashed var(--gray);
    padding-bottom: 0;
  }
}
