/* スマホ向けレイアウト */
  @media only screen and (max-width: 480px) {
    .top-wrapper {
      height: 300px;
    }
    .message-wrapper {
      height: 100px;
      padding: 30px 0px 0px 0px;
    }

    .message-wrapper h2 {
      font-size: 12px;
    }
  }