@charset "UTF-8";
@keyframes loop_slide_right {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
a:hover {
  text-decoration: none !important;
}

#page {
  background: #f7f9fa;
}

#archive-download {
  padding: 80px 0 200px;
}
@media screen and (max-width: 767px) {
  #archive-download {
    padding-top: 50px;
    padding-top: 13.3333333333vw;
    padding-bottom: 80px;
    padding-bottom: 21.3333333333vw;
  }
}

.ly_page_h1 {
  font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ly_page_h1 {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}

.ly_page_h1Sub {
  font-family: YakuHanJP, "Montserrat", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ly_page_h1Sub {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.ly_contact {
  margin-top: 0 !important;
}

.un_downloadList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .un_downloadList {
    display: block;
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_downloadList::after {
  display: block;
  content: "";
  width: 48%;
}
.un_downloadList_item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .un_downloadList_item {
    width: 100%;
  }
}
.un_downloadList_item:nth-child(n+3) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .un_downloadList_item:not(:first-child) {
    margin-top: 85px;
    margin-top: 22.6666666667vw;
  }
}
.un_downloadList_item .__img {
  overflow: hidden;
}
.un_downloadList_item .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_downloadList_item .__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .un_downloadList_item .__ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.un_downloadList_item .__txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 28px;
  color: #3B4043;
}
@media screen and (max-width: 767px) {
  .un_downloadList_item .__txt {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_downloadList_item .__btn {
  margin-top: 58px;
}/*# sourceMappingURL=style.css.map */