@charset "UTF-8";
/* CTAボタンエリア */
@media (max-width: 737px) {
  .cta-sp {
    background: url("/img/ill-cta_area.png") no-repeat right 20px top 20px;
    background-size: 16vw auto;
    padding: 20px;
    text-align: center;
  }
  .cta-sp p {
    padding-right: 15vw;
  }
  .cta-sp p br {
    display: inline;
  }
  .cta-sp strong {
    color: #E50055;
  }
  .cta-sp .btn-go-seminar {
    display: block;
    border-radius: 5px;
    padding: .5em 0;
    background: #1eac4b;
    color: #fff;
    font-size: 1.2em;
  }
}

/*# sourceMappingURL=style-for-cta.css.map */