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


/* 中学生の部　*/
.junior_message .container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.junior_message-image {
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 50px;
}
.junior_message-text h2 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
  .junior_message-text1 h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
.junior_message-texts h2 {
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.junior_message-texts {
  margin-bottom: 100px;
}
.juniort_message-text p + p {
  margin-top: 2em;
}
@media (max-width:767px) {
  .junior_message .container {
    flex-direction: column;
  }
  .junior_message-image {
    text-align: center;
  }
  .junior_message-text h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .junior_message-text1 h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .junior_message-texts h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .junior_message-texts {
    margin-bottom: 80px;
  }
}