@charset "UTF-8";
.p-exhArticle {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 20px;
  padding-bottom: 126px;
  padding-left: 20px;
  margin-top: 65px;
}
.p-exhArticle__header {
  text-align: center;
}
.p-exhArticle__title {
  display: flex;
  flex-direction: column;
  font-weight: 400;
}
.p-exhArticle__titleSub {
  font-size: 16px;
  font-size: 1rem;
  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: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}
.p-exhArticle__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
}
.p-exhArticle__contents:not(._smallWidth) {
  max-width: 960px;
}
._smallWidth .p-exhArticle__contents {
  width: 100%;
  max-width: 675px;
}
.p-exhArticle__contents > p {
  width: 100%;
}
.p-exhArticle__contents > figure:not(:first-child) {
  margin-top: 80px;
}
.p-exhArticle__contents > figure figcaption {
  margin-top: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2857142857;
}
.p-exhArticle__contents > figure + p {
  margin-top: 40px;
}
.p-exhArticle__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin-top: 140px;
}
.p-exhArticle__images._flex  {
  row-gap: 40px;
}
.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: 14px;
  font-size: 0.875rem;
}
.p-exhArticle__info {
  width: 100%;
  max-width: 960px;
  margin-top: 130px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.p-exhArticle__infoTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-exhArticle__infoList {
  display: grid;
  grid-template-columns: auto 1fr;
  width: 100%;
}
.p-exhArticle__infoIndex, .p-exhArticle__infoDetail {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}
.p-exhArticle__infoIndex {
  padding-right: 16px;
  font-weight: 600;
}
.p-exhArticle__infoDetail {
  font-weight: 300;
}
.p-exhArticle__nav {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
}
.p-exhArticle__navButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  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;
}