<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.download .h1_wrap {
  background: url(../../download/img/h1_bg.jpg) no-repeat center center/cover;
}

.intro_wrap {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.intro_wrap .img_ctr {
  margin-bottom: 40px;
}

.intro_wrap .intro_tit {
  padding-top: 0;
}

.download {
  background: #f2f2f2;
}

.width_wrap {
  max-width: 940px;
}

.img_box {
  text-align: center;
  margin: 80px 0 40px;
}

.text {
  text-align: center;
}

.dl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl_wrap:first-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px 0 45px;
}

.dl_wrap:first-of-type li {
  margin-right: 45px;
}

.dl_wrap:first-of-type li:last-child {
  margin-right: 0;
}

.dl_wrap:last-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_wrap:last-of-type li:first-of-type {
  margin-right: 45px;
}
.dl_wrap li {
  width: 30%;
  max-width: 270px;
}

.support_wrap {
  background: #fff;
  margin-top: 100px;
  padding: 100px 0;
}

.support_wrap .text {
  font-size: 26px;
  font-weight: bold;
  color: #3b2526;
  line-height: 2;
}

.btn03 a {
  max-width: 420px;
  margin: 50px auto 0;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .intro_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .intro_wrap .img_ctr {
    margin-bottom: 20px;
  }
  .img_box {
    margin: 40px 0 20px;
  }
  .text {
    margin-bottom: 50px;
  }
  .dl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dl_wrap:first-of-type {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0 20px;
  }
  .dl_wrap:last-of-type {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .dl_wrap:first-of-type li ,.dl_wrap:last-of-type li:first-of-type{
    margin-right: 0;
  }
  .dl_wrap:last-of-type li:last-child {
    /*margin: 20px auto 0; */
  }
  .dl_wrap li {
    width: 48%;
    max-width: 48%;
  }
  .support_wrap {
    margin-top: 50px;
    padding: 50px 0;
  }
  .support_wrap .text {
    font-size: 20px;
  }
  .btn03 a {
    max-width: 100%;
    margin: 50px auto;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=download.css.map */</pre></body></html>