@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    schedule_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#content_body{ padding-right: 80px;}

#content_body a{ text-decoration: underline;}
.is_pc #content_body a:hover,
.is_sp #content_body a.touch{ text-decoration: none;}
/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */

#content_body .section_inner{
    position: relative;
}

#content_body .section_inner section{
    position: relative;
    z-index: 10;
}

#content_body .section_inner h2{
    margin: 0 0 30px 0;
}

#content_body .section_inner p{
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 2em;
    position: relative;
    z-index: 3;
}

#content_body .section_inner a{
    text-decoration: underline;
}

#content_body .section_inner a:hover,
#content_body .section_inner a.touch{
    text-decoration: none;
}


/* --------------------------------------------------
*
    #top_desc
*
-------------------------------------------------- */
#top_desc{
    margin: 0 0 30px 0;
}

#top_desc h3{
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #ec5a0c;
}


/* --------------------------------------------------
*
    #schedule_list
*
-------------------------------------------------- */
#schedule_list{
    margin: 0 0 70px 0;
}

#schedule_list h3{
    margin: 0 0 20px 0;
    font-size: 20px;
}

#schedule_list li{
    margin: 0 0 40px 0;
}

#schedule_list li .date{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 2em;
    color: #ec5a0c;
}

#schedule_list li .date:before{
    content: '●';
}

#schedule_list li h4{
    margin: 0 0 5px 0;
    font-size: 20px;
    text-indent: -.5em;
    line-height: 1.6em;
}

#schedule_list li .t{
    font-size: 16px;
    line-height: 1.6em;
}


/* --------------------------------------------------
*
    #class_detail
*
-------------------------------------------------- */
#class_detail{
    margin: 0 0 45px 0;
}

#class_detail h3{
    margin: 0 0 20px 0;
    font-size: 20px;
}

#class_detail dl{
    width: calc(100% + 80px);
    margin: 0 0 35px 0;
    font-size: 16px;
    line-height: 2em;
    overflow: hidden;
}

#class_detail dt{
    margin-bottom: 1em;
    clear: both;
    float: left;
}

#class_detail dt:after{
    content: '：';
}

#class_detail dt.n:after{ display: none !important;}

#class_detail dd{
    margin-bottom: 1em;
    width: auto;
    float: left;
}

#class_detail dd h5{
    display: inline-block;
}

#class_detail dd li{
    margin: 0 0 25px 0;
}

#class_detail .d01 dt{ width: 125px; white-space: nowrap;}
#class_detail .d01 dd{ width: 420px;}

#class_detail .d02 dt{ width: 100px;}
#class_detail .d02 dd{ width: 440px;}

#class_detail .d03 dt{ width: 65px;}
#class_detail .d03 dd{ width: 465px;}

#class_detail .d03 p{
    margin: 0 0 30px 0;
}

#class_detail .register{
    width: 280px;
    height: 80px;
    display: block;
    margin: -25px auto 55px auto !important;
    text-align: center;
    box-shadow: 4px 4px 0 #ec5a0c;
    border-radius: 10px;
    line-height: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all .1s ease .0s;
}

#class_detail .register img{
    width: 280px;
    opacity: 1 !important;
}

.is_pc #class_detail .register:hover,
.is_sp #class_detail .register.touch{
    box-shadow: 0 0 0 #ec5a0c;
    top: 4px;
    left: 4px;
    transition: all .15s ease .05s;
}


/* --------------------------------------------------
*
    #section_online
*
-------------------------------------------------- */
#section_online{
    margin: 0 0 40px 0;
}

#section_online h3{
    margin: 0 0 10px 0;
    font-size: 22px;
    color: #ec5a0c;
}

#section_online h3 .s{
    display: inline-block;
    font-size: 14px;
}

#section_online p{
    font-size: 16px;
    line-height: 2em;
}

} /* ----- min-width : 641px ----- */
