@charset "utf-8";

.KS51_h4 { font-size:1.4rem ; line-height:1.8rem; margin-bottom:0.7rem ; font-weight:600 ; color:#111111 ; letter-spacing:-1px }
 

/* IMAGE */
#KS51_img1 { max-width:26rem ; margin:auto ; margin-bottom:2rem } 
 


/* NOTE */  
.KS_note { margin-bottom:1rem }   
.KS_note_list > li , .KS33_point { font-size:0.7rem }
.KS33_point { display:block ; padding-top:0.3rem ; line-height:inherit ; color:inherit ; font-weight:inherit }



/* LEAD */
.KS51_leadBox , .KS51_exBox > .KS_p {
    border:solid 1px #d7d7d7 ; background-color:#f7f7f7 ;
    box-sizing:border-box ; border-radius:0.2rem ;
} 
.KS51_leadBox { padding:1rem }
.KS51_exBox > .KS_p { padding:0.5rem 1rem }
.KS51_leadBox strong {
    display:block ; margin-bottom:0.7rem ; padding-bottom:0.7rem  ;
    border-bottom:dashed 1px rgba(0,0,0,0.2) ;
    font-size:0.9rem ; line-height:1.4rem ; font-weight:600 ; color:#444444 ; letter-spacing:-1px ;
}
.KS51_leadBox li { font-size:0.8rem ; line-height:1.4rem }
.KS51_leadBox li { margin-bottom:0.2rem ; color:#444444 ; font-weight:300 }
.KS51_leadBox li:last-child { margin-bottom:0 }

.KS51_exBox_title { 
    display:block ; padding-top:1rem ; margin-bottom:0.5em ;
    font-size:0.9rem ; line-height:1.2rem ; font-weight:500 ; color:#111111
}
.KS51_exBox_title > span {
    font-size:0.7rem ; line-height:0.8rem ; color:#ffffff ; font-weight:400 ;
    border-radius:0.2rem ; 
    display:inline-block ; padding:0.2rem 0.5rem ; background-color:#6fb34f ;
}

.KS51_exBox table { width:100% ; border-spacing:0 ; border-collapse:collapse }
.KS51_exBox thead th , .KS51_exBox tbody td { text-align:center ; vertical-align:middle }
.KS51_exBox thead th { 
    position:relative ;
    border-top:solid 1px #d7d7d7 ; border-bottom:solid 2px #6fb34f ; padding:0.4rem ;
    font-size:0.7rem ; line-height:1rem ; font-weight:400 }
.KS51_exBox thead th::after {
    display:block ; width:1px ; height:0.5rem ; background-color:#d7d7d7 ;
    content:"" ; position:absolute ; right:0 ; top:50% ; transform:translateY(-50%) ;
}
.KS51_exBox thead th:last-child:after { display:none }
.KS51_exBox tbody td , .KS51_exBox tbody td li { font-size:0.8rem ; line-height:1.4rem ; font-weight:300 ; text-align:justify }
.KS51_exBox tbody td {
    padding:0.5rem ; text-align:left ;
    border:solid 1px #d7d7d7 ; border-top:0 ; border-left:0 ;
}
.KS51_exBox tbody td.KS51_center { text-align:center }
.KS51_exBox tbody td:last-child { border-right:0 ;} 
.KS51_list_deep { margin-left:1rem }
.KS51_center { text-align:center }

.KS51_exBox tbody td li { margin-bottom:0.4rem }
.KS51_exBox tbody td li:last-child { margin-bottom:0 }


/* PC **********/
@media all and (min-width:1100px){

    /* LEAD */
    .KS51_leadBox { padding:1rem 1.5rem } 
    #KS51_img1 { margin:0 ; float:right ; margin-left:2rem ; padding-top:0.3rem }  

} 