
/***
*
Flexible
*
***/

@media (max-width: 767px) {
    /*xs*/
    .pc{
        display: none;
    }
    header{
    }
    #explanation .sentence img{
        width:100%;
    }
    #explanation .sentence p{
        display:inline-block;
        border-radius: 5px;
        margin:0 1.2em;
        padding:1.2em;
        line-height: 1.7em;
        font-size:1.2em;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*sm*/
    .sp{
        display: none;
    }
    header{
        height:500px;
    }
    .video_list .detail{
        height:250px;
        overflow: auto;
    }
    #explanation .sentence p{
        display:inline-block;
        border-radius: 5px;
        margin:0;
        padding:1.2em;
        line-height: 1.7em;
        font-size:1.2em;
    }
}
@media (min-width: 992px){
    /*md*/
    .sp{
        display: none;
    }
    header{
        height:600px;
    }
    .video_list .detail{
        height:210px;
        overflow: auto;
    }
    #explanation .sentence p{
        display:inline-block;
        border-radius: 5px;
        margin:0;
        padding:1.2em;
        line-height: 1.7em;
        font-size:1.2em;
    }
}

/*
COMMON
*/

.emp_1{
    margin:0 0.2em;
    font-weight: bold;
    border-bottom:1px dashed #000;
}

.emp_2{
    margin:0 0.2em;
    color:#ff0045;
    font-weight: bold;
    border-bottom:1px dashed #000;
}
.head_line{
    border:2px solid #000;
    padding:0.5em 1.0em;
    font-size:1.5em;
    background-color:#fff;
    margin-top:2.0em;
}

/*
HEADER PC
*/

header{
    position:relative;
    width:100%;
    overflow: hidden;
}
header.pc .bg{
    position:absolute;
    background-image:url("header.jpg");
    background-size:cover;
    background-position: center bottom;
    z-index: 0;
}
header.pc .header_title table{
    width:100%;
    height:100%;
}
header.pc .header_title table .title_img{
    width:100%;
}
header.pc .header_title table td{
    vertical-align: middle;
    text-align: right;
}
header.pc .bg,
header.pc .header_title{
    width:100%;
}
header.pc .container,
header.pc .row,
header.pc .col,
header.pc .bg,
header.pc .header_title{
    height:100%;
}

header.pc .row{
    margin:0;
}

/*
HEADER SP
*/

header.sp .header_img{
    width:100%;
}
header.sp .jlc-logo{
    display: block;
    width:100%;
    position:absolute;
    top:0.5em;
    text-align: center;
}
header.sp .jlc-logo img{
    width:60%;
}



/*
EXPLANATION
*/
#explanation{
    overflow: hidden;
}
#explanation .row{
    display: flex;
    flex-wrap: wrap;
}
#explanation .container{
    padding:2.0em 0;
}
#explanation .sentence{
    padding:0;
}
#explanation .sentence p{
    background-color:#ffeea4;
    background-image:url("stripe.png");
}
#explanation .display{
    background-image:url("illustration_explannation.png");
    background-size: contain;
    background-position: center let;
    background-repeat: no-repeat;
    position: relative;
    padding:0;
    z-index: 2;
    left:-10px;
}

/*
#FEATURES
*/

#features .feature{
    
}
#features .illustration img{
    width:100%;
}
#features .text .note{
    display:inline-block;
    margin:0.3em 0;
    font-size:0.8em;
}

.ondemand,
.ondemand_dvd,
.ondemand_sp{
    display:inline-block;
    padding:0.2em 0.5em;
    margin:0.5em;
    margin-left:0;
}
.ondemand{
    background-color:#5451ff;
    color:#fff;
}
.ondemand_dvd{
    background-color:#ddd;
}
.ondemand_sp{
    background-color:#e5ed00;
}


/*LIST*/

#maintitle{
    background-color:#222;
    color:#fff;
    margin:0;
    padding:2.0em;
}

#maintitle a,
#maintitle span,
#maintitle h2{
    margin:0;
    display:inline-block;
    text-decoration: none;
    color:#fff;
    font-size:1.8em;
    display:inline-block;
    padding:0.2em 0.5em;
    margin:0 1.0em;
}

