@charset "utf-8"; 
/* MOBILE */
  
/* img */ 
#SW714_img1 , #SW714_img3 { max-width:30rem } 
#SW714_img2 { max-width:56rem } 






/* PC */
@media screen and (min-width:1024px){  

    /* img */ 
    #SW714_img1 , #SW714_img3 { width:25% } 
    #SW714_img2 { width:46.6666% } 
    #SW714_img1 { margin-right:1.6666% }
    
}   
 




/* PRINT */
@media print {   }   
  