@charset "utf-8";

/* BOX */
.KS52_box { 
    box-sizing:border-box ;
    padding:0.2rem 0.5rem ; border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.2rem ; background-color:#f7f7f7 }

#KS52_img1 { 
    font-size:0 ; text-align:center ; 
    margin:auto ; margin-bottom:1rem ; 
    max-width:40rem ; overflow:hidden ; border-radius:0.2rem }
#KS52_img1 img { border-radius:0 }    
 

/* PC **********/
@media all and (min-width:1330px){

    /* BOX */
    .KS52_box { padding:0.3rem 0.8rem }
  
} 