/* /Components/AsbAccordionCard.razor.rz.scp.css */
/* アコーディオン部分 */
.custom-detail-area[b-fjfclq295b] {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* ボタン項目配置部分 */
.custom-footer-area[b-fjfclq295b] {
    text-align: center; /* 中央寄せ */
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}
/* /Components/AsbCalendar.razor.rz.scp.css */
.asbcalendar-top-div[b-w81vakgjxo] {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #aaa;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 250px;
    height: 300px;
}

.asbcalendar-date-table[b-w81vakgjxo] {
    margin: 5px;
    width: calc(100% - 10px);
}

    .asbcalendar-date-table th[b-w81vakgjxo] {
        text-align: center;
        font-weight: bold;
        height: 30px;
    }
    .asbcalendar-date-table td[b-w81vakgjxo] {
        text-align: center;
        height: 30px;
    }

.calendar-color-sun[b-w81vakgjxo] {
    padding: 0;
    color: #fd2121;
}

.calendar-color-sat[b-w81vakgjxo] {
    padding: 0;
    color: #0292ff;
}

.calendar-color-normal[b-w81vakgjxo] {
    padding: 0;
    color: #000;
}

.calendar-color-other[b-w81vakgjxo] {
    padding: 0;
    color: #aaa;
}

.selected-background[b-w81vakgjxo] {
    background: #acd4fb49;
}

.today-background[b-w81vakgjxo] {
    background: #fcfbbfb3;
}
/* /Components/AsbCalendarBase.razor.rz.scp.css */
.dialog-calendar-outer[b-ga7y8i7pzp] {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 200;
}

.dialog-calendar-content[b-ga7y8i7pzp] {
    overflow: hidden;
}
/* /Components/AsbCard.razor.rz.scp.css */
.custom-card-default[b-iwbd4da97w] {
    width: 100%;
    margin-bottom: 0.5rem;
}

.custom-card-style[b-iwbd4da97w] {
    border-radius: 5px;
    border: 1px solid gray;
    box-shadow: 0 0 3px gray;
    height: 100%;
    width: 100%;
    background: #fff;
}
/* /Components/AsbCheckBox.razor.rz.scp.css */
.custom-checkbox-div[b-w4whnub5tj] {
    height: 100%;
    display: flex;
    align-items: center;
}
/* /Components/AsbDateBox.razor.rz.scp.css */
.custom-input-body-div[b-73vmyrwdtx] {
    display: flex;
    height: 100%;
}

.custom-text[b-73vmyrwdtx] {
    height: 100%;
    width: calc(100% - 28px);
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0 8px;
}

    .custom-text:disabled[b-73vmyrwdtx] {
        background: rgb(234, 234, 234);
        width: 100%;
    }
/* /Components/AsbDateBoxOld.razor.rz.scp.css */
.custom-input-body-div[b-n8wru1o3y0] {
    position: relative;
    height: 100%;
}

.custom-date[b-n8wru1o3y0] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    color: transparent;
    background: transparent;
}

.custom-text[b-n8wru1o3y0] {
    position: absolute;
    height: 100%;
    width: calc(100% - 1.2rem);
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0 8px;
}

.custom-text:disabled[b-n8wru1o3y0] {
    background: rgb(234, 234, 234);
}
/* /Components/AsbDialog.razor.rz.scp.css */
.dialog-outer[b-q6ur0qwgpy] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}

.dialog-content[b-q6ur0qwgpy] {
    overflow: hidden;
    background-color: white;
    border-radius: 5px; /* 角丸指定 */
}
/* /Components/AsbDlgScreenBody.razor.rz.scp.css */
.dialog-screen-main[b-r7bynm9ukb] {
    max-height: 90vh;
    max-width: 90vw;
}

.dialog-screen-header[b-r7bynm9ukb] {
    position: sticky;
    top: 0;
    height: 3rem;
}

.dialog-screen-header-body[b-r7bynm9ukb] {
    display: flex;
    margin: 1rem;
    text-align: right;
}

.dialog-screen-header-label[b-r7bynm9ukb] {
    text-align: center;
    vertical-align: sub;
    font-weight: 500;
    font-size: small;
}

.dialog-screen-header-btn[b-r7bynm9ukb] {
    border-radius: 4px;
}

