/*************************************************

qi-program-ancbtns

*************************************************/
.qi-program-ancbtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  margin-bottom: 4rem;
  border-bottom: #D6D6D6 solid 0.4rem;
}
@media screen and (max-width: 767px) {
  .qi-program-ancbtns {
    gap: 1rem;
    border-width: 0.3rem;
  }
}

.qi-program-ancbtns__anhcor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(30rem, 45%);
  min-height: 7rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  border: #D6D6D6 solid 0.4rem;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .qi-program-ancbtns__anhcor {
    min-height: 5rem;
    padding-right: 1rem;
    font-size: 1.3rem;
    border-width: 0.3rem;
  }
}
.qi-program-ancbtns__anhcor::before {
  position: absolute;
  top: 50%;
  right: 3rem;
  display: block;
  content: "";
  height: 1.3rem;
  width: 1.1rem;
  background: url(../images/common/arw02.svg) no-repeat center center/100% auto;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (max-width: 767px) {
  .qi-program-ancbtns__anhcor::before {
    right: 0.5rem;
    width: 1rem;
  }
}

/*************************************************

section

*************************************************/
.qi-program-area01-slide {
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
  padding: 7rem 0 6rem;
  background-color: #2A7FFE;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide {
    margin-top: 3rem;
    padding: 3rem 0 2rem;
    border-radius: 2rem;
  }
}
.qi-program-area01-slide .swiper-slide figure {
  margin: 0 1.5rem;
}

.qi-program-area01-slide__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 98rem;
  padding: 0 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__inner {
    padding: 0 4rem;
  }
}

.qi-program-area01-slide__target {
  overflow: hidden;
  max-width: 84rem;
  margin: 0 auto;
}
.qi-program-area01-slide__target img {
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__target img {
    border-radius: 1rem;
  }
}

.qi-program-area01-slide__button {
  position: absolute;
  top: 0;
  display: block;
  width: 3.2rem;
  height: 100%;
  background: url(../images/common/arw05.png) no-repeat center center/100% auto;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__button {
    width: 2rem;
  }
}
.qi-program-area01-slide__button.is-prev {
  left: 1.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__button.is-prev {
    left: 1rem;
  }
}
.qi-program-area01-slide__button.is-next {
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__button.is-next {
    right: 1rem;
  }
}

.qi-program-area01-slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__pagination {
    gap: 0.8rem;
    margin-top: 2rem;
  }
}
.qi-program-area01-slide__pagination .swiper-pagination-bullet {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 !important;
  opacity: 1;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .qi-program-area01-slide__pagination .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.qi-program-area01-slide__pagination .swiper-pagination-bullet-active {
  background-color: #333;
}

/*************************************************

qi-program-garayarea

*************************************************/
.qi-program-garayarea {
  padding: 7rem 3.5rem;
  background-color: #8E8E8F;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-garayarea {
    padding: 3rem 1rem;
    border-radius: 1.5rem;
  }
}

.qi-program-garayarea__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 137rem;
  margin: 0 auto;
  padding: 6rem 1.5rem 10rem;
  background-color: #EBEEEF;
  border-radius: 6rem;
}
@media screen and (max-width: 767px) {
  .qi-program-garayarea__inner {
    padding: 3rem 1.5rem 5rem;
    border-radius: 2rem;
  }
}

.qi-program-garayarea__wide {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
}

/*************************************************

qi-program-area02

*************************************************/
.qi-program-area02-label {
  display: table;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  background-color: #2A7FFE;
}
@media screen and (max-width: 767px) {
  .qi-program-area02-label {
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 1.5rem;
  }
}

.qi-program-area02-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 122.4rem;
  margin: 0 auto 9rem;
  padding: 5rem 0 2.4rem;
  border-radius: 3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .qi-program-area02-box {
    display: block;
    max-width: none;
    margin-bottom: 4rem;
    padding: 3rem 1.5rem 2.4rem;
    border-radius: 1.5rem;
  }
}
.qi-program-area02-box:last-child {
  margin-bottom: 0;
}

.qi-program-area02-box__letters {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47.385620915%;
  padding-left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area02-box__letters {
    width: auto;
    padding-left: 0;
  }
}

.qi-program-area02-box__img {
  width: 49.0196078431%;
}
@media screen and (max-width: 767px) {
  .qi-program-area02-box__img {
    width: auto;
    margin-top: 3rem;
    text-align: center;
  }
}

