@charset "utf-8"; 
/* MOBILE */
    
/* img */ 
#SW23_face { max-width:18rem }
#SW23_img1 , #SW23_img3 { max-width:31rem }
#SW23_img2 { max-width:54rem } 
#SW23_img4 { max-width:77rem } 
#SW23_img5 { max-width:41rem } 
#SW23_img6 { max-width:25rem } 
#SW23_img7 { max-width:40rem } 



/* PC */
@media screen and (min-width:1024px){ 

    /* img */ 
    #SW23_img1 , #SW23_img3 { width:25.8333% }
    #SW23_img2 { width:45.8333% } 

    #SW23_img1 , #SW23_img2 , #SW23_img3 { margin:0 }
    #SW23_img1 { margin-right:1.6666% }
    #SW23_img1 , #SW23_img2 { float:left }
    #SW23_img3 { float:right }

    #SW23_img4 { width:64.1666% }
    #SW23_img5 { width:34.1666% }

    #SW23_img6   { width:37.3134% } 
    #SW23_img7   { width:59.7014% } 
    #SW23_img6 , #SW23_img7 { margin:0 ; padding-top:0.5rem }
    #SW23_imgs67 { width:67rem ; float:right ; margin:0.5rem 0 0.5rem 4rem ; padding:0 }

}   
 




/* PRINT */
@media print {   }   
  