@charset "utf-8";
/* CSS Document */


/* 小学生の部　*/
.elementary_message .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.elementary_message-image {
  text-align: center;
  flex-shrink: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.elementary_message-text h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.elementary_message-text h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.elementary_message-text1 h2 {
    text-align: center;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
.elementary_message-text1 p {
  text-align: center;
  font-size: 20px;
}
.elementary_message-texts {
  margin-bottom: 100px;
}
.elementary_message-texts h3{
  margin-bottom: 10px;
}
@media (max-width:767px) {
  .elementary .container {
    flex-direction: column;
  }
  .elementary-image {
    text-align: center;
  }
  .elementary-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .elementary_message-texts h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .elementary_message-texts {
    margin-bottom: 80px;
  }
}

