@charset "utf-8";
/* *_briefing.jsp */

.KS41_link , .KS41_link > span { transition:0.3s all }
.KS41_link {
    width:20rem ; display:block ; overflow:hidden ; border:solid 0.1rem rgba(0,0,0,0.1) ;
    padding:1rem 0.5rem ; box-sizing:border-box ; text-align:center ; background-color:#ffffff ;
    margin:auto ; border-radius:0.4rem ; box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.1) ;
}
.KS41_link > span {
    display:inline-block ; padding-bottom:0.2rem ;
    font-size:1.4rem ; line-height:3rem ; font-weight:500 ;
}

.KS41_link:hover , .KS41_link:focus { background-color:#7ac142 ; box-shadow:0 0.1rem 0.3rem rgba(0,0,0,0.3) ; }
.KS41_link:hover > span , .KS41_link:focus > span  { 
    color:#ffffff ; padding-left:3.5rem ;
    background:url(../img/icon_site_w.png) no-repeat left center ; background-size:3rem auto ;
}


/* IMAGE */
.KS41_poster , .KS41_poster img { width:100% }
.KS41_poster { 
    max-width:70rem ; margin:auto ; margin-bottom:2rem ; position:relative ; border-radius:0.4rem ;  
    padding:0 ; overflow:hidden ; font-size:0 ;
}
.KS41_poster img  { border-radius:0 }
  
 



/* PC **********/
@media all and (min-width:1100px){
 

 
}  