@import 'Cotora.Client.ck9i8ibxyf.bundle.scp.css';

/* _content/Cotora/Components/Layout/Admin/AdminHeader.razor.rz.scp.css */
.admin-header-container[b-ozr8cklfi1] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0.5rem 2rem;
    background-color: var(--background-karashi);
    box-sizing: border-box;
}

.admin-header-logo[b-ozr8cklfi1] {
    font-size: 2rem;
    font-weight: bold;
    color: #8B5C2A;
    letter-spacing: 0.1em;
    padding-top: 20px;
}

.admin-header-right[b-ozr8cklfi1] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.admin-worker-name[b-ozr8cklfi1] {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    color: #333;
}

.admin-logout-btn[b-ozr8cklfi1] {
    background-color: #114505;
    color: #fff;
    border: none;
    padding: 0.4rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
}

    .admin-logout-btn:hover[b-ozr8cklfi1] {
        background-color: #368137;
    }

@media (max-width: 640.98px) {
    .admin-header-container[b-ozr8cklfi1] {
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 0;
    }

    .header-right[b-ozr8cklfi1] {
        align-items: flex-start;
        margin-top: 0.5rem;
    }
}
/* _content/Cotora/Components/Layout/Admin/AdminLayout.razor.rz.scp.css */
.admin-page-wrapper[b-63f5td7mgr] {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    background-color: var(--background-color-karashi);
}

.admin-header[b-63f5td7mgr] {
    width: 100%;
    height: 64px; /* ヘッダーの高さ */
    z-index: 100;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.admin-page-container[b-63f5td7mgr] {
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
    height: calc(100vh - 64px);
}

.admin-main[b-63f5td7mgr] {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 0;
    height: 100%;
}

.admin-nav[b-63f5td7mgr] {
    width: 280px;
    height: 100%;
    min-height: 0;
    box-shadow: 2px 0 4px rgba(0,0,0,0.03);
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    box-sizing: border-box;
    border: none;
}

.admin-content[b-63f5td7mgr] {
    flex: 1 1 0;
    padding: 24px;
    background-color: var(--background-color-offwhite);
    min-height: 0;
    box-sizing: border-box;
    height: 100%;
}

/*@media (max-width: 640.98px) {
    .admin-page-container {
        max-width: 100%;
        padding: 1rem 0.5rem;
    }
}*/

/*@media (min-width: 641px) {
    .admin-page-wrapper {
        flex-direction: row;
    }
}*/

#blazor-error-ui[b-63f5td7mgr] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-63f5td7mgr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.cotora-logo[b-63f5td7mgr] {
    text-align: center;
    left: 50%;
    color: #8B5C2A;
    font-size: 2.5rem;
    font-weight: bold; /* 太字 */
    margin-top: 2rem;
    letter-spacing: 0.2em;
}
/* _content/Cotora/Components/Layout/Admin/AdminNavMenu.razor.rz.scp.css */
[b-ytrg1xh80a] .navi-menu-parent {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #8d5524;
    background: none;
}

[b-ytrg1xh80a] .navi-menu {
    line-height: 1.8;
    background: none;
    font-size: clamp(0.85rem, 2.5vw, 1.1rem);
}

.admin-nav-menu ul[b-ytrg1xh80a] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.admin-nav-menu li[b-ytrg1xh80a] {
    margin-bottom: 12px;
}

    .admin-nav-menu li:first-child[b-ytrg1xh80a] {
        margin-top: 32px; /* 社員マスタの上部余白を追加 */
    }

.admin-nav-menu a[b-ytrg1xh80a],
.admin-nav-menu button.link-style[b-ytrg1xh80a] {
    font-size: 1.1rem;
    line-height: 1.8;
    font-family: inherit;
    color: #8d5524; /* Cotoraロゴの茶色 */
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .admin-nav-menu a:hover[b-ytrg1xh80a],
    .admin-nav-menu button.link-style:hover[b-ytrg1xh80a] {
        color: #6d3c13;
    }

    .admin-nav-menu button.link-style:focus[b-ytrg1xh80a] {
        outline: 2px solid #8d5524;
    }

/* 文字が横幅に収まらない場合は自動で縮小 */
.admin-nav-menu a[b-ytrg1xh80a],
.admin-nav-menu button.link-style[b-ytrg1xh80a] {
    font-size: clamp(0.85rem, 2.5vw, 1.1rem);
}

/* 「社員マスタ」およびその配下のliに左余白と太字を追加 */
.admin-nav-menu li.employee-master-group[b-ytrg1xh80a] {
    padding-left: 16px;
}

    .admin-nav-menu li.employee-master-group a[b-ytrg1xh80a],
    .admin-nav-menu li.employee-master-group button.link-style[b-ytrg1xh80a] {
        font-weight: bold;
    }
/* _content/Cotora/Components/Layout/Header.razor.rz.scp.css */
.header-container[b-qv8lbqz231] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0.5rem 0;
    background-color: var(--background-karashi);
    box-sizing: border-box;
}

.header-logo[b-qv8lbqz231] {
    font-size: 2rem;
    font-weight: bold;
    color: #8B5C2A;
    letter-spacing: 0.1em;
    padding-top: 20px;
}

.header-right[b-qv8lbqz231] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

[b-qv8lbqz231] .worker-name {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    color: #333;
}

.logout-btn[b-qv8lbqz231] {
    background-color: #114505;
    color: #fff;
    border: none;
    padding: 0.4rem 1.2rem;
    border-radius: 4px;
    cursor: pointer;
}

    .logout-btn:hover[b-qv8lbqz231] {
        background-color: #368137;
    }

@media (max-width: 640.98px) {
    .header-container[b-qv8lbqz231] {
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 0;
    }

    .header-right[b-qv8lbqz231] {
        align-items: flex-start;
        margin-top: 0.5rem;
    }
}
/* _content/Cotora/Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-dngljy51by] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--background-color-karashi);
}

.page-container[b-dngljy51by] {
    flex: 1;
    max-width: 850px;
    margin: 0 auto;
    background-color: var(--background-color-karashi);
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/

/*.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

@media (max-width: 640.98px) {
    .page-container[b-dngljy51by] {
        max-width: 100%;
        padding: 1rem 0.5rem;
    }
}

@media (min-width: 641px) {
    .page-wrapper[b-dngljy51by] {
        flex-direction: row;
    }

/*    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }*/
}

#blazor-error-ui[b-dngljy51by] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dngljy51by] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.cotora-logo[b-dngljy51by] {
    text-align: center;
    left: 50%;
    color: #8B5C2A;
    font-size: 2.5rem;
    font-weight: bold; /* 太字 */
    margin-top: 2rem;
    letter-spacing: 0.2em;
}

/* _content/Cotora/Components/Pages/Admin/AdminLogin.razor.rz.scp.css */
.admin-login-form[b-g9rsqhmz2e] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.admin-login-input[b-g9rsqhmz2e] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

