.table > tbody > tr > td.vertical-middle,
.table > tbody > tr > th.vertical-middle {
    vertical-align: middle;
}

/* 画像表示 */
.thumbnail_list {
    height: 80px;
}

.thumbnail_detail {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.thumbnail_overall {
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

/* ローディング */
.loading_fullscreen {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;

    position: absolute;
    top: 0;
    left: 0;
}
.loading_center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hide {
    display: none;
}
