@charset "UTF-8";

/*--------------------------------------

オープンキャンパス
@media screen and (max-width: 479px)
@media screen and (max-width: 768px)

--------------------------------------*/

.pc_c {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_c {
    display: none;
  }
}

/* 2023 OCスケジュール数が1個減ったので調整 */
@media screen and (max-width: 768px) {
  ._schedule-list.dreep {
    display: none;
  }
}

/* 2023 OCスケジュール数が1個減ったので調整 */

header a {
  font-family:
    "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana,
    sans-serif;
}

#nav_outline h2 span {
  font-family:
    "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dt,
dd,
span,
a,
li,
div {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* font-family: 'Lora',
serif; */

.container {
  width: 100%;
  overflow: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 479px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.ib {
  display: inline-block;
}

/*==========================================
**** ファーストビュー ****
 ======================================== */
.page_fv {
  width: 100%;
  padding: 13.5% 0 55px;
  position: relative;
  background: url(../img/opencampus/202210/fv_img.jpg) no-repeat center 42% /
    cover;
}

@media screen and (max-width: 768px) {
  .page_fv {
    width: 95%;
    padding: 32.5% 0 20px;
    margin: 50px auto 0;
    background: url(../img/opencampus/202210/fv_img.jpg) no-repeat 52% 42%/155%;
    overflow: hidden;
  }
}

.page_fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(242, 172, 183, 1) 5%,
    rgba(247, 205, 211, 1) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.66;
  filter: brightness(0.85);
}

@media screen and (max-width: 479px) {
  .page_fv:before {
    background: linear-gradient(
      0deg,
      rgba(242, 172, 183, 1) 0%,
      rgba(247, 205, 211, 1) 30%,
      rgba(255, 255, 255, 0) 80%
    );
    opacity: 0.5;
    filter: none;
  }
}

.page_fv ._star-b {
  width: 50px;
  position: absolute;
  top: 80px;
  right: 11%;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 479px) {
  .page_fv ._star-b {
    width: 20px;
    top: 20px;
    right: 22px;
  }
}

.link_schedule {
  display: block;
  width: 30%;
  max-width: 278px;
  position: absolute;
  bottom: 18%;
  right: 5%;
  z-index: 10;
  transition: 0.2s ease;
}

.link_schedule.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  .link_schedule:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .link_schedule.pc_c {
    display: none;
  }

  .link_schedule.sp {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 10px 1em 20px;
    background-color: #dc7787;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.page_fv ._inner ._star-y {
  width: 180px;
  position: absolute;
  top: -50px;
  left: -14%;
  opacity: 0.4;
  z-index: -1;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner ._star-y {
    width: 80px;
    top: -15px;
    left: -14%;
  }
}

.page_fv ._inner ._star-w {
  max-width: 330px;
  width: 20%;
  position: absolute;
  top: -33%;
  right: -18%;
  opacity: 0.5;
  z-index: -1;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner ._star-w {
    width: 110px;
    top: 17%;
    right: -15%;
  }
}

.page_fv ._inner ._line-1 {
  max-width: 170px;
  position: absolute;
  bottom: 34%;
  right: -8%;
  z-index: -1;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner ._line-1 {
    max-width: 54px;
    bottom: 16%;
    right: 4%;
  }
}

.page_fv ._inner ._line-2 {
  max-width: 170px;
  position: absolute;
  top: -62%;
  left: -12%;
  z-index: -1;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner ._line-2 {
    max-width: 54px;
    top: -68%;
    left: -6%;
  }
}

.page_fv ._inner {
  max-width: 1400px;
  width: 85%;
  padding-left: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner {
    width: 93%;
    padding-left: 0px;
  }
}

.page_fv ._inner ._fv-ttl {
  max-width: 508px;
  width: 37%;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner ._fv-ttl {
    width: 70%;
  }
}

.page_fv ._inner ._copy {
  padding-top: 30px;
  color: #ffffff;
  font-size: 25px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 479px) {
  .page_fv ._inner ._copy {
    padding-top: 13px;
    font-size: 12px;
  }
}

/*==========================================
**** naritai_jibun なりたい自分を聖母で叶える ****
 ======================================== */
.naritai_jibun {
  max-width: 1680px;
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .naritai_jibun {
    padding: 50px 0 70px;
  }
}

.naritai_jibun ._cntn01 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(14, 1fr);
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn01 {
    grid-template-columns: 1fr;
  }
}

