@charset "utf-8"; 
/* MOBILE */
 
/* img */
#SW41_img1 { max-width:40rem }
#SW41_img2 , #SW41_img3 { max-width:59rem }
#SW41_img4 { max-width:74rem }
#SW41_img5 { max-width:44rem }
.imgs .img { padding:0 }
.imgs      { margin-bottom:8rem }
.imgs:last-child { margin-bottom:0 } 



/*qna*/
.qna__q >  span { font-size:70% ; display:block }



/* PC */
@media screen and (min-width:1024px){  

    /* img */
    #SW41_img4 { width:61.6666% }
    #SW41_img5 { width:36.6666% }
}   
 




/* PRINT */
@media print {   }   
  