@charset "utf-8";
 
/* VISUAL*/
#KSA32_visual , #KSA32_visual_inner , .KSA32_visual_img  , #KSA32_visual span  { display:block ; overflow:hidden }
#KSA32_visual span { display:none }
#KSA32_visual { margin-bottom:30px} 
.KSA32_visual_img , .KSA32_visual_img img { width:100% }
.KSA32_visual_img , #KSA32_visual .KSA_img_txt { max-width:450px ; margin:auto }
.KSA32_visual_img { margin-bottom:5px }
.KSA32_visual_img img { border-radius:4px }



/* IMG */
#KSA32_img2 { max-width:400px ; margin-bottom:40px ; padding-top:20px } 
#KSA32_img3 { max-width:900px ; margin:auto ; margin-bottom:40px }
#KSA32_img4 { max-width:200px ; margin:auto ; margin-bottom:40px }


/* SUB */
.KSA32_sub { margin-bottom:40px }
.KSA32_sub:last-child { margin-bottom:0 }
.KSA32_sub .KSA_p { padding-left:34px }
.KSA_QA_a { margin-bottom:20px }


/* BOx */
#KSA32_box1 { margin-top:40px ; margin-bottom:40px }
#KSA32_box2 { margin-bottom:30px } 

.KSA32_list > li { padding-bottom:7px }
.KSA32_list > li:last-child { padding-bottom:0 }
.KSA32_list > li > b { font-weight:bold }

.KSA32_list_bar > li { padding-left:10px ; display:block ; position:relative ; box-sizing:border-box ; letter-spacing:-0.6px }
.KSA32_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 }

#KSA32_box1 .KSA_box_title > br { display:none }



 
/* PC **********/
@media all and (min-width:1100px){ 
    
	
	/* VISUAL*/
    #KSA32_visual_inner { display:none }
    #KSA32_visual span , .KSA_lead_text { border-radius:4px }
    #KSA32_visual span { 
        display:block ;  width:1000px ; height:570px ; margin-bottom:7px ;  
        background:url(../img_sub/KS32_img1.jpg) no-repeat left top }

	.KSA_lead { position:relative }
    .KSA_lead_text {
        position:absolute ; right:0 ; top:0px ; padding:40px ; border:0px ;
        width:420px ; box-sizing:border-box ; background-color: rgba(0,0,0,0.6) ; text-align:left ;
        color:#ffffff }
    #KSA32_visual .KSA_img_txt { max-width:none }


    /* IMG */ 
	#KSA32_img2 , #KSA32_img4 { padding:0 ; margin:0 ; padding-top:7px }
    #KSA32_img2 { float:right ; margin-left:40px }
	#KSA32_img4 { float:right ; margin-left:20px }
	
	
	/* BOX */
	#KSA32_box1 { position:relative ; max-width:460px ; float:right ; margin-left:40px ; margin-top:0 }
    #KSA32_box1::after {
        content:"" ; display:block ; width:108px ; height:152px ;
        background:url(../img_sub/KS32_icon.png) no-repeat center ; background-size:90px auto ;
        position:absolute ; right:80px ; top:10px
    }
	#KSA32_box1 .KSA_box_title > br { display:block }
	
	#KSA32_box2 , #KSA32_box3 { display:block ; overflow:hidden }
	#KSA32_box2 { max-width:460px ; float:left ; margin-right:40px }
	#KSA32_box3 { max-width:500px ; float:right }
	
	#KSA_section3 { overflow:hidden }


 
}


/* PRINT **********/
@media print {}