.hc-lstsrch input[type="date"],
.hc-lstsrch input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: none;
    min-width: 180px;
}

.hc-lstsrch input[type="date"]::-webkit-date-and-time-value,
.hc-lstsrch input[type="datetime-local"]::-webkit-date-and-time-value {
    text-align: left;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"] {
    clip-path: inset(100%);
    pointer-events: none;
    position: absolute;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"] + label.disabled {
    cursor: auto;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"] + label::before {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 24px;
}

.hc-lstsrch .data-list {
    font-size: 0.9rem;
}

.hc-lstsrch th .custom-checkbox input[type="checkbox"] + label::before,
.hc-lstsrch td .custom-checkbox input[type="checkbox"] + label::before {
    top: -8px;
}

.hc-lstsrch th.align-top .custom-checkbox input[type="checkbox"] + label::before,
.hc-lstsrch td.align-top .custom-checkbox input[type="checkbox"] + label::before {
    top: 0;
}

.hc-lstsrch th .custom-checkbox input[type="checkbox"] + label.default::before,
.hc-lstsrch td .custom-checkbox input[type="checkbox"] + label.default::before {
    top: -2px;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hc-lstsrch .custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 24px;
}

.hc-lstsrch th .custom-checkbox input[type="checkbox"]:checked + label::before,
.hc-lstsrch td .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: -8px;
}

.hc-lstsrch th.align-top .custom-checkbox input[type="checkbox"]:checked + label::before,
.hc-lstsrch td.align-top .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: 0;
}

.hc-lstsrch th .custom-checkbox input[type="checkbox"]:checked + label.default::before,
.hc-lstsrch td .custom-checkbox input[type="checkbox"]:checked + label.default::before {
    top: -2px;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"]:checked + label::after {
    border-color: white;
    border-style: solid;
    border-width: 0 0 3px 3px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 14px;
}

.hc-lstsrch th .custom-checkbox input[type="checkbox"]:checked + label::after,
.hc-lstsrch td .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: -4px;
}

.hc-lstsrch th.align-top .custom-checkbox input[type="checkbox"]:checked + label::after,
.hc-lstsrch td.align-top .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: 4px;
}

.hc-lstsrch th .custom-checkbox input[type="checkbox"]:checked + label.default::after,
.hc-lstsrch td .custom-checkbox input[type="checkbox"]:checked + label.default::after {
    top: 2px;
}

.hc-lstsrch .custom-checkbox.check-disabled {
    opacity: 0.5;
}

.hc-lstsrch .custom-checkbox input[type="checkbox"]:disabled + label::before {
    opacity: 0.5;
    cursor: default;
}

.hc-lstsrch .radio-circle-button {
    clip-path: inset(100%);
    pointer-events: none;
    position: absolute;
}

.hc-lstsrch .radio-label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}

.hc-lstsrch .radio-label::before,
.hc-lstsrch .radio-label::after {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 24px;
}

.hc-lstsrch td .radio-label::before,
.hc-lstsrch td .radio-label::after {
    top: -8px;
}

.hc-lstsrch .radio-label::after {
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 5px;
}

.hc-lstsrch .radio-circle-button:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hc-lstsrch .radio-circle-button:checked + .radio-label::after {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 16px;
    opacity: 1;
}

.hc-lstsrch td .radio-circle-button:checked + .radio-label::after {
    top: -4px;
}

.hc-lstsrch .radio-circle-button:disabled + label {
    opacity: 0.35;
    cursor: default;
}

.hc-lstsrch .btn-group-toggle label {
    cursor: pointer;
    position: relative;
}

.hc-lstsrch .btn-group-toggle input[type="radio"] ~ div {
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.hc-lstsrch .btn-group-toggle label.btn-outline-primary input[type="radio"]:focus ~ div {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hc-lstsrch .btn-group-toggle label.btn-outline-dark input[type="radio"]:focus ~ div {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.hc-lstsrch .btn-img:focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hc-lstsrch .required-en::after {
    display: inline-block;
    margin-left: 5px;
    padding: 0.3em 0.4em;
    font-size: 70%;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    color: var(--danger);
    background-color: #fff;
    border: 1px solid var(--danger);
    border-radius: 4px;
    content: "required";
}

.hc-lstsrch .btn-outline-primary {
    background-color: #ffffff;
}

.hc-lstsrch .btn-outline-primary:hover {
    background-color: var(--primary);
}

.hc-lstsrch .col-truncate-normal {
    max-width: 0;
}

.hc-lstsrch .popup-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.hc-lstsrch .ai-analysis-confirm-message-base {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333333;
    opacity: 0.8;
    z-index: 1100;
    overflow: hidden;
}

.hc-lstsrch .ai-analysis-confirm-message-base .message {
    font-size: 1.2rem;
    color: var(--white);
}

#hc-lstsrch-lostitemsetting-lostitemsetting table thead .header-status,
#hc-lstsrch-lostitemsetting-lostitemsetting table thead .header-type,
#hc-lstsrch-lostitemsetting-lostitemsetting table thead .header-location-id,
#hc-lstsrch-lostitemsetting-lostitemsetting table thead .header-facility-id {
    width: 15%;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .enable-area,
#hc-lstsrch-lostitemsetting-lostitemsetting .isclear-area {
    display: flex;
    flex-wrap: wrap;
    background-color: #e9ecef;
    border-radius: 0.4rem;
    padding: 0.2rem 1rem;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .handling-facility-found-area {
    display: inline-block;
    flex-wrap: wrap;
    background-color: #e9ecef;
    border-radius: 0.4rem;
    padding: 0.2rem 1rem;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .handling-facility-found-area div.disabled {
    opacity: 0.35;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .enable-area span,
#hc-lstsrch-lostitemsetting-lostitemsetting .isclear-area span {
    margin: 0.2rem 0;
}

#hc-lstsrch-lostitemsetting-lostitemsetting details summary {
    list-style: none;
    cursor: pointer;
    padding: 0.4rem;
    color: #495057;
    font-size: 1.2rem;
}

#hc-lstsrch-lostitemsetting-lostitemsetting details summary::-webkit-details-marker {
    display: none;
}

#hc-lstsrch-lostitemsetting-lostitemsetting details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-lstsrch-lostitemsetting-lostitemsetting details summary::before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
}

#hc-lstsrch-lostitemsetting-lostitemsetting details[open] summary::before {
    content: "\f056";
}