.dialog-screen-body[b-r7bynm9ukb] {
    height: Calc(100% - 3rem);
    overflow: auto;
}

.dialog-screen-body-child[b-r7bynm9ukb] {
    margin: 0.5rem 1rem;
}
/* /Components/AsbDropdownList.razor.rz.scp.css */
/*.custom-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    height: 2rem;
}*/

.custom-select[b-gbqzba353m] {
    height: 100%;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
}
    .custom-select:disabled[b-gbqzba353m] {
        background: rgb(234, 234, 234);
    }

    .custom-select > option[b-gbqzba353m] {
        background-color: rgb(250, 250, 250);
        padding: 2px;
        border: 5px solid #aaa;
    }
/* /Components/AsbFileDragDrop.razor.rz.scp.css */
.file-dragdrop-default[b-89xe39ncer] {
    width: 100%;
    margin-bottom: 0.5rem;
}

.file-dragdrop-top-div[b-89xe39ncer] {
    border-radius: 5px;
    border: 2px dashed gray;
    box-shadow: 0 0 3px gray;
    height: 99%;
    min-height: 150px;
    width: 100%;
    background: #fff;
    position: relative;
    align-items: center;
}

.comment-div[b-89xe39ncer] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: medium;
    color: gray;
    text-align: center;
}

.file-select-button[b-89xe39ncer] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
/* /Components/AsbLabelBox.razor.rz.scp.css */
.custom-input-body-div[b-3a6vyn675d] {
    height: 100%;
}

.custom-label[b-3a6vyn675d] {
    height: 100%;
    width: 100%;
    border: 1px dashed #aaa;
    border-radius: 4px;
    padding: 0 8px;
}

    .custom-label:disabled[b-3a6vyn675d] {
        background: rgb(250, 250, 250);
        color: #000;
    }

.custom-label-right[b-3a6vyn675d] {
    text-align: right;
}
/* /Components/AsbLink.razor.rz.scp.css */
.asblink-context-menu[b-u4xrgrxl1a] {
    position: fixed;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 9999;
    padding: 2px 0;
    min-width: 160px;
}
/* /Components/AsbMonthBox.razor.rz.scp.css */
.custom-input-body-div[b-dlkte71pry] {
    height: 100%;
}

.custom-text[b-dlkte71pry] {
    height: 100%;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 0 8px;
}

    .custom-text:disabled[b-dlkte71pry] {
        background: rgb(234, 234, 234);
    }

.custom-text-right[b-dlkte71pry] {
    text-align: right;
}
/* /Components/AsbPagenation.razor.rz.scp.css */
.div-pagenation-area[b-lysxs5rvs5] {
    text-align: right;
    width: 100%;
    margin: 0.5rem 0;
}

.no-spin[b-lysxs5rvs5]::-webkit-inner-spin-button,
.no-spin[b-lysxs5rvs5]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.page-box[b-lysxs5rvs5] {
    height: 1.5rem;
    width: 3rem;
    text-align: right;
}
/* /Components/AsbPopupMessage.razor.rz.scp.css */
body[b-l9ahyazlfl] {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #f5f5f5;
}

.container[b-l9ahyazlfl] {
    text-align: right;
}

.popup[b-l9ahyazlfl] {
    position: fixed;
    top: -100%;
    right: 0%;
    float: right;
    transform: translateX(-5%);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 90%;
    max-height: 90%;
}

    .popup.active[b-l9ahyazlfl] {
        opacity: 1;
        visibility: visible;
        top: calc(3.5rem + 5px);
        transform: translateX(-5%);
        animation: popupShowHide-b-l9ahyazlfl 5.4s ease forwards;
    }

@keyframes popupShowHide-b-l9ahyazlfl {
    0% {
        opacity: 0;
        transform: translateX(-5%) translateY(0%);
    }

    20% {
        opacity: 1;
        transform: translateX(-5%) translateY(30%);
    }

    80% {
        opacity: 1;
        transform: translateX(-5%) translateY(30%);
    }

    100% {
        opacity: 0;
        transform: translateX(-5%) translateY(-30%);
    }
}

.popup-content[b-l9ahyazlfl] {
    background: #fffafd;
    padding: 1rem;
    border-radius: 8px;
    text-align: left;
    position: relative;
    min-width: 300px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 2px solid DarkRed;
}

    .popup-content p[b-l9ahyazlfl] {
        font-size: small;
        color: DarkRed;
        margin: 0;
    }

