@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;
  }
}

.news div p > a {
  color: #194571;
  text-decoration: underline;
}
.news .contact-info > ul {
  margin-top: 40px;
}
.news .contact-info > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news .contact-info > ul li:not(:first-child) {
  margin-top: 40px;
}
.news .contact-info > ul li > div:first-child img {
  max-width: 70px;
  width: 100%;
}
.news .contact-info > ul li > div:last-child {
  padding-left: 2em;
}
/*# sourceMappingURL=../map/page/contact.css.map */