#hc-lstsrch-lostitemsetting-lostitemsetting .globalsettingpanel td.discovery-location-class-item {
    padding-top: 11px;
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container,
#hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional,
#hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container,
#hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional {
    display: flex;
    flex-wrap: wrap;
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item .title,
#hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item .title {
    font-size: 0.8rem;
    color: #2a6e6b;
    margin-top: 0.2rem;
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container .input-item,
#hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item,
#hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container .input-item,
#hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item {
    width: 100%;
}

@media (min-width: 576px) {
    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container .input-item.lost-item-name,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container .input-item.found-item-name {
        width: 33%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container .input-item.classification,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container .input-item.classification {
        width: 33%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container .input-item.storage-location,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container .input-item.storage-location {
        width: 34%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item.classification,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item.classification {
        width: 24%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item.goods,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item.goods {
        width: 30%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item.amount,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item.amount {
        width: 22%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item.number,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item.number {
        width: 24%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item.storage-location,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item.storage-location {
        width: 40%;
    }

    #hc-lstsrch-lostitemregister-lostitemregister .lost-item-list .input-item-container-for-professional .input-item.feature,
    #hc-lstsrch-founditemregister-founditemregister .found-item-list .input-item-container-for-professional .input-item.feature {
        width: 60%;
    }
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-img-box,
#hc-lstsrch-founditemregister-founditemregister .lost-item-img-box,
#hc-lstsrch-lostitemsearch-edit .lost-item-img-box,
.hc-lstsrch-cmp-deliveryrecord .lost-item-img-box,
.hc-lstsrch-cmp-shippingrecord .lost-item-img-box,
.hc-lstsrch-cmp-policereportrecord .lost-item-img-box,
.hc-lstsrch-cmp-lostitemdetail .lost-item-img-box,
#hc-lstsrch-inquiryregister-inquiryregister .img-box,
#hc-lstsrch-inquirylist-inquiryedit .img-box,
.lost-item-inquiry-result-dialog .img-box {
    position: relative;
    margin-top: 0.4rem;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-img-box img,
#hc-lstsrch-founditemregister-founditemregister .lost-item-img-box img,
#hc-lstsrch-lostitemsearch-edit .lost-item-img-box img,
.hc-lstsrch-cmp-deliveryrecord .lost-item-img-box img,
.hc-lstsrch-cmp-shippingrecord .lost-item-img-box img,
.hc-lstsrch-cmp-policereportrecord .lost-item-img-box img,
.hc-lstsrch-cmp-lostitemdetail .lost-item-img-box img,
#hc-lstsrch-inquiryregister-inquiryregister .img-box img,
#hc-lstsrch-inquirylist-inquiryedit .img-box img,
.lost-item-inquiry-result-dialog .img-box img {
    object-fit: scale-down;
    width: 140px;
    height: 140px;
    background-color: #333333;
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-img-box .btn-trash-image,
#hc-lstsrch-founditemregister-founditemregister .lost-item-img-box .btn-trash-image,
#hc-lstsrch-lostitemsearch-edit .lost-item-img-box .btn-trash-image,
.hc-lstsrch-cmp-deliveryrecord .lost-item-img-box .btn-trash-image,
.hc-lstsrch-cmp-shippingrecord .lost-item-img-box .btn-trash-image,
.hc-lstsrch-cmp-policereportrecord .lost-item-img-box .btn-trash-image,
#hc-lstsrch-inquiryregister-inquiryregister .img-box .btn-trash-image,
#hc-lstsrch-inquirylist-inquiryedit .img-box .btn-trash-image {
    position: absolute;
    bottom: 3px;
    right: 3px;
}

#hc-lstsrch-lostitemregister-lostitemregister .lost-item-img-box .personal-information-icon,
#hc-lstsrch-founditemregister-founditemregister .lost-item-img-box .personal-information-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 1.6rem;
}

#hc-lstsrch-lostitemregister-lostitemregister img.lost-item-img + .btn-img-delete,
#hc-lstsrch-founditemregister-founditemregister img.lost-item-img + .btn-img-delete {
    margin-left: 0.4rem;
}

#hc-lstsrch-lostitemregister-lostitemregister table.registered-item-table,
#hc-lstsrch-founditemregister-founditemregister table.registered-item-table {
    font-size: 0.8rem;
}

#hc-lstsrch-lostitemregister-lostitemregister table.registered-item-table tbody tr,
#hc-lstsrch-founditemregister-founditemregister table.data-list tbody tr {
    height: 50px;
}

#hc-lstsrch-lostitemregister-lostitemregister .extendedtable .extendedtableheader.sortable {
    cursor: pointer;
}

#hc-lstsrch-lostitemregister-lostitemregister .btn-discovery-location,
#hc-lstsrch-lostitemregister-lostitemregister .btn-take-photo {
    cursor: pointer;
}

#hc-lstsrch-lostitemregister-lostitemregister .aa-cmp-autocomplete,
#hc-lstsrch-founditemregister-founditemregister .aa-cmp-autocomplete {
    width: 100%;
}

.lostitemregister-photo-display-container .lost-item-photo img,
.lostitemregister-photography-container .lost-item-photo img,
.lostitemsearch-photo-display-container .lost-item-photo img,
.lostitemsearch-photography-container .lost-item-photo img {
    object-fit: scale-down;
    width: 300px;
    height: 300px;
    background-color: #333333;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .lost-object-cards .lost-item-photo img,
#hc-lstsrch-inquirylist-inquirylist .lost-object-cards .lost-item-photo img {
    object-fit: scale-down;
    width: 100%;
    height: 200px;
    padding: 10px;
}

.photography-dialog .camera-area,
.photography-dialog .preview-area,
#hc-lstsrch-lostitemtop-lostitemtop .camera-area,
#hc-lstsrch-lostitemtop-lostitemtop .preview-area,
#hc-lstsrch-lostitemregister-lostitemregister .camera-area,
#hc-lstsrch-lostitemregister-lostitemregister .preview-area,
#hc-lstsrch-founditemregister-founditemregister .camera-area,
#hc-lstsrch-founditemregister-founditemregister .preview-area,
#hc-lstsrch-lostitemsearch-lostitemsearch .camera-area,
#hc-lstsrch-lostitemsearch-lostitemsearch .preview-area {
    text-align: center;
    padding: 1.5rem 0;
    background-color: #333333;
    border-radius: 0.4rem;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .search-condition-area .toggle-area {
    padding: 0 0.1rem;
    overflow: hidden;
    height: 0;
    transition: all 0.2s;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .search-condition-area input:checked ~ .toggle-area {
    padding: 0.05rem 0.1rem;
    opacity: 1;
    height: auto;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .search-condition-area input:checked + .search-condition-label::before {
    font-family: "Font Awesome 5 Free";
    content: "\f056";
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.3rem;
    color: #248484;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .search-condition-area input + .search-condition-label::before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    font-size: 1.2rem;
    font-weight: 900;
    padding: 0.3rem;
    color: #248484;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .search-condition-area .search-condition-label {
    cursor: pointer;
}

#hc-lstsrch-lostitemsearch-lostitemsearch #search-condition {
    display: none;
}

#hc-lstsrch-lostitemsearch-lostitemrecycle .table-items,
#hc-lstsrch-operationlog-operationlog .table-items,
#hc-lstsrch-lostitemsearch-lodgersetting .table-items {
    font-size: 0.9rem;
}

#hc-lstsrch-operationlog-operationlog .table-items .operation-details {
    white-space: pre-wrap;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .table-items .same-group {
    border-left: solid 6px rgba(255, 0, 0, 0.55);
}

#hc-lstsrch-lostitemsearch-lostitemsearch .table-items .implementation-date,
#hc-lstsrch-lostitemsearch-lostitemrecycle .table-items .implementation-date {
    font-size: 0.8rem;
}

