 
/* img */
#K41_img1 { max-width:90rem }



/* title */
.K41__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 ;
}

.K41__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 */
    .K41__h4 { padding:1.5rem 1rem 1.7rem ; font-size:2.6rem ; line-height:3.6rem ; margin-bottom:2rem  } 
    .K41__header { border:none ; padding:0 ; margin-bottom:4rem }
  
} 





/* PRINT */
@media print { } 

 