@charset "UTF-8";
/* popup */
.section-fitnes-test-training__popbox {
  position: relative;
  background: #FFF;
  padding: 1px 20px;
  width:auto;
  max-width: 360px;
  margin: 20px auto;
}
.section-fitnes-test-training__popbox-title {
  text-align:center;
}
.section-fitnes-test-training__popbox-title h2 {
  font-size: 23px;
  font-weight: 600;
  color: #444;
  max-width: 300px;
  line-height: 26px;
  margin: 20px auto 5px auto;
}

.section-fitnes-test-training__popbox-title h2 span {
  display: block;
  letter-spacing: 2px;
}

.section-fitnes-test-training__popbox-title .subtitle {
  font-size: 21px;
}

.section-fitnes-test-training__popbox-form {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.section-fitnes-test-training__popbox-form {
  
}
.section-fitnes-test-training__popbox-form .form-item {
  text-align: left;
  font-weight: normal;
}
.section-fitnes-test-training__popbox-form .form-item label.option {
  font-size: 15px;
  line-height: 20px;
}
.section-fitnes-test-training__popbox-form .form-item label.option a {
  color: #e94347;
}
.section-fitnes-test-training__popbox-form label[data-drupal-selector*=edit-note] {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
  margin: 15px 0;
}
.section-fitnes-test-training__popbox-form .form-item-corporative,
.section-fitnes-test-training__popbox-form .form-item-terms-of-service {
  margin-bottom: -10px;
}
.section-fitnes-test-training__popbox-form input[type=text],
.section-fitnes-test-training__popbox-form input[type=tel],
.section-fitnes-test-training__popbox-form input[type=email] {
  width: 100%!important;
  margin-top: 3px!important;
  box-sizing: border-box!important;
  background-color: #fff!important;
}
.section-fitnes-test-training__popbox-form input[type=submit] {
  display: block;
  margin: 5px auto;
}
.section-fitnes-test-training__popbox-form select,
.section-fitnes-test-training__popbox-form input[type="text"],
.section-fitnes-test-training__popbox-form input[type="select"],
.section-fitnes-test-training__popbox-form input[type="number"],
.section-fitnes-test-training__popbox-form input[type="email"],
.section-fitnes-test-training__popbox-form input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 10px 15px;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
  color: #595959;
  border: 1px solid #7b7b7b;
  border-radius: 2px;
  background: #fcfcfa;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.125);
  font-size: 1em;
}
.section-fitnes-test-training__popbox-form {
  margin-top: -10px;
}
.section-fitnes-test-training__popbox-form label.option a {
  color: #e94347;
}
.section-fitnes-test-training__popbox-form label.option a:hover {
  text-decoration: none;
}
.section-fitnes-test-training__popbox-form input[type="submit"] {
  display: block;
  margin: 15px auto 15px;
}
