section.entranceCta {
  width: 100%;
  margin-bottom: 70px;
  padding: 45px 3.5% 70px;
  background: url(/index/img/cta_bg.gif) repeat top left;
  text-align: center; }
  @media screen and (max-width: 768px) {
    section.entranceCta {
      margin-bottom: 0;
      padding: 28px 3.5% 28px; } }
  section.entranceCta p.ttl {
    margin-bottom: 45px;
    color: #fff2e6;
    font-size: 30px;
    letter-spacing: 8px;
    font-weight: 100; }
    @media screen and (max-width: 768px) {
      section.entranceCta p.ttl {
        margin-bottom: 18px;
        font-size: 26px;
        letter-spacing: 5px; } }
    section.entranceCta p.ttl:first-letter {
      color: #b72c43; }
  section.entranceCta .cntWrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto; }
    section.entranceCta .cntWrap a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 24.6%;
      min-height: 90px;
      margin: 0.2%;
      border-radius: 5px;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.entranceCta .cntWrap a {
          max-width: 100%;
          width: 48%;
          min-height: 65px;
          margin: 1%;
          padding: 10px 3.5% 7px;
          font-size: 16px; }
          section.entranceCta .cntWrap a:nth-of-type(1), section.entranceCta .cntWrap a:nth-of-type(4) {
            background-color: #fff2e6 !important; }
          section.entranceCta .cntWrap a:nth-of-type(2), section.entranceCta .cntWrap a:nth-of-type(3) {
            background-color: #fff !important; } }
    section.entranceCta .cntWrap:nth-of-type(1) a:nth-of-type(odd) {
      background-color: #fff2e6; }
    section.entranceCta .cntWrap:nth-of-type(1) a:nth-of-type(even) {
      background-color: #fff; }
    section.entranceCta .cntWrap:nth-of-type(2) a:nth-of-type(odd) {
      background-color: #fff; }
    section.entranceCta .cntWrap:nth-of-type(2) a:nth-of-type(even) {
      background-color: #fff2e6; }

/*# sourceMappingURL=entrance-cta.css.map */
