div.wrap h1 {
    font-size: 30px;
    padding: 7% 0 2%;
    width: 90%;
    margin: 0 auto;
}
div.wrap p {
    margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  div.wrap h1 {
    width: 95%;
    font-size: 24px;
  }
  .container {
    width: 95%;
    margin: 0 auto;
  }
}

.main__section--lead,
.main__section--lead-c {
  text-align: center;
  margin-top: 50px;
  line-height: 2.5;
  font-size: 16px;
  letter-spacing: -0.3px
}
.main__section--lead-c{
  margin:4% auto;
  text-align: center;
}
.main__section--lead-l {
  text-align: left;
  margin:4% auto;
  line-height: 2.5;
  font-size: 16px;
  letter-spacing: -0.3px
}

@media screen and (max-width: 767px) {
  .main__section--lead {
    line-height: 2.0;
    font-size: 13px;
    text-align: left
  }
  .main__section--lead-c {
    line-height: 2.0;
    font-size: 16px;
    text-align: left;
    margin-bottom:4%!important;
  }
  .main__section--lead-l {
    line-height: 2.0;
    font-size: 13px;
    text-align: left;
    margin-bottom:4%!important;
  }
}
.main__section .main__section--lead + .main__section--lead {
  margin-top: 40px
}

.main__section--lead a {
    color: #067ac3;
}

/*******************
資料ダウンロード
********************/

.contact_page .main__section--lead a {
    color: #067ac3;
}

#dllist .dlbox{
  border-bottom: none;
  padding-bottom: 30px;
}

#dllist h2{
  color: #266297;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

#dllist .dl__link {
    text-decoration: none;
    color: inherit;
}

#dllist .dl__content .dl__img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 99%;
    height: 99%;
    -webkit-transition: .2s;
    transition: .2s;
    background: #ddd no-repeat center / cover;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#dllist .dl__content .dl__img-inner{
    align-self: baseline;
    position: relative;
    width: 99.5%;
    min-height: 283px;
    overflow: hidden;
}

#dllist .dl_txt_block{
    padding: 10px 10px 20px 10px;
}

#dllist .dl_txt_block .dl__ttl{
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.7;
}

#dllist .btn-more {
    width: 100%;
    margin: 30px auto 0;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

#dllist .btn-more_ec_seo {
  margin-top: 57px;
}

#dllist .btn-more__link {
    position: relative;
    display: block;
    padding: 10px 30px;
    border: 2px solid #165891;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 80px;
}

#dl_formbox {
    padding: 60px 0 80px;
}
#dl_formbox .container {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 50px 0px 80px;
    max-width: 1170px;
    background-color: #fff;
    margin: 0 auto;
}
#dl_formbox .imgArea {
    width: 100%;
    max-width: 500px;
    margin: 0 45px 0 0;
}
#dl_formbox .dl_img img {
    width: 100%;
    max-width: 300px;
}

#dl_formbox #mw_wp_form_mw-wp-form-1035 {
    max-width: 700px;
    margin-right: 60px;
    width: 50%;
}
#dl_formbox .contact__block--ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 14px;
}

#dl_formbox span.required {
    color: #cc0000;
    display: block;
    margin-left: 10px;
    color: #ee435b;
    padding: 3px;
    border: 1px solid #ee435b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0px 7px;
    font-size: 12px;
}


#dl_formbox .dl_title_txt{
    font-size: 0.8rem;
    margin-top: 15px;
}
#dl_formbox .dl_txt{
    font-size: 1rem;
    margin-bottom: 60px;
}
#dl_formbox input{
    width: 100%;
    padding: 1px 10px;
    font-size: 13.3333px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    border-radius: 5px;
    line-height: 35px;
    margin-bottom: 20px;
}
#dl_formbox .privacy-message {
    text-align: center;
    font-size: 0.7rem;
}
#dl_formbox .privacy-message .link{
    color: #067ac3;
}
.contact_page .main #dl_formbox .contact__block--ttl{
    font-size: 14px;
}
.contact_page .main #dl_formbox .contact__block--ttl .required{
    padding: 0px 7px;
    font-size: 12px;
}
.submit-btn_orange .btn{
  width: 400px;
  margin: 40px auto 0;
  background-color: #ff662e;
  text-align: center;
  border-radius: 5px;
}
#dl_formbox .submit-btn{
  text-align: center;
}

