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

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

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

#content_body .section_inner p{
    margin: 0 0 45px 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;
}


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

#content_list p.date{
    margin: 0 0 0 0;
    color: #ec5a0c;
}

#content_list .date:before{
    content: '●';
}
    
#content_list h3{
    margin: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.6em;
}

#content_list dl{
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.6em;
    display: table;
}

#content_list dt{
    display: table-cell;
    white-space: nowrap;
}

#content_list dd{
    display: table-cell;
}


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