#hc-lstsrch-lostitemsearch-lostitemsearch table.table-items tbody td,
#hc-lstsrch-lostitemsearch-lostitemsearch .acceptednumbersetting-issuedetail table.data-list tbody tr,
#hc-lstsrch-lostitemsearch-lostitemsearch .policereportissuepanel table.data-list tbody tr {
    height: 54px;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .acceptednumbersetting-issuelist table button.btn,
#hc-lstsrch-lostitemsearch-lostitemsearch .acceptednumbersetting-issuelist table a.btn {
    width: 38px;
    height: 34px;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .acceptednumbersetting-issuelist a.btn.disabled {
    opacity: 0.65;
}

#hc-lstsrch-lostitemsetting-lostitemsetting input[type="color"]:disabled {
    opacity: 0.65;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .check-disabled label::before,
#hc-lstsrch-lostitemsetting-lostitemsetting .check-disabled label::after {
    cursor: default;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .globalsettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .topsettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .lostitemregistersettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .lostitemsearchsettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .notificationsettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .inquirysettingpanel {
    height: calc(100vh - 150px);
    height: calc(var(--vh, 1vh) * 100 - 150px);
    overflow-x: hidden;
    overflow-y: auto;
}

#hc-lstsrch-lostitemsetting-lostitemsetting .headquartersglobalsettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .headquarterslostitemregistersettingpanel,
#hc-lstsrch-lostitemsetting-lostitemsetting .headquarterslostitemsearchsettingpanel {
    height: calc(100vh - 225px);
    height: calc(var(--vh, 1vh) * 100 - 225px);
    overflow-x: hidden;
    overflow-y: auto;
}

