@media print, all and (min-width: 751px) {
    
	body.faq #title::before{
		background-image: url(../images/faq/title-bg.jpg);
	}
	
	/* INDEX */
              
}

@media only screen and (max-width: 750px) {
    
	body.faq #title::before{
		background-image: url(../images/faq/title-bg_sp.jpg);
		background-position: center top;
	}
	
	/* INDEX */

}