body._isLoading #Container {
  height: 0;
  opacity: 0;
}

#Container > ._inner {
  background-color: #FFF;
}

#PageHeader {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #PageHeader {
    background: url("../images/headerVisual-sp.jpg") no-repeat 50% 0;
    background-size: cover;
    height: 66.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  #PageHeader {
    background: url("../images/headerVisual.jpg") no-repeat 50% 0;
    height: 550px;
  }
}
@media screen and (max-width: 767.98px) {
  #PageHeader ._wrapper {
    width: 46.6666666667%;
    padding-left: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #PageHeader ._wrapper {
    width: 44.8979591837%;
    padding-left: 46.9387755102%;
  }
}
@media print, screen and (min-width: 1024px) {
  #PageHeader ._wrapper {
    width: 440px;
    padding-left: 460px;
  }
}
#PageHeader h2._en img {
  width: auto;
}
@media screen and (max-width: 767.98px) {
  #PageHeader h2._en img {
    filter: brightness(0) drop-shadow(0px 0px clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px) #dceff7);
    height: 5.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  #PageHeader h2._en img {
    filter: brightness(0) drop-shadow(0px 0px clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px) #dceff7);
    height: 43px;
  }
}
#PageHeader p._ja {
  color: #000;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 0.2em;
}
@media screen and (max-width: 767.98px) {
  #PageHeader p._ja {
    filter: drop-shadow(0px 0px clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px) #dceff7);
    font-size: clamp(0.625rem, calc(10px + (2 * max(0px, ((100dvw - 320px) / (108))))), 0.75rem);
    letter-spacing: 0.15em;
    margin-top: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #PageHeader p._ja {
    filter: drop-shadow(0px 0px clamp(0px, calc(0px + (30 * max(0px, ((100dvw - 0px) / (768))))), 30px) #dceff7);
    font-size: 1.175rem;
    letter-spacing: 0.2em;
    margin-top: 1em;
  }
}

#Contact,
#SdgsArea {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #Contact,
  #SdgsArea {
    padding: 3em 4%;
  }
}
@media print, screen and (min-width: 768px) {
  #Contact,
  #SdgsArea {
    padding: 5em 0;
  }
}

._tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
._tag p {
  font-size: clamp(0.6875rem, calc(11px + (3 * max(0px, ((100dvw - 320px) / (660))))), 0.875rem);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (660))))), 0.1em);
  text-indent: clamp(-0.1em, calc(-1.6px + (0.8 * max(0px, ((-100dvw + 980px) / (660))))), -0.05em);
  margin-right: 0.6em;
  margin-bottom: 0.6em;
  padding: 0.6em 1.2em;
}
._tag p:last-child {
  margin-right: 0;
}
._tag ._tag-category2 {
  color: #FFF;
}
._tag ._tag-category3 {
  color: #000;
  background-color: #FFF;
  border: 1px solid #333;
}

#MainArea .exhibition_item_sdgs {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1023.98px) {
  #MainArea .exhibition_item_sdgs {
    margin: 2.5em 0 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item_sdgs {
    margin: 3em 0 0 0;
  }
}
#MainArea .exhibition_item_sdgs ul {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: end;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul {
    grid-gap: min(1.2vw, 12px);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_sdgs ul {
    grid-gap: min(.7vw, 7px);
  }
}
#MainArea .exhibition_item_sdgs ul li:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul li:nth-child(1) {
    width: min(26vw, 260px);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_sdgs ul li:nth-child(1) {
    width: min(16vw, 160px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul li:nth-child(1) ~ * {
    width: min((24.8vw / 2), (248px / 2));
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_sdgs ul li:nth-child(1) ~ * {
    width: min((15.3vw / 2), (153px / 2));
  }
}
#MainArea .exhibition_item_sdgs ul li:nth-child(2n) {
  grid-row: 1;
}
#MainArea .exhibition_item_sdgs ul li:nth-child(2) {
  grid-column: 3;
}
#MainArea .exhibition_item_sdgs ul li img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul._more10 {
    grid-gap: min(1.2vw * 0.62, 12px * 0.62);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul._more10 li:nth-child(1) {
    width: min(26vw * 0.62, 260px * 0.62);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul._more10 li:nth-child(1) ~ * {
    width: min((24.8vw * 0.62 / 2), (248px * 0.62 / 2));
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul._full {
    grid-gap: min(1.2vw * 0.68, 12px * 0.68);
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_sdgs ul._full {
    grid-gap: min(.6vw, 6px);
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs ul._full li {
    width: min((24.8vw * 0.68 / 2), (248px * 0.68 / 2));
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_sdgs ul._full li {
    width: min((14.2vw / 2), (142px / 2));
  }
}
#MainArea .exhibition_item_sdgs ul._full li:nth-child(1) {
  grid-column: 1;
}
#MainArea .exhibition_item_sdgs ul._full li:nth-child(2) {
  grid-column: 1;
}
#MainArea .exhibition_item_sdgs ul._full li:nth-child(2n+1) {
  grid-row: 1;
}
#MainArea .exhibition_item_sdgs ul._full li:nth-child(2n) {
  grid-row: 2;
}

