/* PC SP 共通 */
body.members #title{
    background-image: url(../images/members/title-bg.jpg);
}


@media print, all and (min-width: 751px) {
    
	/* PC */
    body.members #title{
        background-position: center top;
    }
                       
}

@media only screen and (max-width: 750px) {
    
	/* SP */
    body.members #title{
        background-size: 140% auto;
    }
    
}