.Information-color[b-l9ahyazlfl] {
    border: 2px solid #2146b8;
    background: #d6dffc;
}

    .Information-color p[b-l9ahyazlfl] {
        color: #2146b8;
    }

.validation-color[b-l9ahyazlfl] {
    border: 2px solid DarkRed;
    background: #f5f5f5;
}

    .validation-color p[b-l9ahyazlfl] {
        color: DarkRed;
    }

.warning-color[b-l9ahyazlfl] {
    border: 2px solid #bb7404;
    background: #fcfaef;
}

    .warning-color p[b-l9ahyazlfl] {
        color: #bb7404;
    }
/* /Components/AsbRadioList.razor.rz.scp.css */
.radiolist-area[b-sddsjfy9e6] {
    display: flex;
    align-items: center;
    height: 100%;
    /*width: calc(100% - 8rem - 1rem);*/
}
/* /Components/AsbSuggestBox.razor.rz.scp.css */
.suggest-box-wrap[b-kzln175ggg] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.suggest-box-input[b-kzln175ggg] {
    padding: 0 8px;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: inherit;
}

.suggest-box-input:focus[b-kzln175ggg] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.suggest-box-list[b-kzln175ggg] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #aaa;
    border-top: none;
    border-radius: 0 0 4px 4px;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.suggest-box-item[b-kzln175ggg] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.suggest-box-item:last-child[b-kzln175ggg] {
    border-bottom: none;
}

.suggest-box-item:hover[b-kzln175ggg] {
    background-color: #e8f0fe;
}

.suggest-box-code[b-kzln175ggg] {
    color: #666;
    font-size: 0.85em;
    min-width: 4em;
    flex-shrink: 0;
}

.suggest-box-name[b-kzln175ggg] {
    flex: 1;
    color: #333;
}
/* /Components/AsbTextBox.razor.rz.scp.css */
.custom-input-body-div[b-q57r4nx2bh] {
    height: 100%;
}

.custom-text[b-q57r4nx2bh] {
    height: 40px;
    width: 100%;
    margin: 2px;
    border: none;
    padding: 0 8px;
}

.custom-text:disabled[b-q57r4nx2bh] {
    background: rgb(234, 234, 234);
}

.custom-text-right[b-q57r4nx2bh] {
    text-align: right;
}
/* /Components/ErrorDetail.razor.rz.scp.css */
.dialog-outer[b-lm4ml3j3b8] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    z-index: 500;
}

.dialog-content[b-lm4ml3j3b8] {
    border: solid 3px dimgray;
    overflow: auto;
    background-color: white;
    border-radius: 5px; /* 角丸指定 */
    display: flex;
    align-items: center;
    padding: 0.5rem;
}
/* /Components/LoadingDialog.razor.rz.scp.css */
.dialog-outer[b-nzu5vfr84d] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}

.dialog-content[b-nzu5vfr84d] {
    border: solid 3px dimgray;
    overflow: auto;
    background-color: white;
    border-radius: 5px; /* 角丸指定 */
    display: flex;
    align-items: center;
    padding: 0.5rem;
}

.loading[b-nzu5vfr84d] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 0.5rem solid #ccc;
    border-top-color: #333;
    animation: spinner-b-nzu5vfr84d 1.5s linear infinite;
}

@keyframes spinner-b-nzu5vfr84d {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/OkCancelDialog.razor.rz.scp.css */
.dialog-outer[b-e9cd93d0xg] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    z-index: 500;
}

.dialog-content[b-e9cd93d0xg] {
    border: solid 3px dimgray;
    overflow: auto;
    background-color: white;
    border-radius: 5px; /* 角丸指定 */
    display: flex;
    align-items: center;
    padding: 0.5rem;
}
/* /Components/OkOnlyDialog.razor.rz.scp.css */
.dialog-outer[b-ofzu6sy5nc] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    z-index: 500;
}

