.payment-histoty-font {
    padding: 0.25rem 0.5rem 0;
    color: #000000;
    font-size: 14px;
    line-height: normal;
}
.payment-histoty-font.v2 {
    font-size: 12px;
}
.payment-histoty-font.v2.name-label {
    position: relative;
    padding-right: 16px;
}
.payment-histoty-font.v2.name-label::after {
    content:'様';
    font-size: 14px;
    color: #000;
    font-weight:bold;
    position: absolute;
    margin-left:4px;
    right: 0;
}

.Path {
    width: 440px;
    height: 1px;
    margin: 8px 0px 0px 0;
    border: solid 1px #cccccc;
}

.first-width {
    width: 53.5%;
}

.history-box.grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 60px;
    padding: 1rem;
    background-color: #fff;
}

.history-box .col-span-3 {
    grid-column: span 3 / span 3;
}

.history-box .info-cc {
    display:flex;
    flex-direction: column;
    gap: 4px;
}

.history-box .col-span-2 {
    grid-column: span 2 / span 2;
}
.second-padding {
    padding-left: 4%;
}

.table-payment {
    font-family: arial, sans-serif;
    border-collapse: collapse;
}

.table-payment td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.table-payment td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    word-break: break-word;
}

.style-cell {
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
}

.style-cell-remove-border-top{
    border-top: 0px;
}

.big-font {
    font-weight: bold;
    font-size: 16px
}

.normal-font {
   font-size: 14px;
   font-weight: bold;
}

.grey-background {
    background-color: #8080801f;
}

.left-align {
    width: 280px;
    text-align: left;
}

.right-align {
    min-width: 150px;
    text-align: right;
}

.table-payment th {
    font-size: 14px;
}

.table-payment th.new-ui, .table-payment td.new-ui  {
    font-size: 12px;
}

.table-payment-detail th.new-ui, .table-payment-detail td.new-ui  {
    font-size: 14px;
}

.black-text {
    color: #000000;
}

.gray-text {
    color: #333333;
}

@media print {
    .grey-background {
        background-color: #8080801f !important;
        -webkit-print-color-adjust: exact;
    }
    a[href]:after {
        content: none !important;
    }
}