@charset "utf-8";
 
/* IMAGE */    
#RS21_img1 , #RS21_img2 { max-width:50rem }
#RS21_img3 { max-width:60rem }  



/* list */
.RS21__list__ABC > li { 
    position:relative ; padding-left:2.2rem ;
    font-size:1.6rem ; line-height:2.8rem ; text-align:justify ; margin-bottom:2rem } 
.RS21__list__ABC > li:last-child { margin-bottom:0 }
.RS21__list__ABC > li > b { display:block ; width:2.2rem ; position:absolute ; left:0 ; top:0 }


/* title */
.RS21_h5 { font-size:1.8rem ; line-height:2.8rem ; font-weight:600 ; color:#222222 ; margin-bottom:0.5rem }

/* PC */
@media all and (min-width:1100px){ 
 
    /* IMAGE */
    #RS21_img1 , #RS21_img2 , #RS21_img3 { 
        float:right ; margin:0 0 0.5rem 5rem ; 
        padding:0 ;
    }
 
 
}
    