@import url(./css/reset.css);
html,
body {
  height: 100%;
}

@media screen and (max-width: 767px) {
  body {
    max-width: 800px;
    margin: 0 auto;
  }
}

.schedule {
  padding: 30px;
  margin: 0 auto;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .schedule {
    text-align: center;
    padding: 70px;
  }
}
@media screen and (max-width: 767px) {
  .schedule {
    width: 90%;
  }
}

.form_wrapper {
  background: url(../img/form_bg.png) no-repeat center center/cover;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .form_wrapper {
    padding-bottom: 100px;
  }
}

.form_title {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .form_title {
    font-size: 70px;
    padding: 50px 0;
  }
}

.custom-form {
  background-color: #fff;
  padding: 15px 15px 40px 15px;
}
@media screen and (min-width: 768px) {
  .custom-form {
    width: 55%;
    margin: 0 auto;
    padding: 50px;
  }
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email],
.form-group select {
  width: 100%;
  padding: 9px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
  background: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .form-group input[type=text],
  .form-group input[type=tel],
  .form-group input[type=email],
  .form-group select {
    width: 60%;
  }
}

.form-group input[type=radio],
.form-group input[type=checkbox] {
  width: auto;
  margin-right: 10px;
}

.required {
  background-color: #fff;
  color: #d60000;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  border: 2px solid #d60000;
}

.birthdate select {
  display: inline-block;
  width: auto;
  padding: 5px;
  margin-right: 5px;
}

.inline-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  vertical-align: middle;
  color: #333;
}

.date-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-group input[type=text] {
  width: 50px;
  margin-left: 10px;
  text-align: center;
}

.date-group label {
  margin-right: 8px;
  font-size: 14px;
}

.consent-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.consent-group input[type=checkbox] {
  margin-right: 10px;
}

.form-link {
  color: #12388b;
  font-weight: 700;
}

.consent_header {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .consent_header {
    margin-top: 35px;
  }
}

.consent_link {
  font-weight: 700;
  color: #12388b;
}

@media screen and (min-width: 768px) {
  .label-l {
    width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .label-date {
    width: 190px;
  }
}

.form-group input[type=radio] {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .consent_header-txt {
    font-size: 22px;
  }
}

@media screen and (min-width: 768px) {
  .consent_label {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .consent-group input[type=checkbox] {
    margin-top: 20px;
  }
}

.btn {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 60%;
    margin: 20px auto;
    display: block;
  }
}
.btn:hover {
  opacity: 0.7;
}

.start_time_p {
  margin-bottom: 5px;
  font-weight: 700;
}

.start-time {
  border: 1px solid #f0f0f0;
  padding: 5px;
  background: #f0f0f0;
  font-weight: 700;
}

.select_time {
  max-width: 60px;
}

.meeting-method-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.input-radio-format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.date-group-wrapper {
  display: block;
}

.date-2 {
  gap: 5px;
}

.custom-form {
  box-shadow: 2px 3px 15px 11px #000;
}

@media screen and (max-width: 767px) {
  .attention {
    font-size: 12px;
    margin-top: 20px;
  }
}

.attention {
  text-align: center;
  font-weight: 700;
  font-size: 16px!important;
}