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

.detail-image {
  text-align: center;
  margin: 50px auto;
}

@media (max-width: 599px) {
  img {
    max-width: 330px;
    text-align: center;
    margin-top: 30px;
  }
  .header-img {
    margin-bottom: 70px;
  }
  .header-title {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=mission3.css.map */