.publicRelationList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.publicRelationList__item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2 - 1.2em);
    margin-right: 2em;
    margin-bottom: 2em;
}

.publicRelationList__item:nth-child(2n) {
    margin-right: 0;
}

.publicRelationList__item:last-child {
    margin-bottom: 0;
}

.publicRelationList__image {
    width: 100%;
    max-width: 300px;
}

.publicRelationList__name {
    margin: 0;
}

.publicRelationList__phone {
    display: block;
}

.publicRelationList__function {
    display: block;
    margin-bottom: 1em;
    font-size: 0.8em;
    color: #666;
}

@media screen and (min-width: 650px) {
    .publicRelationList__item {
        width: calc(100% / 3 - 1.3em);
        margin-right: 1.5em;
    }

    .publicRelationList__item:nth-child(2n) {
        margin-right: 1.5em;
    }

    .publicRelationList__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (min-width: 850px) {
    .publicRelationList__item {
        width: calc(100% / 4 - 1.4em);
        margin-right: 1.5em;
    }

    .publicRelationList__item:nth-child(3n) {
        margin-right: 1.5em;
    }

    .publicRelationList__item:nth-child(4n) {
        margin-right: 0;
    }
}