[b-g9rsqhmz2e] .admin-login-input input {
    width: 320px;
    height: 48px;
    font-size: 1.25rem;
    padding: 0 16px;
    border-radius: 6px;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    text-align: center;
}

@media (max-width: 500px) {
    .admin-login-input input[b-g9rsqhmz2e] {
        width: 90vw;
        min-width: 0;
        font-size: 1.1rem;
    }
}
/* _content/Cotora/Components/Pages/Admin/Reservation/ReservationDetailDialog.razor.rz.scp.css */
[b-de1e797y1w] .close-button {
    background: var(--app-theme-color) !important;
    color: var(--text-theme-color) !important;
    border: 2px solid var(--app-theme-color) !important;
}
/* _content/Cotora/Components/Pages/Admin/Reservation/ReservationProgressList.razor.rz.scp.css */
[b-dbnobfku3y] .detail-btn {
    background: var(--app-theme-color) !important;
    color: var(--text-theme-color) !important;
    border: 2px solid var(--app-theme-color) !important;
}
/* _content/Cotora/Components/Pages/Admin/Upload/MTargetUpload.razor.rz.scp.css */
.p-file-drop__container[b-zer7zhanor] {
    height: 20rem;
    border: 2px dotted var(--text-theme-color);
}
/* _content/Cotora/Components/Pages/Admin/WorkerList.razor.rz.scp.css */
table[b-n8yk02djux] {
    border: none;
    border-collapse: collapse;
}

th[b-n8yk02djux], td[b-n8yk02djux] {
    border: none;
}

.workerlist-search-box[b-n8yk02djux] {
/*    background: #fffbe6;*/
/*    border-radius: 8px;*/
    padding: 1.2rem 1.5rem 1rem 1.5rem;
    margin-bottom: 2rem;
/*    box-shadow: 0 2px 8px rgba(255, 211, 78, 0.08);*/
/*    border: 1px solid #ffe082;*/
    max-width: 600px;
}

.search-fields[b-n8yk02djux] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.search-fields label[b-n8yk02djux] {
    font-weight: bold;
    color: #8B5C2A;
    margin-bottom: 0.2rem;
    display: block;
}

[b-n8yk02djux] .search-input,
[b-n8yk02djux] .mud-input-root input {
    width: 140px;
    padding: 0.4rem 0.7rem;
    border: 2px solid #FFD34E;
    border-radius: 6px;
    font-size: 1rem;
    background: #fffde7; /* やや黄色みのある背景で白背景と差別化 */
    margin-top: 0.2rem;
    box-shadow: 0 0 0 2px #ffe08233;
    transition: border 0.2s, box-shadow 0.2s;
}

.search-input:focus[b-n8yk02djux],
[b-n8yk02djux] .mud-input-root input:focus {
    border: 2px solid #8B5C2A;
    background: #fff9c4;
    outline: none;
    box-shadow: 0 0 0 2px #FFD34E66;
}

[b-n8yk02djux] .search-btn,
[b-n8yk02djux] .clear-btn {
    font-weight: bold;
    font-size: 1rem;
    border-radius: 4px;
    min-width: 90px;
    margin-top: 1.2rem;
    margin-right: 0.5rem;
    box-shadow: none;
    letter-spacing: 0.05em;
}

[b-n8yk02djux] .search-btn {
    background: #FFD34E !important;
    color: #8B5C2A !important;
    border: 1px solid #FFD34E !important;
}
[b-n8yk02djux] .search-btn:hover {
    background: #ffe082 !important;
}

[b-n8yk02djux] .clear-btn {
    background: #fff !important;
    color: #8B5C2A !important;
    border: 1px solid #FFD34E !important;
    margin-left: 0 !important; /* 検索ボタンの横にぴったり */
}
[b-n8yk02djux] .clear-btn:hover {
    background: #FFF8E1 !important;
}

.workerlist-table[b-n8yk02djux] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.7rem;
    background: transparent;
}

.workerlist-table th[b-n8yk02djux], .workerlist-table td[b-n8yk02djux] {
    padding: 1.1rem 1.5rem;
    text-align: left;
    background: #fffbe6;
    border: none;
    font-size: 1.08rem;
}

.workerlist-table th[b-n8yk02djux] {
    background: #FFD34E;
    color: #8B5C2A;
    font-weight: bold;
    font-size: 1.13rem;
    border-bottom: 2px solid #ffe082;
}

.workerlist-table tr[b-n8yk02djux] {
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(255, 211, 78, 0.08);
}

[b-n8yk02djux] .action-btn {
    font-weight: bold;
    font-size: 1rem;
    border-radius: 4px;
    min-width: 90px;
    margin: 0 0.2rem;
    box-shadow: none;
    letter-spacing: 0.05em;
}

[b-n8yk02djux] .init-btn {
    background: #368137 !important;
    color: #fff !important;
}
[b-n8yk02djux] .init-btn:hover {
    background: #245724 !important;
}

[b-n8yk02djux] .delete-btn {
    background: #FA4B4B !important;
    color: #fff !important;
}
[b-n8yk02djux] .delete-btn:hover {
    background: #c62828 !important;
}
/* _content/Cotora/Components/Pages/Answered.razor.rz.scp.css */
body[b-mezgmnag4x] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.home-container[b-mezgmnag4x] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}

.home-title[b-mezgmnag4x] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.home-content[b-mezgmnag4x] {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
}
.menu-list[b-mezgmnag4x] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.menu-list li[b-mezgmnag4x] {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}

[b-mezgmnag4x] .mud-button-root {
    margin: 0 auto;
    min-width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0B800;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

[b-mezgmnag4x] .mud-button-root:hover {
    background-color: #C49A00;
    color: #fff;
}

@media (max-width: 640.98px) {
    .home-title[b-mezgmnag4x] {
        font-size: 1.3rem;
    }

    .home-content[b-mezgmnag4x] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-mezgmnag4x] .mud-button-root {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Pages/Home.razor.rz.scp.css */
body[b-f7j8kjnhi7] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.home-container[b-f7j8kjnhi7] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 0 auto;
    padding: 2.5rem;
    text-align: center;
}

.home-title[b-f7j8kjnhi7] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.home-content[b-f7j8kjnhi7] {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
}

/* メニューリストのレイアウト */
.menu-list[b-f7j8kjnhi7] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px; /* ボタン間の上下間隔 */
}

    .menu-list li[b-f7j8kjnhi7] {
        margin: 0;
        display: flex;
        justify-content: center;
        width: 100%;
    }

/* ボタンの幅・高さ・デザイン統一 */
[b-f7j8kjnhi7] .mud-button-root {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    height: 48px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.2s;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E0B800;
    color: #fff;
}

    /* ホバー時の色 */
    [b-f7j8kjnhi7] .mud-button-root:hover {
        background-color: #C49A00;
        color: #fff;
    }

