/****************************************************************************************/
#form {
  margin-top: 58px !important;
}

#form h1 {
  margin-bottom: 25px;
  font-size: 2.8rem;
  line-height: 3.2rem;
  letter-spacing: -0.1rem;
}
/*******************************************/
#form form .school-name .notice {
  margin-top: 7px;
  font-size: 1.4rem;
  line-height: 1.9rem;
}

#form form .postal-code input {
  width: 117px !important;
}

#form form .notes .smaller {
  margin: 10px 0 11px 0;
}
/****************************************************************************************/
#form-confirm .balloon {
  padding: 45px 25px 40px 25px;
}
/*******************************************/
#form-confirm .balloon .texts .title {
  font-size: 2.7rem;
  letter-spacing: -0.2rem;
}

#form-confirm .balloon .texts .text {
  margin-top: 30px;
}
/*******************************************/
#form-confirm .balloon .table {
  margin-top: 2px;
}

#form-confirm .balloon .table > *:nth-child(n + 2) > *:first-child {
  padding-top: 21px;
}
#form-confirm .balloon .table > * > :last-child {
  padding: 4px 0 0 15px;
}
/*******************************************/
#form-confirm .label div {
  margin-left: 15px;
  display: inline;
}
/*******************************************/
#form-confirm .address .value div:nth-child(n + 2) {
  display: inline;
}
/*******************************************/
#form-confirm .contact .value > :first-child {
  margin-top: 3px;
}
#form-confirm .contact .value > :last-child {
  margin-top: 10px;
}

#form-confirm .contact .value span {
  line-height: 2.1rem;
  display: block;
}
/****************************************************************************************/
.bg-white {
  padding: 5%;
}
