@charset "UTF-8";

/* ==========================================================================
   docs-download.css
   「資料ダウンロード」専用CSS
   ========================================================================== */

.c-imgGallery {
  margin: 0 0 4rem;
}
@media screen and (min-width: 820px), print {
  .c-imgGallery {
    overflow: hidden;
  }
}
@media screen and (min-width: 820px), print {
  .c-imgGallery__slide {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 819px) {
  .c-imgGallery__slide {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
    margin-bottom: 0;
  }
}
.c-imgGallery__slide .swiper-slide {
  padding: 0 1rem;
}
.c-imgGallery__slide .swiper-slide img {
  overflow: hidden;
  border-radius: 0.4rem;
}
.c-imgGallery__slide .swiper-button-prev,
.c-imgGallery__slide .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(../../img/common/swiper-button-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
  background-color: #B983B7;
  border-radius: 100%;
  filter: drop-shadow(0 0 0.5rem rgba(185, 131, 183, 0.3));
  cursor: pointer;
}
@media screen and (min-width: 820px), print {
  .c-imgGallery__slide .swiper-button-prev,
  .c-imgGallery__slide .swiper-button-next {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 819px) {
  .c-imgGallery__slide .swiper-button-prev,
  .c-imgGallery__slide .swiper-button-next {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
.c-imgGallery__slide .swiper-button-prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 820px), print {
  .c-imgGallery__slide .swiper-button-prev {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 819px) {
  .c-imgGallery__slide .swiper-button-prev {
    margin-left: -0.5rem;
  }
}
.c-imgGallery__slide .swiper-button-prev::after {
  content: "";
}
@media screen and (min-width: 820px), print {
  .c-imgGallery__slide .swiper-button-next {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 819px) {
  .c-imgGallery__slide .swiper-button-next {
    margin-right: -0.5rem;
  }
}
.c-imgGallery__slide .swiper-button-next::after {
  content: "";
}
.c-imgGallery__slide .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.c-imgGallery__view {
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 2rem;
}



.p-download__listTitle {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 820px), print {
  .p-download__listTitle {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 819px) {
  .p-download__listTitle {
    font-size: 2rem;
  }
}

@media screen and (min-width: 820px), print {
  .p-download__card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 819px) {
  .p-download__card {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 820px), print {
  .p-download__card__unit {
    max-width: calc(33.3% - 2.67rem);
    min-width: calc(33.3% - 2.67rem);
    margin-left: 4rem;
    margin-top: 4rem;
  }
  .p-download__card__unit:nth-child(3n-2) {
    margin-left: 0;
  }
  .p-download__card__unit:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 819px) {
  .p-download__card__unit {
    margin-top: 2rem;
  }
  .p-download__card__unit:first-child {
    margin-top: 0;
  }
}

.p-download__card__unit__inner,
a.p-download__card__unit__inner {
  display: block;
  color: currentColor;
}
.p-download__card__unit__inner:active, .p-download__card__unit__inner:hover,
a.p-download__card__unit__inner:active,
a.p-download__card__unit__inner:hover {
  text-decoration: none;
}

.p-download__card__unit__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 61.6%;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (min-width: 820px), print {
  .p-download__card__unit__thumb {
    margin-bottom: 1.8rem;
  }
}
@media screen and (max-width: 819px) {
  .p-download__card__unit__thumb {
    margin-bottom: 1.2rem;
  }
}
.p-download__card__unit__thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  transform: translate(-50%, -50%);
}

.p-download__card__unit__name {
  line-height: 2;
  text-align: center;
}
.p-download__card__unit__name::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.4rem;
  background-image: url(../../img/common/ico-download.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (min-width: 820px), print {
  .p-download__card__unit__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 819px) {
  .p-download__card__unit__name {
    font-size: 1.6rem;
  }
}

.p-download__card__unit__lead {
  margin-top: 1rem;
}
.p-download__card__unit__lead.--lineClamp {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 2;
  max-height: 4em;
}




