@charset "utf-8";

#K11_sub0 { border-bottom:dashed 1px rgba(0,0,0,0.2) ; padding-bottom:7rem }
.sub_p    { word-break:keep-all }
#K11_sub0 .sub_p { word-break:break-all }


/* IMG */
#K11__img1 { max-width:52rem ; padding-top:2rem }



/* LIST */
.K11_list { margin-bottom:3rem ; padding-top:1rem }
.K11_list b { font-weight:600 } 
.K11_list li { margin-bottom:1rem }



/* TITLE */
.KS11_title_h2 {
    width:100% ; max-width:110rem  ; margin:0 auto 4rem ; box-sizing:border-box ;
    font-size:3rem ; line-height:4.4rem ; color:#111111 ; font-weight:400 ; text-align:center ; word-break:keep-all ;
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.4rem ; letter-spacing:-0.1rem ;
    padding:1rem 1rem 1.2rem ; background-color:rgba(0,0,0,0.05) ;
}
.KS11_title_h2 > b {
    font-weight:800 ; color:#111111 ;
    display:block ;
}
.KS11_title_h3 ,  .KS11_title_h4 { color:#111111 ; letter-spacing:-0.15rem ; margin-bottom:1.5rem }
.KS11_title_h3 { font-size:2.4rem ; line-height:3rem ; font-weight:600 }
.KS11_title_h4 { font-size:2rem ; line-height:2.8rem ; font-weight:500 }
.KS11_title_h5 {
    display:inline-block ; border-radius:4rem ;
    font-size:1.8rem ; line-height:2.8rem ; color:#ffffff ; font-weight:500 ;
    padding:0.2rem 2rem 0.4rem ; background-color:#111111 ; margin-bottom:1.5rem ;
} 


i { font-style:italic }


/* PC **********/
@media all and (min-width:1100px){

    /* TITLE */
    .KS11_title_h2 { padding:1.5rem 1rem 1.7rem }


 
    #K11__img1 { padding-top:1rem ; margin-bottom:0 }
} 
 