@charset "utf-8"; 
 
/* img */
#K21_img1 { max-width:70rem ; margin-top:8rem }



/* title */
.K21__h4 { 
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.4rem ; background-color:#f7f7f7 ;
    font-size:2.4rem ; line-height:3.4rem ; text-align:center ; font-weight:800 ; color:#111111 ;
    word-break:keep-all ; padding:1rem 0.5rem 1.2rem ; margin-bottom:1.5rem ;
}
.K21__name   { font-size:1.8rem ; line-height:2.8rem ; text-align:center }
.K21__header { 
    margin-bottom:4rem ; padding-bottom:2rem ;
    border-bottom:dashed 1px rgba(0,0,0,0.15) }



/* PC */
@media screen and (min-width:1024px){ 

    /* visual */
    #headline { bottom:4rem }


    /* title */
    .K21__h4 { padding:1.5rem 1rem 1.7rem ; font-size:2.6rem ; line-height:3.6rem ; margin-bottom:2rem  }
    .K21__name   { text-align:right } 
    .K21__header { border:none ; padding:0 ; margin-bottom:4rem }
     
} 





/* PRINT */
@media print { } 

 