@charset "utf-8";

.member {
    margin-top: 10px;
    margin-bottom: 20px;
}

.member h2 {
    text-align: center;
    margin-top: 80px;
}

.member h2::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background-color: #4b2c14;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.member-name {
    text-align: center;
    line-height: 2;
    margin-bottom: 30px;
}

.member ul {
    margin-top: 50px;
}

.member-name li {
    font-weight: bold;
}

.member-name p {
    margin-bottom: 20px;
}