.naritai_jibun ._cntn01 ._txt-box {
  grid-column: span 4;
  padding: 30px 0 90px;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn01 ._txt-box {
    grid-column: 1/2;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}

.naritai_jibun ._cntn01 ._txt-box h2 {
  max-width: 370px;
  width: 93%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn01 ._txt-box h2 {
    width: 69%;
    margin: 0 auto;
  }
}

.naritai_jibun ._cntn01 ._txt-box p {
  padding-top: 50px;
  margin-left: 40px;
  color: #1c3769;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn01 ._txt-box p {
    width: 91%;
    padding-top: 30px;
    margin: 0 auto;
    font-size: 14px;
  }
}

.naritai_jibun ._cntn01 figure {
  grid-column: 7 / span 8;
  width: 105%;
  height: 100%;
  position: relative;
}

.naritai_jibun ._cntn01 figure:before {
  content: "";
  display: block;
  width: 160px;
  height: 145px;
  background: url(../img/opencampus/202210/naritai_deco_line.svg) no-repeat
    center/contain;
  position: absolute;
  bottom: -2%;
  left: -10%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn01 figure {
    grid-column: 1/2;
    width: 75%;
    padding-top: 60px;
    margin-left: auto;
  }

  .naritai_jibun ._cntn01 figure:before {
    width: 85px;
    height: 77px;
    bottom: 13%;
    left: -28%;
    z-index: 0;
  }
}

.naritai_jibun ._cntn02 {
  display: grid;
  grid-template-columns: 57% 34%;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn02 {
    grid-template-columns: 47% 47%;
  }
}

.naritai_jibun ._cntn02 ._img-box ._img02 {
  width: 59%;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}

.naritai_jibun ._cntn02 ._img-box ._img02:before {
  content: "";
  width: 53%;
  height: 85%;
  background: url(../img/opencampus/202210/naritai_deco_b.svg) no-repeat
    center/contain;
  position: absolute;
  bottom: -42%;
  left: -17%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn02 ._img-box ._img02 {
    width: 100%;
    margin-top: 63%;
  }

  .naritai_jibun ._cntn02 ._img-box ._img02:before {
    width: 76%;
    height: 121%;
  }
}

.naritai_jibun ._cntn02 ._img-box ._img03 {
  width: 49%;
  margin-top: -90px;
  margin-left: auto;
  position: relative;
}

.naritai_jibun ._cntn02 ._img-box ._img03:before {
  content: "";
  width: 39%;
  height: 62%;
  background: url(../img/opencampus/202210/naritai_deco_g.svg) no-repeat
    center/contain;
  position: absolute;
  top: -27%;
  right: -19%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn02 ._img-box ._img03 {
    width: 100%;
    margin-top: -28%;
    margin-left: 85%;
  }

  .naritai_jibun ._cntn02 ._img-box ._img03:before {
    width: 41%;
    height: 64%;
  }
}

.naritai_jibun ._cntn02 ._img01 {
  padding-top: 100px;
  position: relative;
}

.naritai_jibun ._cntn02 ._img01:before {
  content: "";
  width: 80%;
  height: 85%;
  background: url(../img/opencampus/202210/naritai_deco_p.svg) no-repeat
    center/contain;
  position: absolute;
  top: -27%;
  right: -19%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .naritai_jibun ._cntn02 ._img01 {
    padding-top: 30px;
  }

  .naritai_jibun ._cntn02 ._img01:before {
    width: 105%;
    height: 65%;
  }
}

/*==========================================
**** slider 無限スライダー ****
 ======================================== */
.slider.swiper-container {
  position: relative;
}

.slider .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 479px) {
  .slider .swiper-wrapper {
    transition-timing-function: ease;
  }
}

@media screen and (max-width: 479px) {
  .slider .swiper-wrapper .swiper-slide {
    position: relative;
    height: 0;
    padding-top: 40%;
    overflow: hidden;
  }

  .slider .swiper-wrapper .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  display: none;
}

@media screen and (max-width: 479px) {
  .slider .swiper-button-prev {
    display: block;
    width: 11px;
    height: 14px;
    background: url(../img/opencampus/202210/slider_aroww.svg) no-repeat
      center/contain;
    position: absolute;
    top: 60%;
    left: 12%;
    transform: scale(-1, 1);
  }

  .slider .swiper-button-next {
    display: block;
    width: 11px;
    height: 14px;
    background: url(../img/opencampus/202210/slider_aroww.svg) no-repeat
      center/contain;
    position: absolute;
    top: 60%;
    right: 12%;
  }
}

.sp-slides-container {
  display: none;
}

/*==========================================
**** slider 無限スライダー ****
 ======================================== */
.schedule {
  padding: 150px 0;
  margin-top: 150px;
  background: url(../img/opencampus/202210/schedule_bg.jpg) no-repeat
    center/cover;
  position: relative;
}

