@charset "utf-8";

@media screen and (max-width: 768px) {
/* -------------------------------------------------------------------
#DEPT2ND
------------------------------------------------------------------- */
#DEPT2ND {}





/* schedule */
/* .schedule .clearfix::after {
  content: none;
}
.schedule .clearfix table:first-of-type {
  float: none;
}
.schedule .clearfix table:last-of-type {
  float: none;
  margin-top: 20px;
} */

.schedule .schedule-wrap {
  flex-direction: column;
  gap: 20px;
}
.schedule table {
  max-width: 100%;
}
.schedule table tbody tr td:first-of-type {
  width: 100%;
}
.schedule .container > p {
  margin-top: 40px;
}





/* program */
.program .container > ul > .style-1:not(:first-of-type) .content {
  padding-bottom: 20px;
}





/* contact */
.contact {
  padding-bottom: 60px;
}





/* info */
.info {
  padding-bottom: 100px;
}
.info .container > p {
  font-size: 1.6rem;
}
.info ul li {
  width: 100%;
}
.info ul li h3 {
  font-size: 2.4rem;
}





}