@charset "UTF-8";

/* SUB02-common */
.visual{background-image: url(/asset/img/visual-sub02.png)}

/* SUB02-01 */
.sub02-01{}
.lecture-list-wrap table{width: 100%; margin-bottom: 50px;}
.lecture-list-wrap table tr {
    height: 50px; border-bottom: 1px solid #ddd;
    font-weight: 500; line-height: 50px;
}
.lecture-list-wrap thead{
    width: 100%; border-top: 2px solid #111;
    background-color: #f7f7f7;
}
.lecture-list-wrap thead th:nth-child(1){width:5%}
.lecture-list-wrap thead th:nth-child(2){width:35%}
.lecture-list-wrap thead th:nth-child(3){width:15%}
.lecture-list-wrap thead th:nth-child(4){width:11%}
.lecture-list-wrap thead th:nth-child(5){width:11%}
.lecture-list-wrap thead th:nth-child(6){width:11%}

.lecture-list-wrap tbody {
    width: 100%; 
    text-align: center;
}
.lecture-list-wrap tbody td{ 
    padding: 10px 0;
    font-size: 1.4rem; line-height: 1.4;
}
.lecture-list-wrap tbody button {display: block;
    width: 100px;height: 30px; margin: 0 auto;
    border-radius: 5px;
    color: #fff; line-height: 30px;
    box-shadow: 0 3px 5px rgba( 0 , 0 , 0 , .2);
}
.lecture-list-wrap tbody button + button {margin-top: 10px;}
/*.lecture-list-wrap tbody button:nth-child(1){background-color: #34568b;}
.lecture-list-wrap tbody button:nth-child(2){background-color: #34748b;}
.lecture-list-wrap tbody button:nth-child(3){background-color: #58348b;}
.lecture-list-wrap tbody button:nth-child(4){background-color: #8b6d34;}
*/
.lecture-list-wrap .lecture-list-btn1 {background-color: #34568b;}
.lecture-list-wrap .lecture-list-btn2 {background-color: #58348b;}
.lecture-list-wrap .lecture-list-btn3 {background-color: #34748b;}
.lecture-list-wrap .lecture-list-btn4 {background-color: #8b6d34;}


/* SUB02-02 */
.sub02-02 ul{display: flex; margin-top: 50px;}
.sub02-02 li{
    flex: 1;
    text-align: center;
    position: relative;
}
.sub02-02 li + li {margin-left: 40px;}
.sub02-02 li::after{content: "";
    width: 1px;height: 100px;margin: auto;
    background-color: #34568b;
    position: absolute; left: 0;right: 0; top: 0;
}
.sub02-02 h4{
    width: 100%; margin: 0 auto 50px auto;
    border-radius: 30px  0 30px 0; border-bottom: 3px solid #34568b;
    font-size: 2rem; line-height: 3; color: #34688b;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0 , 0 , 0 , .2);
    position: relative; z-index: 100;
}
.sub02-02 div {
    padding: 5px;
    border: 2px dashed #34568b;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0 , 0 ,0 , .2);
}
.sub02-02 em{
    width: 80px; height: 80px; margin: auto;
    border-radius: 100%;
    background-color: #fff;
    font-size: 30px; line-height: 80px; color: #8590ad;
    position: absolute; left: 0; right: 0; top: -40px; z-index: 100;
    box-shadow: 0 0px 10px rgba(0 , 0 ,0 , .2);
}
.sub02-02 p{
    padding: 60px 20px 20px 20px;
    border-radius: 15px;
    text-align: left; color: #fff; 
    background-color: #3c547a;
    position: relative;
}
.sub02-02 p span {font-size: 1.4rem; color: rgba(255 , 255 , 255 , .6);}

/* SUB02-03 */
.sub02-03{}
.sub02-03 ol{display: flex;
    width: 1000px; margin: 50px auto 0 auto;
    flex-wrap: wrap; justify-content: space-between;
}
.sub02-03 li{
    flex: 1;
    margin-bottom: 80px;
    position: relative;
}
.sub02-03 li:nth-child(1)::before , .sub02-03 li:nth-child(2)::before {content: "";
    width: 100%; height: 1px;
    border-bottom: 1px dashed #34568b;
    position: absolute; left: 0;bottom: -30px;
}
.sub02-03 li:nth-child(1){ order: 1; margin-right: 100px;}
.sub02-03 li:nth-child(2){ order: 2;}
.sub02-03 li:nth-child(3){ order: 4;}
.sub02-03 li:nth-child(4){ order: 3; margin-right: 100px;}
.sub02-03 li::after{content: "";
    width: 55px; height: 55px; margin: auto;
    background: url(/asset/img/arrow-01-03-02.png) no-repeat center bottom;
    position: absolute; right: -60px; top: 0; bottom: 0;
}
.sub02-03 li:nth-child(1)::after{transform: rotate(-90deg);}
.sub02-03 li:nth-child(2)::after{transform: rotate(0deg);}
.sub02-03 li:nth-child(3)::after{transform: rotate(90deg);}
.sub02-03 li:nth-child(4)::after{transform: rotate(90deg);}

.sub02-03 li h4{float: left;
    width: 30%; height: 60px; margin: 0 10px 10px 0;
    border-radius: 0 0 30px 0;
    text-align: center; line-height: 60px; color: #fff;
    background-color: #34568b;
    box-shadow: 0 3px 5px rgba(0 , 0 , 0 , .2);
    position: relative;
}
.sub02-03 li h4 span{
    width: 50px; height: 50px;
    border: 5px solid #34568b; border-radius: 100%;
    font-weight: 700; font-size: 2rem; color: #34568b; line-height: 40px;
    background-color: #fff;
    position: absolute; left: -25px;top: -20px;
}
.sub02-03 li p{float: left;  width: calc( 70% - 10px );}
.sub02-03 li img{width: 400px; 
    border: 1px solid #777;
    box-shadow: 0 3px 10px rgba(0 , 0 , 0 , .2);
}


@media only screen and (max-width:1240px){
    /* SUB02-01 */
    .sub02-01{}
    .lecture-list-wrap table{ width: 100%; margin-bottom: 50px;}
    .lecture-list-wrap table tr {
        height: 50px; border-bottom: 1px solid #ddd;
        font-size: 1.4rem; line-height: 50px;
    }
    .lecture-list-wrap thead{width: 100%; border-top: 2px solid #111;
        background-color: #f7f7f7;
    }
    .lecture-list-wrap thead th:nth-child(1){display: none;}
    .lecture-list-wrap thead th:nth-child(2){width:50%}
    .lecture-list-wrap thead th:nth-child(3){width:25%}
    .lecture-list-wrap thead th:nth-child(4){display: none;}
    .lecture-list-wrap thead th:nth-child(5){display: none;}
    .lecture-list-wrap thead th:nth-child(6){display: none;}
    .lecture-list-wrap thead th:nth-child(7){width:25%}
    
    .lecture-list-wrap tbody {width: 100%; text-align: center;}
    .lecture-list-wrap tbody td{ 
        padding: 10px 10px;
        font-size: 1.4rem;
    }
    .lecture-list-wrap tbody td:nth-child(1){display: none;}
    .lecture-list-wrap tbody td:nth-child(4){display: none;}
    .lecture-list-wrap tbody td:nth-child(5){display: none;}
    .lecture-list-wrap tbody td:nth-child(6){display: none;}

    .lecture-list-wrap tbody button {display: block;
        width: 70px;height: 30px; margin: 0 auto;
        border-radius: 5px;
        font-size: 1.2rem; color: #fff; line-height: 30px;
        box-shadow: 0 3px 5px rgba( 0 , 0 , 0 , .2);
    }

    /* SUB02-02 */
    .sub02-02 ul{
        flex-direction: column;
        margin-top: 30px;
    }
    .sub02-02 li{margin-bottom: 30px; }
    .sub02-02 li + li {margin-left: 0px;}
    .sub02-02 li::after {display: none;}
    .sub02-02 h4{
        margin: 0 20px 10px 0;
        border-radius: 10px  0 10px 0; 
        font-size: 1.8rem; line-height: 2; 
    }
    .sub02-02 div {width: 92%;}
    .sub02-02 em{
        width: 60px; height: 60px; 
        line-height: 60px;
        left:auto; right: -30px; top: 0; bottom: 0;
    }
    .sub02-02 p{
        padding: 20px 35px 20px 20px ;
        font-size: 14px;
    }
    .sub02-02 p span {font-size: 1.2rem;}


    /* SUB02-03 */
    .sub02-03 ol{display: block; 
        width: 100%; margin: 30px auto 0 auto;
     }
    .sub02-03 li{margin-bottom: 40px; margin-right: 0px; }
    .sub02-03 li::before {display: none;}
    .sub02-03 li:nth-child(1){ margin-right: 0px;}
    .sub02-03 li:nth-child(4){ margin-right: 0px;}
    .sub02-03 li::after{display: none;}
    .sub02-03 li h4{float: none;
        width: 100%; height: 40px; margin: 0 0 10px 0  ;
        font-size: 1.6rem; line-height: 40px;
    }
    .sub02-03 li h4 span{
        width: 30px; height: 30px;
        border: 3px solid #34568b; 
        font-size: 1.4rem; line-height: 25px;
        left: -10px;top: -10px;
    }
    .sub02-03 li p{float: none;  
        width: 100%; margin-bottom: 10px;
        font-size: 1.4rem;
    }
    .sub02-03 li img{width: 100%; height: auto; }
   
}