@charset "UTF-8";
/**
* rem変換 ※375以下ではvwとする
* $number 数値
* 例) 32pxをremに変換 (32);
*/
.message_head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0em;
  line-height: 1.1052631579;
  text-align: center;
}
@media screen and (960px <= width) {
  .message_head {
    font-size: 2.4rem;
  }
}

.message_detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1.8666666667;
  margin-top: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (960px <= width) {
  .message_detail {
    font-size: 1.7rem;
    margin-top: 7rem;
  }
}

.message_buttonWrap {
  width: 23rem;
  margin-inline: auto;
  margin-top: 6rem;
}
@media screen and (960px <= width) {
  .message_buttonWrap {
    margin-top: 8rem;
  }
}/*# sourceMappingURL=message.css.map */