@charset "utf-8";
/* *_network.jsp */ 
 

/* NETWORK */
.KS24_network , .KS24_network img , .KS24_network_caption { width:100% }
.KS24_network { margin:auto ; max-width:88rem }
#KS24_network1 { margin-bottom:8rem }
#KS24_network2 { margin-bottom:4rem }

.KS24_network_caption {text-align:center ; display:block ; margin-bottom:2rem }
.KS24_network_caption > b {
    display:inline-block ; overflow:hidden ; border-radius:4rem ; padding:0.6rem 2.5rem 0.8rem ;
    font-size:1.8rem ; line-height:2.4rem ; color:#111111 ; font-weight:500 ;
    border:solid 1px rgba(0,0,0,0.1) ; background-color:#f7f7f7 ;
}



/* LINK */
.KS24_link , .KS24_link > span { transition:0.3s all }
.KS24_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 ; margin-top:5rem ; border-radius:0.4rem ; box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.1) ;
}
.KS24_link > span {
    display:inline-block ; padding-bottom:0.2rem ;
    font-size:1.4rem ; line-height:3rem ; font-weight:500 ;
}

.KS24_link:hover , .KS24_link:focus { background-color:#7ac142 ; box-shadow:0 0.1rem 0.3rem rgba(0,0,0,0.3) ; }
.KS24_link:hover > span , .KS24_link:focus > span  { 
    color:#ffffff ; padding-left:3.5rem ;
    background:url(../img/icon_site_w.png) no-repeat left center ; background-size:3rem auto ;
}



/* TITLE+ACC */
.KS24_acc_title { display:block ; width:100% ; margin-bottom:1rem }
.KS24_acc_title > b , .KS24_acc_title > span { display:inline-block ; letter-spacing:-0.1rem }
.KS24_acc_title > b  { 
    font-size:1.8rem ; line-height:2rem ; color:#ffffff ; font-weight:400 ; text-shadow:0 0 0.2rem rgba(0,0,0,0.2) ;
    padding:0.4rem 1.5rem 0.6rem ; overflow:hidden ; background-color:#7ac142 ;
    border-radius:4rem ; margin-right:0.7rem ; margin-top:0.2rem ;
}
.KS24_acc_title > span { font-size:2.6rem ; line-height:3.2rem ; font-weight:600 ; color:#111111 }

.KS_ACC { margin-bottom:6rem }
.KS_ACC:last-of-type  { margin-bottom:0 }

 

/* TABLE */
.KS_RW_table { padding-bottom:2rem }
.KS_RW_table tbody td { margin-right:2rem }
.KS_RW_table tbody td:nth-child(2) { margin-right:5rem }
.KS_RW_table tbody td:last-child { margin-right:0 } 

#KS24_table2 tbody td:last-child { text-align:left } 
.KS_RW_table .KS24_caption , .KS24_caption { text-align:center }
.KS_RW_table .KS24_caption > b , .KS24_caption > b { 
    display:inline-block ; overflow:hidden ; padding:0.7rem 2rem 0.9rem ;
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:20rem ;
    font-size:1.8rem ; line-height:2rem ; font-weight:500 ; color:#444444
}




/* PC **********/
@media all and (min-width:1100px){
 
    /* TITLE+ACC */
    .KS24_acc_title { width:50% ; float:left ; text-align:left }
    .KS_ACC_header > p { width:30% ; text-align:left }



    /* TABLE */
    .KS_RW_table tbody td:first-child { border-left:none } 
 
}  