@charset "utf-8"; 
 
/* img */ 
#SW23_face { max-width:18rem } 
#SW23_face .img__caption__underline { text-align:center }
#SW23_img1 , #SW23_img3 { max-width:90rem } 
#SW23_img2 { max-width:39rem } 
.img       { position:relative ; padding:0 }
.img__caption { position:absolute ; left:0.5rem ; top:0rem }


/* PC */
@media screen and (min-width:1024px){ 

    /* img */  
    #SW23_img2 .img__caption { top:0.5rem }
 

}   
 




/* PRINT */
@media print {   }   
  