.p-message__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title {
    font-size: 4.6rem;
  }
}
.p-message__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.2;
  width: 100%;
}
.p-message__title .row + .row {
  margin-top: 1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__title .row + .row {
    margin-top: 2rem;
  }
}

.p-message__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 8rem 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__text {
    font-size: 1.8rem;
    margin: 10rem 0;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .p-message__table .c-btn__small {
    width: 100%;
    margin: 0.5rem 0 0;
  }
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-message__table .c-btn__small {
    margin: 0 0 0 1rem;
  }
}