@charset "utf-8";

.form-lead {
  margin-bottom: 2.25rem;
}
.form-lead .cmn-h2 {
  margin-bottom: 2.25rem;
}
.form-lead .mb-tel {
  margin-bottom: 3.75rem;
}
.form-lead a {
  text-decoration: none;
}
.form-block {
	    border-bottom: 1px dotted #CCC;
    padding-bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .form-lead .cmn-h2 {
    margin-bottom: 4.25rem;
  }
  .form-lead .mb-tel {
    margin-bottom: 5.75rem;
  }
}