@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
.no-style {
  list-style-type: none !important;
  margin-left: -1.2em;
}

ol.bracket-list {
  list-style-type: none;
  counter-reset: count 0;
}
ol.bracket-list li:before {
  content: "（" counter(count) "）" !important;
  counter-increment: count 1;
}

ul.ball-list {
  list-style-type: "●";
}
ul.ball-list li {
  padding-left: 0.2em;
}

h3.underline-h3 {
  margin-bottom: 1.6em;
  line-height: 140%;
  padding-bottom: 0.6em;
}
h3.underline-h3:after {
  height: 1px;
  width: 2em;
}

.college-section {
  margin-bottom: clamp(80px, 9vw, 120px);
}
.college-section:last-child {
  margin-bottom: clamp(100px, 10vw, 160px);
}
.college-section p, .college-section li {
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (min-width: 651px) {
  .college-section p {
    line-height: 213%;
  }
}

section.cost .price-list {
  width: 100%;
  max-width: 470px;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 400;
  line-height: 213%;
}
section.cost .price-list dt {
  box-sizing: border-box;
  width: 60%;
}
section.cost .price-list dd {
  box-sizing: border-box;
  width: 40%;
  margin: 0 0 0 0;
}

/*# sourceMappingURL=stmary.css.map */
