@charset "UTF-8";
.common_mv .common_mv_inr {
  background: url("../../images/schedule/schedule_mv.png")no-repeat right 38% center/cover;
}
.term_ttl {
  margin-bottom: 4rem;
}
.term_ttl span {
  font-size: 2.4rem;
  display: block;
  padding-left: 5rem;
  position: relative;
  text-transform: capitalize;
  color: #FFFF00;
}
.term_ttl span small {
  font-size: 1.6rem;
}
.term_ttl span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 2px;
  border: 1px solid #FFFF00;
  border-radius: 1rem;
  opacity: 0.4;
}
.odd_img {
  width: 40%;
  max-width: 45rem;
  position: absolute;
  top: 30%;
  right: -5%;
  z-index: -1;
}
.inr_ttl, .sub_ttl {
  margin-bottom: 3rem;
}
.inr_ttl span {
  background-color: #FFFF00;
  color: #000;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "YuGothic-B";
}
.txt {
  font-size: 1.6rem;
}
.mgb100 {
  margin-bottom: 8rem;
}
.tab_inr {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 100px
}
.tab_link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px 5px 0 0
}
.tab_link li {
  width: calc(100% / 6);
  border-right: 1px solid #707070;
}
.tab_link li:last-child {
  border-right: none;
}
.tab_link li a {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 1.6rem 0.5rem 1.4rem;
}
.tab_link li.active a {
  background-color: #2846D8;
}
.tab_link li a small {
  font-size: 1rem;
  display: block;
}
.schedule_link-wrap li {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 1rem
}
.schedule_link-wrap li:last-child {
  margin-bottom: 0
}
.schedule_link-wrap .schedule_link-inr {
  display: flex;
  align-items: center;
  padding-bottom: 1rem
}
.schedule_link-wrap .schedule_link-inr .sche_ttl {
  width: calc(100% - 6rem);
  padding: 0.5rem 2rem 0.5rem 1.7rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.days {
  border-right: 1px solid #2846D8;
  padding: 0.5rem;
  width: 6rem;
  font-size: 2.4rem;
  color: #2846D8;
  line-height: 1.3;
  text-align: center;
}
.days small {
  display: block;
  font-size: 1.4rem;
}
.tab_inr {
  display: none;
}
.tab_inr.active {
  display: block;
}
.schedule_link-wrap li.no-post {
  border: none;
  color: #000;
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .inr_ttl span {
    font-size: 2.8rem;
  }
  .txt {
    font-size: 1.8rem;
  }
  .mgb100 {
    margin-bottom: 10rem;
  }
  .tab_link li {
    width: calc(100% / 12);
  }
  .schedule_link-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }
  .schedule_link-wrap li {
    width: 48%
  }
}
@media only screen and (min-width: 1000px) {
  .tab_inr {
    padding: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .tab_link li {
    border-bottom: 1px solid #DDDDDD;
  }
}