﻿@charset "utf-8";
/* CSS Document */


/*PC*/
@media print, screen and (min-width: 769px) {
    
/* ========================================================================== */            

.hed_img {
background: url(../images/sitemap/hed_img.jpg) center center;
}




    
   
}

/*sp*/
@media only screen and (max-width: 768px) {
    
    
/* ========================================================================== */        
    

.hed_img {
background: url(../images/sitemap/hed_img.jpg) center center;
}
 

}