.member-item{
    border-bottom: solid 1px rgb(61, 124, 80);
    padding: 10px 8px;
    transition: background-color .4s;
}

.member-name{
    font-weight: bold;
    margin-bottom: 4px;
}

.member-catchphrase{
    line-height: 1.5;
    white-space: pre-wrap; /* 改行があれば維持 */
    padding-left: 10px;
}