#dl_formbox .submit-btn button,
#sales_box .submit-btn button {
    width: 400px;
    margin: 40px auto 0;
    background-color: #ff662e;
    text-align: center;
    border-radius: 5px;
    border: none;
}
#dl_formbox .submit-btn button.btn,
#sales_box .submit-btn button.btn{
    width: 400px;
    padding: 15px 0;
    color: #fff;
}
#sales_box .container {
    width: 90%;
    padding: 50px 0px 80px;
    max-width: 1170px;
    background-color: #fff;
}
#sales_box .submit-btn button{
    margin-bottom: 40px;
}
#sales_box .submit-btn button.btn {
    display: block;
}
#sales_box .container .salesArea {
    margin: 0 auto;
    padding: 0 60px;
}
#sales_box h2,#sales_box h3,#sales_box h4 {
    font-weight: bold;
}
#sales_box h2 {
    text-align: center;
}
#sales_box h3 {
    font-size: 20px;
}
#sales_box h4 {
    font-size: 18px;
}
#sales_box .timing {
    margin-top: 25px;
}

.footer-before{
  text-align: center;
  border-top: 1px solid #cdcbcb;
}


@media screen and (max-width: 1024px){
  #dllist .btn-more__link {
    margin:0 10px;
  }
}


@media screen and (min-width: 768px) {
  #dllist{
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #dllist .dlbox{
      width: calc(93%/2);
      background: #fff;
      overflow: hidden;
      position: relative;
      margin-bottom: 30px;
  }
  #dllist .dlbox +.dlbox:nth-child(4) {
    margin-left: 0;
}
  #dllist .dlbox +.dlbox:nth-child(7) {
    margin-left: 0;
}
  #dllist .dlbox +.dlbox:nth-child(10) {
    margin-left: 0;
}

#dllist .dlbox +.dlbox:last-child .dl_img {
  box-shadow: 2px 2px rgba(0,0,0,0.4);;
}
  #sales_box.main__section {
      padding: 80px 0 0;
  }
  #sales_box .container .salesArea {
      max-width: 780px;
  }
}

@media screen and (max-width: 767px) {
  .download-article{
    padding-bottom: 0;
  }
  .dl_txt{
    font-size:0.9rem;
    margin-bottom:30px;
  }
  #dllist{
    width: 100%;
    margin: 30px auto 0;
    display: block;
  }
  #dllist .dlbox{
      width: 100%;
      background: #fff;
      overflow: hidden;
      position: relative;
      margin-bottom: 40px;
  }

  #dl_formbox{
    padding: 25px 0 40px;
  }
  #dl_formbox .container{
    display: block;
    width: 93%;
    padding: 4% 3% 40px;
  }
  #dl_formbox .imgArea {
      width: 96%;
      margin: 0;
      padding: 0 2%;
  }
  #dl_formbox .txt {
    display: flex;
    margin-bottom: 10px;
  }
  #dl_formbox .dl_img{
    width: 44%;
  }
  #dl_formbox .dl_title_txt{
    width: 53%;
    margin-left: 3%;
  }
  #dl_formbox #mw_wp_form_mw-wp-form-1035{
    width: 92%;
    margin: 40px 4% 0;
  }
  #dl_formbox .dl_txt{
    margin-bottom: 30px;
  }
  #dl_formbox .privacy-message {
    text-align: left;
    font-size: 0.7rem;
  }
  #dl_formbox .submit-btn,#sales_box .submit-btn{
    width: 95%;
    border-radius: 30px;
    margin: 0 auto;
  }
  #dl_formbox .submit-btn button.btn,#sales_box .submit-btn .btn{
      width: 95%;
  }
  #sales_box .container .salesArea{
    padding: 0 5%;
  }
  #sales_box h2 {
      font-size: 4.5vw;
  }
  #sales_box h3 {
      font-size: 18px;
  }
}
@media screen and (max-width: 1024px){
  #dllist .btn-more__link {
    margin:0px;
  }
}

.btn-more .btn_pg {
    padding-top: 8px!important;
}

.btn-more .dl_btn {
    width: 240px;
    margin: 0 auto;
    padding: 8px 0px !important;
    border: 2px solid #165891;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-radius: 80px;
}

.btn-more__link--txt {
    text-align: center;
    color: #165891;
    font-weight: bold;
}
