#supporter-list {
    padding: 60px 0;
}
#supporter-list .m-ttl {
    text-align: center;
    margin-bottom: 60px;
}
#supporter-list .m-ttl h2 {
    color: #151A8C;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
#supporter-list .m-ttl p {
    color: #151A8C;
    font-weight: bold;
}
#supporter-list .block {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
#supporter-list .kiyosaki {
    width: 85%;
    max-width: 1200px;
    margin: auto;
}
#supporter-list .kiyosaki .item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 110px;
}
#supporter-list .kiyosaki .item .txt {
    width: 70%;
    padding: 50px 40px 45px 60px;
}
#supporter-list .kiyosaki .item .txt .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}
#supporter-list .kiyosaki .item .txt h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}
#supporter-list .kiyosaki .item h3 span {
    font-size: 1.4rem;
}
#supporter-list .kiyosaki .item .txt .content {
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.75;
    text-align: justify;
}
#supporter-list .kiyosaki .item .pic {
    width: 30%;
    height: auto;
    display: flex;
}
#supporter-list .kiyosaki .item .pic img {
    width: 100%;
    height: auto;
    border-radius: 0 20px 20px 0;
    object-fit: cover;
    flex-grow: 1;
}
#supporter-list .block .item {
    width: 30%;
    background-color: #fff;
    padding: 30px 20px 20px 20px;
    margin-right: 5%;
    margin-bottom: 80px;
}
#supporter-list .block .item:nth-child(3n) {
    margin-right: 0;
}
#supporter-list .block .item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 20px;
    margin-bottom: 30px;
}
#supporter-list .block .item h3 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 12px;
}
#supporter-list .block .item h3 span {
    font-size: 1.4rem;
}
#supporter-list .block .item ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
}
#supporter-list .block .item p {
    text-align: justify;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    #supporter-list {
        padding-top: 0;
    }
    #supporter-list .m-ttl h2 {
        font-size: 2.6rem;
    }
    #supporter-list .block .item {
        width: 100%;
        margin-right: 0%;
    }
    #supporter-list .kiyosaki .item {
        width: 100%;
        flex-direction: column-reverse;
        border-radius: 30px 5px 30px 5px;
        box-shadow: 6px 7px 7px -1px rgba(0, 0, 0, 0.3);
    }
    #supporter-list .kiyosaki .item .txt {
        width: 100%;
        padding: 50px 20px 25px 20px;
    }
    #supporter-list .kiyosaki .item .pic {
        width: 100%;
        display: block;
    }
    #supporter-list .kiyosaki .item .pic img {
        border-radius: 30px 5px 0 0;
    }
    #supporter-list .kiyosaki .item .bnr {
        top: -70px;
        left: 50%;
    }
}