
/*全セクション共通*/

.sp_blank {
  display: none;
}

/*ここまで*/


.cta_section {
  background: url("https://6377882.fs1.hubspotusercontent-na1.net/hubfs/6377882/cta_bg-1.jpg") 100% 0 no-repeat;
  background-position: center;
  max-height: 360px;
  height: 100%;
  padding: 55px 0;
}

.text_area {
  color: #ffffff;
  margin-bottom: 32px;
}

.first_h2 {
  font-size: 20px;
  margin-bottom: 4px;
}

.second_h2 {
  font-size: 32px;
  font-weight:700;
  line-height: 140%;
  margin: 0 0 16px 0;
}

.text_area p {
  margin: initial;
  font-weight: 200;
  font-size: 16px;
  line-height: 160%;
}

.download_rink {
  display: block;
  background: #FF8D17;
  text-decoration:none;
    border-radius: 80px;
    color: #fff;
    font-weight: bold;
    border: none;
    width: 340px;
    font-size: 18px;
    line-height: 18px;
    padding: 27px 40px;
}

.download_rink:hover {
  opacity: .7;
  transition: .5s;
}
@media screen and (max-width: 1140px) {
  .cta_section {
    background: #0C522C;
  }
  
  .cta_img img {
    display: none;
  }
  
  .text_area, .cta_area  {
    text-align: center;
  }
  .download_rink {
    margin: 0 auto;
  
}

@media screen and (max-width: 768px) {
    /*全セクション共通*/
  
  .sp_blank {
  display: block;
 }
  
  /*ここまで*/
  

  .cta_section {
    background: #0C522C;
      padding: 40px 0;
  }
 
  
  .first_h2 {
    font-size: 12px;
  }
  
  .second_h2 {
    font-size: 20px;
  }
  
  .text_area p {
    text-align: left;
  }
  
  .cta_area .download_rink {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
  
  .download_rink {
    padding: 19px 63px;
    font-size: 14px;
  }

  
}
  