@charset "utf-8";
/* =====================================

  MV

*/
@media only screen and (min-width: 768px), print, tv {
  .m-u-kv-online-tokko {
    background-color: #fff;
    background-size: auto;
    height: 450px;
  }
}
/* =====================================

  CP延長バナー

*/
.m-unit__bnr-ofr{
  padding: 12px 0;
  background-color: #fff9b9;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .m-unit__bnr-ofr {
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 768px), print, tv {
  .m-unit__box--spx-2mcp{
    background-color: #FFEA01;
  }
  .m-unit__box--spx-bg {
    background-image: url("/lp/kyukou/_assets/200425_2mcp-bnr_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
  }
}
/* ====================================

[CLXX]カルーセル_thumb

*/
@media only screen and (min-width: 768px), print, tv {
  .m-grid--3col-pc .js-slider--thumb.m-slider {
    width: 292px;
    margin: 0 auto;
  }
}

/* -------------------------------------

  RN調整

---------------------------------------- */
img {
  width: auto;
  max-width: 100%;
}
.lp-base02__h3-label img {
  width: 60px;
}
@media only screen and (min-width: 768px), print, tv {
  .m-unit__box, .m-unit__box--spx {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .lp-base02__thumb .c-carousel {
    margin-right: 0;
    margin-left: 0;
  }
}

/*---------------------------------

  青丸リスト

---------------------------------*/
.classes__box__entry-schedule {
  text-align: center;
}
@media only screen and (min-width: 768px), print, tv {
  .conf__item-list {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
  }
  .conf__item {
    color: #464646;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 1em;
  }
  .conf__item::before {
    content: '';
    background-color: #0565bc;
    border-radius: 100%;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0.25em;
    left: 0;
  }
  .conf__item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .conf__item-list {
    display: block;
    text-align: left;
  }
  .conf__item {
    color: #464646;
    font-size: 15px;
    padding-left: 27px;
    position: relative;
    margin-bottom: 1.5em;
  }
  .conf__item::before {
    content: '';
    background-color: #0565bc;
    border-radius: 100%;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.25em;
    left: 0;
  }
  .conf__item:last-child {
    margin-bottom: 0;
  }
}

/*---------------------------------

  理由バナー

---------------------------------*/

@media only screen and (min-width: 768px), print, tv {

  .banner_because{
    width: 100%;
    background-color: #e9f0f8;
    padding-bottom: 22px;
  }

  .banner_because-box{
    display: flex;
  }

  .banner_because-item{
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .banner_because-item p{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
  }

  .banner_because-item img{
    width: 102px;
  }

}

@media only screen and (max-width: 767px) {

  .banner_because{
    margin-left: -8vw;
    margin-right: -8vw;
    background-color: #e9f0f8;
    padding-bottom: 20px;
  }

  .banner_because-box{
    margin-top: -2.667vw;
  }

  .banner_because-item{
    margin-top: 6.667vw;
    text-align: center;
    display: flex;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }

   .banner_because-item p{
    font-size: 4.812vw;
    font-weight: bold;
     margin-left: 3.3vw;
  }

  .banner_because-item img{
    height: 6vw;
    margin-top: 0.7vw;
  }

}

/*---------------------------------

  授業一覧

---------------------------------*/
@media only screen and (min-width: 768px), print, tv {
  /* PC */
  .link-btn {
    min-width: 260px;
    display: inline-block;
    background-color: #FBF529;
    border-radius: 50px;
    padding: 17px 45px 18px 39px;

    color: #395798;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1;

    position: relative;
  }
  .link-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid #395798;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;

    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
  }
  .link-btn:hover {
    opacity: .8;
  }
  /* 黄色 */
  .link-btn--yellow {
    color: #395798;
    background-color: #FBF529;
  }
  .link-btn--yellow::after {
    border-left-color: #395798;
  }
  .link-btn--red {
    color: #fff;
    background-color: #EF3D61;
  }
  .link-btn--red::after {
    border-left-color: #fff;
  }
  .link-btn--blue {
    color: #fff;
    background-color: #039BDF;
  }
  .link-btn--blue::after {
    border-left-color: #fff;
  }
  .link-btn--orange {
    color: #fff;
    background-color: #F5912E;
  }
  .link-btn--orange::after {
    border-left-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  /* SP */
  .link-btn {
    width: 100%;
    max-width: 228px;
    display: inline-block;
    background-color: #FBF529;
    border-radius: 100px;
    padding: 19px 0;
    padding-right: 8px;

    color: #395798;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1;

    position: relative;
  }
  .link-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid #395798;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;

    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
  }
  /* 黄色 */
  .link-btn--yellow {
    color: #395798;
    background-color: #FBF529;
  }
  .link-btn--yellow::after {
    border-left-color: #395798;
  }
  .link-btn--red {
    color: #fff;
    background-color: #EF3D61;
  }
  .link-btn--red::after {
    border-left-color: #fff;
  }
  .link-btn--blue {
    color: #fff;
    background-color: #039BDF;
  }
  .link-btn--blue::after {
    border-left-color: #fff;
  }
  .link-btn--orange {
    color: #fff;
    background-color: #F5912E;
  }
  .link-btn--orange::after {
    border-left-color: #fff;
  }
  .link-btn--slim-sp {
    padding: 13px 0;
  }
}
@media only screen and (min-width: 768px), print, tv {
  /* PC */
  .classes-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .classes-head {
    text-align: center;
    padding-bottom: 60px;
  }
  .classes-ttl {
    color: #1F4088;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    line-height: 1;

    margin-bottom: 40px;
  }
  .classes__note-list {
    display: inline-block;
    text-align: left;
  }
  .classes__note {
    padding-left: 30px;
    position: relative;
  }
  .classes__note::before {
    content: '';

    background-color: #1F4088;
    border-radius: 100%;

    position: absolute;
    width: 15px;
    height: 15px;
    top: 0.125em;
    left: 0;
  }
  .classes__note:not(:last-child) {
    margin-bottom: 24px;
  }

  .classes__box {
    border-top: 3px solid #395798;
    padding: 50px 86px;
    box-sizing: border-box;
  }
  .classes__box:last-child {
    border-bottom: 3px solid #395798;
  }
  .classes__box-ttl {
    background-color: #EF3D61;
    padding: 2px;
    box-sizing: border-box;
    margin-bottom: 50px;

    display: flex;
  }
  .classes__box-ttl-date-wrap {
    width: 184px;
  }
  .classes__box-ttl-date {
    width: 184px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    background-color: #fff;
    padding: 6px 0;
  }
  .classes__box-ttl-date-month {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 16px;
  }
  .classes__box-ttl-date-day {
    font-size: 49px;
    line-height: 1;
  }
  .classes__box-ttl-date-weekday {
    color: #fff;
    font-size: 16px;
    line-height: 1;

    position: relative;
    z-index: 1;

    margin-top: 20px;
    margin-left: 7px;
  }
  .classes__box-ttl-date-weekday::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 1.5em;

    background-color: #EF3D61;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .classes__box-ttl-name {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    text-align: center;

    width: 140px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .classes__box-ttl-txt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    background-color: #fff;

    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .classes__box__entry {
    padding: 38px 89px;
    box-sizing: border-box;
    margin-bottom: 40px;

    background-color: rgba(239,61,97,0.1);

    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .classes__box__entry:last-child {
    margin-bottom: 0;
  }
  .classes__box__entry-det {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .classes__box__entry-name {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-right: 20px;
  }
  .classes__box__entry-date {
    color: #000;
    font-size: 26px;
    line-height: 1;
  }
  .classes__box__entry-curriculum {
    display: block;
    margin-bottom: 8px;
  }

  /* 赤 */
  .classes__box.classes__box--red {
    color: #EF3D61;
  }
  .classes__box.classes__box--red .classes__box-ttl {
    background-color: #EF3D61;
  }
  .classes__box.classes__box--red .classes__box__entry {
    background-color: rgba(239,61,97,0.1);
  }
  .classes__box.classes__box--red .classes__box-ttl-date-weekday::before {
    background-color: #EF3D61;
  }

  /* 青 */
  .classes__box.classes__box--blue {
    color: #039BDF;
  }
  .classes__box.classes__box--blue .classes__box-ttl {
    background-color: #039BDF;
  }
  .classes__box.classes__box--blue .classes__box__entry {
    background-color: #E5F5FC;
  }
  .classes__box.classes__box--blue .classes__box-ttl-date-weekday::before {
    background-color: #039BDF;
  }

  /* 黄 */
  .classes__box.classes__box--orange {
    color: #F5912E;
  }
  .classes__box.classes__box--orange .classes__box-ttl {
    background-color: #F5912E;
  }
  .classes__box.classes__box--orange .classes__box__entry {
    background-color: #FEF4E9;
  }
  .classes__box.classes__box--orange .classes__box-ttl-date-weekday::before {
    background-color: #F5912E;
  }

  /* グレー */
  .classes__box.classes__box--gray {
    color: #000;
  }
  .classes__box.classes__box--gray .classes__box-ttl {
    background-color: #F6F6F6;
  }
  .classes__box.classes__box--gray .classes__box__entry {
    background-color: #F6F6F6;
  }
  .classes__box.classes__box--gray .classes__box-ttl-date-weekday::before {
    background-color: #000;
  }
}
@media only screen and (max-width: 767px) {
  /* SP */
  .classes-inner {
    box-sizing: border-box;
    margin-top: 5vw;
  }
  .classes-head {
    text-align: center;
    padding-bottom: 30px;
  }
  .classes-ttl {
    color: #1F4088;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;

    margin-bottom: 30px;
  }
  .classes__note-list {
    display: inline-block;
    text-align: left;
  }
  .classes__note {
    padding-left: 27px;
    position: relative;
  }
  .classes__note::before {
    content: '';

    background-color: #1F4088;
    border-radius: 100%;

    position: absolute;
    width: 12px;
    height: 12px;
    top: 0.125em;
    left: 0;
  }
  .classes__note:not(:last-child) {
    margin-bottom: 17px;
  }

  .classes__box {
    border-top: 2px solid #395798;
    padding: 30px 15px;
    box-sizing: border-box;
  }
  .classes__box:last-child {
    border-bottom: 2px solid #395798;
  }
  .classes__box-ttl {
    background-color: #EF3D61;
    padding: 2px;
    box-sizing: border-box;
    margin-bottom: 24px;

    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 104px 1fr;
    grid-template-areas:
        "areaA areaC";
  }
  .classes__box-ttl-date-wrap {
    grid-area: areaA;
  }
  .classes__box-ttl-date {
    grid-area: areaA;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    width: 100%;
    padding: 6px 0;
    border-right: solid 2px #EF3D61;
  }
  .classes__box-ttl-date-wrap .classes__box-ttl-date {
    grid-area: none;
  }
  .classes__box-ttl-date-month {
    font-size: 17px;
    line-height: 1;
    padding-bottom: 5px;
  }
  .classes__box-ttl-date-day {
    font-size: 25px;
    line-height: 1;
  }
  .classes__box-ttl-date-weekday {
    color: #fff;
    font-size: 11px;
    line-height: 1;

    position: relative;
    z-index: 1;

    margin-top: 8px;
    margin-left: 6px;
  }
  .classes__box-ttl-date-weekday::before {
    content: '';
    position: absolute;
    width: 1.6em;
    height: 1.6em;

    background-color: #EF3D61;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .classes__box-ttl-name {
    grid-area: areaB;

    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-align: center;

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .classes__box-ttl-txt {
    grid-area: areaC;

    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    background-color: #fff;

    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .classes__box__entry {
    padding: 19px 15px 18px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;

    background-color: rgba(239,61,97,0.1);
  }
  .classes__box__entry:last-child {
    margin-bottom: 0;
  }
  .classes__box__entry-det {
    display: flex;
    align-items: center;
    justify-content: space-between;

    /*max-width: 228px;*/
    margin: 0 auto 23px;
  }
  .classes__box__entry-name {
    flex-shrink: 0;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    margin-right: 12px;
  }
  .classes__box__entry-date {
    display: block;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 1;
  }
  .classes__box__entry-curriculum {
    display: block;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  /* 赤 */
  .classes__box.classes__box--red {
    color: #EF3D61;
  }
  .classes__box.classes__box--red .classes__box-ttl {
    background-color: #EF3D61;
  }
  .classes__box.classes__box--red .classes__box__entry {
    background-color: rgba(239,61,97,0.1);
  }
  .classes__box.classes__box--red .classes__box-ttl-date-weekday::before {
    background-color: #EF3D61;
  }
  .classes__box.classes__box--red .classes__box-ttl-date {
    border-right-color: #EF3D61;
  }

  /* 青 */
  .classes__box.classes__box--blue {
    color: #039BDF;
  }
  .classes__box.classes__box--blue .classes__box-ttl {
    background-color: #039BDF;
  }
  .classes__box.classes__box--blue .classes__box__entry {
    background-color: #E5F5FC;
  }
  .classes__box.classes__box--blue .classes__box-ttl-date-weekday::before {
    background-color: #039BDF;
  }
  .classes__box.classes__box--blue .classes__box-ttl-date {
    border-right-color: #039BDF;
  }

  /* 黄 */
  .classes__box.classes__box--orange {
    color: #F5912E;
  }
  .classes__box.classes__box--orange .classes__box-ttl {
    background-color: #F5912E;
  }
  .classes__box.classes__box--orange .classes__box__entry {
    background-color: #FEF4E9;
  }
  .classes__box.classes__box--orange .classes__box-ttl-date-weekday::before {
    background-color: #F5912E;
  }
  .classes__box.classes__box--orange .classes__box-ttl-date {
    border-right-color: #F5912E;
  }

  /* グレー */
  .classes__box.classes__box--gray {
    color: #000;
  }
  .classes__box.classes__box--gray .classes__box-ttl {
    background-color: #F6F6F6;
  }
  .classes__box.classes__box--gray .classes__box__entry {
    background-color: #F6F6F6;
  }
  .classes__box.classes__box--gray .classes__box-ttl-date-weekday::before {
    background-color: #000;
  }
  .classes__box.classes__box--gray .classes__box-ttl-date {
    border-right-color: #F6F6F6;
  }
}

/*---------------------------------

  講師陣プロフィール

---------------------------------*/
.lecturer-introduction__title {
  margin-bottom: 20px;
  font-weight: bold;
}
.lecturer-introduction-block:not(:first-of-type) {
  margin-top: 30px;
}
.lecturer-introduction__picture-img {
  width: 120px;
}
.lecturer-introduction__name {
  font-size: 16px;
}
.lecturer-introduction__name-main {
  display: block;
  font-weight: bold;
}
.lecturer-introduction__text {
  font-size: 14px;
}
.lecturer-introduction__text:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 768px), print, tv {
  .lecturer-introduction__title {
    font-size: 20px;
  }
  .lecturer-introduction-block {
    display: flex;
  }
  .lecturer-introduction__picture {
    flex-shrink: 0;
    margin-right: 15px;
  }
  .lecturer-introduction__content {
    flex-grow: 1;
  }
}
@media only screen and (max-width: 767px) {
  .lecturer-introduction__title {
    font-size: 16px;
    text-align: center;
  }
  .lecturer-introduction__picture {
    text-align: center;
  }
  .lecturer-introduction__content:not(:first-child) {
    margin-top: 15px;
  }
  .lecturer-introduction__name {
    font-size: 16px;
    text-align: center;
  }
}

/*---------------------------------

  コース

---------------------------------*/
.otk-plan {
  margin-bottom: 40px;
}
.otk-subject {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.otk-subject__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.otk-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  position: relative;
}
.otk-checkbox--checked {
  background: #0565bc;
  border: none;
}
.otk-checkbox--checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  margin: auto;
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotateZ(-45deg);
}
.otk-course {
  margin-top: 40px;
}
.otk-course__item {
  display: none;
}
.otk-course__item--active {
  display: block;
}
.otk-course__item:not(:first-child) {
  margin-top: 30px;
}
.otk-course__title {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.otk-course__title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.otk-course__title-subject {
  border-radius: 5px;
  color: #FFFFFF;
  line-height: 1;
}
.otk-course__title-subject--eigo {
  background: #e60012;
}
.otk-course__title-subject--kokugo {
  background: #f08c14;
}
.otk-course__title-subject--nihonshi {
  background: #9c6b39;
}
.otk-course__title-subject--sekaishi {
  background: #e7ae73;
}
.otk-course__title-subject--sugaku {
  background: #0f7dc6;
}
.otk-course__title-subject--butsuri {
  background: #1097a8;
}
.otk-course__title-subject--kagaku {
  background: #0e884b;
}
.otk-course__title-subject--sebutsu {
  background: #afd014;
}
.otk-course__table tbody {
  background-color: #FFFFFF;
}
.otk-course__table th {
  background-color: #0565bc;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.otk-course__table td {
  background-color: rgba(2, 101, 188, 0.1);
  border: 2px solid #FFFFFF;
  color: #464646;
  text-align: center;
  vertical-align: middle;
}
.otk-course__table-th-text {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px), print, tv {
  .otk-subject {
    width: 335px;
  }
  .otk-subject__item {
    width: 80px;
    font-size: 14px;
  }
  .otk-subject__item:not(:nth-child(4n+1)) {
    margin-left: 5px;
  }
  .otk-checkbox {
    width: 13px;
    height: 13px;
    margin-right: 10px;
  }
  .otk-checkbox--checked::before {
    width: 8px;
    height: 5px;
    margin: auto;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
  }
  .otk-course__title {
    margin-bottom: 20px;
  }
  .otk-course__title-subject {
    padding: 5px;
    font-size: 20px;
  }
  .otk-course__title-course {
    width: 38px;
    height: 30px;
  }
  .otk-course__title-course:not(:first-child) {
    display: block;
    margin-left: 20px;
  }
  .otk-course__title-text:not(:first-child) {
    display: block;
    margin-left: 20px;
  }
  .otk-course__table th {
    padding: 10px 15px;
    font-size: 20px;
    border-width: 2px;
  }
  .otk-course__table td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .otk-course__table-col-head {
    width: 170px;
  }
  .otk-course__table-field {
    width: 160px;
  }
  .otk-course__table-content {
    width: 640px;
  }
  .otk-course__table-th-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .otk-subject__item {
    width: calc((100% - 20px) / 2);
    font-size: 14px;
  }
  .otk-subject__item:not(:nth-child(-n+2)) {
    margin-top: 15px;
  }
  .otk-subject__item:nth-child(even) {
    margin-left: 10px;
  }
  .otk-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 15px;
  }
  .otk-checkbox--checked::before {
    width: 12px;
    height: 7px;
    margin: auto;
    border-bottom: 3px solid #FFFFFF;
    border-left: 3px solid #FFFFFF;
  }
  .otk-course__title {
    display: block;
    margin-bottom: 15px;
  }
  .otk-course__title-subject {
    padding: 7px;
    font-size: 26px;
  }
  .otk-course__title-course {
    width: 49px;
    height: 40px;
  }
  .otk-course__title-course:not(:first-child) {
    margin-left: 30px;
  }
  .otk-course__title-text:not(:first-child) {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  .otk-course__table-col-head {
    width: 27%
  }
  .otk-course__table-field {
    width: 27%;
  }
  .otk-course__table-content {
    width: 46%;
  }
  .otk-course__table th {
    padding: 5px;
    font-size: 14px;
  }
  .otk-course__table td {
    padding: 10px;
    font-size: 14px;
  }
  .otk-course__table-th-text {
    margin-top: 2px;
    font-size: 12px;
  }
}

/*---------------------------------

  表1

---------------------------------*/
.table-schedule-01 tbody {
  background-color: #FFFFFF;
}
.table-schedule-01 th {
  background-color: #0565bc;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.table-schedule-01 td {
  background-color: rgba(2, 101, 188, 0.1);
  border: 1px solid #FFFFFF;
  color: #464646;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px), print, tv {
  .table-schedule-01 th {
    padding: 10px 15px;
    font-size: 20px;
    border-width: 2px;
  }
  .table-schedule-01 td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .table-schedule-01__col-head {
    width: 170px;
  }
  .table-schedule-01__col {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .table-schedule-01__col {
    width: 50%;
  }
  .table-schedule-01 th {
    padding: 10px 5px;
    font-size: 14px;
  }
  .table-schedule-01 td {
    padding: 10px 9px;
    font-size: 14px;
  }
}

/*---------------------------------

  表2

---------------------------------*/
.table-schedule-02 tbody {
  background-color: #FFFFFF;
}
.table-schedule-02 th {
  background-color: #0565bc;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.table-schedule-02 td {
  background-color: rgba(2, 101, 188, 0.1);
  border: 1px solid #FFFFFF;
  color: #464646;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px), print, tv {
  .table-schedule-02 th {
    padding: 10px 15px;
    font-size: 20px;
    border-width: 2px;
  }
  .table-schedule-02 td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .table-schedule-02__col-head {
    width: 170px;
  }
  .table-schedule-02__col {
    width: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .table-schedule-02__col {
    width: 25%;
  }
  .table-schedule-02 th {
    padding: 10px 5px;
    font-size: 14px;
  }
  .table-schedule-02 td {
    padding: 10px 9px;
    font-size: 14px;
  }
}

/*---------------------------------

  表3

---------------------------------*/
.table-schedule-03{
  width: 100%;
}

.table-schedule-03 tbody {
  background-color: #FFFFFF;
}
.table-schedule-03 th {
  background-color: #0565bc;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.table-schedule-03 td {
  background-color: rgba(2, 101, 188, 0.1);
  border: 1px solid #FFFFFF;
  color: #464646;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 768px), print, tv {
  .table-schedule-03 th {
    padding: 10px 15px;
    font-size: 20px;
    border-width: 2px;
  }
  .table-schedule-03 td {
    padding: 10px 15px;
    font-size: 14px;
  }
  .table-schedule-03__col-head {
    width: 170px;
  }
  .table-schedule-03__col {
    width: 399px;
  }
}
@media only screen and (max-width: 767px) {
  .table-schedule-03__col {
    width: 41.8%;
  }
  .table-schedule-03 th {
    padding: 10px 5px;
    font-size: 14px;
  }
  .table-schedule-03 td {
    padding: 10px 9px;
    font-size: 14px;
  }
}

/*---------------------------------

  文字サイズ大

---------------------------------*/
@media only screen and (min-width: 768px), print, tv {
  .otk-text--em {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .otk-text--em {
    font-size: 1.16666667em;
  }
}

/*---------------------------------

  複数列

---------------------------------*/
.otk-multicol {
  display: flex;
}
.otk-multicol--multirow {
  flex-wrap: wrap;
}
.otk-multicol__item {
  flex: 1 1;
}
.otk-multicol--multirow .otk-multicol__item {
  flex: none;
}
@media only screen and (min-width: 768px), print, tv {
  .otk-multicol__item--2col:not(:first-child) {
    margin-left: 40px;
  }
  .otk-multicol__item--3col:not(:first-child) {
    margin-left: 20px;
  }
  .otk-multicol--multirow .otk-multicol__item--3col {
    flex-wrap: wrap;
    width: 32%;
  }
  .otk-multicol--multirow .otk-multicol__item--3col {
    margin-left: 0;
  }
  .otk-multicol--multirow .otk-multicol__item--3col:not(:nth-child(-n+3)) {
    margin-top: 30px;
  }
  .otk-multicol--multirow .otk-multicol__item--3col:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .otk-multicol__item--2col:not(:first-child) {
    margin-left: 10px;
  }
  .otk-multicol__item--3col:not(:first-child) {
    margin-left: 15px;
  }
  .otk-multicol--multirow {
    justify-content: center;
  }
  .otk-multicol--multirow .otk-multicol__item--3col {
    flex-wrap: wrap;
    width: 30%;
  }
  .otk-multicol--multirow .otk-multicol__item--3col {
    margin-left: 0;
  }
  .otk-multicol--multirow .otk-multicol__item--3col:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
  .otk-multicol--multirow .otk-multicol__item--3col:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
}

/*---------------------------------

  ボタンコンポーネント上書き（複数列）

---------------------------------*/
.otk-multicol .c-btn {
  line-height: 1.3;
}
@media only screen and (min-width: 768px), print, tv {
  .otk-multicol .c-btn {
    padding: 35px 40px;
    font-size: 24px;
  }
  .otk-multicol .c-btn::after {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .otk-multicol .c-btn {
    padding: 3.2vw 6.4vw;
    font-size: 3.2vw;
  }
  .otk-multicol .c-btn::after {
    right: 3.2vw;
  }
}

/*---------------------------------

  動画再生ボタン

---------------------------------*/
.otk-movie-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #0565bc;
}
.otk-movie-btn:hover {
  opacity: 0.7;
}
.otk-movie-btn--red {
  color: #ef3d61;
  background-color: #fdebef;
}
.otk-movie-btn--blue {
  color: #039bdf;
  background-color: #e5f5fc;
}
.otk-movie-btn--orange {
  color: #f5912e;
  background-color: #fef4e9;
}
.otk-movie-btn--no-movie {
  opacity: 0.2;
  pointer-events: none;
}
@media only screen and (min-width: 768px), print, tv {
  .otk-movie-btn {
    min-height: 50px;
    padding: 10px;
    border-radius: 5px;
    font-size: 24px;
  }
  .otk-movie-btn--red,
  .otk-movie-btn--blue,
  .otk-movie-btn--orange {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .otk-movie-btn {
    min-height: 8vw;
    padding: 2.66666667vw;
    border-radius: 1.33333333vw;
    font-size: 3.73333333vw;
  }
  .otk-movie-btn--red,
  .otk-movie-btn--blue,
  .otk-movie-btn--orange {
    font-size: 3.2vw;
  }
}

/* Modal
============================================ */
.m-link--windowmodal {
  font-size: inherit;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

/* -------------------------------------