.register-item-setting-area td .radio-label::before,
.register-item-setting-area td .radio-label::after,
.search-item-setting-area td .radio-label::before,
.search-item-setting-area td .radio-label::after {
    top: 0;
}

.register-item-setting-area td .radio-circle-button:checked + .radio-label::after,
.search-item-setting-area td .radio-circle-button:checked + .radio-label::after {
    top: 4px;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .table-items td.list-item {
    cursor: default;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .btn-status-search,
#hc-lstsrch-lostitemsearch-lostitemsearch .tab-panel button,
#hc-lstsrch-lostitemsearch-lostitemsearch .search-item-title,
#hc-lstsrch-operationlog-operationlog .search-item-title,
#hc-lstsrch-inquirylist-inquirylist .btn-status-search,
#hc-lstsrch-inquirylist-inquirylist .search-item-title,
#hc-lstsrch-inquirylist-pastinquirylist .btn-status-search,
#hc-lstsrch-inquirylist-pastinquirylist .search-item-title {
    font-size: 0.9rem;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .tab-content-panel {
    position: relative;
    top: -3px;
    z-index: 1000;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .box-upper-line,
#hc-lstsrch-operationlog-operationlog .box-upper-line,
#hc-lstsrch-inquirylist-inquirylist .box-upper-line,
#hc-lstsrch-inquirylist-pastinquirylist .box-upper-line {
    border: 2px solid #f3f3f3;
    border-top: 5px solid #248484;
    background-color: #f3f3f3;
    width: 100%;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .tab-content .operation-btn {
    font-size: 0.9rem;
    margin-top: 2px;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .quick-serach-btns button,
#hc-lstsrch-inquirylist-inquirylist .quick-serach-btns button,
#hc-lstsrch-inquirylist-pastinquirylist .quick-serach-btns button,
.hc-lstsrch-cmp-managementrecord .timezone-btns label {
    background-color: #ffffff;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .quick-serach-btns button:hover,
#hc-lstsrch-inquirylist-inquirylist .quick-serach-btns button:hover,
#hc-lstsrch-inquirylist-pastinquirylist .quick-serach-btns button:hover,
.hc-lstsrch-cmp-managementrecord .timezone-btns label:hover {
    color: #fff;
    background-color: #248484;
    border-color: #248484;
}

.hc-lstsrch-cmp-managementrecord .timezone-btns label.disabled:hover {
    pointer-events: none;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .quick-serach-btns button.active,
#hc-lstsrch-inquirylist-inquirylist .quick-serach-btns button.active,
#hc-lstsrch-inquirylist-pastinquirylist .quick-serach-btns button.active,
.hc-lstsrch-cmp-managementrecord .timezone-btns label.active {
    color: #fff;
    background-color: #248484;
    border-color: #248484;
}

.hc-lstsrch-cmp-signaturearea.normalscreen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.hc-lstsrch-cmp-signaturearea.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    z-index: 1100;
    overflow: hidden;
}

.hc-lstsrch-cmp-signaturearea .signature {
    height: 171px;
}

.hc-lstsrch-cmp-signaturearea .signature canvas {
    border: 1px solid #ced4da;
}

.hc-lstsrch-cmp-signaturearea .signature canvas.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.hc-lstsrch-cmp-signaturearea .signature img {
    border: 1px solid #ced4da;
    opacity: 0.5;
}

#hc-lstsrch-lostitemtop-lostitemtop .summary-area {
    position: sticky;
    z-index: 80;
    top: 0px;
    background-color: #ffffff;
    box-sizing: border-box;
}

#hc-lstsrch-lostitemtop-lostitemtop .lostitems-message-area {
    position: sticky;
    z-index: 80;
    top: 220px;
    background-color: #ffffff;
    box-sizing: border-box;
}

#hc-lstsrch-lostitemtop-lostitemtop .lost-object-cards .card,
#hc-lstsrch-lostitemtop-lostitemtop .inquiry-cards .card,
#hc-lstsrch-lostitemsearch-lostitemsearch .lost-object-cards .card,
.inquirylist-lost-item-inquiry-candidates .lost-object-cards .card {
    width: 282px;
    min-width: 282px;
    max-width: 282px;
    text-align: center;
    font-size: 0.75rem;
    margin-bottom: 15px;
}

#hc-lstsrch-lostitemtop-lostitemtop .lost-object-cards .lost-object-card.active,
#hc-lstsrch-lostitemsearch-lostitemsearch .lost-object-cards .lost-object-card.active {
    border-top: solid 6px rgba(255, 0, 0, 0.55);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

#hc-lstsrch-lostitemtop-lostitemtop .lost-object-cards .card .expired,
#hc-lstsrch-lostitemtop-lostitemtop .lost-object-cards .card .telephone,
#hc-lstsrch-lostitemsearch-lostitemsearch .table-items .expired {
    font-size: 1.6rem;
    color: #ff0039;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table .expired {
    color: #ff0039;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .lost-object-cards .card .expired {
    font-size: 1rem;
    color: #ff0039;
}

#hc-lstsrch-lostitemtop-lostitemtop .lost-object-cards .card .attention {
    background-color: rgba(255, 0, 0, 0.2);
}

#hc-lstsrch-lostitemtop-lostitemtop .btn-show {
    width: 220px;
}

