@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  letter-spacing: 2px;
}

h1 {
  color: #ffffff;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #194571;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 34px;
    text-align: center;
  }
}

h3 {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
h3.h3-tilte-small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h3.h3-tilte-small {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  p {
    font-size: 16px;
  }
}

.information .info-wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 1100px) {
  .information .info-wrap > li {
    border-bottom: 1px solid #194571;
  }
}
.information .info-wrap > li > div {
  padding: 1em 0;
}
@media screen and (max-width: 1100px) {
  .information .info-wrap > li > div {
    padding: 10px 0;
  }
}
.information .info-wrap > li > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  border-bottom: 2px solid #194571;
  border-top: 2px solid #194571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 0 0 10%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .information .info-wrap > li > div:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    border: none;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1100px) {
  .information .info-wrap > li > div:first-child p:first-child {
    font-weight: bold;
  }
}
.information .info-wrap > li > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85%;
  border-bottom: 1px solid #194571;
  border-top: 1px solid #194571;
  flex: 0 0 85%;
}
@media screen and (max-width: 1100px) {
  .information .info-wrap > li > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    border-bottom: none;
    border-top: none;
    flex: 0 0 100%;
  }
}
.information .info-wrap > li:not(:first-child) > div:first-child {
  border-top: none;
}
.information .info-wrap > li:not(:first-child) > div:last-child {
  border-top: none;
}
.information .info-wrap > li .list-disc > li:not(:first-child) {
  margin-top: 10px;
}
.information .info-wrap > li .list-disc > li a {
  color: #194571;
}

.access {
  margin-top: 70px;
}
.access-wrap iframe {
  height: 800px;
  margin-top: 20px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .access-wrap iframe {
    height: 300px;
  }
}

.name-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.name-info > div > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1100px) {
  .name-info > div > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.name-info > div > div:first-child p:last-child {
  margin-top: 10px;
  text-align: end;
}
.name-info > div > div:last-child {
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .name-info > div > div:last-child {
    margin-top: 20px;
  }
}
.name-info > div > div:last-child img {
  max-height: 400px;
}
/*# sourceMappingURL=../map/page/information.css.map */
