@charset "UTF-8";
/*まとめ*/
.--pr {
  padding-right: 40px;
}
.--mt15 {
  margin-top: 15px;
}
.--mt30 {
  margin-top: 30px;
}
.--mt60 {
  margin-top: 60px;
}
.--underline {
  text-decoration: underline;
}
.cardLink__img--aspectNone img {
  aspect-ratio: auto;
}
.p-info__list {
  justify-content: center;
}
.p-info__item {
  margin-right: 50px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .p-info__item {
    width: 50%;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .p-info__item {
    width: 100%;
  }
}
.p-info__other {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .p-info__other {
    margin-top: 50px;
  }
}
.p-info__other-link {
  margin-top: 25px;
  display: inline-block;
}
/*詳細*/
.--n-before::before {
  display: none;
}
.p-info__img {
  max-width: 500px;
  margin: 30px auto 0;
}
.p-info-detail__img {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contents__link--pdf::after {
  top: calc(50% - 0.01em);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*# sourceMappingURL=./info.css.map */