/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-yugothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.downloadTitle {
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}

.dlAtt {
  padding-top: 30px;
  text-align: center;
}

.dlIndexList {
  background-color: #FFF;
  margin: 70px auto 40px;
  padding: 60px 80px 0 80px;
  width: calc(100% - 80px);
  max-width: 1200px;
}
.dlIndexList > ul {
  display: flex;
  flex-wrap: wrap;
}
.dlIndexList > ul > li {
  margin: 0 8% 100px 0;
  padding-bottom: 70px;
  position: relative;
  width: 28%;
}
.dlIndexList > ul > li:nth-child(3n) {
  margin-right: 0;
}
.dlIndexList > ul > li .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.dlIndexList > ul > li .img a {
  transition: 0.2s;
}
.dlIndexList > ul > li .img a:hover {
  opacity: 0.8;
}
.dlIndexList > ul > li .img a img {
  width: 100%;
}
.dlIndexList > ul > li h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}
.dlIndexList > ul > li h3 {
  padding: 20px 0 10px 0;
}
.dlIndexList > ul > li h3:first-child {
  padding: 0 0 10px 0;
}
.dlIndexList > ul > li .desc {
  margin-bottom: 25px;
}
.dlIndexList > ul > li .desc p, .dlIndexList > ul > li .desc li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3px;
}
.dlIndexList > ul > li .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dlIndexList > ul > li .btn a {
  background-color: #EED84A;
  border-radius: 50px;
  color: #333;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.dlIndexList > ul > li .btn a:hover {
  background-color: #3143cf;
  color: #FFF;
}

.dlSec {
  background-color: #FFF;
  display: flex;
  justify-content: space-between;
  margin: 70px auto 40px;
  padding: 60px 70px 100px 80px;
  width: calc(100% - 80px);
  max-width: 1200px;
}
.dlSec .package {
  width: 25%;
}
.dlSec .package .img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.dlSec .package .img img {
  width: 100%;
}
.dlSec .package .docu_li {
  list-style: disc;
  padding-left: 15px;
}
.dlSec .package h3 {
  color: #3143cf;
  padding: 20px 0 10px 0;
}
.dlSec .package h3:first-child {
  padding: 0px 0 10px 0;
}
.dlSec .form {
  width: 67%;
}
.dlSec .form .form-notes {
  margin-bottom: 30px;
}
.dlSec .form .formBox {
  border: 6px solid #F0F2F5 !important;
  padding: 40px;
}
.dlSec .form .formBox iframe {
  width: 100%;
}
.dlSec .form .formBox [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
.dlSec .form .formBox.long {
  height: 65em;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .downloadTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 20px;
  }
  .dlAtt {
    font-size: 12px;
    padding-top: 15px;
  }
  .dlIndexList {
    background-color: transparent;
    margin: 30px auto 0;
    padding: 0;
    width: auto;
  }
  .dlIndexList > ul {
    display: block;
  }
  .dlIndexList > ul > li {
    background-color: #FFF;
    margin: 0 0 30px;
    padding: 50px 30px;
    width: 100%;
  }
  .dlIndexList > ul > li .img {
    margin: 0 auto 40px;
    width: 65%;
  }
  .dlIndexList > ul > li .img a img {
    width: 100%;
  }
  .dlIndexList > ul > li h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .dlIndexList > ul > li h3 {
    padding: 15px 0 5px 0;
  }
  .dlIndexList > ul > li h3:first-child {
    padding: 0 0 5px 0;
  }
  .dlIndexList > ul > li .desc {
    margin-bottom: 25px;
  }
  .dlIndexList > ul > li .desc p, .dlIndexList > ul > li .desc li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 3px;
  }
  .dlIndexList > ul > li .btn {
    position: static;
    width: 100%;
  }
  .dlIndexList > ul > li .btn a {
    padding: 15px;
  }
  .dlIndexList > ul > li .btn a:hover {
    background-color: #EED84A;
    color: #333;
  }
  .dlSec {
    display: block;
    margin: 30px auto 0;
    padding: 30px 20px 0;
    width: auto;
  }
  .dlSec .package {
    width: 100%;
    margin-bottom: 30px;
  }
  .dlSec .package .img {
    width: 52vw;
    margin: 0 auto 30px;
  }
  .dlSec .form {
    width: 100%;
  }
  .dlSec .form .form-notes {
    margin-bottom: 20px;
    display: none;
  }
  .dlSec .form .formBox {
    border: none !important;
    padding: 0;
  }
  .dlSec .form .formBox.long {
    height: 70em;
  }
}/*# sourceMappingURL=download2.css.map */