.logo{
  width: 100%;
  text-align: center;
}
.contact-table{
  width: 700px;
  border-bottom: 1px solid #e2f0fc;
}
.contact-table th span,
.contact-table td span{
  display: none;
}
.contact-table td {
  background-color: transparent;
  border-bottom: 1px solid #e2f0fc;
}
.contact-table th {
  background-color: transparent;
  color: #333;
  font-weight: normal;
}
.contact-table th,
.contact-table td {
  padding: 10px;
  font-size: 1.5rem;
}
.privacy{
  display: none;
}

.form-next .txt{
  text-align: center;
  margin-bottom: 30px;
}
.form-next .center{
  text-align: center;
}
.form-next .center input{
  background-color: #fbee42;
  font-size: 2.0rem;
  padding: 10px 50px;
  box-shadow: 0px 6px 0px #bbb547;
  border-radius: 5px 5px 0 0;
}
.form-next .center input:first-child{
  margin-right: 5%;
}

.form-next .message-Box {
  width: 600px;
  margin: auto;
  min-height: 400px;
}
.form-next .message-Box p {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.form-next .message-Box b {
  display: block;
  margin-top: 15px;
  font-size: 1.8rem;
}
