@charset "utf-8"; 
 
/* DOC */
.K21__writer , .K21__box { border:solid 1px rgba(0,0,0,0.1) ; border-radius:0.6rem ; overflow:hidden }
.K21__writer , .K21__list__title , .K21__list > li { font-size:1.8rem ; line-height:3rem }
.K21__writer , .K21__box__title { margin-bottom:1rem ; padding:1rem 2.5% 1.2rem }
.K21__writer > b , .K21__writer > span { display:inline-block ; font-size:inherit ; line-height:inherit ; color:inherit }
.K21__writer > b { font-weight:500 ; color:#111111 }
.K21__writer > span { margin-right:1rem }

.K21__box { padding-bottom:2rem }
.K21__box__title {
    font-size:2.2rem ; line-height:3rem ; font-weight:500 ; color:#ffffff ;  
    background-color:#111111 ; letter-spacing:-0.1rem ;
}
.K21__list__title , .K21__list { margin:auto 2.5% }
.K21__list__title { 
    padding-bottom:1rem ; margin-bottom:1rem ; word-break:keep-all ;
    font-weight:600 ; color:#111111 ; font-size:2rem ;
    border-bottom:dashed 1px rgba(0,0,0,0.1) ;
}
.K21__list:not(:last-child) { margin-bottom:5rem }
.K21__list > li {
    position:relative ; padding-left:1.5rem ; margin-bottom:0.7rem ;
    text-align:left ; word-break:keep-all ;
}
.K21__list > li::before {
    display:block ; content:"" ; width:0.7rem ; height:0.2rem ;
    background-color:#000000 ; opacity:0.2 ;
    position:absolute ; left:0.2rem ; top:1.4rem
} 

.K21_tag { 
    display:inline-block ; overflow:hidden ;
    border-radius:0.4rem ; border:solid 1px rgba(0,0,0,0.1)  ; padding:0.3rem 1rem 0.5rem ;
    font-size:1.6rem ; line-height:2rem ; 
    background-color:rgba(0,0,0,0.03) ;
}


/* PC **********/
@media all and (min-width:1100px){
 

} 
 