@charset "utf-8"; 
/* MOBILE */

/* img */
#SW54_img1_1 { max-width:84rem } 
#SW54_img1_2 { max-width:34rem } 

 

/* PC */
@media screen and (min-width:1024px){ 
    
     /* img */
    #SW54_img1_1 { width:70% } 
    #SW54_img1_2 { width:28.3333% } 

}   
 




/* PRINT */
@media print {   }   
  