/* マリペディア デザイナー一覧 */
.p-designer-list-header {
    max-width: 560px;
    margin: 50px auto 60px;
    text-align: center;
    padding: 0 40px;
}

.p-designer-list-header-text {
    line-height: 1.43;
}

.p-designer-list-continer--wrap {
    overflow-x: hidden;
}

.p-designer-list-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 -2px 60px;
}

.p-designer-list-header-title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.25;
}

.p-designer-list-item {
    margin-bottom: 60px;
    padding: 0 2px;
}

.p-designer-title {
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.15;
}

@media (max-width: 1179px) {
    .p-designer-list-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .p-designer-title {
        padding: 0 10px;
        line-height: 1.15;
    }

    .p-designer-list-item {
        margin-bottom: 40px;
    }
}