#cta {
  background-color: #fff;
  padding: 0 100px 120px;
}

@media (max-width: 919px) {
  #cta {
    padding: 0 25px 70px;
  }
}

#cta .cta-bt {
  border-top: solid 1px #dfdfdf;
  padding-top: 50px;
}

#cta .cta-ttl {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  color: #333;
}

@media (max-width: 919px) {
  #cta .cta-ttl {
    font-size: 24px;
  }
}

#cta .cta-p {
  padding-top: 36px;
  letter-spacing: normal;
  line-height: 1.5;
  font-size: 13px;
  color: #333;
}

@media (max-width: 919px) {
  #cta .cta-p {
    padding-top: 16px;
    font-size: 12px;
  }
}

#cta .cta-a {
  padding-top: 32px;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  letter-spacing: normal;
  text-decoration: underline;
}

@media (max-width: 919px) {
  #cta .cta-a {
    padding-top: 12px;
    font-size: 16px;
  }
}

#cta .cta-box {
  width: 620px;
  text-align: center;
}

@media (max-width: 919px) {
  #cta .cta-box {
    width: 100%;
  }
}

#cta .cta-box:first-of-type {
  border-right: solid 1px #dfdfdf;
}

@media (max-width: 919px) {
  #cta .cta-box:first-of-type {
    border-right: none;
    padding-bottom: 30px;
  }
}

@media (max-width: 919px) {
  #cta .cta-bd {
    margin: 0 auto;
    border-top: solid 1px #dfdfdf;
    width: 250px;
  }
}

#footer {
  background-color: #ececec;
  padding: 50px 100px 35px;
}

@media (max-width: 919px) {
  #footer {
    padding: 40px 0;
  }
}

#footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 919px) {
  #footer .footer-nav {
    display: block;
    text-align: center;
  }
  #footer .footer-nav .footer-logo {
    width: 53vw;
  }
}

#footer .footer-nav .footer-inner .footer-inner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 919px) {
  #footer .footer-nav .footer-inner .footer-inner-list {
    display: block;
    margin-top: 35px;
  }
}

#footer .footer-nav .footer-inner .footer-inner-list li {
  margin-left: 36px;
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.7px;
}

@media (max-width: 919px) {
  #footer .footer-nav .footer-inner .footer-inner-list li {
    display: block;
    line-height: 2.5;
    margin-left: 0;
  }
}

#footer .copy {
  padding-top: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 919px) {
  #footer .copy {
    padding-top: 60px;
    display: block;
    text-align: center;
  }
}

#footer .copy p {
  font-family: proxima-nova, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  color: #676767;
}

#footer .copy p a {
  font-size: 12px;
  text-decoration: underline;
}
/*# sourceMappingURL=footer.css.map */