@charset "UTF-8";
/* =================================================================================================

　ホワイトペーパーダウンロード

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　背景色
---------------------------------------------------------------------------- */
main {
  background-color: #EFF2F4;
}

/* ----------------------------------------------------------------------------
　タイトルエリア
---------------------------------------------------------------------------- */
.page_title {
  display: block !important;
  background: url("../img/title_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 6rem 0 !important;
  margin-bottom: 7.5rem !important;
}

@media screen and (max-width: 800px) {
  .page_title {
    padding: 5rem 0 !important;
  }
}

@media screen and (max-width: 592px) {
  .page_title {
    background: url("../sp_img/title_bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 4rem 0 !important;
  }
}

.page_title h1 {
  width: 960px;
  margin: 0 auto;
  color: #fff;
  font-size: 4.2rem;
  font-weight: 600 !important;
}

@media screen and (max-width: 1040px) {
  .page_title h1 {
    width: 95%;
  }
}

@media screen and (max-width: 1024px) {
  .page_title h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 800px) {
  .page_title h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 592px) {
  .page_title h1 {
    font-size: 3.2rem;
  }
}

/* ----------------------------------------------------------------------------
　メインエリア
---------------------------------------------------------------------------- */
#wp_form {
  width: 960px;
  margin: 0 auto 8rem;
}

@media screen and (max-width: 1040px) {
  #wp_form {
    width: 95%;
  }
}

#wp_form .form_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7rem 1rem 1rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 800px) {
  #wp_form .form_area {
    padding: 6rem 2rem 4rem;
  }
}

#wp_form .form_area iframe {
  border: none;
}

#wp_form .common_title_style01 {
  position: absolute;
  top: -3rem;
  left: -1rem;
  z-index: 2;
}

@media screen and (max-width: 592px) {
  #wp_form .common_title_style01 {
    left: -2.5%;
  }
}

#wp_form .lead_block {
  margin-bottom: 8rem;
}

#wp_form .lead_block .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#wp_form .lead_block .img {
  width: 29.1666%;
}

#wp_form .lead_block .img img {
  max-width: 100%;
}

#wp_form .lead_block .txt {
  width: 66.666%;
}

#wp_form .lead_block .txt .lead {
  margin-bottom: 2rem;
}

#wp_form .ex_list {
  color: #0074B8;
}

#wp_form .ex_list dt {
  text-align: center;
  margin-bottom: 2rem;
}

#wp_form .ex_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 592px) {
  #wp_form .ex_list dd {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#wp_form .ex_list dd div {
  border: 1px solid #0074B8;
  text-align: center;
  width: 23.5%;
  font-size: 1.2rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
}

@media screen and (max-width: 592px) {
  #wp_form .ex_list dd div {
    width: 40%;
    margin: 0 4px 8px;
  }
}

#nurture5_form {
  width: 960px;
  margin: 0 auto 8rem;
}

@media screen and (max-width: 1040px) {
  #nurture5_form {
    width: 95%;
  }
}

#nurture5_form .lead_block {
  margin-bottom: 4rem;
}

#nurture5_form .lead_block h2 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0074B8;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 592px) {
  #nurture5_form .lead_block h2 {
    font-size: 1.8rem;
  }
}

#nurture5_form .lead_block .lead {
  margin-bottom: 4rem;
  text-align: center;
}

#nurture5_form .lead_block .img {
  text-align: center;
}

#nurture5_form .dl_btn {
  margin-bottom: 8rem;
}

#nurture5_form .dl_btn a {
  display: block;
  width: 552px;
  border-radius: 10px;
  padding: 2.4rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: url(../img/dl_btn_bg.jpg) no-repeat #591E2F;
  background-size: 100% 100%;
  margin: 0 auto;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  #nurture5_form .dl_btn a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 800px) {
  #nurture5_form .dl_btn a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 592px) {
  #nurture5_form .dl_btn a {
    width: 100%;
  }
}

#nurture5_form .dl_btn a span {
  position: relative;
  display: block;
  padding-bottom: 1rem;
}

#nurture5_form .dl_btn a span:after {
  content: "";
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 2px;
  background: #fff;
}

#nurture5_form .dl_btn a span:before {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  content: "";
  position: absolute;
  right: 0rem;
  top: -0.5rem;
  width: 20px;
  height: 100%;
  background: url("../../../common/img/btn_style01_white_dl.svg") center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1024px) {
  #nurture5_form .dl_btn a span:before {
    background-size: 18px auto;
  }
}

@media screen and (max-width: 800px) {
  #nurture5_form .dl_btn a span:before {
    background-size: 16px auto;
  }
}

#nurture5_form .dl_btn a:hover span {
  opacity: 1;
  color: #fff;
}

#nurture5_form .dl_btn a:hover span:before {
  background: url("../../../common/img/btn_style01_white_dl.svg") center center no-repeat;
  background-size: 100% auto;
  right: 0.5rem;
}

@media screen and (max-width: 1024px) {
  #nurture5_form .dl_btn a:hover span:before {
    background-size: 18px auto;
  }
}

@media screen and (max-width: 800px) {
  #nurture5_form .dl_btn a:hover span:before {
    background-size: 16px auto;
  }
}
/*# sourceMappingURL=nurture5_form.css.map */