@charset "utf-8";
   
/* QnA*/
.qa__sub { margin-bottom:8rem }
.qa__sub:last-child { margin-bottom:0 }
.qa__q , .qa__a { padding-left:3rem ; position:relative }
.qa__icon__Q , .qa__icon__A , .qa__icon__Q > span , .qa__icon__A > span { 
    width:2.4rem ; height:2.4rem ; display:block ; overflow:hidden ;
    position:absolute ;
}
.qa__icon__Q , .qa__icon__A { 
    left:0 ;
    border-radius:0.4rem ; box-sizing:border-box ; background-color:#cccccc }
.qa__icon__Q > span , .qa__icon__A > span { 
    font-style:italic ;
    font-size:2.2rem ; line-height:2.2rem ; font-weight:700 ; color:#ffffff ; text-align:right ;
    right:-0.1rem ; bottom:0 ;
}  
.qa__q { 
    font-size:2.2rem ; line-height:3rem ; font-weight:700 ; color:#111111 ;
    word-break:keep-all ; margin-bottom:1rem ;
}
.qa__icon__Q { 
    top:0.3rem ; 
    background-color:#93c13d ; background:linear-gradient(30deg,#9cdc24,#93c13d)
}
.qa__icon__A { top:0.6rem }



/* ABOUT */
.K13__about , .K13__about__list li { width:100% ; box-sizing:border-box }
.K13__about { margin-bottom:6rem } 
.K13__about { border-radius:0.6rem ; border:solid 0.4rem #93c13d ; padding:1.5rem }
.K13__face , .K13__face::after { overflow:hidden ; border-radius:0.4rem  }
.K13__face {
    width:100% ; max-width:20rem ; 
    position:relative ; margin:0 auto 2rem
}
.K13__face::after {
    display:block ; content:"" ; box-sizing:border-box ; width:100% ; height:100% ;
    border:solid 0.1rem rgba(0,0,0,0.05) ;
    position:absolute ; left:0 ; top:0
} 

.K13__about__name {  
    font-size:2.4rem ; line-height:3rem ; text-align:center ; font-weight:600 ; color:#111111 ;
    padding:1.5rem 0 1.5rem ; word-break:keep-all ; margin-bottom:2rem ;
    border:solid 1px rgba(0,0,0,0.1) ; border-left:none ; border-right:none ;
}

.K13__about__list li { position:relative ; padding-left:1rem ; margin-bottom:0.7rem }
.K13__about__list li:last-child { margin-bottom:0 }
.K13__about__list li::before {
    display:block ; content:"" ; width:0.3rem ; height:0.3rem ; 
    background-color:rgba(0,0,0,0.3) ;
    position:absolute ; left:0 ; top:1.4rem
}



/* IMAGE */
.imgs { width:100% ; box-sizing:border-box }
#K13__img1 , #K13__img2 { max-width:54rem }
#K13__img1    { margin-bottom:2rem }   
#K13__imgs12  { margin-bottom:8rem }
.img__caption { font-size:1.6rem ; line-height:2.4rem ; padding-top:0.5rem ; word-break:keep-all }



/* PC **********/
@media all and (min-width:1100px){
 
    /* ABOUT */
    .K13__about { padding:3rem 5rem }
    .K13__about::after { display:block ; content:"" ; clear:both }
    .K13__face { float:left }
    .K13__about__txt { float:right ; width:75rem }
    .K13__about__name , .K13__about__list { padding-left:1rem ; margin-bottom:0.7rem }
    .K13__about__name { text-align:left }


    /* IMAGE */
    .imgs::after { display:block ; content:"" ; clear:both }
    #K13__img1 , #K13__img2 { margin:0 ; width:49.09% }
    #K13__img1 { float:left }
    #K13__img2 { float:right }
    .img__caption { border-bottom:solid 1px rgba(0,0,0,0.1) ; padding:1rem 0 1.2rem }

 
} 
 