/* =========================
   復活ライブ開催にあたり
========================= */

.intro-box {
    font-weight: bold;
}

.message-item {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #333;
  border-radius: 5px;
}

.message-item h1 {
  margin-top: 0;
  line-height: 1.2;
}

.message-item h2 {
  margin-top: 0;
  line-height: 1.2;
}

.message-item p {
  color: #333;
  margin-top: 5px;
  margin-bottom: 25px;
}

.message-item footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-weight: bold;
}

.message-image {
  margin: 0;
  padding: 40px 0;
  background: #000;
  text-align: center;
}

.message-image img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .message-image {
    padding: 20px 10px;
  }
}