@charset "utf-8";

/* active-lab 個別CSS
--------------------------------------------------------------- */


.exWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.exWrap img{
    width: 48%;
    margin-bottom: 30px;
}

ruby[data-ruby] rt {
  display: none;
}
 
ruby[data-ruby] {
  position: relative;
  display: inline-block;
}
 
ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1.7em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
}

.box-r-short.kdl_person{
     width: 30%;
}

.position-a.kdl_name{
    position: relative;
}

.name.kdl_name{
    position: relative;
}


.exhiBox{
    margin: 20px auto 40px;
}

.exhiBox img{
    width: 100%;
    margin: 20px auto; 
    display: block;
}

.exhiBox img.single{
    width: 60%
}

@media only screen and (max-width: 640px) {

    .box-r-short.kdl_person{
        width: 42.077%
    }

.exWrap{
    flex-direction: column;
}

.exWrap img{
    width: 100%;
    margin: 0 auto 20px;
}

.exhiBox img.single{
    width: 100%
}

    
}

