@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    faq_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{
    font-size: 20px;
    margin: 0 0 40px 0;
    white-space: nowrap;
    line-height: 1.5em;
}

#content_body .section_inner p{
    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_faq
*
-------------------------------------------------- */
#section_faq{
    margin: 0 0 50px 0;
}

#section_faq li{
    margin: 0 0 45px 0;
}

#section_faq li:last-child{
    margin: 0;
}

#section_faq span.q{
    margin: 0 0 5px -10px;
    color: #60a9bd;
    display: block;
    font-size: 28px;
}

#section_faq span.a{
    margin: 0 0 5px -10px;
    color: #ec5a0c;
    display: block;
    font-size: 28px;
}

#section_faq p{
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    line-height: 1.8em;
}

#section_faq .notes{
    margin: 20px 0 0 0;
}

#section_faq .notes p{
    margin: 0 0 20px 0;
    line-height: 1.8em;
}

#section_faq .notes .credit p{
    text-indent: -1em;
    padding-left: 1em;
}



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