.headerBox {
  margin-bottom: 7rem;
}

.col3 > .textBox .contBox {
  margin-bottom: 11.3rem;
}
.col3 > .textBox .contBox .btnWrap {
  margin-top: 7rem;
}
.col3 > .textBox .contBox .caution {
  margin-top: 1em;
}
.col3 > .textBox .imgBox {
  padding-left: 13rem;
}

#lead .leadHeader h1 {
  font-size: 3.2rem;
  font-size: 3rem;
  line-height: 2.4 !important;
  height: 4.8em;
  transform: translateY(-80%);
}
#lead .leadHeader h1 p {
  color: white;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  text-shadow: 0 0 .4rem black;
  -webkit-text-stroke: 0.01rem black;
  -webkit-text-fill-color: white;
  margin-top: 0;
}
#lead .leadHeader h1 p span {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  display: inline !important;
  margin-top: 0 !important;
}
@media screen and (min-width: 767px) {
  #lead .leadHeader h1 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1500px) {
  #lead .leadHeader {
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
  }
  #lead .leadHeader h1 {
    transform: translateY(-100%);
  }
}

@media screen and (min-width: 767px) {
  section .col3 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) {
  section .col3 .headerBox {
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  section .col3 .textBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section .col3 .textBox .contBox {
    width: 34.2%;
    width: calc(37800% / 903);
    padding-right: 4rem;
  }
  section .col3 .textBox .imgBox {
    width: 65.8%;
    width: calc(52500% / 903);
    padding-left: 0;
  }
}

#footer {
  background-image: url("../img/home/img-footer.jpg");
}

/*# sourceMappingURL=home.css.map */
