@charset "UTF-8";
/*=====================================================
  messageTitle
=====================================================*/
.messageTitle {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 28px;
  font-size: 1.2727272727rem;
  line-height: 1.4;
  font-weight: 700;
}
@media print, screen and (min-width: 1200px) {
  .messageTitle {
    margin-bottom: 2rem;
    font-size: 48px;
    font-size: 2.1818181818rem;
    line-height: 1;
  }
}