@charset "UTF-8";

.staff {
    margin-bottom: 12%;
}

.staff:last-child {
    margin-bottom: 0;
}

.staff > .image {
    margin-bottom: 4.5%;
}

.staff > .name {
    margin-bottom: 6%;
    line-height: 1;
}

.staff > .name > dt {
    margin-bottom: 1.8%;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
}

.staff > .name > dd {
    font-size: 30px;
    text-align: center;
    letter-spacing: 6px;
}

.staff > .comment {
    margin-bottom: 7.5%;
    line-height: 2.5;
    letter-spacing: 2px;
}

.staff > .profile > p {
    width: 40%;
    float: left;
}

.staff > .profile > dl {
    width: 50%;
    float: right;
}

.staff > .profile > dl > dt {
    margin-bottom: 18px;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 3px;
}

.staff > .profile > dl > dd {
    margin-bottom: 21px;
}

.staff > .profile > dl > dd:last-child {
    margin-bottom: 0;
}
