<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main img {
  width: 100%;
}
main .pd-15 {
  padding: 15px;
}
main .flex-justify-start {
  justify-content: flex-start;
}
main .container {
  width: 90%;
}
main .content p {
  font-size: 1rem;
}
main .content .mt20per {
  margin-top: 20%;
}
main .content article {
  margin-top: 5%;
  margin-bottom: 5%;
}
main .content .flexContainer.flex-align-btm {
  align-items: flex-end;
}
main .content .flexContainer.flex-align-center {
  align-items: center;
}
main .content .contentTitle {
  margin: 0% 0 0;
}
main .content .contentTitle .bukkenName {
  width: 100%;
  max-width: 566px;
  margin-bottom: 1em;
}
main .content .contentTitle .date {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
main .content .contentTitle .logo {
  width: 90%;
  max-width: 400px;
}
main .content .contentTitle .mainVisual {
  width: 90%;
  margin: 8% auto 0% auto;
}
main .content .contentTitle .mainVisual .txt {
  margin: 5rem auto 0;
  width: 15%;
}
main .content .second .top {
  margin-bottom: 5rem;
}
main .content .second .top .w70container {
  text-align: center;
}
main .content .second .top .w70container img {
  margin: 0 auto 4rem;
}
main .content .second .top .w70container .txt {
  margin: auto;
  width: 35%;
}
main .content .second .bottom .flexContainer .w35 {
  width: 34%;
  margin-right: 5rem;
}
main .content .second .bottom .flexContainer .w60 {
  width: 56%;
}
main .content .second .bottom .flexContainer .w60 .txt {
  margin-top: 3rem;
}
main .content .second .bottom .flexContainer .w60 .txt img {
  width: 72%;
}
main .content .second .bottom .flexContainer .w60 .txt img:first-of-type {
  width: 35%;
  margin-bottom: 3rem;
}
main .content .third {
  margin-bottom: 0;
}
main .content .third .top .w70container {
  margin-bottom: 5%;
}
main .content .third .top .w50container {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
main .content .third .top .w50container img {
  margin-bottom: 10%;
}
main .content .third .top .w50container img:last-of-type {
  margin-bottom: 2rem;
}
main .content .third .top .w50container .txt {
  text-align: right;
}
main .content .third .top .w50container .txt img {
  width: 10%;
}
main .content .third .bottom {
  margin-top: 5%;
}
main .content .third .bottom .flexContainer .w25 {
  margin-right: 5rem;
}
main .content .third .bottom .flexContainer .w25 .txt {
  margin-top: 2rem;
  text-align: right;
}
main .content .third .bottom .flexContainer .w25 .txt img {
  width: 35%;
}
main .content .third .bottom .flexContainer .w30 {
  margin-top: 6%;
  width: 30%;
}
main .content .fourth {
  margin-top: 0;
}
main .content .fourth .top {
  margin-bottom: 5%;
}
main .content .fourth .top .w30 {
  margin-right: 5rem;
  width: 30%;
}
main .content .fourth .top .w30 .txt {
  margin-left: 7%;
  margin-bottom: 11%;
}
main .content .fourth .top .w30 .txt img {
  width: 50%;
}
main .content .fourth .top .w25 img {
  margin-top: 20%;
}
main .content .fourth .top .w25 .txt {
  margin-top: 2rem;
}
main .content .fourth .top .w25 .txt img {
  margin-top: 0;
  width: 35%;
}
main .content .fourth .middle .w60container .txt {
  text-align: right;
}
main .content .fourth .middle .w60container .txt img {
  width: 49%;
}
main .content .fourth .middle .w60container .flexContainer {
  align-items: flex-end;
}
main .content .fourth .middle .w60container .flexContainer .w30 {
  width: 28%;
  margin-right: 5rem;
  margin-left: 9%;
}
main .content .fourth .middle .w60container .flexContainer .w50 .txt {
  margin-bottom: 11%;
}
main .content .fourth .bottom {
  margin-top: 10%;
}
main .content .fourth .bottom .w30 {
  margin-right: 2%;
  text-align: right;
}
main .content .fourth .bottom .w30 img {
  width: 80%;
}
main h4.title {
  width: 50%;
  max-width: 300px;
  margin: 3% auto;
}

.artfact {
  display: flex;
  align-items: flex-end;
}
.artfact .artfact_img {
  padding-left: 10%;
}

@media only screen and (max-width: 767px) {
  main .content {
    padding-left: 2%;
    padding-right: 2%;
  }
  main .content p {
    font-size: 1.2rem;
  }
  main .content .ph {
    margin-bottom: 1em;
  }
  main .content .mt30 {
    margin-top: 0 !important;
  }
  main .content .mt30per {
    margin-top: auto;
  }
  main .content article {
    margin-top: auto;
    margin-bottom: auto;
  }
  main .content .container {
    width: 100%;
  }
  main .content .contentTitle {
    margin: 0% 0 0%;
  }
  main .content .contentTitle .bukkenName {
    width: 100%;
    max-width: 566px;
    margin-bottom: 1em;
  }
  main .content .contentTitle .date {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  main .content .contentTitle .logo {
    width: 90%;
    max-width: 400px;
  }
  main .content .contentTitle .mainVisual {
    width: 100%;
    margin: 8% auto 3em;
  }
  main .content .contentTitle .mainVisual p {
    text-align: left;
  }
  main .content .flexContainer {
    flex-direction: column;
  }
  main .content .second .top {
    margin-bottom: 5%;
  }
  main .content .second .top .w70container {
    width: 90%;
  }
  main .content .second .top .w70container .txt {
    width: 50%;
  }
  main .content .second .bottom {
    margin-bottom: 15%;
  }
  main .content .second .bottom .w80container {
    width: 100%;
  }
  main .content .second .bottom .w80container .w35, main .content .second .bottom .w80container .w60 {
    margin-bottom: 2%;
    width: 100%;
  }
  main .content .second .bottom .w80container .w35 {
    margin-bottom: 4%;
    margin-right: 0;
    padding: 0 15% 2%;
  }
  main .content .second .bottom .w80container .w60 .txt img {
    width: 100%;
  }
  main .content .second .bottom .w80container .w60 .txt img:first-of-type {
    width: 45%;
  }
  main .content .third {
    margin-top: 0;
    margin-bottom: 5%;
  }
  main .content .third .top .w50container {
    width: 80%;
  }
  main .content .third .top .w50container .txt img {
    width: 15%;
  }
  main .content .third .bottom .flexContainer .w25, main .content .third .bottom .flexContainer .w30 {
    margin-bottom: 2%;
    width: 100%;
  }
  main .content .third .bottom .flexContainer .w25 {
    margin-bottom: 4%;
    margin-right: 0;
    padding: 0 15% 2%;
  }
  main .content .third .bottom .flexContainer .w25 .txt img {
    width: 30%;
  }
  main .content .third .bottom .flexContainer .w30 {
    margin-top: 0;
    padding: 0 5% 2%;
  }
  main .content .fourth .top .w25, main .content .fourth .top .w30 {
    margin-bottom: 2%;
    width: 100%;
  }
  main .content .fourth .top .w30 {
    margin: 0;
    padding: 0 5%;
  }
  main .content .fourth .top .w30 .txt {
    margin-bottom: 8%;
    margin-left: 0;
  }
  main .content .fourth .top .w25 {
    padding: 0 10%;
  }
  main .content .fourth .top .w25 img {
    margin-top: 5%;
  }
  main .content .fourth .top .w25 .txt {
    width: 27%;
  }
  main .content .fourth .middle .w60container {
    width: 100%;
  }
  main .content .fourth .middle .w60container .txt {
    margin-bottom: 5%;
    text-align: center;
  }
  main .content .fourth .middle .w60container .txt img {
    width: 80%;
  }
  main .content .fourth .middle .w60container .flexContainer .w30 {
    margin: 0 0 10%;
    padding: 0 10%;
    width: 100%;
  }
  main .content .fourth .middle .w60container .flexContainer .w50 {
    margin: 0;
    padding: 0 5%;
  }
  main .content .fourth .bottom {
    margin-bottom: 10%;
  }
  main .content .fourth .bottom .w70container {
    width: 100%;
  }
  main .mapStack .w45 .artfact {
    padding: 0 5%;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 395px) {
  main .content .contentTitle .mainVisual .br_sp {
    display: none;
  }
}/*# sourceMappingURL=museum2312.css.map */</pre></body></html>