.s-page-title {
  margin: 0;
}
.s-page-title img {
  width: 100%;
  height: auto;
}

.s-covid {
  margin: 0 0 40px;
}

.p-entry-content .s-covid__label {
  margin: 0 0 15px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.16667rem;
  background: #f00;
}
@media print, screen and (min-width: 701px) {
  .p-entry-content .s-covid__label {
    padding: 15px;
    font-size: 1rem !important;
    text-align: center;
  }
}

.s-covid__image {
  margin: 0 10px;
}
.s-covid__image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 701px) {
  .s-covid__image {
    margin-right: 70px;
    margin-left: 70px;
  }
}

.s-covid__note {
  margin: 0 10px;
  font-size: 1.33333rem;
}
@media print, screen and (min-width: 701px) {
  .s-covid__note {
    font-size: 1rem;
    text-align: center;
  }
}

.p-entry-content .s-h3, .p-entry-content .s-h3--course {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 10px;
  color: inherit;
  font-size: 2.5rem !important;
  font-weight: normal;
  text-align: center;
}
.p-entry-content .s-h3::after, .p-entry-content .s-h3--course::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  background: #FFF295;
}
@media print, screen and (min-width: 701px) {
  .p-entry-content .s-h3, .p-entry-content .s-h3--course {
    margin: 0 0 40px;
    padding: 0 0 20px;
  }
}

.p-entry-content .s-h3--course::after {
  background: #0087E6;
}

.s-date-list {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 701px) {
  .s-date-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
  }
}

.s-date-list__item {
  margin: 0 0 10px;
  padding: 0;
}
.s-date-list__item img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 701px) {
  .s-date-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px);
    margin: 0 0 32px;
  }
  .s-date-list__item:nth-child(even) {
    margin-left: 48px;
  }
}

.s-time-table-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

.s-time-table-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin: 0;
  padding: 0;
}

.s-time-table-nav__button, .s-time-table-nav__button--exam, .s-time-table-nav__button--experiment, .s-time-table-nav__button--introduction {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 0;
  font-weight: bold;
  font-size: 1.0833rem;
  background: #ccc;
  border: none;
  cursor: pointer;
}
.s-time-table-nav__button.is-current::after, .is-current.s-time-table-nav__button--exam::after, .is-current.s-time-table-nav__button--experiment::after, .is-current.s-time-table-nav__button--introduction::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.s-time-table-nav__button--introduction {
  background: #abe7ff;
  color: #1e64cd;
}
.s-time-table-nav__button--introduction.is-current {
  background: #1E64CD;
  color: #fff;
}
.s-time-table-nav__button--introduction.is-current::after {
  border-top: 7px solid #1E64CD;
}

.s-time-table-nav__button--experiment {
  background: #C8EDB8;
  color: #0F808C;
}
.s-time-table-nav__button--experiment.is-current {
  background: #0F808C;
  color: #fff;
}
.s-time-table-nav__button--experiment.is-current::after {
  border-top: 7px solid #0F808C;
}

.s-time-table-nav__button--exam {
  background: #FFD8D7;
  color: #CD6C66;
}
.s-time-table-nav__button--exam.is-current {
  background: #CD6C66;
  color: #fff;
}
.s-time-table-nav__button--exam.is-current::after {
  border-top: 7px solid #CD6C66;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.s-time-table-box, .s-time-table-box--exam, .s-time-table-box--experiment, .s-time-table-box--introduction {
  display: block;
  width: 100%;
  margin: 0 0 50px;
  padding: 10px;
  background-color: #ccc;
  background-image: url(/wordpress/wp-content/uploads/2021/06/oc2021_background_diagonal_01.png);
  background-position: 50%;
  background-size: 27px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: fadeIn 400ms;
          animation: fadeIn 400ms;
}
.s-time-table-box.is-hidden, .is-hidden.s-time-table-box--exam, .is-hidden.s-time-table-box--experiment, .is-hidden.s-time-table-box--introduction {
  opacity: 0;
  display: none;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box, .s-time-table-box--exam, .s-time-table-box--experiment, .s-time-table-box--introduction {
    margin: 0 0 100px;
    padding: 32px;
  }
}

.s-time-table-box--introduction {
  background-color: #abe7ff;
}

.s-time-table-box--experiment {
  background-color: #C8EDB8;
}

.s-time-table-box--exam {
  background-color: #FFD8D7;
}

.s-time-table-box__list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 701px) {
  .s-time-table-box__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
            flex: 0 0 calc(50% - 40px);
  }
  .s-time-table-box__item:nth-child(even) {
    margin-left: 80px;
  }
}

.s-time-table-box__heading {
  text-align: center;
}

.s-time-table-box__heading-image {
  width: 200px;
  margin: 0 auto !important;
}
.s-time-table-box__heading-image img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__heading-image {
    width: 220px;
  }
}

.s-time-table-box__heading-title {
  display: inline-block;
  margin: 0 !important;
  padding: 2px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6667rem;
  letter-spacing: 0.1em;
  background: #333;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__heading-title {
    font-size: 1.25rem;
  }
}

.s-time-table-box__heading-text {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__heading-text {
    font-size: 1.125rem;
  }
}

