.label_width{
    min-width: 100px;
}
.title_width{
    min-width: 160px;
}
.attachment_present_block{
    width: 100px;
}
.attachment_present{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.td_checkbox_block, .th_checkbox_block{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 80px;
}
@media(min-width: 576px){
    .td_checkbox_block, .th_checkbox_block{
        width: 108.8px;
    }
}
.td_checkbox_block{
    min-height: 96px;
}
.th_checkbox_block{
    min-height: 54.8px;
}
.dtr-modal table tr:first-child{
    display: none;
}
.dtr-modal-content > h2{
    display: none;
}
.tf_ansbox{
    background-color: #4f9fb5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    padding: .5rem 1.5rem;
    border-radius: .25rem;
}
.optionbox{
    border: 1px solid rgb(220,220,220);
    border-radius: .5rem;
    padding: 1rem;
    height: 100%;
}

.optionbox.ans{
    border-color: #4f9fb5;
    background-color: rgba(79, 159, 181, .1);
    font-weight: 500;
}

.content_area{
    padding-bottom: 70px;
}