.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.text-right {
    text-align: right !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
table#tblAmount tr:not(:first-child):not(:last-child) th, table#tblAmount tr:not(:first-child):not(:last-child) td {
    border-top: none;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
a.tokushoho, .tokushoho:hover, .tokushoho:focus {
    color: inherit;
    text-decoration: none;
    position: relative;
}
.d-block {
    display: block !important;
}
[role="button"] {
    cursor: pointer;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.tokushohoTable {
    font-size: .9rem;
    margin-left: .25rem;
    margin-right: .25rem;
    border: 1px solid #dee2e6;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.tokushohoTable .tokushohoTitle {
    background-color: #6c757d;
    color: whitesmoke;
}
@media (min-width: 768px) {
    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }
}
@media (min-width: 768px) {
    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }
}
.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}
.pt-1, .py-1 {
    padding-top: .25rem !important;
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 25.333333%;
        flex: 0 0 25.333333%;
        max-width: 25.333333%;
    }
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.tokushohoelement{
    text-align: left;
}

.buttonPayment{
    font-size: x-large;
    Height:50px; 
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); 
    overflow:visible; 
    cursor:pointer;
    border:solid 5px #ff0000;
}

@media screen and (max-width:480px) {
    .buttonPayment
    {
        font-size: large;
    }
}

.buttonResult
{
    width: 250px;
}