#stars_hp .page_resources .fv {
  background: url(../img/resources_fv.png) no-repeat center center;
  background-size: cover;
  height: 46vw;
}

#stars_hp .page_resources .resources_main {
  background: url(../img/resources_bg1.png) no-repeat center top;
  background-size: cover;
}

#stars_hp .page_resources .container {
  width: 1000px;
  padding: 122px 0;
}

#stars_hp .page_resources .wpcf7{
  width: 840px;
  border-radius: 70px;
  padding: 60px 70px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  margin: 0 auto;
  border: 1px solid #DFDFDF;
  background: rgba(255, 255, 255, 0.5);
}

#stars_hp .page_resources .resources_text{
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.07em;
  font-weight: bold;
  color: #606060;
  border-bottom: 2px solid #DFDFDF;
  padding-bottom: 13px;
  margin-bottom: 19px;
      text-align: center;
}

#stars_hp .page_resources .confirm_area .wpcf7-submit{
  background: url(../img/submit_download_btn.png) no-repeat center center / contain !important;
  background-size: contain;
  width: 400px;
}

@media (max-width: 768px) {
  #stars_hp .page_resources .fv {
    background: url(../img/resources_fv_sp.png) no-repeat center center;
    background-size: cover;
    height: 94vw;
  }
  #stars_hp .page_resources .container{
    width: calc(100% - 32px);
  }

  #stars_hp .page_resources .resources_main {
    background: url(../img/resources_bg1_sp.png) no-repeat center top / cover;
  }

  #stars_hp .page_resources .wpcf7{
    width: 100%;
    padding: 30px 15px;
    border-radius: 30px;
  }

  #stars_hp .page_resources .resources_text{
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0em;
    padding-bottom: 10px;
  }
}