.dialog-content[b-ofzu6sy5nc] {
    border: solid 3px dimgray;
    overflow: auto;
    background-color: white;
    border-radius: 5px; /* 角丸指定 */
    display: flex;
    align-items: center;
    padding: 0.5rem;
}
/* /Layout/ApplicationForm.razor.rz.scp.css */
html[b-pcmxqyp7vk], body[b-pcmxqyp7vk] {
    height: 100%;
    margin: 0;
    padding: 0;
}

    body.page--form[b-pcmxqyp7vk] {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

main[b-pcmxqyp7vk] {
    flex: 1;
}
.sidebar[b-pcmxqyp7vk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pcmxqyp7vk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pcmxqyp7vk]  a, .top-row[b-pcmxqyp7vk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pcmxqyp7vk]  a:hover, .top-row[b-pcmxqyp7vk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pcmxqyp7vk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.logout-link[b-pcmxqyp7vk] {
    width: 2rem;
    height: 2rem;
    text-align: center;
    align-content: center;
    border-radius: 5px;
    color: #000;
    background-color: transparent;
}
    .logout-link:hover[b-pcmxqyp7vk] {
        background-color: #d6d5d5a8;
    }

@media (max-width: 440.98px) {
    .top-row[b-pcmxqyp7vk] {
        justify-content: space-between;
    }

    .top-row[b-pcmxqyp7vk]  a, .top-row[b-pcmxqyp7vk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 441px) {
    .page[b-pcmxqyp7vk] {
        flex-direction: row;
    }

    .sidebar[b-pcmxqyp7vk] {
        /*width: 200px;*/
        width: 15rem;
        flex-shrink: 0;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pcmxqyp7vk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pcmxqyp7vk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pcmxqyp7vk], article[b-pcmxqyp7vk] {
        padding-left: 1.5rem !important;
        padding-right: 1rem !important;
        display: flex;
    }
}

.update-banner[b-pcmxqyp7vk] {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1a56a0;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999;
    white-space: nowrap;
}

.update-banner-btn[b-pcmxqyp7vk] {
    background-color: #fff;
    color: #1a56a0;
    border: none;
    border-radius: 4px;
    padding: 0.35rem 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

    .update-banner-btn:hover[b-pcmxqyp7vk] {
        background-color: #e8f0fb;
    }

/* /Pages/MP/MPO0100.razor.rz.scp.css */
.hidden[b-qdxtvbovmp] {
    visibility: hidden;
}

.helper-text[b-qdxtvbovmp] {
    font-size: smaller;
    margin-top: 4px;
}
/* /Pages/MP/MPO0100Complete.razor.rz.scp.css */
/* ベース */
body[b-yhoaf3bekk] {
    margin: 0;
    font-family: system-ui, sans-serif;
    background: #f8f8f8;
    color: #333;
    line-height: 1.6;
}

/* ヘッダー */
.header[b-yhoaf3bekk] {
    background: #204060;
    color: #fff;
    padding: 20px 15px;
    text-align: center;
}

.site-title[b-yhoaf3bekk] {
    margin: 0;
}

/* ロゴエリア */
.logo-section[b-yhoaf3bekk] {
    padding: 30px 15px;
    background: #fff;
    text-align: center;
}

.logo-container[b-yhoaf3bekk] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.logo-container img[b-yhoaf3bekk] {
    width: 150px;
    height: auto;
}

/* フォームボックス */
.form-box[b-yhoaf3bekk] {
    max-width: 600px;
    background: #fff;
    padding: 25px;
    margin: 20px auto 0;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* 最初のセクション */
.first-section[b-yhoaf3bekk] {
    max-width: 600px;
    margin: 60px auto;
}

/* 完了エリア */
.complete-section[b-yhoaf3bekk] {
    padding: 40px 15px;
    text-align: center;
}

.completed-message[b-yhoaf3bekk] {
    font-size: 22px;
}

.thanks-message[b-yhoaf3bekk] {
    font-size: 22px;
}

/* 印刷ボタン */
.print-btn[b-yhoaf3bekk] {
    margin-top: 30px;
    padding: 10px 18px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #0361bf;
}

.print-btn:hover[b-yhoaf3bekk] {
    opacity: 0.8;
}

/* 標準文言 */
.standard-text[b-yhoaf3bekk] {
    padding: 30px 15px;
    max-width: 80rem;
    margin: 30px auto 0;
    background-color: #ebf4f7;
    border-radius: 10px;
    text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .logo-container img[b-yhoaf3bekk] {
        width: 120px;
    }

    .form-box[b-yhoaf3bekk] {
        padding: 15px;
    }

    .print-btn[b-yhoaf3bekk] {
        width: 100%;
    }
}