.s-time-table-box--introduction .s-time-table-box__heading-title {
  background: #1e64cd;
}
.s-time-table-box--introduction .s-time-table-box__heading-text {
  color: #1e64cd;
}

.s-time-table-box--experiment .s-time-table-box__heading-title {
  background: #0F808C;
}
.s-time-table-box--experiment .s-time-table-box__heading-text {
  color: #0F808C;
}

.s-time-table-box--exam .s-time-table-box__heading-title {
  background: #CD6C66;
}
.s-time-table-box--exam .s-time-table-box__heading-text {
  color: #CD6C66;
}

.s-time-table-box__schedule img {
  width: 100%;
  height: auto;
}

.s-time-table-box__entry {
  margin: 0 0 50px;
}

.s-time-table-box__button-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 10px;
  }
}

.s-time-table-box__button-item {
  margin: 0 0 16px;
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__button-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin: 0 2.5%;
  }
}

.s-entry-button, .s-entry-button--exam,
.s-entry-button--exam:link,
.s-entry-button--exam:visited, .s-entry-button--experiment,
.s-entry-button--experiment:link,
.s-entry-button--experiment:visited, .s-entry-button--introduction,
.s-entry-button--introduction:link,
.s-entry-button--introduction:visited,
.s-entry-button:link,
.s-entry-button:visited {
  display: block;
  position: relative;
  padding: 20px 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #666;
  border-radius: 16px;
}
.s-entry-button::after, .s-entry-button--exam::after,
.s-entry-button--exam:link::after,
.s-entry-button--exam:visited::after, .s-entry-button--experiment::after,
.s-entry-button--experiment:link::after,
.s-entry-button--experiment:visited::after, .s-entry-button--introduction::after,
.s-entry-button--introduction:link::after,
.s-entry-button--introduction:visited::after,
.s-entry-button:link::after,
.s-entry-button:visited::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid #fff;
  border-radius: 10px;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button, .s-entry-button--exam,
.s-entry-button--exam:link,
.s-entry-button--exam:visited, .s-entry-button--experiment,
.s-entry-button--experiment:link,
.s-entry-button--experiment:visited, .s-entry-button--introduction,
.s-entry-button--introduction:link,
.s-entry-button--introduction:visited,
.s-entry-button:link,
.s-entry-button:visited {
    -webkit-transition: background-color 400ms;
    -o-transition: background-color 400ms;
    transition: background-color 400ms;
  }
}

.s-entry-button--introduction,
.s-entry-button--introduction:link,
.s-entry-button--introduction:visited {
  background: #1E64CD;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button--introduction:hover,
.s-entry-button--introduction:link:hover,
.s-entry-button--introduction:visited:hover {
    background: #075fe5;
  }
}

.s-entry-button--experiment,
.s-entry-button--experiment:link,
.s-entry-button--experiment:visited {
  background: #0F808C;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button--experiment:hover,
.s-entry-button--experiment:link:hover,
.s-entry-button--experiment:visited:hover {
    background: #008c9b;
  }
}

.s-entry-button--exam,
.s-entry-button--exam:link,
.s-entry-button--exam:visited {
  background: #CD6C66;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button--exam:hover,
.s-entry-button--exam:link:hover,
.s-entry-button--exam:visited:hover {
    background: #e15a52;
  }
}

.s-entry-button__date {
  display: block;
  margin: 0 !important;
  color: #fff295;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button__date {
    font-size: 1.125rem;
  }
}

.s-entry-button__title {
  display: block;
  margin: 0 !important;
  font-size: 1.3333rem;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button__title {
    font-size: 1rem;
  }
}

.s-entry-button__entry {
  display: block;
  margin: 0 !important;
  color: #fff295;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 701px) {
  .s-entry-button__entry {
    font-size: 1.125rem;
  }
}

.s-tame-table-box__note {
  margin: 0;
  font-size: 1.3333rem;
}
@media print, screen and (min-width: 701px) {
  .s-tame-table-box__note {
    font-size: 1rem;
    text-align: center;
  }
}

.s-time-table-box__back {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}
.s-time-table-box__back a {
  position: relative;
  padding: 0 0 0 40px;
  color: inherit;
  text-decoration: none;
}
.s-time-table-box__back a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - (30px / 2) - 2px);
  left: 0;
  width: 30px;
  height: 30px;
  background: #333;
  border: 2px solid #fff;
  border-radius: 50%;
}
.s-time-table-box__back a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc((30px / 2) - 1.5px);
  width: 5px;
  height: 5px;
  color: #fff;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media print, screen and (min-width: 701px) {
  .s-time-table-box__back {
    font-size: 1.125rem;
  }
}

.s-other-buttons {
  list-style: none;
  margin: 0 10px 40px;
  padding: 0;
}
@media print, screen and (min-width: 701px) {
  .s-other-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 40px 30px;
  }
}

.s-other-buttons__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin: 0 0 20px;
}

.s-other-buttons__image {
  margin: 0;
}
.s-other-buttons__image img {
  width: 100%;
  height: auto;
}

