@charset "utf-8";
 
/* TABLE */
.KS43_table , .KS43_table > .inner_wrap { display:block ; overflow:hidden }
.KS43_table { margin-bottom:30px ; text-align:center  }
.KS43_table table { width:100% }
.KS43_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  
}
.KS43_table caption { font-size:0em ; text-indent:-9999px }
.KS43_table table { width:100% ; border-spacing:0px ; border-collapse:collapse } 
.KS43_table th , .KS43_table td { font-size:1em ; line-height:1.6em ; padding:10px 5px ; text-align:center }
.KS43_table th , .KS43_table td , .KS43_table td > a { vertical-align:middle }
.KS43_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 #be3c48  }
.KS43_table thead th:last-child { background:none  } 
.KS43_table tbody td { 
    border:solid 1px #d7d7d7 ; border-top:0px ; border-left:0px ; 
    transition:0.3s all  }
.KS43_table tbody td:last-child { border-right:0px ; border-left:solid 1px #d7d7d7 }  
.KS43_table td > a { display:block ; text-align:left ; font-size:1.2em ; line-height:1.6em ; font-weight:400 ; word-break:keep-all }
.KS43_table tbody tr:hover td { background-color:#f7f7f7  } 

/*  background-color:#f7f7f7  */



/* BTN */ 
.KS_btn_more > b > span { background-image:url(../img/icon_sub_paper.png) }



/* GUIDE */
#KS43_guide1 , #KS43_guide2 , #KS43_guide3 { font-size:1em ; line-height:1.6em ; word-break:keep-all ; text-align:center ; margin-bottom:40px  }
#KS43_guide1 , #KS43_guide2 { font-size:0.9em } 
#KS43_guide3 { border:solid 1px rgba(0,0,0,0.1) ; background-color:#f7f7f7 ; padding:20px ; border-radius:6px ; box-sizing:border-box }



/* TXT */
.KS43_txt { font-size:inherit ; line-height:1em  }
.KS43_txt.t0 { display:block ; text-align:center }




/* PC **********/
@media all and (min-width:1000px){
 	
    /* VISUAL */
    .KS_PP_btn { top:68% }
    .KS_visual_tag > span { padding-top:31px }
    
     
    
    /* TABLE */
    .KS43_table td { padding:15px 5px } 
    .KS43_table td > a { 
        transition:0.3s all ; opacity:0.9 ; color:#000000  ;  
        background:url(../img_sub/KS43_icon_link.png) no-repeat 0px 4px ; padding-left:25px }
    .KS43_table td > a:hover { opacity:1}
    .KS43_table thead th:nth-child(1) { width:4% }
    .KS43_table thead th:nth-child(3) { width:23% }
    .KS43_table tbody td { word-break:keep-all }


    /* GUIDE */
    #KS43_guide1 { text-align:left ; color:#444444  }
    #KS43_guide1 , #KS43_guide2 { margin-bottom:20px }
    
} 