@charset "UTF-8";
.m-news__modal-link {
  text-decoration: underline;
}
.m-news__ttl {
  color: #005fa4;
  font-weight: bold;
}
.modaloshirase__ttl {
  color: #005fa4;
  font-weight: bold;
  text-align: center;
}
.modaloshirase__lead {
  margin-top: 20px;
}
.modaloshirase__link-area {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .m-news__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-news__ttl {
    font-size: 14px;
  }
}