#order_table table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
  border-right: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  margin-bottom: 15px !important;
}

#order_table table th{
  text-align: center;
  color:white;
  background: #225588;
  border-top: 1px solid #3c6690;
  border-left: 1px solid #3c6690;
  padding: 15px 2px;
}

#order_table table td{
  text-align: center;
  border-top: 1px solid #3c6690;
  border-left: 1px solid #3c6690;
  padding: 15px 2px;
}

#order_table table caption {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px !important;
}

.wpcf7c-btn-confirm,
.wpcf7-submit {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #225588;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
}

.wpcf7-previous {
    appearance: none;
    border: 0;
    border-radius: 5px;
    background: #989898;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px !important;
}

#alert{
    font-size: 24px;
    margin-bottom: 15px !important;
    color: #f00;
    font-weight: bold;
    text-align: center;
}

#haisou,
#haisou_date {
    margin-bottom: 20px !important;
}

#tushinran {
    width: 100%;
}

#alert_haisou {
    font-size: 14px;
    margin-bottom: 10px !important;
    color: #f00;
}