@charset "utf-8";
/*-------------------------------------------------

英語キャリア育成コース　スケジュール

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

#schedule #area_sche .table02{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#schedule .ttl02 {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 6px;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
}

#schedule .ttl02::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    display: block;
    width: 200px;
    height: 3px;
    background: #2EA7C2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#area_sche .local_nav {
    border-bottom: 10px solid #D4E6EE;
    background: none;
}

#area_sche ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 40px;
}

#area_sche ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#area_sche ul li a:hover, #area_sche ul li.active a {
    background: #D4E6EE;
    color: #2EA7C2;
}

#area_sche ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    width: 100%;
    background: #EEF0F4;
    border-radius: 10px 10px 0 0;
    color: #2EA7C2;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 70px;
}
#area_sche ul li::after {
    background: none;
}
#area_sche ul li a .icon-chevron-circle-right {
    display: inline-block;
    margin: 30px 10px 0 -20px;
    font-size: 1.5rem;
    /*-webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
    width: 20px;
    height: 20px;
}
.icon-chevron-circle-right:before {
    content: "\e90c";
}

#area_sche .table02 td:first-child, #area_sche .table02 th:first-child {
    border-left: none;
}
#area_sche .table02 th {
    background-color: #f6f6f6;
}
#area_sche .table02 td, #area_sche .table02 th {
    text-align: center;
    border-left: 1px solid #cfcfcf;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 6px 10px;
}

/* schedule_box */
#schedule .schedule_box{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#schedule .schedule_box_btn {
    margin: 0 auto 40px;
}

#schedule .schedule_box_btn input {
    display: none;
}

#schedule .schedule_btn_open_label{
  color: #2EA7C2;
  border-radius: 100px;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  display: block;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 120px;
}

#schedule .schedule_btn_open_label,
#schedule .schedule_btn_close_label {
    cursor: pointer;
}

/*#schedule .schedule_btn_open_label {
    font-size: .95em;
}*/

#schedule .schedule_btn_open_label:hover {
    cursor: pointer;
    opacity: .7;
}
#schedule .schedule_btn_open_label .icon-right{
  font-size: 1.2rem;
  vertical-align: middle;
}
#schedule .schedule_btn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#schedule .schedule_btn_open_input:checked + label + input + .schedule_btn {
    display: block;
    animation: online_btn-animation .6s;
}

#schedule .schedule_btn_content_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1080px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

#schedule .schedule_btn_close_label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 1.4em;
}

#schedule .schedule_btn_content{
  max-height: 80vh;
  overflow-y: auto;
  padding: 50px 30px;
}

#schedule .schedule_btn_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@media screen and (max-width: 720px) {

#schedule .ttl02 {
    margin: 0 0 20px;
    padding: 0 0 6px;
    font-size: 2rem;
}

#schedule .ttl02::after {
    width: 100px;
    height: 3px;
}

    /* #area_sche
    ----------------------------------------------------------- */
    #area_sche{
    }

    #area_sche .local_nav {
      border-bottom: 3px solid #D4E6EE;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      background: none;
      margin-bottom: 20px;
    }

    #area_sche ul {
      margin: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 0;
    }

    #area_sche ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 32%;
              flex: 0 1 32%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
    }

    /*
    #area_sche ul li:not(:first-child) {
      margin: 0 0 0 2px;
    }
    */

    #area_sche ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      min-height: 40px;
      background: #EEF0F4;
      border-radius: 6px 6px 0 0;
      color: #2EA7C2;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
      line-height: 1.4;
    }

    #area_sche ul li a .icon-chevron-circle-right {
      display: inline-block;
      margin: 10px 5px 0 0;
      font-size: 1.2rem;
      width: 20px;
    }

    #area_sche ul li.active a {
      background: #D4E6EE;
      color: #2EA7C2;
    }

    #area_sche #kanto,
    #area_sche #tokai,
    #area_sche #kansai{  
        overflow-y: hidden;
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
    #area_sche .table02 {
        width: 500px;
        margin-top:15px;
    }

    #area_sche .table02 td,
    #area_sche .table02 th{
        padding: 5px;
        font-size:12px;
        text-align: center;
        border-left: 1px solid #cfcfcf;
        border-top-left-radius: 0;
    }
    #area_sche .area{
        margin: 20px 0 10px 0;
    }

    #area_sche .table02 td:first-child, 
    #area_sche .table02 th:first-child {
        border-left:none;
    }
    #area_sche .table02 th{
        background-color: #f6f6f6;
    }

    #area_sche ul li::after {
      background: none;
    }

 /* schedule_box */
#schedule .schedule_box_btn {
    margin: 0 auto 30px;
    padding: 0 20px;
}
   
/*#schedule .schedule_box_btn {
    display: inline-block;
}*/

#schedule .schedule_box_btn input {
    display: none;
}

#schedule .schedule_btn_open_label {
    position: relative;
    display: inline-flex;
    width: 100%;
    padding: 10px 20px;
    background: #2EA7C2;
    border: 2px solid #2EA7C2;
    border-radius: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 1.6rem;
}
#schedule .schedule_btn_open_label .icon-right {
    margin: -0.5em 0 0;
    font-size: 1.6rem;
}

#schedule .schedule_btn_open_label,
#schedule .schedule_btn_close_label {
    cursor: pointer;
}

#schedule .schedule_btn_open_label{
    background: none;
    border: none;
    color: #2EA7C2;
    position: initial;
    display: block;
  }
/*#schedule .schedule_btn_open_label:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #4f96f6;
}*/

#schedule .schedule_btn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

#schedule .schedule_btn_open_input:checked + label + input + .schedule_btn {
    display: block;
    animation: online_btn-animation .6s;
}

#schedule .schedule_btn_content_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 650px;
    background-color: #fefefe;
    z-index: 2;
    border-radius: 5px;
}

#schedule .schedule_btn_close_label {
    background-color: #777;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -17px;
    right: -4%;
    z-index: 99999;
    font-size: 1.4em;
}

#schedule .schedule_btn_content{
  overflow-y: auto;
  padding: 20px;
  max-width: 100%;
}

#schedule .schedule_btn_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .45);
    z-index: 1;
}

@keyframes modal-001-animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


    
}

