section.withdrawal {
  padding: 80px 0;
}

.page-title {
  margin-bottom: 60px;
}

.page-title h3 {
  margin-top: 45px;
  font-size: 28px;
  font-family: "Jalnan";
  color: #006A3F;
  font-weight: 400;
  text-align: center;
}

#wrap{
  width: 80%;
  margin: auto;
}

.wrap-text{
  text-align: center;
}

.wrap-text span{
  text-decoration: underline;
}

.form-row{
  margin-top: 50px;  
  margin-bottom: 50px;
  text-align: center;
}

.btn-submit{
  background-color: #fff;
  color: #878787;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  font-size: 21px;
  font-weight: 700;
  width: 20%;
  margin: auto;
  display: block;
}

.warningText{
  font-size: 14px;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  float: right;
}

.btn:hover {
  color: #fff;
  background-color: #006A3F;
}

.reservation_table {
  border-collapse: separate;
  border-spacing: 5px;
  margin: auto;
}

.reservation_table label {
  font-size: 16px;
}

.reservation_table td input {
  font-size: 16px;
}

.td-left {
  padding-right: 20px;
}