/****************************************************************************************/
#top .texts {
  font-size: 1.7rem;
  line-height: 2.9rem;
}

#top h2
{
  line-height: 2.5em;
}

#top #supplement {
  line-height: 1.5;
  margin-top: 30px;
  padding: 30px 60px;
}

/****************************************************************************************/
#form {
  margin-top: 68px;
}

#form .form {
  margin-top: 27px;
}
/*******************************************/
#form form {
  margin-top: 12px;
}
/****************************************************************************************/
#form .required-desc {
  padding-right: 39px;
}

#form .required {
  margin-left: 5px;
}
/*******************************************/
#form .table {
  width: 100%;
  font-size: 2rem;
  display: table;
}
#form .table > * {
  display: table-row;
}
#form .table > * > * {
  border: 1px solid #afb0b1;
  border-width: 0 1px 1px 0;
  vertical-align: middle;
  display: table-cell;
}
#form .table > *:first-child > * {
  border-top-width: 1px;
}
#form .table > * > *:first-child {
  padding: 2px 58px 0 58px;
  width: 1%;
  border-left-width: 1px;
  text-align: center;
  white-space: nowrap;
}
#form .table > * > *:nth-child(n + 2) {
  padding: 20px 36px;
}
/*******************************************/
#form .tr > :first-child .smaller {
  margin-top: 1px;
}
/*******************************************/
#form input[type="text"],
#form select,
#form textarea {
  padding: 5px 0 2px 7px;
  font-size: 1.7rem;
}

#form textarea {
  font-size: 15.5px;
  line-height: 21px;
}
/*******************************************/
#form .email-confirm {
  margin-top: 13px;
}
#form [error="true"] + .email-confirm {
  margin-top: 9px;
}
/*******************************************/
#form .tr[error="true"] > *:nth-child(n + 2),
#form .tr[error-email-confirm="true"] > *:nth-child(n + 2) {
  padding-bottom: 11px;
}

#form .error {
  margin: 5px 0 0 8px;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
/*******************************************/
#form .submit {
  margin-top: 79px;
}
/****************************************************************************************/
#confirm .balloon {
  padding: 40px 60px 35px 60px;
  overflow-y: hidden;
}
/*******************************************/
#confirm .texts .form-name {
  margin-top: 13px;
  font-size: 2rem;
}

#confirm .texts .sentence {
  margin-top: 40px;
}
/*******************************************/
#confirm .table {
  margin-top: 40px;
  display: table;
}
#confirm .table > * {
  display: table-row;
}
#confirm .table > * > * {
  display: table-cell;
}

#confirm .table > * > * {
  padding: 10px 0 6px 0;
}
#confirm .table > * > *:first-child {
  white-space: nowrap;
}
#confirm .table > * > *:nth-child(n + 2) {
  padding-left: 55px;
  max-width: 650px;
}
/*******************************************/
#confirm .buttons {
  margin-top: 70px;
  text-align: center;
}
/****************************************************************************************/