.schedule:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.schedule:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #faf9f3;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 479px) {
  .schedule {
    padding: 100px 0;
    margin-top: 70px;
  }
}

.schedule ._inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.schedule ._inner .ttl_box ._en {
  display: block;
  color: #1c3769;
  font-family: "Lora";
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .schedule ._inner .ttl_box ._en {
    font-size: 18px;
  }
}

.schedule ._inner .ttl_box h2 {
  padding: 10px;
  color: transparent;
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
  -webkit-text-stroke: 1px #1c3769;
  text-stroke: 1px #1c3769;
  text-shadow: 2px 2px 0 #fff;
}

@media screen and (max-width: 479px) {
  .schedule ._inner .ttl_box h2 {
    padding: 5px;
    font-size: 28px;
  }
}

.schedule ._inner .ttl_box p {
  padding-top: 20px;
  color: #1c3769;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: 479px) {
  .schedule ._inner .ttl_box p {
    font-size: 15px;
  }
}

.schedule ._inner ._schedule-cntn {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;

  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .schedule ._inner ._schedule-cntn {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .schedule ._inner ._schedule-cntn {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

.schedule ._inner ._schedule-cntn ._schedule-list {
  border-radius: 10px;
  overflow: hidden;
}

.schedule ._inner ._schedule-cntn ._schedule-list a {
  display: block;
  position: relative;
}

.schedule ._inner ._schedule-cntn ._schedule-list.end,
.schedule ._inner ._schedule-cntn ._schedule-list.off,
.schedule ._inner ._schedule-cntn ._schedule-list.on {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.schedule ._inner ._schedule-cntn ._schedule-list.end,
.schedule ._inner ._schedule-cntn ._schedule-list.off {
  pointer-events: none;
}

.schedule ._inner ._schedule-cntn ._schedule-list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.schedule ._inner ._schedule-cntn ._schedule-list.end a::before {
  background: rgba(242, 172, 183, 0.67)
    url(../img/other/oc_schedule_end.svg?ver2) no-repeat center/contain;
}

.schedule ._inner ._schedule-cntn ._schedule-list.off a::before {
  background: url(../img/other/oc_schedule_bg_off.svg) no-repeat center/contain;
}

.schedule ._inner ._schedule-cntn ._schedule-list.on a::before {
  background: url(../img/other/oc_schedule_bg_on.svg) no-repeat center/contain;
}

@media screen and (min-width: 769px) {
  .schedule ._inner ._schedule-cntn ._schedule-list.on a:hover::before {
    opacity: 0.7;
  }
}

.schedule ._inner ._note {
  padding-top: 50px;
  color: #1c3769;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.schedule ._schedule-img {
  max-width: 640px;
  display: block;
  margin: 15px auto;
}

@media screen and (max-width: 479px) {
  .schedule ._inner ._note {
    font-size: 13px;
  }
}

.schedule ._inner ._form {
  text-align: center;
}

.schedule ._inner ._form a {
  display: inline-block;
  margin: 20px 0 0;
  position: relative;
}

.schedule ._inner ._form a span {
  display: block;
  padding: 0.8em 2.5em;
  color: #fff;
  background-color: #dc7787;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease;
  position: relative;
  z-index: 10;
}

.schedule ._inner ._form a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: 0.2s ease;
}

@media screen and (min-width: 769px) {
  .schedule ._inner ._form a:hover span {
    transform: translate(7px, 7px);
  }
}

@media screen and (max-width: 479px) {
  .schedule ._inner ._form a span {
    font-size: 20px;
  }
}

/*==========================================
**** グラデーションのエリア ****
 ======================================== */
.gradation {
  width: 100%;
  padding: 150px 0;
  background: transparent
    linear-gradient(144deg, #fff3ed 0%, #ffebef 32%, #f7edff 71%, #dfdcf2 100%);
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .gradation {
    padding: 100px 0;
  }
}

/*========================
**** プログラム ****
 ======================= */
.program {
  max-width: 1000px;
  width: 80%;
  padding: 50px 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 479px) {
  .program {
    padding: 50px 20px 0;
    border-radius: 30px;
  }
}

.program ._ashirai-top,
.program ._ashirai-bottom {
  max-width: 258px;
  width: 60%;
  margin: 0 auto;
}

.program ._ashirai-bottom {
  transform: scale(1, -1);
}

@media screen and (max-width: 479px) {
  .program ._ashirai-bottom {
    display: none;
  }
}

.program .ttl_box ._en {
  display: block;
  padding-top: 30px;
  color: #1c3769;
  font-family: "Lora";
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .program .ttl_box ._en {
    padding-top: 20px;
    font-size: 18px;
  }
}

.program .ttl_box h2 {
  padding-top: 15px;
  color: #dc7787;
  font-size: 43px;
  font-weight: 700;
  text-align: center;
}

.program .ttl_box h2 ._small {
  display: block;
  padding-bottom: 7px;
  font-size: 28px;
}

@media screen and (max-width: 479px) {
  .program .ttl_box h2 {
    padding-top: 10px;
    font-size: 28px;
  }

  .program .ttl_box h2 ._small {
    font-size: 19px;
  }
}

.program ._point-cntn {
  max-width: 500px;
  width: 90%;
  padding-top: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .program ._point-cntn {
    padding-top: 30px;
  }
}

.program ._point-cntn ._point-list {
  padding: 10px 1.5em;
  border-bottom: 1px solid #d9d9d9;
  color: #1c3769;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .program ._point-cntn ._point-list {
    padding: 10px 0;
    font-size: 17px;
  }
}

.program ._point-cntn ._point-list ._txt {
  display: block;
  padding-left: 50px;
  position: relative;
}

.program ._point-cntn ._point-list ._txt:before {
  content: "";
  width: 28px;
  height: 100%;
  background: url(../img/opencampus/202210/point_mark.svg) no-repeat
    center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 479px) {
  .program ._point-cntn ._point-list ._txt {
    padding-left: 30px;
  }

  .program ._point-cntn ._point-list ._txt:before {
    width: 20px;
  }
}

.program ._point-cntn ._point-list._last {
  padding-right: 0;
  font-size: 15px;
  text-align: right;
  border-bottom: none;
}

@media screen and (max-width: 479px) {
  .program ._point-cntn ._point-list._last {
    font-size: 14px;
  }
}

.program ._note {
  padding: 20px 0 35px;
  color: #1c3769;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 479px) {
  .program ._note {
    padding: 10px 0 135px;
  }
}

.program_wrap {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.program_wrap ._pumery {
  width: 13%;
  position: absolute;
  bottom: -20px;
  right: 7%;
  z-index: 10;
}

@media screen and (max-width: 479px) {
  .program_wrap ._pumery {
    width: 27%;
    bottom: -15px;
    right: 9%;
  }
}

.program_wrap ._seitan-navi {
  width: 26%;
  position: absolute;
  bottom: -60px;
  left: 5px;
  transform: rotate(-3deg);
  z-index: 10;
}

.program_wrap ._seitan-navi dt {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.program_wrap ._seitan-navi dd {
  display: block;
  margin-top: 25px;
  border: 5px solid #fff;
  box-sizing: content-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 479px) {
  .program_wrap ._seitan-navi {
    max-width: 200px;
    width: 51%;
    bottom: -80px;
    left: 3%;
  }

  .program_wrap ._seitan-navi dd {
    margin-top: 10px;
  }
}

.program_wrap ._deco-line-top {
  display: block;
  width: 228px;
  position: absolute;
  top: 0px;
  left: -15%;
}

.program_wrap ._deco-line-bottom {
  display: block;
  width: 228px;
  position: absolute;
  bottom: -200px;
  right: 0%;
  transform: scale(-1, 1);
}

@media screen and (max-width: 479px) {
  .program_wrap ._deco-line-top {
    display: none;
  }

  .program_wrap ._deco-line-bottom {
    width: 102px;
    bottom: -150px;
    right: 8%;
    z-index: 1;
  }
}

.program_wrap ._deco-star-b {
  width: 70px;
  position: absolute;
  top: 19%;
  right: 0%;
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.program_wrap ._deco-star-w {
  width: 286px;
  position: absolute;
  top: 34%;
  right: -17%;
  opacity: 0.5;
}

.program_wrap ._deco-star-y {
  width: 185px;
  position: absolute;
  bottom: -18%;
  left: -6%;
  opacity: 0.5;
}

@media screen and (max-width: 479px) {
  .program_wrap ._deco-star-b {
    width: 54px;
    top: 7%;
    right: -6%;
  }

  .program_wrap ._deco-star-w {
    width: 227px;
    top: auto;
    bottom: -130px;
    right: -22%;
  }

  .program_wrap ._deco-star-y {
    width: 104px;
    bottom: -22%;
    left: -7%;
  }
}

/*========================
**** schedule_wrap スケジュール ****
 ======================= */
._mogi-schedule {
  padding-top: 150px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule {
    padding-top: 140px;
  }
}

._mogi-schedule h2 {
  width: 90%;
  margin: 0 auto;
  color: transparent;
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
  -webkit-text-stroke: 1px #1c3769;
  text-stroke: 1px #1c3769;
  text-shadow: 2px 2px 0 #fff;
  text-align: center;
  position: relative;
}

._mogi-schedule h2 span {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule h2 {
    font-size: 28px;
  }
}

._mogi-schedule h2 picture {
  display: block;
  max-width: 776px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._mogi-schedule ._schedule-cntn {
  max-width: 1200px;
  width: 90%;
  margin: 70px auto 0;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn {
    margin: 40px auto 0;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list {
  padding: 0 50px 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  border: 1px solid #dc7787;
  background: #fff;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list {
    padding: 0 10px 20px;
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list:last-of-type {
  margin-bottom: 0;
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl {
  display: grid;
  grid-template-columns: auto 52px;
  padding: 30px 0 0;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list #_ttl {
    grid-template-columns: auto 37px;
    padding: 20px 0 0;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
}

@media screen and (max-width: 768px) {
  ._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, auto);
  }
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box ._count {
  padding: 0.5em 1.5em;
  margin-right: 35px;
  color: #dc7787;
  border: 1px solid #dc7787;
  border-radius: 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box ._count {
    grid-row: 1/3;
    grid-column: 1/2;
    padding: 0.5em 1em;
    margin-right: 20px;
    border-radius: 17px;
    font-size: 14px;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box ._day {
  color: #1c3769;
  font-size: 25px;
  font-weight: 700;
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box ._youbi {
  display: block;
  width: 28px;
  height: 28px;
  padding-left: 5px;
  padding-right: 20px;
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box ._time {
  color: #1c3769;
  font-size: 18px;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._data-box ._time {
    padding-top: 5px;
    font-size: 14px;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #dc7787;
  cursor: pointer;
  position: relative;
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._btn:before {
  content: "";
  display: block;
  width: 40%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._btn:after {
  content: "";
  display: block;
  width: 3px;
  height: 40%;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list #_ttl ._btn {
    width: 37px;
    height: 37px;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list #_ttl.active ._btn:after {
  opacity: 0;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data {
  padding: 30px 0 10px;
  margin-top: 30px;
  border-top: 2px dashed #f2acb7;
  display: none;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list ._data {
    padding: 20px 0 0px;
    margin-top: 20px;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list ._data table {
  width: 100%;
  margin-bottom: 5px;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data table:last-of-type {
  margin-bottom: 0;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data th {
  width: 140px;
  padding: 1.2em;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list ._data th {
    width: 90px;
    padding: 0.7em;
    font-size: 15px;
  }
}

._mogi-schedule ._schedule-cntn .schedule-list ._data td {
  width: calc(100% - 140px);
  padding: 1.2em;
  color: #1c3769;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data td ._txt {
  display: block;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._schedule-cntn .schedule-list ._data td {
    width: calc(100% - 90px);
    font-size: 16px;
  }

  ._mogi-schedule ._schedule-cntn .schedule-list ._data td ._txt {
    font-size: 15px;
  }
}

/* キャリア教養学科 */

._mogi-schedule ._schedule-cntn .schedule-list ._data ._cr th {
  background-color: #94d5f6;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data ._cr td {
  background-color: rgba(148, 213, 246, 0.1);
  border-bottom: 1px solid #94d5f6;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data ._cr tr:last-of-type td {
  border-bottom: none;
}

/* こども */
._mogi-schedule ._schedule-cntn .schedule-list ._data ._ch th {
  background-color: #f0b2cf;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data ._ch td {
  background-color: rgba(240, 178, 207, 0.1);
  border-bottom: 1px solid #f0b2cf;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data ._ch tr:last-of-type td {
  border-bottom: none;
}

/* 食物栄養 */
._mogi-schedule ._schedule-cntn .schedule-list ._data ._fd th {
  background-color: #abcc6e;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data ._fd td {
  background-color: rgba(171, 204, 110, 0.1);
  border-bottom: 1px solid #abcc6e;
}

._mogi-schedule ._schedule-cntn .schedule-list ._data ._fd tr:last-of-type td {
  border-bottom: none;
}

._mogi-schedule ._form {
  text-align: center;
}

._mogi-schedule ._form a {
  display: inline-block;
  margin: 50px 0 0;
  position: relative;
}

._mogi-schedule ._form a span {
  display: block;
  padding: 0.8em 2.5em;
  color: #fff;
  background-color: #dc7787;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  transition: 0.2s ease;
  position: relative;
  z-index: 10;
}

._mogi-schedule ._form a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 40px;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: 0.2s ease;
}

@media screen and (min-width: 769px) {
  ._mogi-schedule ._form a:hover span {
    transform: translate(7px, 7px);
  }
}

@media screen and (max-width: 479px) {
  ._mogi-schedule ._form a span {
    font-size: 20px;
  }
}

/* 星とかの装飾 */
.schedule_wrap {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.schedule_wrap ._star-w {
  width: 53px;
  height: 54px;
  position: absolute;
  top: 250px;
  left: -1%;
  transform: rotate(45deg);
}

@media screen and (max-width: 479px) {
  .schedule_wrap ._star-w {
    width: 38px;
    height: 39px;
    top: 230px;
  }
}

.schedule_wrap ._star-y {
  width: 185px;
  height: 181px;
  position: absolute;
  bottom: 24%;
  right: 8%;
  transform: rotate(-15deg);
  opacity: 0.5;
}

@media screen and (max-width: 479px) {
  .schedule_wrap ._star-y {
    width: 90px;
    height: 91px;
    bottom: 21%;
    right: -10%;
  }
}

.schedule_wrap ._star-b {
  width: 38px;
  height: 39px;
  position: absolute;
  bottom: -2%;
  left: 0;
  transform: rotate(-22deg);
  mix-blend-mode: multiply;
  opacity: 0.3;
}

@media screen and (max-width: 479px) {
  .schedule_wrap ._star-b {
    width: 20px;
    height: 20px;
    left: 7%;
  }
}

.schedule_wrap ._star-w2 {
  width: 348px;
  height: 350px;
  position: absolute;
  bottom: -27%;
  left: 5%;
  transform: rotate(6deg);
  opacity: 0.4;
}

@media screen and (max-width: 479px) {
  .schedule_wrap ._star-w2 {
    width: 170px;
    height: 171px;
    bottom: -200px;
    left: 7%;
  }
}

.schedule_wrap ._deco-line-midle {
  width: 160px;
  height: 193px;
  position: absolute;
  bottom: 24%;
  left: 10%;
}

@media screen and (max-width: 479px) {
  .schedule_wrap ._deco-line-midle {
    display: none;
  }
}

.schedule_wrap ._deco-line-bottom {
  width: 229px;
  height: 208px;
  position: absolute;
  bottom: -6%;
  right: 3%;
}

@media screen and (max-width: 479px) {
  .schedule_wrap ._deco-line-bottom {
    width: 110px;
    height: 100px;
    position: absolute;
  }
}

/*==========================================
**** virus_yobou コロナ予防 ****
 ======================================== */
.virus_yobou ._inner {
  width: 90%;
  max-width: 1000px;
  padding: 150px 0;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .virus_yobou ._inner {
    padding: 100px 0;
  }
}

.virus_yobou .virus_wrap {
  padding-bottom: 35px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap {
    padding-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #cc3b53;
    box-shadow: none;
  }
}

.virus_yobou .virus_wrap h2 {
  padding: 30px;
  color: #fff;
  background-color: #cc3b53;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap h2 {
    padding: 25px 30px;
    font-size: 19px;
  }
}

.virus_yobou .virus_wrap ._txt {
  padding: 30px 30px 0;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._txt {
    padding: 20px 30px 0;
    color: #1c3769;
    font-size: 15px;
  }
}

.virus_yobou .virus_wrap ._list-cntn {
  padding-top: 50px;
  margin: 0 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._list-cntn {
    padding-top: 30px;
    margin: 0 20px;
    grid-template-columns: 1fr;
  }
}

.virus_yobou .virus_wrap ._list-cntn ._list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  grid-row-gap: 25px;
  align-items: center;
  padding: 0 17%;
}

.virus_yobou .virus_wrap ._list-cntn ._list:first-of-type {
  padding-left: 0;
  border-right: 2px dashed #f2acb7;
}

.virus_yobou .virus_wrap ._list-cntn ._list:last-of-type {
  padding-right: 0;
  border-left: 2px dashed #f2acb7;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._list-cntn ._list {
    grid-template-columns: 33% 1fr;
    grid-row-gap: 0;
    grid-column-gap: 28px;
    padding: 15px 0 17px;
  }

  .virus_yobou .virus_wrap ._list-cntn ._list:first-of-type {
    padding-left: 0;
    border-right: none;
    border-bottom: 2px dashed #f2acb7;
  }

  .virus_yobou .virus_wrap ._list-cntn ._list:last-of-type {
    padding-right: 0;
    border-left: none;
    border-top: 2px dashed #f2acb7;
  }
}

.virus_yobou .virus_wrap ._list-cntn ._list figure {
  max-width: 95px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._list-cntn ._list figure {
    margin-left: 12px;
  }
}

.virus_yobou .virus_wrap ._list-cntn ._list dt {
  color: #cc3b53;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._list-cntn ._list dt {
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
  }
}

.virus_yobou .virus_wrap ._list-cntn ._list dd {
  padding-top: 20px;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._list-cntn ._list dd {
    padding-top: 6px;
    color: #1c3769;
    font-size: 14px;
  }
}

.virus_yobou .virus_wrap ._attention-box {
  padding: 35px 125px 35px 150px;
  margin: 65px 50px 0;
  background-color: rgba(204, 59, 83, 0.1);
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._attention-box {
    padding: 30px 20px 20px 20px;
    margin: 55px 20px 0;
    border-radius: 10px;
  }
}

.virus_yobou .virus_wrap ._attention-box h3 {
  width: 100%;
  color: #cc3b53;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._attention-box h3 {
    font-size: 20px;
  }
}

.virus_yobou .virus_wrap ._attention-box p {
  padding-left: 1.5em;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
}

.virus_yobou .virus_wrap ._attention-box p:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #cc3b53;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.virus_yobou .virus_wrap ._attention-box p:last-of-type {
  margin-top: 13px;
}

@media screen and (max-width: 479px) {
  .virus_yobou .virus_wrap ._attention-box p {
    font-size: 16px;
  }

  .virus_yobou .virus_wrap ._attention-box p:last-of-type {
    margin-top: 20px;
  }
}

.virus_yobou ._inner ._note {
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .virus_yobou ._inner ._note {
    padding-top: 20px;
    font-size: 15px;
    text-align: left;
  }
}

/*==========================================
**** online_link ****
 ======================================== */
.online_link {
  padding: 150px 0 30px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 479px) {
  .online_link {
    padding: 100px 0 20px;
  }
}

.online_link h3 {
  color: #dc7787;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 479px) {
  .online_link h3 {
    font-size: 22px;
  }
}

.online_link ._link-box {
  max-width: 1000px;
  width: 85%;
  padding: 30px 0 70px;
  margin: 0 auto;
  display: flex;

  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .online_link ._link-box {
    flex-direction: column;
    row-gap: 20px;
  }
}

.online_link ._link-box ._link {
  display: block;
  max-width: 370px;
  width: 50%;
  margin: 0 50px;
}

@media screen and (max-width: 479px) {
  .online_link ._link-box ._link {
    max-width: 370px;
    width: 100%;
    margin: 0;
  }
}

/*==========================================
**** mirai_navi ****
 ======================================== */
#mirai_navi {
  margin-bottom: 280px;
  position: relative;
}

#mirai_navi:before {
  content: "";
  position: absolute;
  background: #c9e1e2;
  background: -moz-linear-gradient(
    -45deg,
    #c9e1e2 1%,
    #dec1e6 27%,
    #f5c4d0 59%,
    #e8ed87 90%,
    #fcf4df 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #c9e1e2 1%,
    #dec1e6 27%,
    #f5c4d0 59%,
    #e8ed87 90%,
    #fcf4df 100%
  );
  background: linear-gradient(
    135deg,
    #c9e1e2 1%,
    #dec1e6 27%,
    #f5c4d0 59%,
    #e8ed87 90%,
    #fcf4df 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#addddc', endColorstr='#f9eed6', GradientType=1);
  width: 55%;
  height: 100%;
}

#mirai_navi .sp {
  display: none;
}

#mirai_navi .pc {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mirai_navi .pc > a > img {
  display: block;
  width: 100%;
}

#mirai_navi .pc > a > img.enter {
  width: 128px;
  display: block;
  position: absolute;
  transition: all 0.5s ease-out;
  left: 28%;
  top: 71%;
}

#mirai_navi .pc > a:hover > img.enter {
  left: 29%;
  top: 70.5%;
}

#mirai_navi .pc .border {
  display: block;
  position: absolute;
  z-index: 1;
  transform: rotate(-5deg);
  width: 110%;
  left: -3%;
  overflow: hidden;
  background: transparent;
  height: 3px;
}

#mirai_navi .pc .border span {
  position: relative;
  display: block;
  width: 100%;
}

#mirai_navi .pc .border span::before,
#mirai_navi .pc .border span::after {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s ease-in;
  background-color: #fff;
  height: 10px;
  width: 30%;
}

#mirai_navi .pc .border01 {
  top: -6%;
}

#mirai_navi .pc .border01 span::before,
#mirai_navi .pc .border01 span::after {
  width: 20%;
  background-color: #ff82a8;
}

#mirai_navi .pc .border01 span::before {
  left: 18%;
}

#mirai_navi .pc .border01 span::after {
  left: -100%;
}

#mirai_navi .pc a:hover .border01 span::before {
  left: 100%;
}

#mirai_navi .pc a:hover .border01 span::after {
  left: 18%;
}

#mirai_navi .pc .border02 {
  top: -1%;
  height: 10px;
}

#mirai_navi .pc .border02 span::before,
#mirai_navi .pc .border02 span::after {
  width: 22%;
  height: 10px;
  border-radius: 10px;
}

