#page article section.staff.member h3 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 8px;
}

#page article section.staff.member h4 {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 8px;
}


#page article section.staff.member ul {
    float: none;
    width: fit-content;
    margin: 8px 0 0 0;
}

#page article section.staff.member > div.member-detail {
    margin-top: 32px;
}

#page article section.staff.member span.member__job-title-individual {
    display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #989898;
	margin-bottom: 16px;
    text-align: left;
}

#page article section.staff.member > div.member-detail:not(:first-of-type) {
    margin: 64px 0 64px 0;
}

#page article section.staff.member .member-detail__work {
    display: grid;
    max-width: 100%;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(min-content, 1fr));
}

#page article section.staff.member img {
    max-width: 100%;
    max-height: 256px;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
}