.qi-program-area02-box__title {
  position: relative;
  margin-bottom: 3rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .qi-program-area02-box__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area02-box__title {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
.qi-program-area02-box__title::before {
  position: absolute;
  top: 50%;
  left: -6.5rem;
  display: block;
  content: "";
  width: 1rem;
  height: 1.6em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(0, 110, 190)), color-stop(50%, rgb(42, 127, 254)));
  background: linear-gradient(0deg, rgb(0, 110, 190) 50%, rgb(42, 127, 254) 50%);
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media screen and (max-width: 767px) {
  .qi-program-area02-box__title::before {
    left: -1.5rem;
    width: 0.6rem;
  }
}

.qi-program-area02-box__midtitle {
  margin-bottom: 1.2rem;
  color: #006EBE;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .qi-program-area02-box__midtitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area02-box__midtitle {
    font-size: 1.6rem;
  }
}

/*************************************************

qi-program-area03

*************************************************/
.qi-program-area03 .parts-witebox {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.qi-program-area03-flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-flex1 {
    display: block;
  }
}

.qi-program-area03-flex1__letters {
  width: 55.8181818182%;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-flex1__letters {
    width: auto;
  }
}

.qi-program-area03-flex1__img {
  width: 37.4545454545%;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-flex1__img {
    width: 80%;
    margin: 3rem auto 0;
    text-align: center;
  }
}

.qi-program-area03-gray {
  overflow: hidden;
  width: min(128rem, 100% - 2rem);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 6rem 6rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-gray {
    border-radius: 0 0 2rem 2rem;
  }
}

.qi-program-area03-gray__bg {
  padding: 5.5rem 1.5rem;
  background-color: #8E8E8F;
  border-radius: 6rem 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-gray__bg {
    padding: 2.5rem 1.5rem;
    border-radius: 2rem 2rem 0 0;
  }
}

.qi-program-area03-gray__inner {
  max-width: 121rem;
  margin: 0 auto;
  padding: 4.5rem 0 7rem;
  background-color: #EBEEEF;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-gray__inner {
    padding: 2.5rem 0 3rem;
    border-radius: 1.5rem;
  }
}

.qi-program-area03-meritlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist {
    display: block;
  }
}

.qi-program-area03-meritlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist__item {
    display: block;
    padding: 0;
  }
}
.qi-program-area03-meritlist__item + .qi-program-area03-meritlist__item {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: #CCCCCC solid 0.1rem;
}

.qi-program-area03-meritlist__letters {
  width: 56.5%;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist__letters {
    width: auto;
  }
}

.qi-program-area03-meritlist__letters-inner {
  max-width: 60rem;
  margin-left: auto;
}

.qi-program-area03-meritlist__img {
  width: 40%;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist__img {
    width: auto;
    margin-top: 2rem;
  }
}

.qi-program-area03-meritlist__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist__title {
    margin-bottom: 2rem;
  }
}

.qi-program-area03-meritlist__title-num {
  width: 11rem;
  color: #2A7FFE;
  font-size: 8rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .qi-program-area03-meritlist__title-num {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist__title-num {
    width: 5.8rem;
    font-size: 4rem;
  }
}

.qi-program-area03-meritlist__title-text {
  width: calc(100% - 10rem);
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .qi-program-area03-meritlist__title-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlist__title-text {
    width: calc(100% - 5.8rem);
    font-size: 1.8rem;
  }
}

.qi-program-area03-meritlead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(100rem, 100% - 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 6rem auto 0;
  padding: 5rem 1rem;
  font-size: 3.2rem;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlead {
    margin-top: 4rem;
    padding: 3rem 1rem;
    font-size: 1.7rem;
    border-radius: 2rem;
  }
}
.qi-program-area03-meritlead * {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.qi-program-area03-meritlead strong {
  color: #2A7FFE;
}
.qi-program-area03-meritlead .in-blow {
  position: relative;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlead .in-blow {
    padding: 0 1.5rem;
  }
}
.qi-program-area03-meritlead .in-blow::before, .qi-program-area03-meritlead .in-blow::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 0.2rem;
  height: 1em;
  margin-top: -0.5em;
  background-color: #222222;
}
.qi-program-area03-meritlead .in-blow::before {
  left: 0;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.qi-program-area03-meritlead .in-blow::after {
  right: 0;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.qi-program-area03-meritlead .in-blow__el {
  border-bottom: rgba(42, 127, 254, 0.15) solid 1.8rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area03-meritlead .in-blow__el {
    border-bottom-width: 0.8rem;
  }
}

/*************************************************

qi-program-area04

*************************************************/
.qi-program-area04 .parts-witebox {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.qi-program-area04-gray {
  overflow: hidden;
  width: min(128rem, 100% - 2rem);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 6rem 6rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-gray {
    border-radius: 0 0 2rem 2rem;
  }
}

.qi-program-area04-gray__bg {
  padding: 5.5rem 1.5rem;
  background-color: #8E8E8F;
  border-radius: 6rem 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-gray__bg {
    padding: 2.5rem 1.5rem;
    border-radius: 2rem 2rem 0 0;
  }
}

.qi-program-area04-gray__inner {
  max-width: 121rem;
  margin: 0 auto;
  padding: 4.5rem 0 7rem;
  background-color: #EBEEEF;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-gray__inner {
    padding: 2.5rem 0 3rem;
    border-radius: 1.5rem;
  }
}

/* qi-program-area04-table
---------------------------------------*/
@media screen and (max-width: 767px) {
  .qi-program-area04-table-wrap {
    overflow: auto;
  }
}

.qi-program-area04-table {
  margin: 4rem 0 6rem;
  border: #CCCCCC solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-table {
    min-width: 65rem;
    margin: 3rem 0 4rem;
  }
}

.qi-program-area04-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qi-program-area04-table__row.is-head {
  background-color: #363636;
}
.qi-program-area04-table__row.is-head * {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-table__row.is-head * {
    font-size: 1.5rem;
  }
}
.qi-program-area04-table__row.is-head .is-title {
  background-color: #363636;
}
.qi-program-area04-table__row.is-head > * {
  border-bottom: none;
}
.qi-program-area04-table__row:last-child > * {
  border-bottom: none;
}

.qi-program-area04-table__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.6363636364%;
  padding: 1.3rem 0;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  border-left: #CCCCCC solid 0.1rem;
  border-bottom: #CCCCCC solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-table__item {
    font-size: 1.4rem;
  }
}
.qi-program-area04-table__item.is-title {
  width: 32.7272727273%;
  font-size: 1.8rem;
  font-weight: 700;
  border-left: none;
  background-color: #FBF2D6;
  border-bottom-color: #fff;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-table__item.is-title {
    font-size: 1.5rem;
  }
}

