@charset "UTF-8";

      /*========== //Online-course// ==========*/
      .online_education .head_title h2 {
        background-color: #0083F4;
      }
      
      .online_education .next a {
        color: #00309B;
      }
      
      .online_education .next a::before {
        background-color: #00309B;
      }
      
      .online_education .next a::after {
        background-color: #00309B;
      }
      
      .online_education .main_title h2 p::after {
        border-color: #0083F4;
      }
      
      .online_education .table.typeA table tr th {
        color: #0083F4;
      }
      
      .online_education h4.typeB p {
        color: #0083F4;
      }
      
      .online_education .arrow_left a > i::before {
        background-color: #00309B;
      }
      
      .online_education .arrow_left a > i::after {
        background-image: url(../images/arrow6.svg);
      }
      
      .online_education .next_wrap button.btn:hover, .next_wrap button.btn:focus {
        background-color: #00309B;
      }
      
      .online_education dl.dl-list dt::before {
        background-color: #0083F4;
      }
      
      .online_education a.link_ul {
        color: #0083F4;
        text-decoration-color: #0083F4;
      }
      
      .btn_white {
        background-color: #fff;
      }
      
      .online_education .btn.arrow a {
        color:#00309B;
        /* background-color: #fff; */
      }
      
      .online_education .btn.arrow a > i::before {
        background-color: #00309B;
      }
      
      .online_education .btn.arrow a > i::after {
        background-image: url(../images/arrow6.svg);
      }
      
      .online_education .btn.arrow a:hover {
        border: 1px solid #0083F4;
      }


      /*----------------------------------------
          School-life
      ------------------------------------------*/

      .online_education .voice_wrap {
        position: relative;
        z-index: 9999;
      }
      
      .online_education .voice_wrap ul {
        width: 960px;
        max-width: 90%;
        margin: 2rem auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
      }


      .online_education .voice_wrap ul li.txt {
        background-color: #F8F7F0;
        border-radius: 10px;
        padding: 1.5rem 2.5rem;
        position: relative;
        margin: 1rem auto;
      }


      .online_education .voice_wrap ul li.ph {
        border-radius: 50%!important;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        position: relative;
        z-index: 999;
      } 

      .online_education .voice_wrap ul li.ph img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .online_education .voice_wrap ul:nth-child(odd) .ph {
        margin: 0 0 0 auto;
      }

      /* .online_education .voice_wrap ul:nth-child(even) .ph {
        margin: 0 30px 0 0;
      } */

       .online_education .voice_wrap ul:nth-child(odd) .txt::after {
        top: 20%;
        left: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid transparent;
        border-left: 20px solid #F8F7F0;
      }

       .online_educationmain .voice_wrap ul li.txt p {
        font-weight: 600;
        font-size: 1.1em;
        margin-bottom: 1em;
      }

      .online_education .voice_wrap ul:nth-child(even) .txt::after {
        top: 100%;
        right: 60%;
        border-top: 30px solid #F8F7F0;
        border-bottom: 30px solid transparent;
        border-right: 20px solid transparent;
        border-left: 0px solid transparent;
      }

      .online_education .voice_wrap ul li.txt::after, main.school-life.voice .voice_wrap ul li.txt::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 1px;
        margin: auto;
      }

      .online_education .voice_wrap ul:nth-child(odd) .txt::after {
        top: 100%;
        left: 60%;
        border-top: 30px solid #F8F7F0;
        border-bottom: 30px solid transparent;
        border-right: 0px solid transparent;
        border-left: 20px solid transparent;
      }

      .online_education .voice_wrap ul li.ph {
        border-radius: 50%;
        width: 30%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        position: relative;
        z-index: 999;
      }

      .online_education .balloon {
        margin: 50px auto 4rem auto!important;
      }

      .online_education .balloon::after {
        border-top: 20px solid #0083F4!important;
      }


      .online_education .balloon h3 {
        background-color: #0083F4!important;
      }

      .online_education .balloon h3 p {
        text-align: center!important;
      }

      .online_education .balloon h3 span {
        font-size: 17px!important;
      }



      @media screen and (min-width: 960px) {

      .online_education .voice_wrap ul:nth-child(even) .txt {
        order: 1;
      }

      .online_education .voice_wrap ul:nth-child(even) .ph {
        order: 0;
      }

      .online_education .voice_wrap ul li.txt {
      width: 75%;
      }

      .online_education .voice_wrap ul li.ph {
        width: 20%;
      }

      .online_education .voice_wrap ul:nth-child(even) .txt::after {
        top: 20%;
        right: 100%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid #F8F7F0;
        border-left: 20px solid transparent;
      }

    .online_education .voice_wrap ul:nth-child(odd) .txt::after {
      top: 20%;
      left: 100%;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-right: 20px solid transparent;
      border-left: 20px solid #F8F7F0;
      }

      }

      