/* Block */
/* ============================================ */

.main-contents {
  background-color: #aaffaa;
  padding: 2rem 1rem;
}

.dentou-aji-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.dentou-aji-h1,
.dentou-aji-h2 {
  font-weight: bold;
}

.dentou-aji-h1 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.dentou-aji-h2 {
  margin: 1rem 0;
}

.dentou-aji-p {
  margin-bottom: 1rem;
}

.dentou-aji-images {
  display: flex;
  margin: 1rem 0;
}

.dentou-aji-image {
  width: 50%;
}

.dentou-aji-signature {
  text-align: right;
}

/* Responsive */
/* ============================================ */

@media screen and (max-width: 590px) {
  .main-contents {
    padding: 1rem;
  }

  .dentou-aji-images {
    flex-direction: column;
  }

  .dentou-aji-image {
    width: 100%;
  }
}
