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

header h1 {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 64px;
}
@media screen and (max-width: 1100px) {
  header h1 {
    font-size: 36px;
    text-align: center;
    word-break: keep-all;
  }
}

@media screen and (max-width: 1100px) {
  h4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  h3 {
    font-size: 16px;
  }
}

h2 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 24px;
  }
}

.arrow-icon {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .arrow-icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .arrow-icon img {
    width: 36px;
  }
}

.orange {
  color: #f78110;
}

.info-wrap {
  margin-top: 40px;
}
.info-wrap p {
  margin-top: 40px;
}

ol.ol-list {
  font-size: 18px;
  line-height: 1.2;
  list-style-type: decimal;
  margin-top: 20px;
  padding-left: 1em;
}
@media screen and (max-width: 1100px) {
  ol.ol-list {
    font-size: 16px;
    line-height: 1.4;
  }
}
ol.ol-list li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  ol.ol-list li a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=../map/page/policy.css.map */
