@charset "utf-8";
 
/* BOARD */
.KS41_title_h3 {
    font-size:2.4rem ; line-height:3rem ; font-weight:600 ; color:#111111 ; text-align:center ;
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ;
    padding:1rem 1rem 1.2rem ; margin-bottom:3rem ;

}

.KS41_list { margin-bottom:4rem ;}
.KS41_list > li { 
    position:relative ; width:100% ; box-sizing:border-box ;
    margin-bottom:0.5rem ;
    padding-left:1rem ;
}
.KS41_list > li::before { 
    width:0.5rem ; height:0.2rem ; display:block ; content:"" ;
    background-color:rgba(0,0,0,0.2) ;
    position:absolute ; left:0 ; top:1.5rem
}

.sub_p { margin-bottom:1rem }



/* IMAGE */
#K41__img1 { max-width:100rem ; padding-top:6rem }



/* PC **********/
@media all and (min-width:1100px){

    .KS41_title_h3 { padding:1.5rem 1rem 1.7rem }
} 
 