@charset "utf-8";

/* IMAGE */
.KS11_img , .KS11_img img , .KS11_imgs { width:100% }
.KS11_img { margin:auto ; text-align:center  }
.KS11_img img { border-radius:4px }
.KS11_imgs { text-align:center ; display:block ; overflow:hidden ; padding-top:20px ; margin-bottom:40px   }

#KS11_img1 { padding-top:20px ; margin-bottom:40px ; max-width:1100px } 

#KS11_img2 { max-width:330px ; margin-bottom:20px  }
#KS11_img3 { max-width:670px }
#KS11_img4 , #KS11_img5 { padding-top:20px ; margin-bottom:40px  }
#KS11_img4 { max-width:850px }
#KS11_img5 { max-width:380px }

.KS11_img_tag { 
    display:inline-block ; border-radius:40px ; padding:7px 15px ; margin-bottom:10px ; 
    font-size:1em ; line-height:1.2rem ; color:#444 ; font-weight:600 ; 
    background-color:#f7f7f7 ; border:solid 1px rgba(0,0,0,0.1) 
}

.KS11_img_txt { font-size:0.8em ; line-height:1.2em ; padding-top:5px ; word-break:keep-all }

 




/* PC **********/
@media all and (min-width:1000px){
 	
    /* VISUAL */
    .KS_PP_btn { top:60% }
    
    
    
    /* IMAGE */
    .KS11_imgs { max-width:1050px ; margin:auto ; margin-bottom:40px  }
    #KS11_img2 , #KS11_img3 { margin:0 }
    #KS11_img2 { float:left } 
    #KS11_img3 { float:right }
    .KS11_imgs .KS11_img_txt { display:block ; overflow:hidden ; width:100% }
    .KS11_img_txt { text-align:left }
    #KS11_img5 { margin:0px ; float:right ; margin-left:50px ; padding-top:7px  }
    
    
} 