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

.contact {
  font-size: 40px;
  max-width: 900px;
  margin: 0 auto;
}
.contact a {
  color: #8fbc8f;
}
.contact h4 {
  font-size: 40px;
}
.contact form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 100px;
}
.contact form label {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.contact form input {
  width: 400px;
  height: 30px;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 6px;
  font-size: 16px;
}
.contact form textarea {
  width: 400px;
  height: 200px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 16px;
}
.contact form .submit {
  background-color: #F1F1F1;
  width: 200px;
  height: 80px;
  margin-top: 30px;
  margin-right: 10px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

@media (max-width: 599px) {
  .contact {
    width: 100%;
    padding: 0 15px;
    margin-top: 80px;
  }
  .contact a {
    font-size: 20px;
  }
  .contact p {
    font-size: 13px;
  }
  .contact h4 {
    font-size: 26px;
  }
  .contact form label {
    font-size: 16px;
  }
  .contact form input,
.contact form textarea {
    width: 100%;
  }
  .contact form .submit {
    font-size: 16px;
  }
}/*# sourceMappingURL=contact.css.map */