@keyframes _fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#MainArea #ExhibitionArea_List {
  position: relative;
  margin-top: clamp(0px, calc(0px + (60 * max(0px, ((100dvw - 0px) / (768))))), 60px);
}
@media print, screen and (min-width: 768px) {
  #MainArea #ExhibitionArea_List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#MainArea #ExhibitionArea_List > ._overlay-search {
  position: absolute;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  cursor: pointer;
}
#MainArea #ExhibitionArea_List > ._overlay-search._isVisible {
  animation: _fadeIn 400ms forwards;
  display: block;
}
#MainArea #ExhibitionArea_List > ._overlay-search._isHidden {
  display: none;
  opacity: 0;
}
#MainArea ._overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  cursor: pointer;
}
#MainArea ._overlay._isVisible {
  display: block;
  animation: _fadeIn 400ms forwards;
}
#MainArea ._overlay._isHidden {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item {
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item {
    width: 49%;
    margin-top: 20px;
  }
}
#MainArea .exhibition_item[data-search_match=true] {
  position: relative;
  z-index: 2000;
}
#MainArea .exhibition_item._isStatic {
  position: static;
}
#MainArea .exhibition_item._isVisibleDetail {
  z-index: 3000;
}
#MainArea .exhibition_item ._overview {
  text-align: left;
  box-sizing: border-box;
  cursor: pointer;
}
body:not([data-device=touchDevice]) #MainArea .exhibition_item ._overview:hover {
  opacity: 0.7;
  transition: 400ms;
}
#MainArea .exhibition_item ._overview > ._inner {
  display: grid;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._overview > ._inner {
    grid-template-columns: 3em auto auto 14% 14% 14% 14%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._overview > ._inner {
    grid-template-columns: 64px auto auto 14% 14% 14% 14%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._overview .exhibition_item_id {
    font-size: 1.3125rem;
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea .exhibition_item ._overview .exhibition_item_title {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-right: auto;
    padding: 0.4em 1.2em;
    grid-column: 2/8;
    grid-row: 1;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._overview .exhibition_item_title {
    grid-column: 1/4;
    grid-row: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._overview .exhibition_item_title {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 28px 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  #MainArea .exhibition_item ._overview ._tag {
    padding: 0 4%;
    grid-column: 1/8;
    grid-row: 2;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._overview ._tag {
    margin-left: auto;
    padding: 0 20px;
    grid-column: 2/8;
    grid-row: 1;
  }
}
#MainArea .exhibition_item ._overview ._tag p {
  margin-right: 0.6em;
  margin-bottom: 0.6em;
  padding: 0.5em 0.7em 0.6em 0.7em;
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._overview ._tag p {
    font-size: 0.75rem;
  }
}
#MainArea .exhibition_item ._overview ._tag p:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023.98px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image {
    text-align: center;
    margin: 1em 0;
    padding: 0 4%;
    grid-column: 1/8;
    grid-row: 3;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image {
    margin: 30px 0;
    padding-right: 20px;
    grid-column: 4/8;
    grid-row: 2;
  }
}
#MainArea .exhibition_item ._overview .exhibition_item_image div {
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image div {
    max-width: 400px;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image div {
    max-width: 435px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    aspect-ratio: 1200/800;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image div img {
    max-height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._overview .exhibition_item_image div img {
    max-height: 100%;
  }
}
#MainArea .exhibition_item ._detail {
  text-align: left;
  box-sizing: border-box;
  width: 90%;
  max-width: 1100px;
  position: absolute;
  z-index: 4000;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail {
    margin: 1.8em 0;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail {
    margin: 2.5em 0;
  }
}
#MainArea .exhibition_item ._detail._isVisible {
  display: block;
  position: absolute;
  animation: _fadeIn 400ms forwards;
}
#MainArea .exhibition_item ._detail._isVisible + ._overlay {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  cursor: pointer;
}
#MainArea .exhibition_item ._detail._isHidden {
  display: none;
  opacity: 0;
}
#MainArea .exhibition_item ._detail > ._inner {
  display: grid;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail > ._inner {
    grid-template-columns: 3em auto auto 14% 14% 14% 14%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail > ._inner {
    grid-template-columns: 98px auto auto 14% 14% 14% 14%;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail .exhibition_item_id {
    font-size: 2rem;
    width: 98px;
    height: 98px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail .exhibition_item_title {
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin: 36px 0;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail .exhibition_item_title {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-right: auto;
    padding: 0.4em 1.2em;
    grid-column: 2/8;
    grid-row: 1;
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail .exhibition_item_title {
    grid-column: 1/4;
    grid-row: 2;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail ._tag {
    padding: 0 4%;
    grid-column: 1/8;
    grid-row: 2;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail ._tag {
    margin-left: auto;
    padding: 0 40px;
    grid-column: 2/8;
    grid-row: 1;
  }
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail .exhibition_item_image {
    text-align: center;
    margin: 1em 0;
    padding: 0 4%;
    grid-column: 1/8;
    grid-row: 3;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail .exhibition_item_image {
    margin: 40px 0;
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail .exhibition_item_image {
    grid-column: 4/8;
    grid-row: 2;
  }
}
#MainArea .exhibition_item ._detail ._closeButton {
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  transform: translateY(-120%);
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail ._closeButton {
    width: 1.2em;
    height: 1.2em;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item ._detail ._closeButton {
    width: 2em;
    height: 2em;
  }
}
body:not([data-device=touchDevice]) #MainArea .exhibition_item ._detail ._closeButton:hover {
  opacity: 0.7;
  transition: 400ms;
}
#MainArea .exhibition_item ._detail ._closeButton::before {
  background-color: #FFF;
  width: 100%;
  height: 0.1em;
  margin-left: -50%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 100%;
  left: 50%;
  content: "";
  transform: rotate(45deg);
}
#MainArea .exhibition_item ._detail ._closeButton::after {
  background-color: #FFF;
  width: 100%;
  height: 0.1em;
  margin-left: -50%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 100%;
  left: 50%;
  content: "";
  transform: rotate(-45deg);
}
#MainArea .exhibition_item ._detail ._prevButton,
#MainArea .exhibition_item ._detail ._nextButton {
  background-color: transparent;
  border: none;
  outline: none;
  height: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail ._prevButton,
  #MainArea .exhibition_item ._detail ._nextButton {
    width: 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #MainArea .exhibition_item ._detail ._prevButton,
  #MainArea .exhibition_item ._detail ._nextButton {
    width: 2.8em;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._detail ._prevButton,
  #MainArea .exhibition_item ._detail ._nextButton {
    width: 3em;
  }
}
body:not([data-device=touchDevice]) #MainArea .exhibition_item ._detail ._prevButton:hover,
body:not([data-device=touchDevice]) #MainArea .exhibition_item ._detail ._nextButton:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 400ms;
}
#MainArea .exhibition_item ._detail ._prevButton::before,
#MainArea .exhibition_item ._detail ._nextButton::before {
  display: block;
  position: absolute;
  top: 50%;
  content: "";
}
@media screen and (max-width: 428px) {
  #MainArea .exhibition_item ._detail ._prevButton::before,
  #MainArea .exhibition_item ._detail ._nextButton::before {
    width: 0.5em;
    height: 0.5em;
  }
}
@media screen and (min-width: 428.02px) and (max-width: 767.98px) {
  #MainArea .exhibition_item ._detail ._prevButton::before,
  #MainArea .exhibition_item ._detail ._nextButton::before {
    width: 0.8em;
    height: 0.8em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #MainArea .exhibition_item ._detail ._prevButton::before,
  #MainArea .exhibition_item ._detail ._nextButton::before {
    width: 1.5em;
    height: 1.5em;
  }
}
@media print, screen and (min-width: 1024px) {
  #MainArea .exhibition_item ._detail ._prevButton::before,
  #MainArea .exhibition_item ._detail ._nextButton::before {
    width: 2em;
    height: 2em;
  }
}
#MainArea .exhibition_item ._detail ._prevButton {
  left: 0;
  transform: translateX(-100%);
}
#MainArea .exhibition_item ._detail ._prevButton::before {
  border-top: 0.15em solid #FFF;
  border-left: 0.15em solid #FFF;
  right: 30%;
  transform: translate(50%, -50%) rotate(-45deg);
}
#MainArea .exhibition_item ._detail ._nextButton {
  right: 0;
  transform: translateX(100%);
}
#MainArea .exhibition_item ._detail ._nextButton::before {
  border-top: 0.15em solid #FFF;
  border-right: 0.15em solid #FFF;
  left: 30%;
  transform: translate(-50%, -50%) rotate(45deg);
}
#MainArea .exhibition_item._matchFirst ._detail ._prevButton {
  display: none;
}
#MainArea .exhibition_item._matchLast ._detail ._nextButton {
  display: none;
}
#MainArea .exhibition_item_id {
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 0.2em;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_id {
    font-size: 1.125rem;
    width: 3em;
    height: 3em;
  }
}
#MainArea .exhibition_item_title {
  font-weight: 400;
}
#MainArea .exhibition_item ._tag {
  margin-top: 0.8em;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item ._tag p {
    margin-right: 0.4em;
    margin-bottom: 0.6em;
    padding: 0.5em 0.5em 0.6em 0.5em;
  }
}
#MainArea .exhibition_item_image {
  text-align: center;
  margin-left: auto;
}
#MainArea .exhibition_item_image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
#MainArea .exhibition_item_summary {
  font-size: clamp(0.875rem, calc(14px + (4 * max(0px, ((100dvw - 320px) / (448))))), 1.125rem);
  line-height: clamp(1.6em, calc(25.6px + (6.4 * max(0px, ((100dvw - 320px) / (448))))), 2em);
  letter-spacing: clamp(0.05em, calc(0.8px + (0.8 * max(0px, ((100dvw - 320px) / (448))))), 0.1em);
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_summary {
    padding: 0 4%;
    grid-column: 1/8;
    grid-row: 4;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_summary {
    padding: 0 40px;
    grid-column: 1/8;
    grid-row: 3;
  }
}
#MainArea .exhibition_item_sdgs {
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  #MainArea .exhibition_item_sdgs {
    margin-top: 1.2em;
    padding: 0 4% 5.3333333333% 4%;
    grid-column: 1/8;
    grid-row: 5;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea .exhibition_item_sdgs {
    padding: 0 40px 40px 40px;
    grid-column: 1/8;
    grid-row: 4;
  }
}
#MainArea .exhibition_item[data-category1=resilience] ._tag-category1 {
  color: #FFF;
  background-color: rgb(29, 32, 136);
}
#MainArea .exhibition_item[data-category1=regenerative] ._tag-category1 {
  color: #FFF;
  background-color: rgb(0, 175, 236);
}
#MainArea .exhibition_item[data-category1=zeroEmission] ._tag-category1 {
  color: #FFF;
  background-color: rgb(0, 129, 204);
}
#MainArea .exhibition_item[data-category2=base] ._detail {
  background-color: #E5F2FA;
}
#MainArea .exhibition_item[data-category2=base] ._overview > ._inner {
  background-color: #E5F2FA;
}
#MainArea .exhibition_item[data-category2=base] .exhibition_item_id {
  background-color: rgb(0, 129, 204);
}
#MainArea .exhibition_item[data-category2=base] ._tag-category2 {
  background-color: rgb(0, 129, 204);
}
#MainArea .exhibition_item[data-category2=biprogyKen] ._detail {
  background-color: #E8E9F3;
}
#MainArea .exhibition_item[data-category2=biprogyKen] ._overview > ._inner {
  background-color: #E8E9F3;
}
#MainArea .exhibition_item[data-category2=biprogyKen] .exhibition_item_id {
  background-color: rgb(29, 32, 136);
}
#MainArea .exhibition_item[data-category2=biprogyKen] ._tag-category2 {
  background-color: rgb(29, 32, 136);
}
#MainArea .exhibition_item[data-category2=work] ._detail {
  background-color: #FBECEE;
}
#MainArea .exhibition_item[data-category2=work] ._overview > ._inner {
  background-color: #FBECEE;
}
#MainArea .exhibition_item[data-category2=work] .exhibition_item_id {
  background-color: rgb(217, 69, 91);
}
#MainArea .exhibition_item[data-category2=work] ._tag-category2 {
  background-color: rgb(217, 69, 91);
}
#MainArea .exhibition_item[data-category2=medical] ._detail {
  background-color: #F6F2F7;
}
#MainArea .exhibition_item[data-category2=medical] ._overview > ._inner {
  background-color: #F6F2F7;
}
#MainArea .exhibition_item[data-category2=medical] .exhibition_item_id {
  background-color: rgb(166, 125, 181);
}
#MainArea .exhibition_item[data-category2=medical] ._tag-category2 {
  background-color: rgb(166, 125, 181);
}
#MainArea .exhibition_item[data-category2=traffic] ._detail {
  background-color: #FCF5E8;
}
#MainArea .exhibition_item[data-category2=traffic] ._overview > ._inner {
  background-color: #FCF5E8;
}
#MainArea .exhibition_item[data-category2=traffic] .exhibition_item_id {
  background-color: rgb(228, 156, 34);
}
#MainArea .exhibition_item[data-category2=traffic] ._tag-category2 {
  background-color: rgb(228, 156, 34);
}
#MainArea .exhibition_item[data-category2=digital] ._detail {
  background-color: #ECF8F9;
}
#MainArea .exhibition_item[data-category2=digital] ._overview > ._inner {
  background-color: #ECF8F9;
}
#MainArea .exhibition_item[data-category2=digital] .exhibition_item_id {
  background-color: rgb(71, 187, 197);
}
#MainArea .exhibition_item[data-category2=digital] ._tag-category2 {
  background-color: rgb(71, 187, 197);
}
#MainArea .exhibition_item[data-category2=energy] ._detail {
  background-color: #F2F8ED;
}
#MainArea .exhibition_item[data-category2=energy] ._overview > ._inner {
  background-color: #F2F8ED;
}
#MainArea .exhibition_item[data-category2=energy] .exhibition_item_id {
  background-color: rgb(126, 191, 77);
}
#MainArea .exhibition_item[data-category2=energy] ._tag-category2 {
  background-color: rgb(126, 191, 77);
}
#MainArea .exhibition_item[data-category2=none] ._detail {
  background-color: #EFEFEF;
}
#MainArea .exhibition_item[data-category2=none] ._overview > ._inner {
  background-color: #EFEFEF;
}
#MainArea .exhibition_item[data-category2=none] .exhibition_item_id {
  background-color: rgb(102, 102, 102);
}
#MainArea .exhibition_item[data-category2=none] ._tag-category2 {
  background-color: rgb(102, 102, 102);
}
#MainArea .exhibition_item[data-category2=exhibition] ._detail {
  background-color: #E5F7FD;
}
#MainArea .exhibition_item[data-category2=exhibition] ._overview > ._inner {
  background-color: #E5F7FD;
}
#MainArea .exhibition_item[data-category2=exhibition] .exhibition_item_id {
  background-color: #00AEEB;
}
#MainArea .exhibition_item[data-category2=exhibition] ._tag-category2 {
  background-color: #00AEEB;
}
#MainArea .exhibition_item.is-match-first ._prevButton {
  display: none;
}
#MainArea .exhibition_item.is-match-last ._nextButton {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #MainArea #R1 .exhibition_item_image img {
    border: 2px solid #FFF;
  }
}
@media print, screen and (min-width: 768px) {
  #MainArea #R1 .exhibition_item_image img {
    border: 2px solid #FFF;
  }
}

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