@charset "utf-8";
 
/* IMAGE */
.KS22_img , .KS22_img img { width:100% } 
#KS22_img1 { max-width:920px ; margin:auto ; padding-top:60px  }



/* TABLE */
.KS22_table , .KS22_table > .inner_wrap { display:block ; overflow:hidden }
.KS22_table { padding-top:40px ; padding-bottom:20px ; text-align:center  }
.KS22_table table { width:100% ; margin-bottom:40px  }
.KS22_table_title { 
    display:inline-block ; overflow:hidden ; padding:7px 30px ; padding-bottom:9px ; box-sizing:border-box ; margin-bottom:20px ;    
    font-size:1.1em ; line-height:1.1em ; font-weight:500 ; color:#ffffff ;
    background-color:#3b9cae ; border:solid 1px rgba(0,0,0,0.1) ; border-radius:100px  
}
.KS22_table caption { font-size:0em ; text-indent:-9999px  }
.KS22_table table { width:100% ; border-spacing:0px ; border-collapse:collapse } 
.KS22_table th , .KS22_table td { font-size:1em ; line-height:1.6em ; padding:10px 5px ; text-align:center ; vertical-align:middle  }
.KS22_table thead th { 
    font-size:0.8em ; line-height:1.2em ;
    background:url(../img/icon_point_block10.png) no-repeat right center ; background-size:1px 8px ;  
    border-top:solid 1px rgba(0,0,0,0.1) ; border-bottom:solid 2px #34aec5  }
.KS22_table thead th:last-child { background:none  } 
.KS22_table tbody td { 
    border:solid 1px rgba(0,0,0,0.1) ; border-top:0px ; border-left:0px ; 
    transition:0.3s all  }
.KS22_table tbody td:last-child { border-right:0px  } 
.KS22_table tbody tr:hover td { background-color:#f7f7f7 ; border-color:rgba(0,0,0,0.2) ; color:#222222  }



/* PC **********/
@media all and (min-width:1000px){
 	
    /* VISUAL */
    .KS_PP_btn { top:68% }
    
    
    
    /* TABLE */
    .KS22_table table { width:49% }
    #KS22_table1 { float:left ; margin-right:2%  }
    #KS22_table2 { float:right }
    .KS22_table table thead th:nth-child(1) { width:15% }
    .KS22_table table thead th:nth-child(3) { width:30% }
    
} 