.tbTitle {
    margin: 0.67em 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3;
    text-align: center;
    margin-bottom: 1rem;
    color: #000;
}

#document {
    display: block;
    background-color: #fff;
    padding: 0.5rem;
}

table.colorB {
    width: 100%;
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px;
}

table.colorB th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2;
    position: relative;
    /* border-bottom: solid 1px #737373; */
    box-sizing: border-box;
    padding: 0.5rem;
    background-color: #141414;
}

.fieldname {
    background-color: rgb(220 220 220) !important;
}

table.colorB td {
    position: relative;
    box-sizing: border-box;
    padding: 0.5rem;
    border-bottom: solid 1px #333;
}

table.colorB tr:nth-child(even) {
    background-color: #2c2c2c;
}

table.colorB .fix {
    width: 150px;
}

table.colorB th {
    width: 250px;
}

table.colorB th,
table.colorB td {
    border-bottom: solid 1px #333;
}

table.colorB td.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.check table.colorB {
    width: 100%;
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 2;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px;
    color: #000;
    border: solid 1px #333;
    margin-bottom: 1rem;
}

.check table.colorB th {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2;
    position: relative;
    border: solid 1px #333;
    box-sizing: border-box;
    padding: 0.5rem;
    background-color: #fff;
    color: #000;
}

.check table.colorB td {
    position: relative;
    box-sizing: border-box;
    padding: 0.5rem;
    border: solid 1px #333;
    background-color: #fff;
    color: #000;
}

.check table.colorB span {
    display: block;
    position: relative;
    margin: 0 auto;
    color: #333;
    font-size: 0.8rem;
}

.check table.colorB p {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 90%;
    color: #000;
    text-align: left;
}

.check table.colorB p.sign::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 200px;
    width: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: solid 1px #000;
}

.nonborder {
    border: none !important;
}