#hc-lstsrch-lostitemtop-lostitemtop > details {
    margin-right: -15px;
    margin-left: -15px;
}

#hc-lstsrch-lostitemtop-lostitemtop .custom-table-responsive {
    display: block;
    overflow-x: auto;
}

#hc-lstsrch-lostitemtop-cmp-lostitemsarea > details summary,
#hc-lstsrch-lostitemtop-cmp-inquiriesarea > details summary {
    list-style: none;
    cursor: pointer;
    color: #495057;
    font-size: 1.3rem;
}

#hc-lstsrch-lostitemtop-cmp-lostitemsarea > details summary:focus-visible,
#hc-lstsrch-lostitemtop-cmp-inquiriesarea > details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-lstsrch-lostitemtop-cmp-lostitemsarea > details summary::before,
#hc-lstsrch-lostitemtop-cmp-inquiriesarea > details summary::before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
}

#hc-lstsrch-lostitemtop-cmp-lostitemsarea > details[open] summary::before,
#hc-lstsrch-lostitemtop-cmp-inquiriesarea > details[open] summary::before {
    content: "\f056";
}

#hc-lstsrch-lostitemtop-cmp-lostitemsarea .lost-item-none,
#hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-history-none,
#hc-lstsrch-lostitemsearch-edit .lost-item-history-none,
#hc-lstsrch-lostitemtop-cmp-lostitemsarea .lost-item-history-none,
.hc-lstsrch-cmp-managementrecord .lost-item-image-none,
.hc-lstsrch-cmp-lostitemdetail .lost-item-history-none {
    color: #2a6e6b;
    margin-left: 0.5rem;
}

#hc-lstsrch-lostitemtop-lostitemtop .center-deck {
    border-left: dashed hsl(180, 58%, 33%) 1px;
    border-right: dashed hsl(180, 58%, 33%) 1px;
}

@media (max-width: 1199.98px) {
    #hc-lstsrch-lostitemtop-lostitemtop .center-deck {
        border-left: none;
        border-right: none;
    }
}

#hc-lstsrch-lostitemtop-lostitemtop .status-label {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#hc-lstsrch-lostitemsearch-edit .custom-col,
.hc-lstsrch-cmp-lostitemdetail .custom-col,
#hc-lstsrch-lostitemregister-lostitemregister .custom-col,
#hc-lstsrch-operationlog-lostitemdetail .custom-col {
    max-width: 260px;
}

#hc-lstsrch-lostitemsearch-edit .signature-photo img,
.hc-lstsrch-cmp-lostitemdetail .signature-photo img {
    width: 620px;
    height: 200px;
    border: 1px solid #ced4da;
}

#hc-lstsrch-lostitemregister-lostitemregister .item-title {
    min-width: 260px;
    width: 260px;
    padding-left: 15px;
}

#hc-lstsrch-lostitemregister-lostitemregister .rights-classification,
#hc-lstsrch-founditemregister-founditemregister .rights-classification {
    pointer-events: none;
}

#hc-lstsrch-lostitemregister-lostitemregister .right-type-btns button,
#hc-lstsrch-lostitemsearch-edit .right-type-btns button,
#hc-lstsrch-founditemregister-founditemregister .right-type-btns button,
.hc-lstsrch-cmp-managementrecord .right-type-btns button {
    background-color: #ffffff;
    border-color: var(--primary);
    color: var(--primary);
}

#hc-lstsrch-lostitemregister-lostitemregister .right-type-btns button.active,
#hc-lstsrch-lostitemsearch-edit .right-type-btns button.active,
#hc-lstsrch-founditemregister-founditemregister .right-type-btns button.active,
.hc-lstsrch-cmp-managementrecord .right-type-btns button.active {
    background-color: var(--primary);
    color: #ffffff;
}

.hc-lstsrch-cmp-managementrecord .right-type-btns button:hover {
    background: inherit;
}

#hc-lstsrch-founditemregister-founditemregister .custom-col {
    max-width: 195px;
}

#hc-lstsrch-founditemregister-founditemregister .item-title {
    min-width: 260px;
    width: 260px;
    padding-left: 15px;
}

