 
.K11__title { 
    font-size:2.4rem ; line-height:3.4rem ; font-weight:bold ; color:#111111 ;
    word-break:keep-all ; letter-spacing:-0.1rem ; 
    position:relative ; margin-bottom:1.5rem ; 
} 
 
 

/* img */
.img { max-width:55rem }



/* note box */
.k11__box { 
    padding:2rem ;
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.4rem ;
    font-size:1.8rem ; line-height:2.8rem ; text-align:left ; word-break:keep-all ;
    background-color:#f7f7f7 ; word-break:keep-all ;
}
 



 
/* PC */
@media screen and (min-width:1024px){   
 

} 





/* PRINT */
@media print { }  