/* Filledボタンのborder色を背景色と同じに */
[b-f7j8kjnhi7] .mud-button.mud-button-filled {
    border: 2px solid #e6be1e !important;
    background-color: #e6be1e !important;
    color: #fff !important;
}

/* Outlinedボタンのborder色も背景色と同じに */
[b-f7j8kjnhi7] .mud-button.mud-button-outlined {
    border: 2px solid #e6be1e !important;
    color: #e6be1e !important;
    background-color: #fffbe6 !important;
}

/* ボタン内のアイコン位置を揃える */
[b-f7j8kjnhi7] .mud-button-root .mud-icon {
    min-width: 28px; /* アイコンの幅を固定 */
    text-align: left;
    margin-right: 8px; /* アイコンとテキストの間隔 */
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem; /* アイコンサイズ調整（必要に応じて変更） */
}

/* レスポンシブ対応 */
@media (max-width: 640.98px) {
    .home-title[b-f7j8kjnhi7] {
        font-size: 1.3rem;
    }

    .home-content[b-f7j8kjnhi7] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-f7j8kjnhi7] .mud-button-root {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        font-size: 1rem;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Pages/QACheck/QACheckAnswered.razor.rz.scp.css */
body[b-xdlnulgb2q] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.qacheckanswered-container[b-xdlnulgb2q] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    color: #222;
    font-family: "Meiryo", "Yu Gothic", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

.qacheckanswered-container[b-xdlnulgb2q] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}


.qacheckanswered-content[b-xdlnulgb2q] {
    padding: 32px 32px 32px 32px;
    max-width: 700px;
    margin: 0 auto;
    color: #222;
}

.qacheckanswered-title[b-xdlnulgb2q] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.burden-table-area[b-xdlnulgb2q] {
    margin-bottom: 32px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.burden-table-header[b-xdlnulgb2q] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    line-height: 2;
}

.burden-table-header-main[b-xdlnulgb2q] {
    font-size: 1.5em;
    font-weight: bold;
    color: #222;
    padding: 10px 20px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-block;
}

.burden-table-score[b-xdlnulgb2q] {
    display: inline-block;
    width: 44px;
    height: 26px;
    margin: 0 10px;
    border-radius: 4px;
    color: var(--app-operation-color);
    font-weight: bold;
    font-size: 2.0em;
    text-align: center;
    line-height: 22px;
}

