@charset "UTF-8";

.report-cta {
  box-sizing: border-box;
  padding: 60px 40px;
  background: #4bbca2;
  border-radius: 3px;
  text-align: center;
  margin: 90px auto;
  max-width: 100%;
  width: 100%;
}

.report-cta *,
.report-cta *::before,
.report-cta *::after {
  box-sizing: border-box;
}

.report-cta .only_sp {
  display: none;
}

.report-cta__title {
  margin: 0 0 20px;
  padding: 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.5;
}

.report-cta__lead {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}

.report-cta__actions {
  margin-top: 30px;
  /* display: flex; */
  /* gap: 20px; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
}

.report-cta .report-cta__btn.btn-st.footer-mail-btn {
  flex: 1;
  margin: 0 auto;
  line-height: 53px;
  font-size: 26px !important;
  max-width: 640px;
  width: 100%;
  height: auto !important;
}

@media screen and (min-width: 640px) {
  .report-cta .report-cta__btn.btn-st.footer-mail-btn {
    font-size: 1.829rem !important;
    height: 53px;
    line-height: 53px;
  }
}

@media screen and (max-width: 768px) {
  /* .report-cta__actions {
    flex-direction: column;
    gap: 20px;
  } */

  .report-cta .report-cta__btn.btn-st.footer-mail-btn {
    max-width: 640px;
  }
}

@media screen and (max-width: 480px) {
  .report-cta {
    padding: 40px 20px;
    margin: 50px auto;
  }

  .report-cta .only_sp {
    display: block;
  }

  .report-cta__title {
    font-size: 2.0rem;
  }

  .report-cta__lead {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .report-cta .report-cta__btn.btn-st.footer-mail-btn {
    font-size: 14px !important;
  }
}
