@charset "UTF-8";
.p-exhArticle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
  padding-bottom: 63px;
  padding-left: 20px;
  margin-top: 65px;
}
.p-exhArticle__header {
  text-align: center;
}
.p-exhArticle__title {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
.p-exhArticle__titleSub {
  font-weight: 700;
}
.p-exhArticle__titleMain {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-exhArticle__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}
._smallWidth .p-exhArticle__contents {
  width: 100%;
}
.p-exhArticle__contents > p {
  width: 100%;
}
.p-exhArticle__contents > figure:not(:first-child) {
  margin-top: 30px;
}
.p-exhArticle__contents > figure figcaption {
  margin-top: 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2857142857;
}
.p-exhArticle__contents > figure + p {
  margin-top: 28px;
}
.p-exhArticle__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  margin-top: 70px;
}
.p-exhArticle__images._flex  {
  row-gap: 16px;
  grid-template-columns: 1fr;
}
.p-exhArticle__images._flex figure {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-exhArticle__imagesCaption,
.p-exhArticle__images span {
  grid-column: span 2;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-exhArticle__info {
  width: 100%;
  margin-top: 65px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.p-exhArticle__infoTitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.p-exhArticle__infoList {
  width: 100%;
  margin-top: 12px;
}
.p-exhArticle__infoIndex {
  font-weight: 600;
}
.p-exhArticle__infoIndex:not(:first-child) {
  padding-top: 12px;
}
.p-exhArticle__infoDetail {
  padding-bottom: 12px;
  font-weight: 300;
  border-bottom: 1px solid #707070;
}
.p-exhArticle__nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
.p-exhArticle__navButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-weight: 700;
  color: #ee8b16 !important;
  text-decoration: none;
  border: 1px solid #ee8b16;
  transition: all 0.1s ease;
  transition-property: color, background;
}
.p-exhArticle__navButton:hover {
  color: #fff !important;
  background: #ee8b16;
}