@charset "utf-8";
 
/* VISUAL*/
#KSA13_visual , #KSA13_visual_inner , .KSA13_visual_img  , #KSA13_visual span  { display:block ; overflow:hidden }
#KSA13_visual span { display:none }
#KSA13_visual { margin-bottom:30px} 
.KSA13_visual_img , .KSA13_visual_img img { width:100% }
.KSA13_visual_img , #KSA13_visual .KSA_img_txt { max-width:400px ; margin:auto }
.KSA13_visual_img { margin-bottom:5px }
.KSA13_visual_img img { border-radius:4px }



/* IMG */
#KSA13_img2 , #KSA13_img3 { max-width:400px }
#KSA13_img2 , #KSA13_img3 { padding-top:20px ; margin-bottom:40px }
 
 
 
/* SUB */
.KSA13_sub { margin-bottom:40px }
.KSA13_sub:last-child { margin-bottom:0 }

 
/* PC ********************************************************************/
@media all and (min-width:1100px){ 
	
 
	
	/* LEAD TEXT */
    .KSA_lead_text { word-break:break-all ; text-align:justify }
    

    /* VISUAL*/
    #KSA13_visual_inner { display:none }
    #KSA13_visual span , .KSA_lead_text { border-radius:4px }
    #KSA13_visual span { 
        display:block ;  width:1000px ; height:650px ; margin-bottom:7px ;  
        background:url(../img_sub/KS13_img1.jpg) no-repeat left top }

	.KSA_lead { position:relative }
    .KSA_lead_text {
        position:absolute ; right:0px ; top:0px ; padding:50px ; border:0px ;
        width:400px ; box-sizing:border-box ; background-color: rgba(0,0,0,0.6) ;
        color:#ffffff }
    #KSA13_visual .KSA_img_txt { max-width:none }
 


    /* IMG */
    #KSA13_img2 , #KSA13_img3 { padding:0 ; margin:0 ; padding-top:7px }
    #KSA13_img2 , #KSA13_img3 { float:right ; margin-left:40px }
	

 
}


/* PRINT *****************************************************************/
@media print {}