@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    schedule_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#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{
    padding: 40px 15px 10px 15px;
    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 25px 0;
    font-size: 14px;
    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 50px 0;
}

#top_desc h3{
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.6em;
    color: #ec5a0c;
}


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

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

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

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

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

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

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

#schedule_list .detail{
    text-align: center;
    font-size: 13px;
    line-height: 1.5em;
}


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

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

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

#class_detail dt{
    font-size: 13px;
}

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

#class_detail dd{
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
    line-height: 1.8em;
}

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

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

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

#class_detail .register{
    width: 240px;
    height: 69px;
    display: block;
    margin: 0 auto 30px 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: 100%;
    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 h3{
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    color: #ec5a0c;
}

#section_online h3 .s{
    display: block;
    font-size: 13px;
    text-indent: -.5em;
}

#section_online p{
    line-height: 2em;
}


} /* ----- max-width: 640px ----- */