.s-other-buttons__text {
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .s-other-buttons__text {
    font-size: 1rem;
  }
}

.s-single-button {
  margin: 0 10px;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-single-button {
    margin: 0 23%;
  }
}

.s-single-button__image img {
  width: 100%;
  height: auto;
}

.s-single-button__text {
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .s-single-button__text {
    font-size: 1rem;
  }
}

.s-weboc-h3 {
  position: relative;
  margin: 0 15% 30px;
  padding: 0 0 18px;
  color: inherit;
  font-size: 2.5rem !important;
  font-weight: normal;
  text-align: center;
}
.s-weboc-h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 6px;
  background: #FFF295;
}
.s-weboc-h3 img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 701px) {
  .s-weboc-h3 {
    width: 270px;
    margin: 0 auto 40px;
    padding: 0 0 20px;
  }
}

.s-weboc-box, .s-weboc-box--consultation, .s-weboc-box--exam, .s-weboc-box--univ, .s-weboc-box--welcome {
  margin: 0 0 60px;
  padding: 20px;
  background: #ccc;
  border-bottom: 1px solid #707070;
}

.s-weboc-box--welcome {
  background: #F8FAFF;
}

.s-weboc-box--univ {
  background: #f8fffe;
}

.s-weboc-box--exam {
  background: #FFFBEF;
}

.s-weboc-box--consultation {
  background: #FFFAF8;
  border: none;
}

.s-weboc-box__list {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
@media print, screen and (min-width: 701px) {
  .s-weboc-box__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.s-weboc-box__item {
  margin: 0 0 35px;
}
.s-weboc-box__item img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 701px) {
  .s-weboc-box__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

.s-weboc-box__toggle {
  margin: 0 0 -47px !important;
}
.s-weboc-box__toggle button {
  display: block;
  position: relative;
  width: 80px;
  height: 82px;
  margin: 0 auto;
  padding: 0;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(/wordpress/wp-content/uploads/2021/06/oc2021web_text_check_01.png);
  background-repeat: no-repeat;
  background-position: 50% 10px;
  background-size: 60px auto;
  border: none;
  cursor: pointer;
}
.s-weboc-box__toggle button.is-opened {
  background-image: url(/wordpress/wp-content/uploads/2021/06/oc2021web_text_close_01.png);
  background-size: 46px auto;
}
.s-weboc-box__toggle button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: calc(50% - (30px / 2) - 2px);
  width: 30px;
  height: 30px;
  background: #333;
  border: 2px solid #fff;
  border-radius: 50%;
}
.s-weboc-box__toggle .s-weboc-box__toggle-icon:before, .s-weboc-box__toggle .s-weboc-box__toggle-icon:after {
  content: "";
  position: absolute;
  left: calc(50% - 5px);
  bottom: calc(10px + (30px / 2) + 1px);
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  transition: background-color 400ms, opacity 400ms, -webkit-transform 400ms;
  -o-transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms;
  transition: background-color 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}
.s-weboc-box__toggle .s-weboc-box__toggle-icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-weboc-box__toggle button.is-opened .s-weboc-box__toggle-icon:before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-weboc-box__toggle button.is-opened .s-weboc-box__toggle-icon:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.s-other-buttons-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-other-buttons-2__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0;
}

.s-other-buttons-2__image {
  margin: 0;
}
.s-other-buttons-2__image img {
  width: 100%;
  height: auto;
}

.s-other-buttons-2__text {
  font-size: 1.1667rem;
}
@media print, screen and (min-width: 701px) {
  .s-other-buttons-2__text {
    font-size: 1rem;
  }
}

.s-news {
  margin: 0 0 50px;
}

.s-news__heading {
  text-align: center;
}
.s-news__heading img {
  width: 90px;
}
@media print, screen and (min-width: 701px) {
  .s-news__heading img {
    width: 120px;
  }
}

.s-news__text {
  font-size: 1.1667rem;
  text-align: center;
}
@media print, screen and (min-width: 701px) {
  .s-news__text {
    font-size: 1rem;
  }
}

.s-news__list {
  margin: 0 -15px;
  position: relative;
}
.s-news__list .slick-prev,
.s-news__list .slick-next {
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 15px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background: #333333;
  border: none;
  border-radius: 50px;
  cursor: pointer;
}
.s-news__list .slick-prev::after,
.s-news__list .slick-next::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.s-news__list .slick-next {
  left: auto;
  right: 15px;
}
.s-news__list .slick-next::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.s-news__list .slick-dots {
  list-style: none;
  margin: 0 60px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.s-news__list .slick-dots li {
  display: inline-block;
}
.s-news__list .slick-dots button {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 6px;
  padding: 0;
  text-indent: -9999px;
  background: #959EA7;
  border: none;
  border-radius: 50px;
}
.s-news__list .slick-dots li.slick-active button {
  background: #333333;
}
@media print, screen and (min-width: 701px) {
  .s-news__list .slick-prev {
    left: 0;
  }
  .s-news__list .slick-next {
    right: 0;
  }
}

.s-news__item {
  margin: 0 5px;
}
.s-news__item img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 701px) {
  .s-news__item {
    margin: 0 10px;
  }
}

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}