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

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

.otoiawase-h1 {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.otoiawase-h2 {
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.otoiawase-description {
  text-align: center;
  margin-bottom: 2rem;
}

.otoiawase-field {
  border: 1px solid #900;
  padding: 1rem;
  margin: 0 auto 2rem auto;
  text-align: center;
  width: 100%;
  max-width: 450px;
  line-height: 1.7rem;
  font-size: 1.2rem;
}

.otoiawase-field--tel {
  font-weight: bold;
}

.otoiawase-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 2rem auto;
  gap: 1rem;
}

.otoiawase-image {
  width: 200px;
}

.otoiawase-casual {
  text-align: center;
  color: #f00;
}
