@charset "utf-8";

.inner.maincontent {
  padding-bottom: 100px;
  margin: 0 auto;
}
.maincontent h1 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 80px;
}
h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 100px;
  margin-bottom: 12px;
}
h3 {
  margin-top: 48px;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
h4 {
  font-weight: bold;
}
.maincontent a{
  color:#004690;
  word-break: break-all;
}
.maincontent strong{
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .maincontent h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}