@charset "UTF-8";

@media screen and (max-width: 1024px) {
    #mainContents.member #groupPhoto figure figcaption br.tab {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #mainContents.member .profile {
        display: block;
    }
    #mainContents.member .profile .profilePhoto {
        display: block;
        width: 60%;
        margin: 0 auto 0.5em;
    }
    #mainContents.member .profile dl {
        width: auto;
        white-space: inherit;
        text-align: center;
    }
    #mainContents.member .memberList01 li:not(:last-child) {
        margin-bottom: 1em;
    }
    #mainContents.member #groupPhoto figure div {
        display: block;
    }
    #mainContents.member #groupPhoto figure div img {
        width: auto;
        margin: 0 auto 0.5em;
    }
}