#hc-lstsrch-lostitemsearch-edit .item-title,
.hc-lstsrch-cmp-lostitemdetail .item-title {
    min-width: 200px;
    width: 200px;
    padding-left: 15px;
}

.hc-lstsrch-cmp-lostitemdetail .item-value {
    background-color: #f3f3f3;
}

#hc-lstsrch-lostitemsearch-edit details summary,
.hc-lstsrch-cmp-lostitemdetail details summary {
    list-style: none;
    cursor: pointer;
    padding: 0.4rem;
    color: #495057;
    font-size: 1.25rem;
}

#hc-lstsrch-lostitemtop-lostitemtop details summary::-webkit-details-marker,
#hc-lstsrch-lostitemsearch-edit details summary::-webkit-details-marker,
.hc-lstsrch-cmp-lostitemdetail details summary::-webkit-details-marker {
    display: none;
}

#hc-lstsrch-lostitemsearch-edit details summary:focus-visible,
.hc-lstsrch-cmp-lostitemdetail details summary:focus-visible {
    color: #495057;
    background-color: #fff;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

#hc-lstsrch-lostitemsearch-edit details summary::before,
.hc-lstsrch-cmp-lostitemdetail details summary::before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
}

#hc-lstsrch-lostitemsearch-edit details[open] summary::before,
.hc-lstsrch-cmp-lostitemdetail details[open] summary::before {
    content: "\f056";
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar {
    min-width: 450px;
    max-width: 1050px;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-week {
    min-height: 80px;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-week .calendar-day {
    min-height: 80px;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day:not(.sunday) .holiday {
    color: #ff0000;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day .holiday-name {
    font-size: 0.8rem;
    min-height: 20px;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day .expired {
    color: #ff0000;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day .day-header {
    font-size: 1.4rem;
    font-weight: bold;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day .information {
    background-color: #f3f3f3;
}

#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day .fa-plus,
#hc-lstsrch-lostitemcalendar-lostitemcalendar .aa-cmp-calendar .calendar-day .fa-search {
    color: hsl(180, 58%, 33%);
    cursor: pointer;
    margin-top: 2px;
}

.hc-lstsrch-cmp-managementrecord .tab-panel {
    font-size: 0.9rem;
}

.hc-lstsrch-cmp-managementrecord .tab-panel .nav-link {
    font-size: 0.9rem;
    color: #248484;
    text-decoration: none;
    background-color: transparent;
}

.hc-lstsrch-cmp-managementrecord .tab-panel .nav-link.active {
    color: #fff;
    background-color: #248484;
}

.hc-lstsrch-cmp-managementrecord details {
    margin-right: -15px;
    margin-left: -15px;
}

.hc-lstsrch-cmp-managementrecord details summary {
    list-style: none;
    cursor: pointer;
    color: #495057;
}

.hc-lstsrch-cmp-managementrecord details summary::-webkit-details-marker {
    display: none;
}

.hc-lstsrch-cmp-managementrecord details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

.hc-lstsrch-cmp-managementrecord details summary.lost-item-images,
.hc-lstsrch-cmp-managementrecord details summary.delivery-item,
.hc-lstsrch-cmp-managementrecord details summary.shipping-item,
.hc-lstsrch-cmp-managementrecord details summary.signature-message,
.hc-lstsrch-cmp-managementrecord details summary.signature-message + div {
    padding-left: 15px;
}

.hc-lstsrch-cmp-managementrecord details summary.history-list::before,
.hc-lstsrch-cmp-managementrecord details summary.right-detail::before,
.hc-lstsrch-cmp-managementrecord details summary.delivery-item::after,
.hc-lstsrch-cmp-managementrecord details summary.shipping-item::after,
.hc-lstsrch-cmp-managementrecord details summary.signature-message::before,
.hc-lstsrch-cmp-managementrecord details summary.lost-item-images::after {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
    color: #248484;
}

.hc-lstsrch-cmp-managementrecord details[open] summary.history-list::before,
.hc-lstsrch-cmp-managementrecord details[open] summary.right-detail::before,
.hc-lstsrch-cmp-managementrecord details[open] summary.delivery-item::after,
.hc-lstsrch-cmp-managementrecord details[open] summary.shipping-item::after,
.hc-lstsrch-cmp-managementrecord details[open] summary.signature-message::before,
.hc-lstsrch-cmp-managementrecord details[open] summary.lost-item-images::after {
    content: "\f056";
}

.hc-lstsrch-cmp-managementrecord label.lost-report-quote,
.hc-lstsrch-cmp-managementrecord label.same-lodger-name,
.hc-lstsrch-cmp-managementrecord label.same-inquirer-name,
.hc-lstsrch-cmp-managementrecord label.next-checkin,
.hc-lstsrch-cmp-managementrecord details summary.right-detail,
.hc-lstsrch-cmp-managementrecord .right-detail-area input[type="text"],
.hc-lstsrch-cmp-managementrecord .right-detail-area label.found-type-input,
.hc-lstsrch-cmp-managementrecord .right-detail-area button.right-type-input,
.hc-lstsrch-cmp-managementrecord .right-detail-area label.checkbox-label,
.hc-lstsrch-cmp-managementrecord .right-detail-area .validation-message,
.hc-lstsrch-cmp-managementrecord .right-detail-area span,
.hc-lstsrch-cmp-managementrecord .accepted-number,
#hc-lstsrch-lostitemsearch-edit label.next-checkin {
    font-size: 0.9rem;
}

.hc-lstsrch-cmp-managementrecord .right-detail .found-type {
    display: inline-block;
    color: #248484;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #248484;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.hc-lstsrch-cmp-managementrecord .right-detail-area label.right-label {
    display: inline-block;
    color: #248484;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #248484;
    padding: 0.25rem 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.hc-lstsrch-cmp-managementrecord .right-detail-area .radio-label::before,
.hc-lstsrch-cmp-managementrecord .right-detail-area .radio-label::after {
    top: -3px;
}

.hc-lstsrch-cmp-managementrecord .right-detail-area .radio-circle-button:checked + .radio-label::after {
    top: 1px;
}

.hc-lstsrch-cmp-managementrecord .icon-del::-webkit-calendar-picker-indicator,
#hc-lstsrch-lostitemsearch-edit .icon-del::-webkit-calendar-picker-indicator {
    display: none;
}

.hc-lstsrch-cmp-managementrecord .table-histories {
    font-size: 0.9rem;
}

.hc-lstsrch-cmp-managementrecord .helper-text {
    font-size: 0.8rem;
    color: #2a6e6b;
}

.hc-lstsrch-cmp-managementrecord .mask-icon {
    font-size: 1.1rem;
    color: #248484;
    cursor: pointer;
}

.hc-lstsrch-cmp-managementrecord .scheduled-item {
    padding-right: 36px;
}

.hc-lstsrch-cmp-managementrecord .lost-item-image {
    min-width: 300px;
    width: 300px;
    min-height: 300px;
}

.hc-lstsrch-cmp-managementrecord .lost-item-image img {
    object-fit: scale-down;
    width: 300px;
    height: 300px;
    background-color: #333333;
}

.hc-lstsrch-cmp-managementrecord .caution-text {
    color: red;
    font-weight: bold;
}

.hc-lstsrch-cmp-managementrecord .caution-text .arrow {
    margin-left: 36px;
}

.hc-lstsrch-cmp-managementrecord .caution-text-small {
    color: red;
    font-size: 74%;
}

.hc-lstsrch-cmp-managementrecord .action-btn {
    max-height: 36px;
    background-color: #ffffff;
}

.hc-lstsrch-cmp-managementrecord .action-btn:hover {
    color: #248484;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(36, 132, 132, 0.5);
}

.hc-lstsrch-cmp-managementrecord pre.textarea {
    padding: 6px 12px;
    color: #495057;
    background-color: #e9ecef;
    border-radius: 4px;
    border: 1px solid #ced4da;
    font: inherit;
    word-break: break-all;
    width: 100%;
}

#hc-lstsrch-lostitemsearch-edit .table-histories,
.hc-lstsrch-cmp-lostitemdetail .table-histories,
.hc-lstsrch-cmp-management-record .table-histories,
#hc-lstsrch-lostitemsearch-edit label.operation-btn,
.hc-lstsrch-cmp-deliveryrecord label.operation-btn,
.hc-lstsrch-cmp-shippingrecord label.operation-btn,
.hc-lstsrch-cmp-policereportrecord label.operation-btn,
.hc-lstsrch-lostitemsearch-lostitemsupdate label.operation-btn {
    font-size: 0.9rem;
    margin-top: 2px;
}

#hc-lstsrch-lostitemsearch-edit .table-histories textarea,
.hc-lstsrch-cmp-lostitemdetail .table-histories textarea {
    font-size: 0.8rem;
}

.hc-lstsrch-cmp-lostitemdetail .files ul,
#hc-lstsrch-lostitemsearch-edit .files ul,
.hc-lstsrch-cmp-deliveryrecord .files ul,
.hc-lstsrch-cmp-shippingrecord .files ul,
.hc-lstsrch-cmp-policereportrecord .files ul,
.hc-lstsrch-lostitemsearch-lostitemsupdate .files ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.hc-lstsrch-cmp-managementrecord .custom-checkbox input[type="checkbox"]:disabled + label::before,
.hc-lstsrch-cmp-managementrecord .custom-checkbox input[type="checkbox"]:disabled + label,
#hc-lstsrch-lostitemsearch-edit .custom-checkbox input[type="checkbox"]:disabled + label::before,
#hc-lstsrch-lostitemsearch-edit .custom-checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.5;
    cursor: default;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .lostitem-button-area,
#hc-lstsrch-inquirylist-inquirylist .inquiry-button-area {
    position: sticky;
    z-index: 1;
    top: 0;
    background-color: #ffffff;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
}

#hc-lstsrch-inquirylist-inquirylist label.btn-islink {
    background-color: #ffffff;
    border-color: var(--primary);
    color: var(--primary);
    font-size: 0.9rem;
    width: 65px;
}

#hc-lstsrch-inquirylist-inquirylist label.btn-islink.active {
    background-color: var(--primary);
    color: #fff;
}

#hc-lstsrch-inquirylist-inquirylist label.btn-islink.disabled {
    cursor: default;
}

