 
.K11__title { 
    font-size:2.4rem ; line-height:3.4rem ; font-weight:bold ; color:#111111 ;
    margin-bottom:1.5rem ; word-break:keep-all ;
    letter-spacing:-0.1rem ;
}

#k11_notice { margin-bottom:1rem }


 
/* 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){   

    #headline { bottom:5rem }



    /* note box */
    .k11__box { padding:2rem 4rem  }


} 





/* PRINT */
@media print { }  