@charset "UTF-8";
/*
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 {
  margin: 0 0 60px;
  color: #3143cf;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
}
.downloadTitle.detail {
  margin: 0;
}

.downloadRead {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

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

.dlIndexList {
  max-width: 1280px;
}
.dlIndexList .vdArchive {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.dlIndexList .vdArchive > li {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 40px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.dlIndexList .vdArchive > li .img {
  margin-bottom: 40px;
}
.dlIndexList .vdArchive > li .img a {
  transition: 0.2s;
}
.dlIndexList .vdArchive > li .img a:hover {
  opacity: 0.8;
}
.dlIndexList .vdArchive > li .img a img {
  width: 100%;
  height: 203px;
  object-fit: cover;
}
.dlIndexList .vdArchive > li h2 {
  padding: 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}
.dlIndexList .vdArchive > li .desc {
  margin-bottom: 25px;
}
.dlIndexList .vdArchive > li .desc p, .dlIndexList .vdArchive > li .desc li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 3px;
}
.dlIndexList .vdArchive > li .catList {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.dlIndexList .vdArchive > li .catList li {
  text-align: center;
}
.dlIndexList .vdArchive > li .catList li span {
  display: inline-block;
  padding: 3px 8px;
  border: 2px solid;
  border-radius: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.dlIndexList .vdArchive > li .catList li.troubles span {
  border-color: #3143cf;
  color: #3143cf;
}
.dlIndexList .vdArchive > li .catList li.category span {
  background: #E0E2F5;
  border-color: #E0E2F5;
  color: #333;
}
.dlIndexList .vdArchive > li .btn {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #eee;
}
.dlIndexList .vdArchive > li .btn a {
  display: block;
  padding: 22px 10px 30px;
  color: #3143cf;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.dlIndexList .vdArchive > 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: 35%;
}
.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: 57%;
}
.dlSec .form .form-notes {
  margin-bottom: 30px;
}
.dlSec .form .formBox {
  padding: 0;
}
.dlSec .form .formBox iframe {
  width: 100%;
}
.dlSec .form .formBox [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}
.dlSec .form .formBox.long {
  min-height: 65em;
}

/* Responsive Start */
@media only screen and (max-width: 768px) {
  .downloadTitle {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 20px;
  }
  .downloadRead {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .dlAtt {
    font-size: 12px;
    padding-top: 15px;
  }
  .dlIndexList {
    background-color: transparent;
    margin: 0 auto;
    padding: 0 20px;
    width: auto;
  }
  .dlIndexList .vdArchive {
    display: block;
  }
  .dlIndexList .vdArchive > li {
    width: 100%;
  }
  .dlIndexList .vdArchive > li + li {
    margin-top: 40px;
  }
  .dlIndexList .vdArchive > li .img {
    margin: 0 auto 20px;
  }
  .dlIndexList .vdArchive > li h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .dlIndexList .vdArchive > li .btn {
    width: 100%;
  }
  .dlIndexList .vdArchive > li .btn a {
    padding: 15px;
  }
  .dlIndexList .vdArchive > li .btn a:hover {
    background-color: #fff;
    color: #3143cf;
  }
  .dlSec {
    display: block;
    margin: 30px auto 0;
    padding: 30px 20px 0;
    width: auto;
  }
  .dlSec .package {
    width: 100%;
    margin-bottom: 30px;
  }
  .dlSec .package .img {
    width: 66.6666666667vw;
    margin: 0 auto 30px;
  }
  .dlSec .form {
    width: 100%;
  }
  .dlSec .form .form-notes {
    margin-bottom: 20px;
    display: none;
  }
  .dlSec .form .formBox.long {
    min-height: 70em;
  }
}
/* 2025 リニューアル */
.csCatLink {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.csCatLink li {
  width: 50%;
}
.csCatLink li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  background: #fff;
  border: 2px solid #3143cf;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.csCatLink li.is-current a {
  background: #3143cf;
  color: #fff;
}

.csCatList {
  display: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 0;
}
.csCatList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
}
.csCatList ul li {
  width: 20%;
  text-align: center;
}
.csCatList ul li a {
  display: inline-block;
  min-width: 180px;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid #3143cf;
  border-radius: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .csCatList ul li a:hover {
    background: #3143cf;
    color: #fff;
  }
}
.csCatList ul li.is-current a {
  background: #3143cf;
  color: #fff;
}
.csCatList.is-current {
  display: block;
}

@media only screen and (max-width: 768px) {
  .csCatLink {
    padding: 0 20px;
  }
  .csCatLink li a {
    min-height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .csCatList {
    padding: 32px 20px;
  }
  .csCatList ul {
    gap: 10px 20px;
  }
  .csCatList ul li {
    width: auto;
    text-align: center;
  }
  .csCatList ul li a {
    min-width: auto;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=download.css.map */