.burden-table[b-xdlnulgb2q] {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1em;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.burden-th-vertical[b-xdlnulgb2q] {
    background: #f0f0f0;
    writing-mode: vertical-rl;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #bdbdbd;
    min-width: 40px;
    color: #222;
    font-size: 1em;
}

.burden-th[b-xdlnulgb2q] {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #bdbdbd;
    padding: 8px 0;
    color: #222;
    font-size: 1em;
}

.burden-td[b-xdlnulgb2q] {
    border: 1.5px solid #e0e0e0;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    color: #222;
    font-size: 1em;
    transition: background 0.2s;
}

.burden-table tr:hover .burden-td[b-xdlnulgb2q] {
    background: #f5faff;
}

[b-xdlnulgb2q] .mud-button-root {
    margin: 0 auto;
    min-width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0B800;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

    [b-xdlnulgb2q] .mud-button-root:hover {
        background-color: #C49A00;
        color: #fff;
    }

@media (max-width: 640.98px) {
    .qacheckanswered-title[b-xdlnulgb2q] {
        font-size: 1.3rem;
    }

    .qacheckanswered-content[b-xdlnulgb2q] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-xdlnulgb2q] .mud-button-root {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Pages/QACheck/QACheckCompleteComplete.razor.rz.scp.css */
body[b-372dgzd2nr] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.qacheckcomplete-container[b-372dgzd2nr] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}

.qacheckcomplete-title[b-372dgzd2nr] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.qacheckcomplete-message[b-372dgzd2nr] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.qacheckcomplete-content[b-372dgzd2nr] {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
}

[b-372dgzd2nr] .mud-button-root {
    margin: 0 auto;
    min-width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0B800;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

[b-372dgzd2nr] .mud-button-root:hover {
    background-color: #C49A00;
    color: #fff;
}

@media (max-width: 640.98px) {
    .qacheckcomplete-title[b-372dgzd2nr] {
        font-size: 1.3rem;
    }

    .qacheckcomplete-content[b-372dgzd2nr] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-372dgzd2nr] .mud-button-root {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}


/* _content/Cotora/Components/Pages/QACheck/QACheckResult.razor.rz.scp.css */
.qaresult-container[b-g7ijo7knpu] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    color: #222;
    font-family: "Meiryo", "Yu Gothic", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

.qaresult-content[b-g7ijo7knpu] {
    padding: 32px 32px 32px 32px;
    max-width: 700px;
    margin: 0 auto;
    color: #222;
}

.burden-table-area[b-g7ijo7knpu] {
    margin-bottom: 32px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.burden-table-header[b-g7ijo7knpu] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    line-height: 2;
}

.burden-table-header-main[b-g7ijo7knpu] {
    font-size: 1.5em;
    font-weight: bold;
    color: #222;
    padding: 10px 20px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-block;
}

.burden-table-score[b-g7ijo7knpu] {
    display: inline-block;
    width: 44px;
    height: 26px;
    margin: 0 10px;
    border-radius: 4px;
    color: var(--app-operation-color);
    font-weight: bold;
    font-size: 2.0em;
    text-align: center;
    line-height: 22px;
}

.burden-table[b-g7ijo7knpu] {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1em;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.burden-th-vertical[b-g7ijo7knpu] {
    background: #f0f0f0;
    writing-mode: vertical-rl;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #bdbdbd;
    min-width: 40px;
    color: #222;
    font-size: 1em;
}

.burden-th[b-g7ijo7knpu] {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #bdbdbd;
    padding: 8px 0;
    color: #222;
    font-size: 1em;
}

.burden-td[b-g7ijo7knpu] {
    border: 1.5px solid #e0e0e0;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    color: #222;
    font-size: 1em;
    transition: background 0.2s;
}

.burden-table tr:hover .burden-td[b-g7ijo7knpu] {
    background: #f5faff;
}

/* --- ここから面談希望エリア --- */

.interview-request-area[b-g7ijo7knpu] {
    margin-top: 32px;
    margin-bottom: 0;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.interview-label[b-g7ijo7knpu] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.interview-radio-row[b-g7ijo7knpu] {
    display: inline-flex;
    align-items: center;
    margin-right: 2em;
}

.interview-radio-group[b-g7ijo7knpu] {
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
}

.interview-radio-label[b-g7ijo7knpu] {
    font-size: 1.3em;
    margin-left: 0.5em;
    color: #222;
}

.interview-btn-area[b-g7ijo7knpu] {
    width: 100%;
    text-align: right;
    margin-top: 8px;
}

.interview-next-btn[b-g7ijo7knpu] {
    background-color: var(--app-operation-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 32px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

    .interview-next-btn:hover[b-g7ijo7knpu] {
        background-color: #1565c0;
    }
/* _content/Cotora/Components/Pages/QA/Answered.razor.rz.scp.css */
body[b-m8b2iodzrf] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.answered-container[b-m8b2iodzrf] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}

.answered-title[b-m8b2iodzrf] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.answered-content[b-m8b2iodzrf] {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
}

[b-m8b2iodzrf] .mud-button-root {
    margin: 0 auto;
    min-width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0B800;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

[b-m8b2iodzrf] .mud-button-root:hover {
    background-color: #C49A00;
    color: #fff;
}

@media (max-width: 640.98px) {
    .answered-title[b-m8b2iodzrf] {
        font-size: 1.3rem;
    }

    .answered-content[b-m8b2iodzrf] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-m8b2iodzrf] .mud-button-root {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Pages/QA/Complete.razor.rz.scp.css */
body[b-tum4wpa0sc] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.complete-container[b-tum4wpa0sc] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}

/*.complete-title {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}*/

.complete-message[b-tum4wpa0sc] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.complete-content[b-tum4wpa0sc] {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
}

[b-tum4wpa0sc] .mud-button-root {
    margin: 0 auto;
    min-width: 200px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0B800;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

[b-tum4wpa0sc] .mud-button-root:hover {
    background-color: #C49A00;
    color: #fff;
}

@media (max-width: 640.98px) {
    .complete-title[b-tum4wpa0sc] {
        font-size: 1.3rem;
    }

    .complete-content[b-tum4wpa0sc] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-tum4wpa0sc] .mud-button-root {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Pages/QA/QAResult.razor.rz.scp.css */
.qaresult-container[b-2c6xy4beh5] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    color: #222;
    font-family: "Meiryo", "Yu Gothic", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}

.qaresult-content[b-2c6xy4beh5] {
    padding: 32px 32px 32px 32px;
    max-width: 700px;
    margin: 0 auto;
    color: #222;
}

.burden-table-area[b-2c6xy4beh5] {
    margin-bottom: 32px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.burden-table-header[b-2c6xy4beh5] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    line-height: 2;
}

.burden-table-header-main[b-2c6xy4beh5] {
    font-size: 1.5em;
    font-weight: bold;
    color: #222;
    padding: 10px 20px;
    border-radius: 8px;
    letter-spacing: 0.02em;
    text-align: center;
    display: inline-block;
}

.burden-table-score[b-2c6xy4beh5] {
    display: inline-block;
    width: 44px;
    height: 26px;
    margin: 0 10px;
    border-radius: 4px;
    color: var(--app-operation-color);
    font-weight: bold;
    font-size: 2.0em;
    text-align: center;
    line-height: 22px;
}

.burden-table[b-2c6xy4beh5] {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1em;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
}

.burden-th-vertical[b-2c6xy4beh5] {
    background: #f0f0f0;
    writing-mode: vertical-rl;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #bdbdbd;
    min-width: 40px;
    color: #222;
    font-size: 1em;
}

.burden-th[b-2c6xy4beh5] {
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    border: 1.5px solid #bdbdbd;
    padding: 8px 0;
    color: #222;
    font-size: 1em;
}

.burden-td[b-2c6xy4beh5] {
    border: 1.5px solid #e0e0e0;
    text-align: center;
    padding: 8px 0;
    background: #fff;
    color: #222;
    font-size: 1em;
    transition: background 0.2s;
}

.burden-table tr:hover .burden-td[b-2c6xy4beh5] {
    background: #f5faff;
}

/* --- ここから面談希望エリア --- */

.interview-request-area[b-2c6xy4beh5] {
    margin-top: 32px;
    margin-bottom: 0;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.interview-label[b-2c6xy4beh5] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #222;
}

.interview-radio-row[b-2c6xy4beh5] {
    display: inline-flex;
    align-items: center;
    margin-right: 2em;
}

.interview-radio-group[b-2c6xy4beh5] {
    display: flex;
    flex-direction: row;
    margin-bottom: 18px;
}

.interview-radio-label[b-2c6xy4beh5] {
    font-size: 1.3em;
    margin-left: 0.5em;
    color: #222;
}

.interview-btn-area[b-2c6xy4beh5] {
    width: 100%;
    text-align: right;
    margin-top: 8px;
}

.interview-next-btn[b-2c6xy4beh5] {
    background-color: var(--app-operation-color);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 32px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

    .interview-next-btn:hover[b-2c6xy4beh5] {
        background-color: #1565c0;
    }
/* _content/Cotora/Components/Pages/Reservation/ReservationCancel.razor.rz.scp.css */
/* _content/Cotora/Components/Pages/Reservation/ReservationComplete.razor.rz.scp.css */
/* _content/Cotora/Components/Pages/Reservation/ReservationConfirm.razor.rz.scp.css */
/* _content/Cotora/Components/Pages/Reservation/ReservationCource.razor.rz.scp.css */
body[b-5u7vyqf1at] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.cource-detail[b-5u7vyqf1at] {
    font-size: 1.4rem;
    word-break: break-word;
    white-space: normal;
}

a[b-5u7vyqf1at] {
    cursor: pointer;
    text-decoration: underline;
}

/* コースリストのレイアウト */
.cource-list[b-5u7vyqf1at] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* ボタン間の上下間隔 */
}

.cource-list li[b-5u7vyqf1at] {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

/* コースボタンエリア */
.cource-button-area[b-5u7vyqf1at] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* コースボタン */
[b-5u7vyqf1at] .cource-button {
    min-width: 350px;
    max-width: 350px;
    width: 350px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.2s;
    margin: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E0B800;
    color: #fff;
    line-height: 1.5;
    padding: 1px;
}

    /* ホバー時の色 */
    [b-5u7vyqf1at] .cource-button:hover {
        background-color: #C49A00;
        color: #fff;
    }

/* Filledボタンのborder色を背景色と同じに */
[b-5u7vyqf1at] .cource-button.mud-button-filled {
    border: 2px solid #e6be1e !important;
    background-color: #e6be1e !important;
    color: #fff !important;
}

/* Outlinedボタンのborder色も背景色と同じに */
[b-5u7vyqf1at] .cource-button.mud-button-outlined {
    border: 2px solid #e6be1e !important;
    background-color: #e6be1e !important;
    color: #fff !important;
}

@media (max-width: 640.98px) {
    [b-5u7vyqf1at] .cource-button {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        font-size: 1rem;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Pages/Reservation/ReservationCourceDialog.razor.rz.scp.css */
.container[b-8a4vl47439] {
    background-color : var(--background-color-offwhite);
    border-radius : 16px;
    text-align : center;
}
/* _content/Cotora/Components/Pages/Reservation/ReservationInfo.razor.rz.scp.css */
.reservation-title-row[b-2qasgflqxh] {
    display: flex;
}

.reservation-detail-row[b-2qasgflqxh] {
    display: flex;
    padding-left: 1rem;
}

.reservation-totalprice-row[b-2qasgflqxh] {
    display: flex;
    justify-content: center;
}

.reservation-title-label[b-2qasgflqxh] {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
}

.reservation-detail-label[b-2qasgflqxh] {
    text-align: left;
}

.reservation-price-label[b-2qasgflqxh] {
    color: red;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 500;
}

.reservation-totalprice-title-label[b-2qasgflqxh] {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 700;
}

.reservation-totalprice-label[b-2qasgflqxh] {
    color: red;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 700;
}

.reservation-detail-underline[b-2qasgflqxh] {
    margin-top: 1px;
}

.add-same-option-underline[b-2qasgflqxh] {
    margin-left: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    border-top: 1px dashed #c4c4c4;
}
/* _content/Cotora/Components/Pages/Reservation/ReservationMenu.razor.rz.scp.css */
.title[b-49w9hosfrm] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

@media (max-width: 640.98px) {
    .title[b-49w9hosfrm] {
        font-size: 1.3rem;
    }
}
/* _content/Cotora/Components/Pages/Reservation/ReservationOption.razor.rz.scp.css */
.choices-item[b-t0f990gt2h] {
    margin: 5px;
    background-color: #f0f8ff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 30%;
    width: 100%;
    white-space: nowrap;
}

/* _content/Cotora/Components/Pages/Reservation/ReservationOption_Origina.razor.rz.scp.css */
.choices-item[b-s9am7r4xrw] {
    margin: 5px;
    background-color: #f0f8ff;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 30%;
    width: 100%;
    white-space: nowrap;
}

/* _content/Cotora/Components/Pages/Reservation/ReservationResult.razor.rz.scp.css */
/* _content/Cotora/Components/Pages/Reservation/ReservationSameOption.razor.rz.scp.css */
.medical-menu-name[b-mn8bdzxh1h] {
    font-size: 1.4rem;
    word-break: break-word;
    white-space: normal;
}

.price-fixed-width[b-mn8bdzxh1h] {
    display: inline-block;
    min-width: 6em;
}

[b-mn8bdzxh1h] .mud-icon-button {
    flex: 0 0 auto;
    padding-left: 6px;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 0px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    color: var(--mud-palette-action-default);
}

.add-same-option-checkbox-row[b-mn8bdzxh1h] {
    display: flex;
    justify-content: flex-start;
}

.add-same-option-name[b-mn8bdzxh1h] {
    font-size: 1.2rem;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}

.add-same-option-price[b-mn8bdzxh1h] {
    color: red;
    font-weight: 700;
    font-size: 1.3rem;
    word-break: break-word;
    white-space: normal;
    text-align: left;
    padding-left: 3rem;
}

.total-price-row[b-mn8bdzxh1h] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.total-price-title[b-mn8bdzxh1h] {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.total-price[b-mn8bdzxh1h] {
    color: red;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    margin-left: 2rem;
}

@media (max-width: 640.98px) {
    .total-price[b-mn8bdzxh1h] {
        margin-left: 1rem;
    }
}
/* _content/Cotora/Components/Pages/Reservation/ReservationSameOption_Origina.razor.rz.scp.css */
.medical-menu-name[b-bs7q7l15ub] {
    font-size: 1.4rem;
    word-break: break-word;
    white-space: normal;
}

.price-fixed-width[b-bs7q7l15ub] {
    display: inline-block;
    min-width: 6em;
}

[b-bs7q7l15ub] .mud-icon-button {
    flex: 0 0 auto;
    padding-left: 6px;
    padding-top: 1px;
    padding-right: 6px;
    padding-bottom: 0px;
    overflow: visible;
    font-size: 1.5rem;
    text-align: center;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border-radius: 50%;
    color: var(--mud-palette-action-default);
}

.add-same-option-checkbox-row[b-bs7q7l15ub] {
    display: flex;
    justify-content: flex-start;
}

.add-same-option-name[b-bs7q7l15ub] {
    font-size: 1.2rem;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}

.add-same-option-price[b-bs7q7l15ub] {
    color: red;
    font-weight: 700;
    font-size: 1.3rem;
    word-break: break-word;
    white-space: normal;
    text-align: left;
    padding-left: 3rem;
}

.total-price-row[b-bs7q7l15ub] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.total-price-title[b-bs7q7l15ub] {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.total-price[b-bs7q7l15ub] {
    color: red;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    margin-left: 2rem;
}

@media (max-width: 640.98px) {
    .total-price[b-bs7q7l15ub] {
        margin-left: 1rem;
    }
}
/* _content/Cotora/Components/Pages/Reservation/ReservationSelection.razor.rz.scp.css */
/* -------------------------------
    テーブル用
   ------------------------------- */
table.p0 th[b-in959jcopu],
table.p0 td[b-in959jcopu] {
    padding: 0;
}

/* -------------------------------
    bootstrap icon用
   ------------------------------- */
.bi-text-bold[b-in959jcopu] {
    -webkit-text-stroke: 2px;
}

/* -------------------------------
    予約日時選択画面
   ------------------------------- */
/* カレンダー ボーダー */
.reservation-calendar-cell-border[b-in959jcopu] {
    border-color: #A6A6A6 !important;
}

/* -------------------------------
    テーマカラー
   ------------------------------- */
.theme-color-bg[b-in959jcopu] {
    background-color: #FFDA03 !important;
}

.theme-color-font[b-in959jcopu] {
    color: #FFDA03 !important;
}

[b-in959jcopu] .btn-normal {
    background-color: #FFDA03;
    color: black;
    font-size: 1.5rem;
}

    [b-in959jcopu] .btn-normal:hover {
        background-color: #FFF3B3;
    }
/* _content/Cotora/Components/Pages/Unanswered.razor.rz.scp.css */
body[b-mzom011lp4] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}

.home-container[b-mzom011lp4] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}

.home-title[b-mzom011lp4] {
    color: #A67C00;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}

.home-content[b-mzom011lp4] {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    max-width: 600px;
    margin: 0 auto;
}
.menu-list[b-mzom011lp4] {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.menu-list li[b-mzom011lp4] {
    margin: 1.5rem 0;
    display: flex;
    justify-content: center;
}

[b-mzom011lp4] .mud-button-root {
    margin: 0 auto;
    min-width: 350px;
    width: 100%;
    max-width: 400px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0B800;
    color: #fff;
    border-radius: 6px;
    transition: background 0.2s;
}

[b-mzom011lp4] .mud-button-root:hover {
    background-color: #C49A00;
    color: #fff;
}

@media (max-width: 640.98px) {
    .home-title[b-mzom011lp4] {
        font-size: 1.3rem;
    }

    .home-content[b-mzom011lp4] {
        padding: 1rem 0.5rem;
        max-width: 100%;
    }

    [b-mzom011lp4] .mud-button-root {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Shared/AgreementCheck.razor.rz.scp.css */
.agreement-check-container[b-ffdbaoym7h] {
    background: #fffbe6;
    border: 2px solid #ffd24a;
    border-radius: 10px;
    padding: 32px 24px 28px 24px;
    margin: 40px auto 0 auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
/*    max-width: 700px;*/
    text-align: center; /* 追加: 全体中央揃え */
}

.agreement-title[b-ffdbaoym7h] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #7a5c00;
    margin-bottom: 18px;
    text-align: center; /* タイトル中央 */
}

.agreement-text[b-ffdbaoym7h] {
    font-size: 1.05rem;
    color: #333;
    margin-bottom: 22px;
    line-height: 1.7;
    text-align: center; /* 本文中央 */
}

.agreement-checkbox-row[b-ffdbaoym7h] {
    display: flex;
    align-items: center;
    justify-content: center; /* 横並び中央 */
    gap: 18px;
    margin-top: 16px;
    margin-bottom: 24px;
}

.agreement-checkbox-label[b-ffdbaoym7h] {
    font-size: 1.08rem;
    color: #7a5c00;
}

.agreement-btn-area[b-ffdbaoym7h] {
    display: flex;
/*    justify-content: flex-end;*/
    justify-content: center;
    margin-top: 24px;
}

[b-ffdbaoym7h] .agreement-btn {
    min-width: 100px;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 6px;
    box-shadow: none;
    transition: background 0.2s, color 0.2s;
}

/* 戻るボタン（アウトライン） */
[b-ffdbaoym7h] .agreement-btn-back {
    background: #fff;
    color: var(--app-operation-color);
    border: 2px solid var(--app-operation-color);
}
[b-ffdbaoym7h] .agreement-btn-back:hover {
    background: #e3f2fd;
    color: #0d47a1;
    border-color: #0d47a1;
}

/* 次へボタン（塗りつぶし） */
[b-ffdbaoym7h] .agreement-btn-next {
    background: var(--app-operation-color);
    color: #fff;
    border: 2px solid var(--app-operation-color);
}
[b-ffdbaoym7h] .agreement-btn-next:hover:enabled {
    background: #1565c0;
    color: #fff;
    border-color: #0d47a1;
}
[b-ffdbaoym7h] .agreement-btn-next:disabled {
    background: #bdbdbd;
    color: #fff;
    border-color: #bdbdbd;
}
/* _content/Cotora/Components/Shared/AnswerChoiceCheckBox.razor.rz.scp.css */
.choice-checkbox-group[b-6cyujwzwss] {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.choice-btn[b-6cyujwzwss] {
    display: flex;
    align-items: center;
    min-width: 120px;
    padding: 0.6em 1.2em;
    margin: 0.3em 0.7em 0.3em 0;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    color: #222;
    font-size: 1.08rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

    .choice-btn.selected[b-6cyujwzwss] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

    .choice-btn input[type="checkbox"][b-6cyujwzwss] {
        margin-right: 0.5em;
        accent-color: #ffb74d;
    }

@media (max-width: 600px) {
    .choice-checkbox-group[b-6cyujwzwss] {
        flex-direction: column;
        gap: 8px;
    }

    .choice-btn[b-6cyujwzwss] {
        min-width: 0;
        width: 100%;
    }
}
/* _content/Cotora/Components/Shared/AnswerChoiceRadio.razor.rz.scp.css */
.choice-radio-group[b-1nqsc9f6cr] {
    display: flex;
    gap: 18px;
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.choice-btn[b-1nqsc9f6cr] {
    display: flex;
    align-items: center;
    min-width: 120px;
    padding: 0.6em 1.2em;
    margin: 0.3em 0.7em 0.3em 0;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    color: #222;
    font-size: 1.08rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

    .choice-btn.selected[b-1nqsc9f6cr] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

    .choice-btn input[type="radio"][b-1nqsc9f6cr] {
        margin-right: 0.5em;
        accent-color: #ffb74d;
    }

@media (max-width: 600px) {
    .choice-radio-group[b-1nqsc9f6cr] {
        flex-direction: column;
        gap: 8px;
    }

    .choice-btn[b-1nqsc9f6cr] {
        min-width: 0;
        width: 100%;
    }
}
/* _content/Cotora/Components/Shared/AnswerFreeComment.razor.rz.scp.css */
.freecomment-wrapper[b-mekdlrg4o0] {
    display: inline-block;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    padding: 0.3em 0.8em;
    transition: border-color 0.2s, background 0.2s;
    min-width: 180px;
    width: 100%;
    box-sizing: border-box;
}

    .freecomment-wrapper.selected[b-mekdlrg4o0] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

.freecomment-textarea[b-mekdlrg4o0] {
    border: none;
    background: transparent;
    font-size: 1.08rem;
    color: #222;
    outline: none;
    min-width: 180px;
    width: 100%;
    padding: 0.5em 0.8em;
    appearance: none;
    box-sizing: border-box;
    resize: vertical;
    height: 2.8em;
}

    .freecomment-textarea:focus[b-mekdlrg4o0] {
        outline: none;
        background: #fff;
    }
/* _content/Cotora/Components/Shared/AnswerPulldown.razor.rz.scp.css */
.pulldown-wrapper[b-m9hw9wwmxq] {
    display: inline-block;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    padding: 0.3em 0.8em;
    transition: border-color 0.2s, background 0.2s;
}

    .pulldown-wrapper.selected[b-m9hw9wwmxq] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

.pulldown-select[b-m9hw9wwmxq] {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #222;
    outline: none;
    min-width: 120px;
    padding: 0.5em 0.8em;
    appearance: none;
}

    .pulldown-select:focus[b-m9hw9wwmxq] {
        outline: none;
    }
/* _content/Cotora/Components/Shared/AnswerSpecialType1.razor.rz.scp.css */
.answer-special-type1[b-m8vh6bf3hf] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: flex-start;
}

.pulldown-wrapper[b-m8vh6bf3hf] {
    flex: 0 1 48%; /* 2列レイアウト。48%でgap分を考慮 */
    max-width: 320px; /* 最大幅を固定（必要に応じて調整） */
    min-width: 180px;
    box-sizing: border-box;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    padding: 0.3em 0.8em;
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 8px;
}

    .pulldown-wrapper.selected[b-m8vh6bf3hf] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

.pulldown-select[b-m8vh6bf3hf] {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #222;
    outline: none;
    padding: 0.5em 0.8em;
    appearance: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 120px;
}
/* _content/Cotora/Components/Shared/AnswerSpecialType2.razor.rz.scp.css */
.answer-special-type2[b-tvlawvidbq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: flex-start;
}

.pulldown-wrapper[b-tvlawvidbq] {
    flex: 0 1 48%;
    max-width: 320px;
    min-width: 180px;
    box-sizing: border-box;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    padding: 0.3em 0.8em;
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 8px;
}

    .pulldown-wrapper.selected[b-tvlawvidbq] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

.pulldown-select[b-tvlawvidbq] {
    border: none;
    background: transparent;
    font-size: 0.9rem;
    color: #222;
    outline: none;
    padding: 0.5em 0.8em;
    appearance: none;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 120px;
}
/* _content/Cotora/Components/Shared/AnswerSpecialType3.razor.rz.scp.css */
.special-type3-row[b-3a9hfy0hvr] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.pulldown-wrapper.special3-wrapper[b-3a9hfy0hvr] {
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    padding: 8px 12px;
    transition: border-color 0.2s, background 0.2s;
    display: flex;
    align-items: center;
}

    .pulldown-wrapper.special3-wrapper.selected[b-3a9hfy0hvr] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

.pulldown-select[b-3a9hfy0hvr] {
    min-width: 180px;
    max-width: 320px;
/*    height: 44px;*/
    font-size: 0.9rem;
    padding: 0.5em 0.8em;
    border: none;
    background: transparent;
    color: #222;
    box-sizing: border-box;
}

.special-type3-multiply[b-3a9hfy0hvr] {
/*    font-weight: bold;*/
    font-size: 1.2rem;
    color: #222;
    margin: 0 12px;
}
/* _content/Cotora/Components/Shared/Button/ChangeButton.razor.rz.scp.css */
[b-hw1s5m36hv] .p-change-btn {
    background: #fff;
    color: #FF4081;
    border: 2px solid #FF4081;
}

    [b-hw1s5m36hv] .p-change-btn:hover {
        background: #FFE4E1;
        color: #FF4081;
        border-color: #FF4081;
    }

@media (max-width: 640.98px) {
    [b-hw1s5m36hv] .p-change-btn {
        min-width: 0;
        width: 100%;
        font-size: 1rem;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/* _content/Cotora/Components/Shared/Button/ClarButton.razor.rz.scp.css */
[b-g7ml4pbjsf] .p-clar-btn {
    background: White !important;
    color: var(--text-theme-color) !important;
    border: 2px solid var(--app-theme-color) !important;
}

    [b-g7ml4pbjsf] .p-clar-btn:hover {
        background: #FFF8E1 !important;
    }
/* _content/Cotora/Components/Shared/Button/DefaultButton.razor.rz.scp.css */
[b-ibun7jh12p] .p-default-btn {
    background: var(--app-theme-color) !important;
    color: var(--text-theme-color) !important;
    border: 2px solid var(--app-theme-color) !important;
}

    [b-ibun7jh12p] .p-default-btn:hover {
        background: #ffe082 !important;
    }
/* _content/Cotora/Components/Shared/Button/DeleteButton.razor.rz.scp.css */
[b-xabatkzfke] .p-delete-btn {
    background: #FF4081;
    color: #fff;
    border: 2px solid #FF4081;
}

    [b-xabatkzfke] .p-delete-btn:hover:enabled {
        background: #FFE4E1;
        color: #fff;
        border-color: #FF4081;
    }
/* _content/Cotora/Components/Shared/Button/DownloadButton.razor.rz.scp.css */
[b-116k8l0vp1] .p-download-btn {
    background: #8B5C2A !important;
    color: #FFFF !important;
    border: 2px solid #8B5C2A !important;
    margin-left: 0 !important;
    margin-right: 0;
}

    [b-116k8l0vp1] .p-download-btn:hover {
        background: #6D3C13 !important;
    }
/* _content/Cotora/Components/Shared/Button/HomeButton.razor.rz.scp.css */
[b-lkyvcc2vix] .p-home-btn {
    background: var(--app-operation-color);
    color: #fff;
    border: 2px solid var(--app-operation-color);
}

    [b-lkyvcc2vix] .p-home-btn:hover:enabled {
        background: #1565C0;
        color: #fff;
        border-color: #0D47A1;
    }
/* _content/Cotora/Components/Shared/Button/NextButton.razor.rz.scp.css */
[b-sh8ys8yu0l] .p-next-btn {
    background: var(--app-operation-color);
    color: #FFF;
    border: 2px solid var(--app-operation-color);
}

[b-sh8ys8yu0l] .p-next-btn:hover:enabled {
    background: #1565C0;
    color: #FFF;
    border-color: #0D47A1;
}
/* _content/Cotora/Components/Shared/Button/PrevButton.razor.rz.scp.css */

[b-c6famrzd0m] .p-prev-btn {
    background: #FFF;
    color: var(--app-operation-color);
    border: 2px solid var(--app-operation-color);
}

    [b-c6famrzd0m] .p-prev-btn:hover {
        background: #E3F2FD;
        color: #0D47A1;
        border-color: #0d47a1;
    }
/* _content/Cotora/Components/Shared/Button/SearchButton.razor.rz.scp.css */
[b-kse0oyssdh] .p-search-btn {
    background: var(--app-theme-color) !important;
    color: var(--text-theme-color) !important;
    border: 2px solid var(--app-theme-color) !important;
    padding: 9.3px 22px;
}

[b-kse0oyssdh] .p-search-btn__word {
    font-size: 1rem;
    font-weight: bold;
}

[b-kse0oyssdh] .p-search-btn:hover {
    background: #FFE082 !important;
}
/* _content/Cotora/Components/Shared/Container/BodyContainer.razor.rz.scp.css */
.p-body-container[b-fuj33tmumc] {
    background-color: var(--background-color-karashi);
    min-height: 100vh;
    font-family: 'Segoe UI', 'Meiryo', sans-serif;
}
/* _content/Cotora/Components/Shared/Container/MainContainer.razor.rz.scp.css */
.p-main-container[b-z8y6w1bzv0] {
    background-color: var(--background-color-offwhite);
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(180, 140, 60, 0.15);
    max-width: 100%;
    margin: 2rem 0;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
}
/* _content/Cotora/Components/Shared/Container/NaviBtnContainer.razor.rz.scp.css */
.p-navi-container[b-tx8j5fyhd2] {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 24px;
}
/* _content/Cotora/Components/Shared/Input/InputSerchCondition.razor.rz.scp.css */
/**************************
    MudTextFieldのカスタマイズ
***************************/
[b-nevigxxzg3] .p-text {
    /*テーマ色の変更*/
    --mud-palette-primary: var(--text-theme-color);
}

[b-nevigxxzg3] .mud-input.mud-input-outlined
.mud-input-outlined-border {
    /*ボーダーのカスタマイズ*/
    border-color: var(--border-theme-color);
    border-width: 2px;
}

[b-nevigxxzg3] .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    /*入力エリアのカスタマイズ*/
    color: var(--text-theme-color);
    font-weight: 700;
}
/* _content/Cotora/Components/Shared/Label/MainDescription.razor.rz.scp.css */
.p-description[b-ubtg8oy0ux] {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
/* _content/Cotora/Components/Shared/Label/SuccessDescription.razor.rz.scp.css */
.p-description[b-nw9raq4l7e] {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
}
/* _content/Cotora/Components/Shared/PageTitleCenter.razor.rz.scp.css */
.c-page-title[b-hhmgn8tiva] {
    font-family: "Yu Gothic UI";
    background-color: rgba(0, 75, 1, 1) !important;
    font-size: 20px;
    padding: 0.3rem 1rem;
    background: #1e1859;
    -webkit-box-shadow: 5px 5px 0 #FFC933;
    box-shadow: 5px 5px 0 #FFC933;
    height: 2.5rem;
    letter-spacing: .1em;
    color: #fff;
}
/* _content/Cotora/Components/Shared/PageTitleLeft.razor.rz.scp.css */
.c-page-title[b-uugqc4lj0h] {
    font-family: "Yu Gothic UI";
    background-color: rgba(0, 75, 1, 1) !important;
    font-size: 20px;
    padding: 0.3rem 1rem;
    background: #1e1859;
    -webkit-box-shadow: 5px 5px 0 #FFC933;
    box-shadow: 5px 5px 0 #FFC933;
    height: 2.5rem;
    letter-spacing: .1em;
    color: #fff;
}
/* _content/Cotora/Components/Shared/Question.razor.rz.scp.css */
.cotora-logo[b-veo36pka3w] {
    font-family: 'Segoe UI', sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em;
    margin: 32px auto 16px auto;
    text-align: center;
}

/* アンケート全体のラッパー */
.questionnaire-container[b-veo36pka3w] {
    max-width: 100%;
    overflow-x: auto;
    margin: 40px auto;
/*    background: #fffbe6;*/
    background: #FFF8E1;
    border-radius: 12px;
/*    box-shadow: 0 2px 12px rgba(0,0,0,0.07);*/
    padding: 32px 24px 24px 24px;
}

/* テーブル全体 */
.questionnaire-table[b-veo36pka3w] {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all;
    background: #fff;
    border: 1px solid #333;
}

    .questionnaire-table th[b-veo36pka3w],
    .questionnaire-table td[b-veo36pka3w] {
        border: 1px solid #333;
        padding: 0.8rem 1.2rem;
        font-size: 1.08rem;
        text-align: left;
        background: #fffbe6;
    }

        .questionnaire-table td.que_text[b-veo36pka3w] {
            background-color: #e3f2fd;
        }

/* 質問番号セル */
.que_no[b-veo36pka3w] {
    background: #d2f5c9;
    color: #222;
    font-weight: bold;
    font-size: 1.13rem;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    border-right: 1px solid #333;
}

/* 設問文セル */
.que_text[b-veo36pka3w] {
    background-color: #e3f2fd; /* 淡い水色 */
    font-weight: bold;
    color: #222;
}

/* 回答欄セル */
.que_ans[b-veo36pka3w] {
    background: #fff;
    padding: 1.2rem 0.5rem;
}

/* 登録ボタンエリア */
.submit-area[b-veo36pka3w] {
    text-align: center;
    margin-top: 32px;
}

/* 登録ボタン */
[b-veo36pka3w] .submit-btn {
    background: #ffd24a !important;
    color: #333 !important;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 8px;
    min-width: 160px;
    min-height: 48px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    transition: background 0.2s;
}

    [b-veo36pka3w] .submit-btn:hover {
        background: #ffe07a !important;
    }

/* 回答ボタン（ラジオ・チェックボックス）共通 */
.choice-btn[b-veo36pka3w] {
    display: inline-block;
    min-width: 120px;
    padding: 0.7em 1.2em;
    margin: 0.3em 0.7em 0.3em 0;
    border: 2px solid #cfd8dc;
    border-radius: 8px;
    background: #f5fbff;
    color: #222;
    font-size: 1.08rem;
    font-weight: 500;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

    .choice-btn.selected[b-veo36pka3w] {
        border-color: #ffb74d;
        background: #fff3e0;
    }

    .choice-btn input[type="radio"][b-veo36pka3w],
    .choice-btn input[type="checkbox"][b-veo36pka3w] {
        margin-right: 0.5em;
        accent-color: #ffb74d;
    }

.unanswered[b-veo36pka3w] {
    background-color: #ffcccc !important;
    color: #b20000;
    font-weight: bold;
}

.questionnaire-description[b-veo36pka3w] {
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    color: #6b4c1b;
}

/* レスポンシブ対応 */
@media (max-width: 600px) {
    .questionnaire-container[b-veo36pka3w] {
        padding: 16px 4px 12px 4px;
    }

    .questionnaire-table th[b-veo36pka3w],
    .questionnaire-table td[b-veo36pka3w] {
        padding: 0.5rem 0.5rem;
        font-size: 0.98rem;
    }

    .choice-btn[b-veo36pka3w] {
        min-width: 0;
        width: 100%;
        margin-right: 0;
    }
}
/* _content/Cotora/Components/Shared/Search/SearchConditionContainer.razor.rz.scp.css */
[b-1jq9cqgybr] .p-condition__container {
    background-color: #FFF8E1;
    padding: 10px;
}

[b-1jq9cqgybr] .mud-paper-outlined {
    border: 3px solid #8B5C2A69;
}
/* _content/Cotora/Components/Shared/Select/CustomMudSelect.razor.rz.scp.css */
/**************************
    MudSelectのカスタマイズ
***************************/
[b-nhn6dimabp] .p-select {
    /*テーマ色の変更*/
    --mud-palette-primary: var(--text-theme-color);
}

[b-nhn6dimabp] .mud-input.mud-input-outlined
.mud-input-outlined-border {
    /*ボーダーのカスタマイズ*/
    border-color: var(--border-theme-color);
    border-width: 2px;
}

[b-nhn6dimabp] .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    /*入力エリアのカスタマイズ*/
    color: var(--text-theme-color);
    font-weight: 700;
}
/* _content/Cotora/Components/Shared/Select/ProgressSelect.razor.rz.scp.css */
/**************************
    MudSelectのカスタマイズ
***************************/
[b-7163ukeag4] .p-select {
    /*テーマ色の変更*/
    --mud-palette-primary: var(--text-theme-color);
}

[b-7163ukeag4] .mud-input.mud-input-outlined
.mud-input-outlined-border {
    /*ボーダーのカスタマイズ*/
    border-color: var(--border-theme-color);
    border-width: 2px;
}

[b-7163ukeag4] .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    /*入力エリアのカスタマイズ*/
    color: var(--text-theme-color);
    font-weight: 700;
}