#hc-lstsrch-inquirylist-inquirylist tr.alert-item {
    background-color: #fadadf;
}

.inquiry-use-location-selection .btn-use-location,
.inquiry-use-location-selection .btn-use-location-room,
.inquiry-use-location-selection .btn-use-floor,
.inquiry-use-location-selection .btn-use-location-classification {
    background-color: #ffffff;
    border-color: var(--primary);
    color: var(--primary);
}

.inquiry-use-location-selection .btn-use-location.active,
.inquiry-use-location-selection .btn-use-location-room.active,
.inquiry-use-location-selection .btn-use-floor.active,
.inquiry-use-location-selection .btn-use-location-classification.active,
.lost-item-inquiry-result-dialog label.use-location.active,
.lost-item-inquiry-result-dialog label.use-location-classification.active {
    background-color: var(--primary);
    color: #ffffff;
}

.lost-item-inquiry-result-dialog details summary {
    list-style: none;
    cursor: pointer;
}

.lost-item-inquiry-result-dialog details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

.lost-item-inquiry-result-dialog details summary::after {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
    color: var(--primary);
}

.lost-item-inquiry-result-dialog details[open] summary::after {
    content: "\f056";
}

.inquiry-use-location-selection .btn-use-location-room.selected,
.inquiry-use-location-selection .btn-use-floor.selected,
.inquiry-use-location-selection .btn-use-location-classification.selected {
    border-color: var(--primary);
    box-shadow: 0 0 0 0.2rem rgba(36, 132, 132, 0.5);
}

