.u-contents + .u-contents{
    padding-top: 8rem;
    margin-top: 8rem;
    border-top: #c1beb6 1px solid
}

.c-tbl-list__tr + .c-tbl-list__tr{
    padding-top: 4.8rem;
}

.c-tbl-list__th{
    margin-bottom: 2.4rem;
    border-left: .5rem #e7e3d9 solid;
    padding-left: 1.4rem;
}

.c-tbl-list__td {
    padding-left: 2rem;
}

.c-transactions-act__tr {
    padding: 2rem 0 .4rem;
    border-bottom: none;
}

.c-transactions-act-list {
    padding-top: 1.2rem;
    font-size: 1.4rem;
}

.c-transactions-act-list li:not(:1last-child) {
    margin-bottom: 2rem;
}

.transactions-act_li {
    padding-left: 1re,;
    text-indent: -1rem;
}

.transactions-act_li:before {
    content: "※";
}

.transactions-act__link {
    font-weight: 700;
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/

@media screen and (max-width: 767px) {
    
    .u-contents + .u-contents{
        padding-top: 5rem;
        margin-top: 5rem;
    }

    .c-tbl-list__tr + .c-tbl-list__tr{
        padding-top: 3.6rem;
    }

    .c-tbl-list__th{
        margin-bottom: 2rem;
        padding-left: 1rem;
    }

    .c-tbl-list__td {
        padding-left: 1.4rem;
    }
}