#mirai_navi .pc .border02 span::before {
  left: 0;
}

#mirai_navi .pc .border02 span::after {
  left: -100%;
}

#mirai_navi .pc a:hover .border02 span::before {
  left: 100%;
}

#mirai_navi .pc a:hover .border02 span::after {
  left: 0;
}

#mirai_navi .pc .border03 {
  top: 23%;
}

#mirai_navi .pc .border03 span::before,
#mirai_navi .pc .border03 span::after {
  width: 9.5%;
  background-color: #ffff00;
}

#mirai_navi .pc .border03 span::before {
  right: 22.5%;
}

#mirai_navi .pc .border03 span::after {
  right: 100%;
}

#mirai_navi .pc a:hover .border03 span::before {
  right: -100%;
}

#mirai_navi .pc a:hover .border03 span::after {
  right: 22.5%;
}

#mirai_navi .pc .border04 {
  bottom: 15%;
}

#mirai_navi .pc .border04 span::before,
#mirai_navi .pc .border04 span::after {
  width: 10%;
}

#mirai_navi .pc .border04 span::before {
  left: 34.5%;
}

#mirai_navi .pc .border04 span::after {
  left: -100%;
}

#mirai_navi .pc a:hover .border04 span::before {
  left: 100%;
}

#mirai_navi .pc a:hover .border04 span::after {
  left: 34.5%;
}

