@charset "utf-8";

/* header */
.K41__h4 { 
    border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.4rem ; background-color:#f7f7f7 ;
    font-size:2.4rem ; line-height:3.4rem ; text-align:center ; font-weight:800 ; color:#111111 ;
    word-break:keep-all ; padding:1rem 0.5rem 1.2rem ; margin-bottom:3rem ;
}



/* list */
.K41__list { margin-bottom:3rem }
.K41__list li { 
    padding-left:1rem ; margin-bottom:1.5rem ; position:relative ;
    font-size:1.8rem ; line-height:3rem 
}
.K41__list li::before {
    display:block ; content:"" ; width:0.4rem ; height:0.4rem ;
    background-color:#111111 ; opacity:0.3 ;
    position:absolute ; left:0 ; top:1.5rem
}
.K41__list li:last-child { margin-bottom:0 } 



/* img */
#k41_img12 { max-width:84rem } 
#k41_img1  { max-width:50rem } 
#k41_img2  { max-width:32rem } 





/* PC */
@media screen and (min-width:1024px){ 

    /* img */ 
    #k41_img1  { width:59.5238% } 
    #k41_img2  { width:38.0952% } 
 
} 





/* PRINT */
@media print { 
 
 
} 

 