@charset "utf-8";

/* CSS Document */
/* download.css */

.dl__title {
  text-align: center;
  margin: 5em auto 3em;
}
.dl__title h2{
  font-size: 2.3em;
  letter-spacing: 0.1em;
}
.dl__title span {
  color: var(--c-or);
}
/*--------ページ内リンク------------------------------------------*/
.arrowlink__box {
  margin-bottom: 8em;
}
@media screen and (min-width:1060px) {
  .arrowlink__box {
    max-width: 1000px;
    padding: 0px 0 80px;
    margin: auto;
  }

.arrowlink__list {
    justify-content: center;
}

  .arrowlink__item {
    width: 180px;
    margin: 10px;
  }
}

/*--------ページ内リンク------------------------------------------*/

.dllist {
  display: block;
  margin: 0 auto;
  padding: 10% 0;
  width: 100%;
}
.dllist:nth-of-type(odd) {
  background-color: #efefef;
}
.dllist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 5.66%;
}
.dllist__img {
  width: 42%;
}
.dllist__item img {
}
.dllist__data {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.dllist__title span {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: var(--c-or);
  font-size: 1.07em;
  font-weight: bold;
  line-height: 1.42em;
  overflow: hidden;
}
.dllist__title br {
  display: none;
}
.dllist__btn {
  width: 100%;
  box-sizing: border-box;
  padding-left: 2em;
}
.dllist__item .ghostbtn {
  padding: 0.8em 3em;
  display: block;
}
.dllist__item .ghostbtn span {
  font-size: 0.92em;
}

.dlmore {
  margin: 2em auto 0;
}
.dlmore .ghostbtn {
  width: 78%;
  margin: 0 auto;
  display: block;
}


@media screen and (min-width:1060px) {
  .dl__title {
    text-align: center;
    margin: 7em auto 3em;
  }
  .dl__title h2{
    font-size: 50px;
    letter-spacing: 0.13em;
  }
  .dllist {
  display: block;
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
}
  .dllist__box {
    margin: 40px auto;
    max-width: 1230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .dllist__item {
    display: block;
    box-sizing: border-box;
    padding: 30px 15px;
    width: 25%;
  }
  .dllist__img {
    width: 100%;
  }
  .dllist__data {
    width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
  .dllist__title {
    padding: 0px 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:center;
    margin: 6px auto;
  }
  .dllist__title span {
    font-size: 18px;
    line-height: 1.66em;
  }

.dllist__btn {
  width: 86%;
  box-sizing: border-box;
  padding-left: 2em;
  margin-top: 10px;
  margin-right: 1em;
}
.dllist__btn .ghostbtn {
    font-size: 14px;
    padding: 0.8em 1em;
  }

.dlmore {
  margin: 6em auto 0;
}
.dlmore .ghostbtn {
  width: 470px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}



}
