#sA-6-1 .common-outer-panel,
#sA-6-2 .common-outer-panel {
    width: 80vw;
}

@media screen and (max-width: 1024px) {
    #sA-6-1 .common-outer-panel,
    #sA-6-2 .common-outer-panel {
        width: 96vw;
    }
}


#sA-6-1 .client-name > *:first-child,
#sA-6-2 .client-name > *:first-child {
    width: 15%;
}
#sA-6-1 .client-name > *:last-child,
#sA-6-2 .client-name > *:last-child {
    width: 80%;
}

#sA-6-1 .money,
#sA-6-2 .money {
    width: 13vw;
    text-align: right;
}
@media screen and (max-width: 1024px) {
    #sA-6-1 .money,
    #sA-6-2 .money {
        width: calc(45% - 4vw);
    }
}

#sA-6-1 .date,
#sA-6-2 .date {
    width: 13vw;
}
@media screen and (max-width: 1024px) {
    #sA-6-1 .date,
    #sA-6-2 .date {
        width: calc(45% - 4vw);
    }
}

#sA-6-1 .kind {
    width: 14vw;
}
@media screen and (max-width: 1024px) {
    #sA-6-1 .kind {
        width: calc(45% - 4vw);
    }
}

#sA-6-2 .kind {
    width: 13vw;
}
@media screen and (max-width: 1024px) {
    #sA-6-2 .kind {
        width: calc(45% - 4vw);
    }
}

