@charset "utf-8";
 
/* BOARD */  
.KS41__title { 
    font-size:2rem ; line-height:2.8rem ; font-weight:600 ; color:#111111 ; text-align:center ;
    padding:1.5rem 1.5rem 1.7rem ; margin:0 auto 4rem ;
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ;
}
 
 
/* IMAGE */
#K41__img21 , #K41__img22 , #K41__img23 , #K41__img24 { max-width:100rem ; margin:0 auto 5rem } 
.K41__caption { text-align:center ; font-size:0 }
.K41__caption > span {
    display:inline-block ; padding:0.5rem 2rem 0.7rem ;
    font-size:1.8rem ; line-height:2.4rem ; font-weight:500 ; color:#ffffff ;
    background-color:#111111  ; border-radius:4rem ;
    margin-bottom:1.5rem ; word-break:keep-all ;
}




/* PC **********/
@media all and (min-width:1100px){
 
} 
 