@charset "utf-8";

/* -------------------------------------------------------------------
#DEPT2ND
------------------------------------------------------------------- */
#DEPT2ND {}





/* schedule */
/* .schedule .clearfix table:first-of-type {
  float: left;
}
.schedule .clearfix table:last-of-type {
  float: right;
  margin-top: 0;
} */
.schedule .schedule-wrap {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.schedule table + table {
  margin-top: 0;
}
.schedule table {
  max-width: 582px;

}
.schedule table tbody tr td:first-of-type {
  width: 273px;
}
.schedule table tbody tr td:first-of-type .pc .font-Roboto {
  font-size: 4.8rem;
}
.schedule table tbody tr td:last-of-type {
  vertical-align: middle;
  padding-left: 0;
}
.schedule table tbody tr td:last-of-type .flex {
  justify-content: center;
}
.schedule .container > p {
  padding: 30px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background-color: #f4f4f4;
}
.schedule .container > p .font-bold {
  font-weight: 700;
}
.schedule .container > p .font-large {
  font-size: 2rem;
}
.schedule .container > p .font-green {
  color: #0ea2aa;
}





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





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





/* info */
.info {
  padding-bottom: 150px;
}
.info .container > p {
  margin-bottom: 40px;
  font-size: 1.8rem;
  line-height: 2;
}
.info ul li {
  width: 30.5%;
}
.info ul li div::before {
  background-color: #ffec00;
}
.info ul li h3 {
  font-size: 3.2rem;
}