.cma-title-children1 {
    color: var(--color-green);
}

.cma-title-children2 {
    background-color: var(--color-green);
}

#support-list {
    width: 100%;
    box-shadow: 2px 2px 20px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
}

#support-list > div {
    padding: 19px 25px;
}

.support-active {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.support-data {
    display: none;
}

.white-space-pre-line {
    white-space: pre-line;
}

.support-title {
    font-weight: 700;
    font-size: 21px;
}

.support-text {
    font-size: 15px;
    line-height: 1.3;
}

.support-button {
    width: 100%;
    border: none;
    height: 40px;
    color: var(--color-white);
    font-size: 14px;
    box-shadow: 2px 2px 9px 1px rgb(0 0 0 / 30%);
}

.support-button-red {
    background-color: var(--color-red);
}

.support-button-green {
    background-color: #4BB04F;
}

.support-button-green:hover,
.support-button-red:hover {
    opacity: 0.95;
}

.support-list {
    line-height: 1;
}

#div-parent-list {
    margin-bottom: -15px;
}

.div-bank {
    background-color: #707070;
    color: var(--color-white);
    padding: 15px 23px 22px 23px;
    width: 100%;
}

/* .div-bank > div:nth-child(1) {
    font-size: 19px;
    font-weight: 700;
}

.div-bank > div:nth-child(2) {
    margin-bottom: 15px;
    font-size: 13px;
}

.div-bank > div:nth-child(3),
.div-bank > div:nth-child(4) {
    font-weight: 600;
    font-size: 15px;
} */

.support-text-donation {
    line-height: .8;
    font-weight: 700;
    color: var(--color-red);
}

.promotion-image {
    width: 100%;
    height: auto;
    transition: transform .1s;
    box-shadow: 7px 7px 8px 0px rgb(0 0 0 / 20%);
}

/* .promotion-image:hover {
    transform: scale(1.02);
} */

.div-phrase {
    background-color: var(--color-red);
    color: var(--color-white);
    padding: 45px 40px;
    box-shadow: 5px 5px 15px 2px rgb(0 0 0 / 20%);
}

.div-phrase > div > div:nth-child(1) > svg {
    font-size: 35px;
    float: right;
}

.div-phrase > div > div:nth-child(2) {
    font-weight: 600;
    text-align: center;
}

.div-phrase > div > div:nth-child(2) > div {
    max-width: 683px;
}

@media only screen and ( min-width: 576px ) {
    .div-support-button-1 {
        padding-right: 1rem !important;
    }

    .div-support-button-2 {
        padding-left: 1rem !important;
    }
}

@media only screen and ( min-width: 992px ) {
    #support-div > div:nth-child(2) {
        padding-left: 3rem !important;
    }
}