.post-kigyou .p-donate-block-shopping .box div.inner {
    gap: 1.75rem;
}

.post-kigyou .p-donate-block-shopping .shopping_list {
    margin-top: 0;
}

.shopping_text {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 180%;
    /* 1.575rem */
}

.industry-associations__text {
    margin-bottom: 2.8rem;
    color: var(--black-700, #333);
    text-align: center;
    font-family: "Zen Maru Gothic";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 3.2rem */
}

@media screen and (max-width: 540px) {
    .industry-associations__text {
        font-size: 1.125rem;
    }
}


.tax-deduction {
    position: relative;
    padding: 10rem 0;
    background: var(--green-300, #C7E1AE);
}


/* 企業一覧
-------------------------*/

.kojin-list {
    padding: 6.6rem 0 8rem 0;
}

.kojin_block {}


.partner-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.partner-block a {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px;
    height: 50px;
    max-width: 19%;
}

@media only screen and (max-width: 480px) {
    .partner-block a {
        width: calc(50% - 8px);
        margin: 8px 0;
        height: 60px;
        max-width: inherit;
    }
}

.partner-block a img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.partner-list ul {
    margin-bottom: 1rem;
    column-count: 3;
}

@media only screen and (max-width: 768px) {
    .partner-list ul {
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 480px) {
    .partner-list ul {
        -moz-column-count: 1;
        column-count: 1;
    }
}

.partner-list ul li,
.kigyou-period {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 180%;
    /* 1.575rem */
}

.kigyou-period {
    text-align: right;
}

.member_wrap {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member_wrap::after {
    content: "";
    display: block;
    width: 30%;
}

.member_wrap .member_block {
    width: calc(33.3% - 19px);
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 28px;
    margin-bottom: 28px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.member_wrap .member_block:nth-child(n+3) {
    margin-right: 0px;
}

.member_wrap .member_block .img {
    width: 100%;
}

.member_wrap .member_block .img img {
    width: 100%;
}

.member_wrap .member_block .text {
    padding: 8px;
    overflow-y: scroll;
    height: 240px;
}

.member_wrap .member_block .text .name {
    font-weight: bold;
}

.member_wrap .member_block .text p {
    margin-bottom: 16px;
}

.member_wrap .member_block .text span {
    border: 1px solid #666;
    padding: 4px 6px;
}

@media only screen and (max-width: 480px) {
    .member_wrap .member_block {
        width: 100%;
        margin-right: 0;
    }
}