/* qi-program-area04-block01
---------------------------------------*/
.qi-program-area04-block01 {
  margin-bottom: 7rem;
}
.qi-program-area04-block01:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block01 {
    margin-bottom: 4rem;
  }
}

.qi-program-area04-block01__title {
  margin-bottom: 3rem;
  padding-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: #CCCCCC solid 0.6rem;
}
@media screen and (max-width: 992px) {
  .qi-program-area04-block01__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block01__title {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    border-bottom-width: 0.4rem;
  }
}

/* qi-program-area04-gray__title
---------------------------------------*/
.qi-program-area04-gray__title {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .qi-program-area04-gray__title {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area04-gray__title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}

.qi-program-area04-block02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(100rem, 100% - 3rem);
  margin: 0 auto 6rem;
  padding: 4rem 5rem;
  background-color: #fff;
  border-radius: 3rem;
}
.qi-program-area04-block02:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block02 {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
    border-radius: 1.5rem;
  }
}

.qi-program-area04-block02__title {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: #FABE00 solid 0.6rem;
}
@media screen and (max-width: 992px) {
  .qi-program-area04-block02__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block02__title {
    margin-bottom: 2rem;
    font-size: 1.7rem;
    border-bottom-width: 0.4rem;
  }
}

.qi-program-area04-block02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block02__flex {
    display: block;
  }
}

.qi-program-area04-block02__letters {
  width: 51.1111111111%;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block02__letters {
    width: auto;
  }
}

.qi-program-area04-block02__img {
  width: 42.2222222222%;
}
@media screen and (max-width: 767px) {
  .qi-program-area04-block02__img {
    width: auto;
    margin-top: 2.5rem;
    text-align: center;
  }
}

.qi-program-decocircle01 {
  position: relative;
  width: 40%;
  z-index: 1;
}
.qi-program-decocircle01 figure {
  position: absolute;
  top: 0;
  left: 0;
}

/*************************************************

qi-program-schedule

*************************************************/
.qi-program-schedule {
  position: relative;
  z-index: 5;
}

.qi-program-schedule-table {
  border: #DDDEDF solid 0.4rem;
}

.qi-program-schedule-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #DDDDDD solid 0.1rem;
}
@media screen and (max-width: 767px) {
  .qi-program-schedule-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.qi-program-schedule-table__row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.4rem 3rem;
}
@media screen and (max-width: 767px) {
  .qi-program-schedule-table__row > * {
    padding: 1.4rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .qi-program-schedule-table__row:nth-of-type(2n) {
    background-color: #F2F7FF;
  }
}

.qi-program-schedule-table__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26.5rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #363636;
}
@media screen and (max-width: 767px) {
  .qi-program-schedule-table__title {
    width: 100%;
    font-size: 1.4rem;
  }
}

.qi-program-schedule-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 26.5rem);
}
@media screen and (min-width: 768px) {
  .qi-program-schedule-table__body {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .qi-program-schedule-table__body {
    width: 100%;
    font-size: 1.4rem;
  }
}