@import url(../css/riset.css);
@import url(../css/slick-theme.css);
@import url(../css/slick.css);
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Noto+Sans+JP:wght@400;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #8fbc8f;
}

a {
  text-decoration: none;
  color: #222;
}
a:hover {
  color: #0066CC;
}

p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 80px;
  font-weight: bold;
}

h4 {
  font-size: 30px;
  font-weight: bold;
}

.info-text {
  font-size: 20px;
  margin: 30px;
}
.info-text a {
  font-size: 20px;
  margin-left: 20px;
  color: #990066;
  text-decoration: underline;
}
.info-text img {
  width: 90%;
  margin: auto 20px;
}
.info-text .footer-copy {
  font-size: 15px;
  text-align: center;
}

.kaitei {
  font-size: 60px;
  color: #990066;
  background-color: lightgrey;
  text-align: center;
}

@media (max-width: 1024px) {
  h4 {
    font-size: 25px;
    margin-top: 60px;
    margin-left: 20px;
    text-align: center;
  }
  p {
    font-size: 25px;
    display: inline-block;
    margin: 10px auto;
  }
}
@media (max-width: 599px) {
  h4 {
    font-size: 15px;
    text-align: center;
  }
  p {
    font-size: 15px;
  }
  .footer-copy {
    text-align: center;
  }
}/*# sourceMappingURL=info.css.map */