#mirai_navi .pc .border05 {
  bottom: 10%;
}

#mirai_navi .pc .border05 span::before {
  left: 13%;
}

#mirai_navi .pc .border05 span::after {
  left: -100%;
}

#mirai_navi .pc a:hover .border05 span::before {
  left: 100%;
}

#mirai_navi .pc a:hover .border05 span::after {
  left: 13%;
}

#mirai_navi .pc .border06 {
  bottom: 8%;
  height: 10px;
}

#mirai_navi .pc .border06 span::before,
#mirai_navi .pc .border06 span::after {
  height: 10px;
  border-radius: 10px;
  width: 26%;
}

#mirai_navi .pc .border06 span::before {
  right: 0;
}

#mirai_navi .pc .border06 span::after {
  right: 150%;
}

#mirai_navi .pc a:hover .border06 span::before {
  right: -110%;
}

#mirai_navi .pc a:hover .border06 span::after {
  right: 0;
}

#mirai_navi .pc .border07 {
  bottom: 1%;
}

#mirai_navi .pc .border07 span::before,
#mirai_navi .pc .border07 span::after {
  width: 18%;
  background-color: #ffff00;
}

#mirai_navi .pc .border07 span::before {
  right: 0;
}

#mirai_navi .pc .border07 span::after {
  right: 150%;
}

