@charset "UTF-8";

.text-en {
    display: block;
}

#staff {
    overflow: hidden;
}

.dl-staff01 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
/*
    float: left;
    width: 285px;
    margin-right: 20px;
*/
    margin-bottom: 30px;
}

#staff .dl-staff01:nth-child(4n) {
    margin-right: 0;
}

.dl-staff01 > dt {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.dl-staff01 > dt {margin-right: 12px;}

.dl-staff01 > dt img {}

.dl-staff01 > dd {}

.dl-staff01 > dd h4 {
    margin-bottom: 12px;
    font-weight: 600;
}

.dl-staff01 > dd p {}

.dl-about01 {}

.dl-about01 > dt {
    font-weight: 600;
    font-size: 169%;
    margin-bottom: 0.25em;
}

.dl-about01 > dd {
    font-size: 139%;
    margin-bottom: 1.5em;
    padding-left: 2em;
}

.dl-about-inner01 {
    font-size: 85%;
}

.dl-about-inner01 > dt {
    font-weight: 600;
    margin-top: 0.5em;
}

.dl-about-inner01 > dd {
    margin-top: 0.25em;
    padding-left: 2em;
}

.ext-link01 {
    display: block;
    color: #333;
    text-decoration: underline;
}

.ext-link01 dl {}

.ext-link01 dl dt,
.ext-link01 dl dd {
    display: inline-block;
}

.ext-link01 dl dt {padding-right: 1em;}
.ext-link01 dl dd {font-size: 90%;}

.ext-link01:hover dl dd {
    color: #21a9ac;
    text-decoration: underline;
}


.dl-staff02 {
    /*line-height: 1.8;*/
}

.dl-staff02 dt,
.dl-staff02 dd {
    margin-bottom: 0.8em;
}

.dl-staff02 dt {
    float: left;
    width: 12em;
    clear: both;
    font-weight: 600;
    text-align: right;
}

.dl-staff02 dd {
    margin-left: 13em;
}