#maintitle a{
    padding:0.2em 0.5em;
    border-radius:0.1em;
    background-color:#111;
}

.errmessage{
    font-size:2.0em;
}

#list .title{
    font-size:2.0em;
}

#list .lecturer{
    
}

#list .column1{
    width:100px;
}

#list .column2{
}

#list .tdImg{
    width:210px!important;
    position:relative;
}

#list .tdImg img{
    cursor:pointer;
    background-color:#fff;;
    border-radius:5px;
    padding:10px;
    box-shadow:0 0 5px #ddd;
}

#list .translucentVeilWrap{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background:rgba(0,0,0,0.5);
}

#list .translucentVeil{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
}

#list .translucentVeil td{
    border: none!important;
}

#list .uploadList{
    overflow: hidden;
    margin:2.0em 0;
    width:100%;
    border-collapse: collapse;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 0 3px 0 rgba(0,0,0,0.3);
}

#list .uploadList td{
    padding:10px;
    line-height:1.5em;
}

#list .tableWrap{
    width:980px;
    float:left;
}
#list .available,.unavailable{
    
}
#list .unavailable{
    cursor:pointer;
    color:#333;
    text-shadow:1px 0 2px #CEC88B;
    background-image:url("play_unavailable.png");
    background-repeat:no-repeat;
    background-position:center;
}
#list .available{
    cursor:pointer;
    color:#333;
    text-shadow:1px 0 2px #CEC88B;
    background-image:url("play.png");
    background-repeat:no-repeat;
    background-position:center;
}
#list table .title{
    font-size:1.0em!important;
    margin:1.0em!important;
    border-bottom:2px solid #FFD600!important;
    background-color:#FFFDF4!important;
}

#ads{
    padding:4.0em 0;
    /*
    background-color:#1f1f1f;
    background-image:url('/LP/lib/common/img/overlays/01.png');
    */
}
#ads .inner{
    display: block;
}
#ads .inner p{
    margin: 0;
    background-color: #e63030;
    padding: 5px;
    
    text-align: center;
    color: #fff;
}
.text .innder{
    width:60%;
    margin:1.0em 0;
}
.text{
    font-size:1.2em;
}
#text-1{
    background-color:#4a9dff;
}
#text-1 .col{
    background-image:url('../img/basket_goal.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}
#text-2 .col{
    background-image:url('../img/offense.png');
    background-position: left bottom;
    background-repeat: no-repeat;
}
#text-2{
    background-color:#f3e020;
}
#text-1 .innder{
    float:left;
}
#text-2 .innder{
    float:right;
}
.text-left{
    text-align:left;
}
.text-right{
    text-align:right;
}
#profile{
    padding:2.0em 0;
}
#profile .col{
    position:relative;
}
#profile table{
    width:100%;
}
#profile #portrait{
    display: inline-block;
    border-radius:50%;
    width:200px;
    border:3px solid #ddd;
}
#profile #interpreter{
    
}
#profile .name{
    font-size:1.2em;
    font-weight:bold;
}
#profile .history{
    font-weight:bold;
}
.text-center{
    text-align: center;
}
#videos{
    background-color:#1f1f1f;
    background-image:url('/LP/lib/common/img/overlays/01.png');
}
.day_index{
    text-align:center;
    font-size:3.0em;
    
    color:#fff;
}
.scheduled_date_txt{
    text-align: center;
    font-weight:bold;
    font-size:2.0em;
    color: #eee;
    padding: 0.2em 1.0em;
    background-color: #163448;
}

#notise{
    text-align:center;
    margin:0 auto;
    padding:10px;
    border-radius:5px;
    background-color:#FF9B9B;
    border:1px solid #ddd;
}

/****/
.focusIcon i{
    padding-right:10px;
}

.focusIcon .fa-check-square-o{
    color: #47AF55;
    font-size: 1.2em;
}

.course h3 span{
    display:inline-block;
    padding:5px;
    border-radius:5px;
    font-size:0.8em;
    margin-right:10px;
}
