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

/* --------------------------------------------------
*
    #content_body
*
-------------------------------------------------- */
#content_body .section_inner{
    padding: 40px 15px 10px 15px;
    position: relative;
}

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

#content_body .section_inner p{
    margin: 0 0 25px 0;
    line-height: 2em;
}

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

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


/* --------------------------------------------------
*
    .section_register
*
-------------------------------------------------- */
#top_desc{
    margin: 0 0 40px 0;
}

.section_register{
    margin: 0 0 40px 0;
}

.section_register h3{
    margin: 0 0 15px 0;
    font-size: 18px;
}

.section_register h3:before{
    content: '●';
    color: #ec5a0c;
}

.section_register h4{
    margin: 0 0 15px 0;
    font-size: 16px;
}

.section_register dl{
    margin: 0 0 0 0;
    line-height: 2em;
    overflow: hidden;
}

.section_register dt{
    font-size: 13px;
    padding-left: 1em;
    line-height: 1.8em;
}

.section_register span.end{
    color: #ec5a0c;
}

.section_register dd{
    margin: 0 0 15px 0;
    padding-left: 1em;
    line-height: 1.8em;
}

.section_register .date_desc{
    margin: 0 0 -15px 0;
}

.section_register.contact{
    margin: 0 0 10px 0;
    overflow: hidden;
}

.section_register.contact p{
    text-indent: -1em;
    padding-left: 1em;
}

.section_register.contact .btm_link p{
    text-indent: inherit;
    padding-left: 1em;
}

.submit{
    text-align: center;
}

.submit .start_register{
    color: #ec5a0c;
}

.submit p.btn{
    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;
}

.submit p.btn img{
    width: 100%;
    opacity: 1 !important;
}

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

.submit .notes{
    font-size: 12px;
    line-height: 1.8em;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}


/* --------------------------------------------------
*
    #class_detail
*
-------------------------------------------------- */
#class_detail{
    margin: 0 0 30px 0;
    border-bottom: 1px dashed #023e21;
}

#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:after{
    content: '：';
}

#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;
}



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