@charset "utf-8";
@media screen and (max-width : 768px){ 
/*------------------------------------------------------------------------------------------
*
*
    /faq/
    Responsive / SP
*
*
------------------------------------------------------------------------------------------ */
/* -----------------------------------
    #section_faq
----------------------------------- */
#section_faq{
    margin: 25px 0 60px 0;
}

#section_faq .col_left{
    line-height: 0;
}

#section_faq .col_left img{
    width: 100%;
    height: auto;
}

#section_faq .col_right{
    padding: 0 15px;
}

#section_faq .col_right li{
    width: 100%;
    height: 65px;
    margin: 0 0 20px 0;
    font-size: 16px;
    letter-spacing: .05em;
    background-color: #ededed;
    display: table;
}

#section_faq .col_rihgt li:last-child {
	margin-bottom: 0;
}

#section_faq .col_right li span{
    margin: 5px 0 0 0;
    display: block;
    font-size: 12px;
}

#section_faq .col_right li:hover{
    background-color: #dbdbdb;
}

#section_faq .col_right a{
    padding: 0 0 0 25px;
    color: #444;
    vertical-align: middle;
    display: table-cell;
    position: relative;
}

#section_faq .col_right a:after{
    content: '';
    width: 20px;
    height: 65px;
    display: block;
    background-image:url(../../common/image_common/parts_ico_btn_detail_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    position: absolute;
    top: 0;
    right: 18px;
}


}