@charset "UTF-8";
/* ::::::::::  デジタルパンフレット  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media (max-width: 767px) {
  .pageTitleArea .pageTitle .en {
    line-height: 1.2;
  }
}

.pamphlet .wrapper {
  padding-top: 0;
  padding-bottom: 170px;
}

@media (max-width: 767px) {
  .pamphlet .wrapper {
    padding-bottom: 80px;
  }
}

.pamphletList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 30px;
}

@media (max-width: 1024px) {
  .pamphletList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .pamphletList {
    gap: 20px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.pamphletListItem {
  padding: 35px 25px 40px;
  background: #fff;
}

@media (max-width: 767px) {
  .pamphletListItem {
    width: 100%;
  }
}

.pamphletListItem h2 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CACACA;
  color: #000;
  font-size: 1.9rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .pamphletListItem h2 {
    margin-bottom: 30px;
    font-size: 1.5rem;
    height: auto;
  }
}

.pamphletListItem .imgBox {
  text-align: center;
}

.pamphletListItem .imgBox img {
  max-width: 212px;
  height: auto;
}

.pamphletListItem .btn {
  margin-top: 25px;
}

.pamphletListItem .btn a {
  width: auto;
}

.pamphletListItem .btn .icon_ex {
  fill: rgba(255, 255, 255, 0.6);
}

body.lang_fr .pageTitleArea .pageTitle .en.enExc,
body.lang_de .pageTitleArea .pageTitle .en.enExc,
body.lang_es .pageTitleArea .pageTitle .en.enExc,
body.lang_it .pageTitleArea .pageTitle .en.enExc,
body.lang_ms .pageTitleArea .pageTitle .en.enExc,
body.lang_id .pageTitleArea .pageTitle .en.enExc {
  display: none;
}

/*# sourceMappingURL=pamphlet.css.map */