@charset "utf-8";
 
/* VISUAL*/
#KSA21_visual , #KSA21_visual_inner , .KSA21_visual_img  , #KSA21_visual span  { display:block ; overflow:hidden }
#KSA21_visual span { display:none }
#KSA21_visual { margin-bottom:30px } 
.KSA21_visual_img , .KSA21_visual_img img { width:100% }
.KSA21_visual_img , #KSA21_visual .KSA_img_txt { max-width:450px ; margin:auto }
.KSA21_visual_img { margin-bottom:5px }
.KSA21_visual_img img { border-radius:4px }



/* IMG */
#KSA21_img3 , #KSA21_img4 { max-width:400px ; margin-bottom:40px }
#KSA21_img2 { max-width:450px ; margin-bottom:40px }
#KSA21_img5 { max-width:150px }


/* SUB */
.KSA21_sub { margin-bottom:40px }
.KSA21_sub:last-child { margin-bottom:0 }
.KSA21_sub .KSA_p { padding-left:34px }
.KSA_QA_a { margin-bottom:20px }
#KSA21_sub0_1 { padding-top:20px }



/* BOx */
#KSA21_box1 { margin-top:40px }
.KSA21_list > li { padding-bottom:7px }
.KSA21_list > li:last-child { padding-bottom:0 }
.KSA21_list > li > b { font-weight:bold }

.KSA21_list_bar > li { padding-left:12px ; display:block ; position:relative ; box-sizing:border-box ; letter-spacing:-0.6px }
.KSA21_list_bar > li::before { width:6px ; height:2px ; display:block ; content:"" ; background-color:rgba(0,0,0,0.3) ; border-radius:5px ; background-size:6px auto ; position:absolute ; left:0 ; top:14px }




 
/* PC **********/
@media all and (min-width:1100px){ 
    
	
	/* LEAD TEXT */
    .KSA_lead_text { word-break:break-all ; text-align:justify }


    /* VISUAL*/
    #KSA21_visual_inner { display:none }
    #KSA21_visual span , .KSA_lead_text { border-radius:4px }
    #KSA21_visual span { 
        display:block ;  width:1000px ; height:560px ; margin-bottom:7px ;  
        background:url(../img_sub/KS21_img1.jpg) no-repeat left top }
	
    #KSA21_visual .KSA_img_txt { max-width:none }
 


    /* IMG */
	#KSA21_img2 , #KSA21_img3 , #KSA21_img4 { padding:0 ; margin:0 ; padding-top:7px }
    #KSA21_img2 , #KSA21_img3 , #KSA21_img4 { float:right ;margin-left:40px }
	
	
	/* BOX */
	#KSA21_box1 { position:relative }
    #KSA21_box1::after {
        content:"" ; display:block ; width:110px ; height:128px ;
        background:url(../img_sub/KS21_img5.png) no-repeat center ; background-size:110px auto ;
        position:absolute ; right:240px ; top:20px
    }
	

	
    
}


/* PRINT **********/
@media print {}