@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
h1, h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}

h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
}

.slide-text-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.slide-text-caption {
  line-height: 2;
}

.sponsor-list {
  gap: 80px;
}

@media screen and (max-width: 767px) {
  .sponsor-list {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .sponsor-list {
    gap: 20px;
  }
}
.whatsnew h1 {
  font-size: 1.75rem;
  margin-bottom: 30px;
}
.whatsnew dl a {
  padding: 20px 0;
}
.whatsnew dl a dt {
  padding-right: 20px;
  margin-right: 20px;
  font-size: 0.85rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.whatsnew dl a dd {
  padding-left: 20px;
  color: #212529;
}

.wpcf7 form .form__inner {
  max-width: 600px;
  margin: 0 auto;
}
.wpcf7 form .form__inner p label {
  width: 100%;
}
.wpcf7 form .form__inner p .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
.wpcf7 form .form__inner p .require {
  display: inline-block;
  background-color: red;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1;
  border-radius: 5px;
}
.wpcf7 form .form__inner p .btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: none !important;
  display: block;
}

.vk-mobile-nav-menu-btn {
  border: none !important;
}

.webweb__banner {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.webweb__banner .banner-link {
  width: 150px;
  display: inline-block;
  opacity: 0.6;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.32, 0.94, 0.6, 1);
}
.webweb__banner .banner-link:hover {
  opacity: 1;
}
.webweb__banner .banner-link img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 600px) {
  .webweb__banner .banner-link {
    width: 120px;
  }
}/*# sourceMappingURL=style.css.map */