@charset "UTF-8";

/*******************************
staff
*******************************/
#mainContents.staff h2 {
    background: #005899;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.35rem 0.5rem;
    margin-bottom: 1.5em;
}

#mainContents.staff section {
    margin-bottom: 3rem;
}

#mainContents.staff section .profilePhoto {
    display: block;
    width: 250px;
    max-width: 60%;
    margin: 0 auto;
}

#mainContents.staff section .career {
    margin-top: 1.5rem;
}

#mainContents.staff section .career li {
    border-top: 1px solid #eee;
    padding: 0.5em 0;
}

#mainContents.staff section .career dl {
    display: flex;
    align-items: flex-start;
}

#mainContents.staff section .career dl dt {
    white-space: nowrap;
    width: 20%;
    margin-right: 2%;
}

#mainContents.staff section .career dl dd {
    width: 88%;
}

#mainContents.staff #groupPhoto img {
    display: block;
    margin: 0 auto 0.5em;
}

#mainContents.staff #groupPhoto figure {
    text-align: center;
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid #eee;
}

#mainContents.staff #groupPhoto figure div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#mainContents.staff #groupPhoto figure p {
    text-align: left;
}

#mainContents.staff #groupPhoto figure div img {
    width: 48.5%;
    margin: 0 0 0.5em;
}

#mainContents.staff #groupPhoto figure:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#mainContents.staff #groupPhoto .groupPhotoBox01 {
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid #eee;
}

#mainContents.staff #groupPhoto .groupPhotoBox01 .photo01 {
    margin-top: 0.5em;
}

#mainContents.staff #groupPhoto figure span {
    display: block;
}
