@media print,screen and (min-width:768px){
.page_header{background-image:url(../../img/bg_header.jpg)}
}
@media only screen and (max-width:767px){
.page_header{background-image:url(../../img/bg_header_sp.jpg)}
}