@media only screen and (min-width: 641px) {
  #seminar_form_wrap {
    width: 70%;
    margin: auto;
  }
}

.contact_area{
  margin-top: 30px;
}

.contact_area .ec-borderedDefs{
  border-top: none;
}

.seminar_form_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.seminar_form_table th {
  background-color: #f8f9fa;
  padding: 1rem;
  text-align: left;
  border: 1px solid #ddd;
  width: 200px;
  vertical-align: middle;
  font-weight: normal;
}
.seminar_form_table th .ec-label {
  font-weight: normal;
}
.seminar_form_table td {
  padding: 1rem;
  border: 1px solid #ddd;
}

.seminar_form_table td .ec-input .mb-3{
  width: 40%!important;
  float: left;
  margin-right: 20px;
}
.seminar_form_table td .ec-input .mb-3 label{
  display: none;
}

#chuibox{
  text-align: center;
  background-color: #fff5f5;
  padding: 30px 10px;
  margin: 30px 0 20px 0;
  border: 1px solid red;
  color: black;
}
.event_info {
  background-color: #fff5f5;
  padding: 20px;
  margin: 30px 0 20px 0;
  border: 1px solid red;
  color: black;
}

.event_info ul {
  list-style-type: disc;
  margin: 0;
}

.event_info li {
  margin-bottom: 0.3rem;
}

.form-check {
  padding-left: 0;
  margin-bottom: 10px;
}

.form-check .form-check-input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 5px !important;
}

#attention {
  color: red;
  font-size: 16px;
  margin-bottom: 20px;
}


h1.page-heading {
  font-size: 22px;
  position: relative;
  padding: 1rem 0rem;
  border-bottom: 3px solid #e5e5e5;
  margin: 0 0 50px 0;
}
.contact_area .btn {
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.contact_area .btn-primary {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.contact_area .ec-blockBtn--action {
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
  margin-bottom: 20px;
}
.contact_area .ec-blockBtn--action:hover {
  background-color: #4646ff;
  border-color: #4646FFFF;
}
.contact_area .ec-blockBtn--cancel {
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
}
.contact_area .ec-blockBtn--cancel:hover{
  background-color: #9696a6;
  border-color: #9696a6;
}