#mirai_navi .pc a:hover .border07 span::before {
  right: -100%;
}

#mirai_navi .pc a:hover .border07 span::after {
  right: 0;
}

@media all and (max-width: 1024px) {
  #mirai_navi .pc > a > img.enter {
    left: 17%;
    top: 78%;
  }

  #mirai_navi .pc > a:hover > img.enter {
    left: 18%;
    top: 78%;
  }
}

@media all and (max-width: 767px) {
  #mirai_navi .pc {
    display: none;
  }

  #mirai_navi {
    margin-bottom: 150px;
  }

  #mirai_navi:before {
    width: 100%;
    z-index: -1;
  }

  #mirai_navi .sp {
    display: block;
    box-sizing: border-box;
    padding: 20px;
  }

  #mirai_navi .sp > div {
    padding: 20px;
    border: 1px solid #ffffff;
  }

  #mirai_navi .sp p {
    font-family:
      YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
      Meiryo, sans-serif;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  #mirai_navi .sp p:nth-of-type(1),
  #mirai_navi .sp p:nth-of-type(3) {
    font-size: 25px;
  }

  #mirai_navi .sp p:nth-of-type(2) {
    font-size: 15vw;
    line-height: 1.1;
  }

  #mirai_navi .sp p span {
    color: #ffff00;
  }

  #mirai_navi .sp div > a {
    display: block;
    font-size: 25px;
    text-align: center;
    padding: 10px;
    width: 100%;
    background-color: #ffff00;
    color: #000000;
    margin-top: 20px;
    box-sizing: border-box;
  }
}
