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

#content_body .section_inner p{
    font-size: 16px;
    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 70px 0;
}

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

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

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

#section_faq p{
    margin: 0 0 10px 0;
}

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

#section_faq .notes p{
    margin: 0 0 20px 0;
    line-height: 2em;
    white-space: nowrap;
}


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