@charset "utf-8";

.KS51_h4 { font-size:1.4rem ; line-height:1.8rem ; margin-bottom:1rem ; font-weight:600 ; color:#111111 ; letter-spacing:-1px } 
.KS51_h3 { margin-bottom:1rem }
.KS51_h3 > span  , .KS51_h3 > b { display: inline-block  }
.KS51_h3 > span { 
    padding-top:0.1rem ;
    font-size:1.1rem ; line-height:1.2rem ; font-weight:500 ; color:#111111 ; letter-spacing:-1px } 
.KS51_h3 > b {  
    font-size:0.8rem ; line-height:0.8rem ; color:#ffffff ; font-weight:400 ; text-shadow:0 0 0.25rem rgba(0,0,0,0.3);
     padding:0.3rem 0.8rem 0.4rem 0.8rem ; border-radius:2rem ; }
.KS51_h3 > b {  background:#57b82c }    
.KS_p.writer { text-align:right ; word-break: keep-all } 


/* IMAGE */
#KS51_img1 { max-width:48rem ; margin:2rem auto ; overflow:hidden  } 
 


/* 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_talk  {
    border:solid 1px #d7d7d7 ; background-color:#f7f7f7 ;
    box-sizing:border-box ; border-radius:0.2rem ;
} 
.KS51_leadBox { padding:1rem ; margin-bottom:2rem } 
.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.6rem ; font-weight:600 ; color:#444444 ; letter-spacing:-1px ;
}
.KS51_leadBox strong { border:0 ; margin:0 ; padding:0 } 
.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_leadBox i { 
    display:block ; padding-top:0.7rem ; font-style:normal ; font-weight:400 ;
    font-size:0.6rem ; line-height:1rem ; text-align:right ; word-break:keep-all}
   


/* TALK */ 
.KS51_talk { 
    width: auto ; overflow: hidden ; display:block ; padding:0.3rem ; margin-top:0.5rem ;
    font-size:inherit ; line-height:inherit ; color:inherit ; font-weight:inherit ;
}
 
.KS51_point { box-sizing:border-box ; padding-left:1rem ; position:relative  }
.KS51_point::before , .KS51_point::after { content:"" ; display:block ; overflow:hidden ; border-radius:1rem ; position:absolute }
.KS51_point::before { 
    width:0.5rem ; height:0.5rem ; opacity:0.2 ; left:0.2rem ; top:0.55rem ;
    border:solid 0.15rem #000000 ; box-sizing:border-box }





/* PC **********/
@media all and (min-width:1330px){
 
    .KS_p.writer { margin-top:-1rem }


    /* LEAD */
    .KS51_leadBox { padding:1rem 1.5rem } 
  


    /* TALK */ 
    .KS51_talk { padding:0.3rem 1rem }
    .KS51_leadBox i { padding:0 }
      

} 