#hc-lstsrch-lostitemsearch-lostitemsearch td span.right-label.abstain {
    border: 1px solid #000;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
}

#hc-lstsrch-lostitemsearch-lostitemsearch td span.right-label.rights {
    border: 1px solid #000;
    padding: 0.1rem 0.3rem;
    border-radius: 3px;
}

#hc-lstsrch-lostitemsearch-lostitemsearch tr.right-label.abstain {
    background-color: var(--success);
    color: #ffffff;
}

#hc-lstsrch-lostitemsearch-lostitemsearch tr.right-label.rights {
    background-color: var(--warning);
    color: #ffffff;
}

#hc-lstsrch-lostitemsearch-lostitemsearch .policereportissue .page,
#hc-lstsrch-lostitemsearch-lostitemsearch .document-issue .page {
    padding: 0.2rem 0.6rem;
    border: 1px solid var(--primary);
    border-radius: 5px;
}

@media screen and (max-width: 575.98px) {
    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table table,
    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table table {
        border: none;
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table thead,
    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table thead {
        display: none;
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table tr:not(:last-child),
    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table tr:not(:last-child) {
        display: block;
        width: 100%;
        border-bottom: 2px solid var(--primary);
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table table.table-items tbody td,
    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 42px;
        height: auto;
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td::before,
    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td::before {
        display: flex;
        align-items: center;
        font-weight: bold;
        min-width: 130px;
        width: 130px;
        margin-left: 10px;
        text-align: left;
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td span.helper-text,
    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td span.helper-text {
        margin-left: 1rem;
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(1)::before {
        content: "選択";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(2)::before {
        content: "発見日";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(3)::before {
        content: "発見場所";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(4)::before {
        content: "宿泊者氏名";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(5)::before {
        content: "分類";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td.lost-item:nth-child(6)::before {
        content: "遺失物";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td.found-item:nth-child(6)::before {
        content: "拾得物";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(7)::before {
        content: "特徴";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(8)::before {
        content: "ステータス";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(9)::before {
        content: "受理番号";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(10)::before {
        content: "備考";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(11)::before {
        content: "画像";
    }

    #hc-lstsrch-lostitemsearch-lostitemsearch .lost-item-table td:nth-child(12)::before {
        content: "操作";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(1)::before {
        content: "選択";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(2)::before {
        content: "削除日時";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(3)::before {
        content: "削除ユーザー";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(4)::before {
        content: "発見日";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(5)::before {
        content: "発見場所";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(6)::before {
        content: "分類";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td.lost-item:nth-child(7)::before {
        content: "遺失物";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td.found-item:nth-child(7)::before {
        content: "拾得物";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(8)::before {
        content: "ステータス";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(9)::before {
        content: "画像";
    }

    #hc-lstsrch-lostitemsearch-lostitemrecycle .lost-item-table td:nth-child(10)::before {
        content: "操作";
    }

    #hc-lstsrch-lostitemsetting-lostitemsetting .globalsettingpanel,
    #hc-lstsrch-lostitemsetting-lostitemsetting .lostitemregistersettingpanel,
    #hc-lstsrch-lostitemsetting-lostitemsetting .lostitemsearchsettingpanel,
    #hc-lstsrch-lostitemsetting-lostitemsetting .notificationsettingpanel {
        height: calc(100vh - 150px - var(--mobile-header-height));
        height: calc(var(--vh, 1vh) * 100 - 150px - var(--mobile-header-height));
    }
}
