@import '_content/Dekirukun.Replatform.WebApp.Common.Components/Dekirukun.Replatform.WebApp.Common.Components.bundle.scp.css';

/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/CategoryLayout.razor.rz.scp.css */
/* 基本レイアウト
-------------------------------------------------- */
.page[b-7y76xt6s6v] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* コンテンツエリア
-------------------------------------------------- */
.content-wrapper[b-7y76xt6s6v] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 1350px;
    width:100%;
    margin: auto;
}

.sidebar[b-7y76xt6s6v] {
    background-color: var(--dk-white);
    transition: transform 0.3s ease-in-out;
    margin-left:16px;
}

main[b-7y76xt6s6v] {
    flex: 1;
    padding: 0 1.5rem;
}

.nav-scrollable[b-7y76xt6s6v],
.navbar-collapse.collapse[b-7y76xt6s6v] {
    width: 300px !important;
    max-width: 300px;
}

/* エラーUI
-------------------------------------------------- */
#blazor-error-ui[b-7y76xt6s6v] {
    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-7y76xt6s6v] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* レスポンシブ
-------------------------------------------------- */
@media (max-width: 640.98px) {
    .top-row[b-7y76xt6s6v] {
        justify-content: space-between;
    }

    .top-row[b-7y76xt6s6v]  a,
    .top-row[b-7y76xt6s6v]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-7y76xt6s6v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7y76xt6s6v]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7y76xt6s6v],
    article[b-7y76xt6s6v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .search-box[b-7y76xt6s6v] {
        max-width: 100%;
    }

    .content-wrapper[b-7y76xt6s6v] {
        flex-direction: column;
    }

    .sidebar[b-7y76xt6s6v] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    main[b-7y76xt6s6v] {
        padding: 0.5rem;
    }
}

@media (max-width: 992px) {
    .header-links[b-7y76xt6s6v] {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .sidebar[b-7y76xt6s6v] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        width: 300px;
        margin-left:0;
    }

    .sidebar.show[b-7y76xt6s6v] {
        transform: translateX(0);
    }

    /* オーバーレイ */
    .sidebar.show[b-7y76xt6s6v]::after {
        content: '';
        position: fixed;
        top: 0;
        left: 300px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .content-wrapper[b-7y76xt6s6v] {
        flex-direction: row;
    }

    .navbar-toggler[b-7y76xt6s6v] {
        display: none;
    }

    .sidebar[b-7y76xt6s6v] {
        width: 300px;
        position: sticky;
    }

    .sidebar.collapse[b-7y76xt6s6v] {
        display: block;
    }

    main[b-7y76xt6s6v] {
        flex: 1;
        padding-left: 1.5rem;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/CategoryNavMenu.razor.rz.scp.css */
/* ナビゲーションバー - トグルボタン
-------------------------------------------------- */
.navbar-toggler[b-zcecf4c5ag] {
    padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: box-shadow 0.15s ease-in-out;
}

    .navbar-toggler:focus[b-zcecf4c5ag] {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }

.navbar-toggler-icon[b-zcecf4c5ag] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* ナビゲーションバーのレイアウト
-------------------------------------------------- */
.top-row[b-zcecf4c5ag] {
    height: 3.5rem;
}

.navbar-brand[b-zcecf4c5ag] {
    font-size: 1.1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zcecf4c5ag] {
    display: block;
}

/* ナビゲーションアイコン
-------------------------------------------------- */
.bi[b-zcecf4c5ag] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-zcecf4c5ag] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zcecf4c5ag] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zcecf4c5ag] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* ナビゲーションリンク
-------------------------------------------------- */
.nav-item[b-zcecf4c5ag] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zcecf4c5ag] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zcecf4c5ag] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zcecf4c5ag]  .nav-link {
        /*color: #d7d7d7;*/
        background: none;
        border: 1px solid var(--dk-gray4);
        border-radius: 0px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

/* サイドバーボタンレイアウト
-------------------------------------------------- */
.sidebutton[b-zcecf4c5ag] {
    background: none;
    border: 1px solid var(--dk-gray4);
    border-radius: 0px;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    justify-content: space-between;
}

.arrow-icon[b-zcecf4c5ag] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
    width: 8px;
    height: 12px;
    background-image: url("../../wwwroot/img/arrow_forword.svg");
    background-repeat: no-repeat;
    background-position: center;
    /* グレーに変換するフィルター */
    filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}

.sidebutton:hover .arrow-icon[b-zcecf4c5ag] {
    /* テーマカラーに変換するフィルター */
    filter: brightness(0) saturate(100%) invert(31%) sepia(57%) saturate(1000%) hue-rotate(166deg) brightness(95%) contrast(101%);
    transform: translateY(-50%) translateX(3px);
}

/* レスポンシブ設定
-------------------------------------------------- */


.nav-item .nav-link[b-zcecf4c5ag] {
    /*color: #d7d7d7;*/
    background: none;
    border: 1px solid var(--dk-gray4);
    border-radius: 0px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-scrollable[b-zcecf4c5ag] {
    width: 300px !important;
    max-width: 300px;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    overflow-y: auto;
    height: calc(100vh - 3.5rem);
}

    /* Webkit系ブラウザ (Chrome, Safari) 用 */
    .nav-scrollable[b-zcecf4c5ag]::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 992px) {
    .nav-scrollable[b-zcecf4c5ag] {
        overflow-y: unset;
        height:auto;
    }
}

.sidebar-container[b-zcecf4c5ag] {
    margin: 1rem;
    overflow-y: auto;
    background: var(--dk-white);
}

.top-container[b-zcecf4c5ag] {
    border-bottom: 1.5px solid var(--dk-gray3);
    padding-bottom:2rem;
    margin-bottom:2rem;
}

.search-container[b-zcecf4c5ag] {
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.search-box[b-zcecf4c5ag] {
    position: relative;
}

    .search-box .input-group[b-zcecf4c5ag] {
        border: 2px solid var(--dk-theme-color);
        border-radius: 4px;
        overflow: hidden;
    }

.search-input-form[b-zcecf4c5ag] {
    padding:12px;
}

.search-button[b-zcecf4c5ag] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dk-theme-color);
    border: none;
    color: var(--dk-white);
    padding: 0;
    height: 103%;
    width: 60px;
}

.btn-close[b-zcecf4c5ag] {
    opacity: 0.5;
}

.form-control[b-zcecf4c5ag] {
    padding-right: 40px;
}

.sidebar-section-container[b-zcecf4c5ag] {
    
}

.sidebar-nav-item[b-zcecf4c5ag] {
    border: 1px solid var(--dk-gray3);
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--dk-black);
    padding: 18px 12px;
    gap: 16px;
}

    .sidebar-nav-item:hover[b-zcecf4c5ag] {
        background: var(--dk-base-color);
    }

    .sidebar-nav-item a[b-zcecf4c5ag] {
        position: relative;
        color: var(--dk-black);
        font-size: 16px;
        font-weight: bold;
        line-height:1.5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        width: 100%;
        padding-right:20px;
    }

    .sidebar-nav-item.sub[b-zcecf4c5ag] {
        padding: 16px 12px 16px 28px;
    }

        .sidebar-nav-item.sub a[b-zcecf4c5ag] {
            font-size: 14px;
        }

            .sidebar-nav-item.sub a[b-zcecf4c5ag]::after {
                font-size: 14px;
                background-color: var(--dk-gray2);
            }

    .sidebar-nav-item.top[b-zcecf4c5ag] {
        border:none;
    }

    .sidebar-nav-item a[b-zcecf4c5ag]::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 8px;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M5.08586 6.00008L0.792969 1.70718L2.20718 0.292969L7.91429 6.00008L2.20718 11.7072L0.792969 10.293L5.08586 6.00008Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M5.08586 6.00008L0.792969 1.70718L2.20718 0.292969L7.91429 6.00008L2.20718 11.7072L0.792969 10.293L5.08586 6.00008Z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
        background-color: currentColor;
    }

    /* 現在のページ */
    .sidebar-nav-item a[aria-current="page"][b-zcecf4c5ag] {
        color: var(--dk-theme-color);
    }

    .sidebar-nav-item a[aria-current="page"][b-zcecf4c5ag]::after {
        background-color: var(--dk-theme-color);
    }

    /* 現在のページの左側に三角アクセント */
    .sidebar-nav-item a[aria-current="page"][b-zcecf4c5ag]::before {
        content: "";
        position: absolute;
        left: -12px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 8px solid var(--dk-theme-color);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    /* サブアイテムの場合の三角位置調整 */
    .sidebar-nav-item.sub a[aria-current="page"][b-zcecf4c5ag]::before {
        left: -28px;
    }

    .sidebar-nav-item:hover a[b-zcecf4c5ag]::after {
        top: 45%;
    }

    .sidebar-nav-item:hover a[aria-current="page"][b-zcecf4c5ag]::after {
        top: 50%;
    }

/* アコーディオン関連のスタイル */
.accordion-header[b-zcecf4c5ag] {
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: background-color 0.2s ease;
}

.accordion-header:hover[b-zcecf4c5ag] {
    background-color: rgba(var(--dk-theme-color-rgb), 0.05);
}

.accordion-header .inner[b-zcecf4c5ag] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.accordion-toggle[b-zcecf4c5ag] {
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    justify-content: center;
}

/* Bootstrap Icons のプラス・マイナスアイコン */
.accordion-toggle .bi-plus[b-zcecf4c5ag]::before,
.accordion-toggle .bi-dash[b-zcecf4c5ag]::before {
    font-family: "bootstrap-icons";
    font-size: 24px;
    color: var(--dk-theme-color);
    font-weight: bold;
}

.accordion-content[b-zcecf4c5ag] {
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s ease,
                padding 0.3s ease;
}

/* スマホ表示時のアコーディオン動作 */
@media (max-width: 576px) {
    .accordion-header[b-zcecf4c5ag] {
        cursor: pointer;
    }

    .accordion-content[b-zcecf4c5ag] {
        max-height: 0;
        opacity: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .accordion-content.open[b-zcecf4c5ag] {
            max-height: 3000px; /* より大きな値に変更 */
            opacity: 1;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        /* アコーディオンが閉じている時のメニューアイテムを完全に隠す */
        .accordion-content:not(.open) .sidebar-nav-item[b-zcecf4c5ag] {
            visibility: hidden;
            height: 0;
            min-height: 0;
            padding: 0;
            margin: 0;
            border: none;
        }

    .sidebar-section-container[b-zcecf4c5ag] {
        margin-bottom: 16px;
    }

        .sidebar-section-container .title-m-container[b-zcecf4c5ag] {
            margin: 6px auto;
            padding: 0;
        }

            .sidebar-section-container .title-m-container .inner[b-zcecf4c5ag] {
                border-left: 4px solid var(--dk-theme-color);
                padding: 8px 0 8px 12px;
            }
}

/* PC表示時は常に表示 */
@media (min-width: 577px) {
    .accordion-header[b-zcecf4c5ag] {
        cursor: default;
    }
    
    .accordion-content[b-zcecf4c5ag] {
        max-height: none !important;
        opacity: 1 !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    
    .accordion-toggle[b-zcecf4c5ag] {
        display: none !important;
    }
    
    .accordion-header:hover[b-zcecf4c5ag] {
        background-color: transparent;
    }

    .sidebar-section-container[b-zcecf4c5ag] {
        background: transparent;
        border: none;
        box-shadow: none;
        margin-bottom: 8px;
    }
    
    .sidebar-section-container .title-m-container[b-zcecf4c5ag] {
        padding: 12px 16px 12px 0px;
        border-bottom: none;
        margin: 0;
    }
    
    .sidebar-section-container .title-m-container .inner[b-zcecf4c5ag] {
        border-left: 7px solid var(--dk-theme-color);
        padding-left: 12px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/FloatingArea.razor.rz.scp.css */
.floating-area[b-1v09p8k3lw] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: rgba(0, 0, 0, 0.2);
    padding: 12px 0;
}

.floating-button-group[b-1v09p8k3lw] {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    max-width: 700px;
}

/* ボタンの共通スタイル */
.floating-button[b-1v09p8k3lw] {
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    transition: opacity 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* 検索ボタン */
.search-button[b-1v09p8k3lw] {
    background-color: var(--dk-white);
    border: 3px solid var(--dk-white);
    border-radius: 8px;
    color: var(--dk-theme-color);
    text-decoration: none;
    box-shadow: inset 0 0 0 2px var(--dk-theme-color);
}

    .search-button:hover[b-1v09p8k3lw] {
        background-color: var(--dk-gray4);
    }

/* お見積りボタン */
.estimate-button[b-1v09p8k3lw] {
    border: 3px solid var(--dk-white);
    border-radius: 8px;
    color: var(--dk-white);
    text-decoration: none;
    background: var(--dk-theme-color);
}

.estimate-button:hover[b-1v09p8k3lw] {
    opacity: 0.9;
}

/* アイコン */
.floating-button img[b-1v09p8k3lw] {
    width: 24px;
    height: 24px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .floating-area[b-1v09p8k3lw] {
        padding: 10px 0;
        background: var(--dk-white);
        box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.5);
    }
    
    .floating-button[b-1v09p8k3lw] {
        font-size: 12px;
        padding: 8px;
    }

    .search-button[b-1v09p8k3lw] {
        border: 1.5px solid var(--dk-theme-color);
        border-radius: 8px;
        box-shadow: none;
    }

    .estimate-button[b-1v09p8k3lw] {
        border: none;
    }
}

/* スクロールトップボタン */
.scroll-top-button[b-1v09p8k3lw] {
    position: absolute;
    top: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.scroll-top-button i[b-1v09p8k3lw] {
    color: var(--dk-theme-color);
    font-size: 20px;
}

.scroll-top-button:hover[b-1v09p8k3lw] {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .scroll-top-button[b-1v09p8k3lw] {
        top: -70px;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/Footer.razor.rz.scp.css */
/* フッター関連
-------------------------------------------------- */
.footer-base[b-qdh9reubfr] {
    color: var(--dk-white);
    font-family: 'Noto Sans JP', sans-serif;
}

/* バナー関連
-------------------------------------------------- */
.banner-container[b-qdh9reubfr] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
    padding: 40px 24px;
    background-color: var(--dk-white);
    max-width: 1300px;
}

.banner-item[b-qdh9reubfr] {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    text-align: center;
}

.banner-item img[b-qdh9reubfr] {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-item img:hover[b-qdh9reubfr] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .banner-container[b-qdh9reubfr] {
        padding: 32px 16px;
        gap: 16px;
    }
    
    .banner-item[b-qdh9reubfr] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }
}

/* フッタートップコンテナ */
.footer-top-container[b-qdh9reubfr] {
    background-color: var(--dk-theme-color);
    padding: 48px 24px;
}

/* フッターボトムコンテナ */
.footer-bottom-container[b-qdh9reubfr] {
    background-color: var(--dk-accent-color);
    padding: 32px 24px 120px 24px;
    text-align: center;
}

.footer-content-wrapper[b-qdh9reubfr] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* フッターボタングループ */
.footer-button-group[b-qdh9reubfr] {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .footer-top-container[b-qdh9reubfr] {
        padding: 32px 24px;
    }

    .footer-button-group[b-qdh9reubfr] {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 32px;
    }
}

/* フッターボタン */
.footer-button[b-qdh9reubfr] {
    color: var(--dk-white);
    background-color: transparent;
    border: 1px solid var(--dk-white);
    border-radius: 12px;
    padding: 20px 32px;
    text-decoration: none;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    min-height: 80px;
    flex: 1;
}

.footer-button:hover[b-qdh9reubfr] {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: var(--dk-white);
    text-decoration: none;
}

.footer-button .button-content[b-qdh9reubfr] {
    display: flex;
    align-items: center;
    flex: 1;
}

.footer-button i[b-qdh9reubfr],
.footer-button svg[b-qdh9reubfr] {
    margin-right: 16px;
    font-size: 1.8rem;
}

.footer-button[b-qdh9reubfr]::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .footer-button[b-qdh9reubfr] {
        font-size: 16px;
        padding: 18px 24px;
        min-height: 70px;
    }
    
    .footer-button i[b-qdh9reubfr],
    .footer-button svg[b-qdh9reubfr] {
        font-size: 1.5rem;
        margin-right: 12px;
    }
}

/* 会社情報セクション */
.company-info-section[b-qdh9reubfr] {
    padding: 0;
    margin-bottom: 32px;
    margin-left:16px;
}

.company-info-item[b-qdh9reubfr] {
    margin-bottom: 8px;
    line-height: 1.6;
}

.company-info-item:first-child[b-qdh9reubfr] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .company-info-section[b-qdh9reubfr] {
        margin-bottom: 24px;
        margin-left: 0;
    }
    
    .company-info-item:first-child[b-qdh9reubfr] {
        font-size: 1.3rem;
    }

    .company-info-item[b-qdh9reubfr] {
        font-size: 0.88rem;
    }
}

/* フッターナビゲーション */
.footer-nav-section[b-qdh9reubfr] {
    padding:0 16px 32px 16px;
}

.footer-nav-title[b-qdh9reubfr] {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--dk-white);
    border-bottom: 1.5px solid rgba(255, 255, 255);
    padding-bottom: 16px;
}

.footer-nav-list[b-qdh9reubfr] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-item[b-qdh9reubfr] {
    display: block;
    position: relative;
    padding: 8px 0 8px 32px;
    margin-bottom: 8px;
    color: var(--dk-white);
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.footer-nav-item[b-qdh9reubfr]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'%3E%3Cpath d='m480-320 160-160-160-160-56 56 64 64H320v80h168l-64 64 56 56Zm0 240q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.footer-nav-item:hover[b-qdh9reubfr] {
    color: var(--dk-white);
    padding-left: 36px;
    text-decoration: none;
}

.footer-nav-item:hover[b-qdh9reubfr]::before {
    opacity: 1;
    transform: translateY(-50%) translateX(4px);
}

@media (max-width: 768px) {
    .footer-nav-section[b-qdh9reubfr] {
        padding: 0 0 32px 0;
        text-align: left;
    }
    
    .footer-nav-title[b-qdh9reubfr] {
        font-size: 20px;
        margin-bottom: 16px;
    }
    
    .footer-nav-item[b-qdh9reubfr] {
        font-size: 15px;
        padding: 10px 0 10px 28px;
    }
}

/* フッターリンクグループ */
.footer-link-group[b-qdh9reubfr] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 24px;
}

.footer-link-item[b-qdh9reubfr] {
    color: var(--dk-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.footer-link-item[b-qdh9reubfr]::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 50%;
    background-color: var(--dk-white);
    transition: all 0.3s ease;
}

.footer-link-item:hover[b-qdh9reubfr] {
    color: var(--dk-white);
    text-decoration: none;
    transform: translateY(-2px);
}

.footer-link-item:hover[b-qdh9reubfr]::after {
    width: 100%;
    left: 0;
}

@media (max-width: 768px) {
    .footer-link-group[b-qdh9reubfr] {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-link-item[b-qdh9reubfr] {
        font-size: 13px;
    }
}

/* ローディング */
.loading-container[b-qdh9reubfr] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: var(--dk-white);
}

/* コピーライト */
.text-size-12[b-qdh9reubfr] {
    font-size: 12px;
    opacity: 0.8;
}

/* レイアウト調整 */
.footer-nav-row[b-qdh9reubfr] {
    display: flex;
}

@media (max-width: 768px) {
    .footer-nav-row[b-qdh9reubfr] {
        flex-direction: column;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/Header.razor.rz.scp.css */
/* ヘッダー関連
-------------------------------------------------- */
.header-container[b-350d4a0md9] {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color:var(--dk-white);
    z-index:999;
}

header[b-350d4a0md9] {
    width: 100%;
    max-width: 1400px;
    padding: 16px 32px 0px 32px;
}

@media (max-width: 991px) {
    header[b-350d4a0md9] {
        margin: 12px 0;
    }
}

@media (max-width: 768px) {
    header[b-350d4a0md9] {
        padding: 0px 8px 0px 8px;
        margin: 0 0;
    }
}

.top-banner[b-350d4a0md9] {
    margin: 8px;
    text-align: left;
    font-size: 12px;
}

@media (max-width: 768px) {
    .top-banner[b-350d4a0md9] {
        margin:0;
        margin-top: 8px;
    }
}

.main-header[b-350d4a0md9] {
    display: flex;
    align-items: center;
    margin: 12px auto 18px auto;
    gap: 12px;
}

@media (max-width: 768px) {
    .main-header[b-350d4a0md9] {
        margin: 0 auto;
    }
}

.logo[b-350d4a0md9] {
    display: flex;
    align-items: center;
}

.logo img[b-350d4a0md9] {
    height: 48px;
    width: 250px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .logo img[b-350d4a0md9] {
        height: 48px;
        width: 200px;
        object-fit: contain;
    }
}

    .warranty-badge[b-350d4a0md9] {
        display: flex;
        align-items: center;
    }

        .warranty-badge img[b-350d4a0md9] {
            height: 48px;
            width: 100px;
            object-fit: contain;
        }

@media (max-width: 768px) {
    .warranty-badge img[b-350d4a0md9] {
        height: 48px;
        width: 80px;
        object-fit: contain;
    }
}

    .search-box[b-350d4a0md9] {
        position: relative;
        flex-grow: 1;
        padding-left: 16px;
        padding-right: 16px;
    }

        .search-box .input-group[b-350d4a0md9] {
            border: 2px solid var(--dk-theme-color);
            border-radius: 4px;
            overflow: hidden;
        }

    .search-input-form[b-350d4a0md9] {
        padding: 12px;
        width: 90%;
    }

    .search-button[b-350d4a0md9] {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: var(--dk-theme-color);
        border: none;
        color: var(--dk-white);
        padding: 0;
        height: 101%;
        width: 60px;
    }

    .header-nav-item[b-350d4a0md9] {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
        font-size: 16px;
        font-weight: bold;
        gap: 8px;
        min-width: 70px;
    }

        .header-nav-item i[b-350d4a0md9] {
            font-size: 32px;
        }

    @media (max-width: 991px) {
        .header-nav-item[b-350d4a0md9] {
            flex-direction: column;
            gap: 4px;
            font-size: 10px;
            min-width: 30px;
        }
    }

    .category-nav-container[b-350d4a0md9] {
        padding: 12px 0;
        display: flex;
        gap: 4px;
        padding: 0 16px;
        overflow-x: auto;
        overflow-y: hidden;
        /* スクロールバーを非表示にする (Chrome, Safari, Edge) */
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .category-nav-container[b-350d4a0md9]::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

    .category-item[b-350d4a0md9] {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: inherit;
        font-size: 12px;
        border-radius: 8px;
        padding: 6px;
        min-width: 100px;
        border: 1.5px solid var(--dk-white);
    }

        .category-item img[b-350d4a0md9] {
            width: 48px;
            height: 48px;
            margin-bottom: 6px;
        }

    header-svg-container[b-350d4a0md9] {
        color: var(--dk-theme-color);
        font: var(--dk-theme-color);
    }

    .category-item:hover[b-350d4a0md9] {
        border: 1.5px solid var(--dk-theme-color);
        background: var(--dk-base-color);
    }

    .category-item-wrapper[b-350d4a0md9] {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
    }

    .category-dropdown[b-350d4a0md9] {
        display: none;
        position: absolute;
        top: 100%;
        left: -16px;
        width: 95vw;
        background: var(--dk-white);
        border-radius: 8px;
        box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        z-index: 1000;
    }

    .category-item-wrapper:hover .category-dropdown[b-350d4a0md9] {
        display: block;
    }

    .category-dropdow-header[b-350d4a0md9] {
        padding: 16px;
        border-bottom: 2px solid var(--dk-theme-color);
    }

    .category-dropdown .col-3[b-350d4a0md9] {
        padding: 0;
    }

        .category-dropdown .col-3:not(:last-child)[b-350d4a0md9] {
            border-right: 2px solid var(--dk-gray3);
        }

    .dropdown-section[b-350d4a0md9] {
        padding: 16px;
    }

    .dropdown-section-title[b-350d4a0md9] {
        margin-bottom: 8px;
    }

    .dropdown-section ul[b-350d4a0md9] {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

        .dropdown-section ul li a[b-350d4a0md9] {
            color: var(--dk-text-color);
            text-decoration: none;
            font-size: 14px;
            display: flex;
            align-items: center;
            padding: 8px 0;
            transition: color 0.2s;
        }

            .dropdown-section ul li a[b-350d4a0md9]::before {
                content: "\F133";
                font-family: bootstrap-icons;
                display: inline-block;
                width: 16px;
                height: 16px;
                margin-right: 8px;
                color: var(--dk-theme-color);
            }

            .dropdown-section ul li a:hover[b-350d4a0md9] {
                color: var(--dk-theme-color);
            }

/* スクロール後のスタイル */
[b-350d4a0md9] #category-items-wrapper.scrolled-layout {
    
}

    [b-350d4a0md9] #category-items-wrapper.scrolled-layout .category-item {
        flex-direction: row;
        align-items: center;
        gap:4px;
    }

[b-350d4a0md9] #category-items-wrapper.scrolled-layout .header-svg-container svg {
    height: 26px;
    width: 26px;
}

[b-350d4a0md9] #category-items-wrapper.scrolled-layout .category-item span {
    font-size: 1em;
    white-space: nowrap;
}

[b-350d4a0md9] #category-items-wrapper .category-item span {
    font-size: 1em;
    transition: font-size 0.3s ease-in-out;
    white-space: nowrap;
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/ItemLayout.razor.rz.scp.css */
/* 基本レイアウト
-------------------------------------------------- */
.page[b-w7h3go6zgx] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* コンテンツエリア
-------------------------------------------------- */
.content-wrapper[b-w7h3go6zgx] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 1350px;
    width: 100%;
    margin: auto;
}

.sidebar[b-w7h3go6zgx] {
    background-color: var(--dk-white);
    transition: transform 0.3s ease-in-out;
    margin-left: 16px;
}

main[b-w7h3go6zgx] {
    flex: 1;
    padding: 0 1.5rem;
}

.nav-scrollable[b-w7h3go6zgx],
.navbar-collapse.collapse[b-w7h3go6zgx] {
    width: 300px !important;
    max-width: 300px;
}

/* エラーUI
-------------------------------------------------- */
#blazor-error-ui[b-w7h3go6zgx] {
    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-w7h3go6zgx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* レスポンシブ
-------------------------------------------------- */
@media (max-width: 640.98px) {
    .top-row[b-w7h3go6zgx] {
        justify-content: space-between;
    }

        .top-row[b-w7h3go6zgx]  a,
        .top-row[b-w7h3go6zgx]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .top-row[b-w7h3go6zgx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-w7h3go6zgx]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-w7h3go6zgx],
    article[b-w7h3go6zgx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .search-box[b-w7h3go6zgx] {
        max-width: 100%;
    }

    .content-wrapper[b-w7h3go6zgx] {
        flex-direction: column;
    }

    .sidebar[b-w7h3go6zgx] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    main[b-w7h3go6zgx] {
        padding: 0.5rem;
    }
}

@media (max-width: 992px) {
    .header-links[b-w7h3go6zgx] {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .sidebar[b-w7h3go6zgx] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        width: 300px;
        margin-left: 0;
    }

        .sidebar.show[b-w7h3go6zgx] {
            transform: translateX(0);
        }

            /* オーバーレイ */
            .sidebar.show[b-w7h3go6zgx]::after {
                content: '';
                position: fixed;
                top: 0;
                left: 300px;
                width: 100vw;
                height: 100vh;
                background: rgba(0, 0, 0, 0.5);
                z-index: -1;
            }
}

@media (min-width: 992px) {
    .content-wrapper[b-w7h3go6zgx] {
        flex-direction: row;
    }

    .navbar-toggler[b-w7h3go6zgx] {
        display: none;
    }

    .sidebar[b-w7h3go6zgx] {
        width: 300px;
        position: sticky;
    }

        .sidebar.collapse[b-w7h3go6zgx] {
            display: block;
        }

    main[b-w7h3go6zgx] {
        flex: 1;
        padding-left: 1.5rem;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/MainLayout.razor.rz.scp.css */
/* 基本レイアウト
-------------------------------------------------- */
.page[b-bej0gb4rx1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* コンテンツエリア
-------------------------------------------------- */
.content-wrapper[b-bej0gb4rx1] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 1350px;
    width: 100%;
    margin: auto;
}

.sidebar[b-bej0gb4rx1] {
    background-color: var(--dk-white);
    transition: transform 0.3s ease-in-out;
    margin-left:16px;
}

main[b-bej0gb4rx1] {
    flex: 1;
    padding: 0 1.5rem;
}

.nav-scrollable[b-bej0gb4rx1],
.navbar-collapse.collapse[b-bej0gb4rx1] {
    width: 300px !important;
    max-width: 300px;
}

/* エラーUI
-------------------------------------------------- */
#blazor-error-ui[b-bej0gb4rx1] {
    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-bej0gb4rx1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* レスポンシブ
-------------------------------------------------- */
@media (max-width: 640.98px) {
    .top-row[b-bej0gb4rx1] {
        justify-content: space-between;
    }

    .top-row[b-bej0gb4rx1]  a,
    .top-row[b-bej0gb4rx1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-bej0gb4rx1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bej0gb4rx1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bej0gb4rx1],
    article[b-bej0gb4rx1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .search-box[b-bej0gb4rx1] {
        max-width: 100%;
    }

    .content-wrapper[b-bej0gb4rx1] {
        flex-direction: column;
    }

    .sidebar[b-bej0gb4rx1] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    main[b-bej0gb4rx1] {
        padding: 0.5rem;
    }
}

@media (max-width: 992px) {
    .header-links[b-bej0gb4rx1] {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .sidebar[b-bej0gb4rx1] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        width: 300px;
        margin-left:0;
    }

    .sidebar.show[b-bej0gb4rx1] {
        transform: translateX(0);
    }

    /* オーバーレイ */
    .sidebar.show[b-bej0gb4rx1]::after {
        content: '';
        position: fixed;
        top: 0;
        left: 300px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .content-wrapper[b-bej0gb4rx1] {
        flex-direction: row;
    }

    .navbar-toggler[b-bej0gb4rx1] {
        display: none;
    }

    .sidebar[b-bej0gb4rx1] {
        width: 300px;
        position: sticky;
    }

    .sidebar.collapse[b-bej0gb4rx1] {
        display: block;
    }

    main[b-bej0gb4rx1] {
        flex: 1;
        padding-left: 1.5rem;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/NavMenu.razor.rz.scp.css */
/* ナビゲーションバー - トグルボタン
-------------------------------------------------- */
.navbar-toggler[b-c4na3phjmd] {
    padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: box-shadow 0.15s ease-in-out;
}

    .navbar-toggler:focus[b-c4na3phjmd] {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }

.navbar-toggler-icon[b-c4na3phjmd] {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* ナビゲーションバーのレイアウト
-------------------------------------------------- */
.top-row[b-c4na3phjmd] {
    height: 3.5rem;
}

.navbar-brand[b-c4na3phjmd] {
    font-size: 1.1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c4na3phjmd] {
    display: block;
}

/* ナビゲーションアイコン
-------------------------------------------------- */
.bi[b-c4na3phjmd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-c4na3phjmd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-c4na3phjmd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-c4na3phjmd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* ナビゲーションリンク
-------------------------------------------------- */
.nav-item[b-c4na3phjmd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c4na3phjmd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c4na3phjmd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c4na3phjmd]  .nav-link {
        /*color: #d7d7d7;*/
        background: none;
        border: 1px solid var(--dk-gray4);
        border-radius: 0px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

/* サイドバーボタンレイアウト
-------------------------------------------------- */
.sidebutton[b-c4na3phjmd] {
    background: none;
    border: 1px solid var(--dk-gray4);
    border-radius: 0px;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem;
    position: relative;
    justify-content: space-between;
}

.arrow-icon[b-c4na3phjmd] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
    width: 8px;
    height: 12px;
    background-image: url("../../wwwroot/img/arrow_forword.svg");
    background-repeat: no-repeat;
    background-position: center;
    /* グレーに変換するフィルター */
    filter: brightness(0) saturate(100%) invert(50%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(90%) contrast(90%);
}

.sidebutton:hover .arrow-icon[b-c4na3phjmd] {
    /* テーマカラーに変換するフィルター */
    filter: brightness(0) saturate(100%) invert(31%) sepia(57%) saturate(1000%) hue-rotate(166deg) brightness(95%) contrast(101%);
    transform: translateY(-50%) translateX(3px);
}

/* レスポンシブ設定
-------------------------------------------------- */


.nav-item .nav-link[b-c4na3phjmd] {
    /*color: #d7d7d7;*/
    background: none;
    border: 1px solid var(--dk-gray4);
    border-radius: 0px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-scrollable[b-c4na3phjmd] {
    width: 300px !important;
    max-width: 300px;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
    overflow-y: auto;
    height: calc(100vh - 3.5rem);
}

    /* Webkit系ブラウザ (Chrome, Safari) 用 */
    .nav-scrollable[b-c4na3phjmd]::-webkit-scrollbar {
        display: none;
    }

@media (min-width: 992px) {
    .nav-scrollable[b-c4na3phjmd] {
        overflow-y: unset;
        height:auto;
    }
}

.sidebar-container[b-c4na3phjmd] {
    margin: 1rem;
    overflow-y: auto;
    background: var(--dk-white);
}

.top-container[b-c4na3phjmd] {
    border-bottom: 1.5px solid var(--dk-gray3);
    padding-bottom:2rem;
    margin-bottom:2rem;
}

.search-container[b-c4na3phjmd] {
    padding: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.search-box[b-c4na3phjmd] {
    position: relative;
}

    .search-box .input-group[b-c4na3phjmd] {
        border: 2px solid var(--dk-theme-color);
        border-radius: 4px;
        overflow: hidden;
    }

.search-input-form[b-c4na3phjmd] {
    padding:12px;
}

.search-button[b-c4na3phjmd] {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--dk-theme-color);
    border: none;
    color: var(--dk-white);
    padding: 0;
    height: 103%;
    width: 60px;
}

.btn-close[b-c4na3phjmd] {
    opacity: 0.5;
}

.form-control[b-c4na3phjmd] {
    padding-right: 40px;
}

.sidebar-section-container[b-c4na3phjmd] {
    margin-bottom: 8px;
}

.sidebar-nav-item[b-c4na3phjmd] {
    border: 1px solid var(--dk-gray3);
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--dk-black);
    padding: 18px 12px;
    gap:16px;
}

    .sidebar-nav-item:hover[b-c4na3phjmd] {
        background: var(--dk-base-color);
    }

    .sidebar-nav-item a[b-c4na3phjmd] {
        position: relative;
        color: var(--dk-black);
        font-size: 16px;
        font-weight: bold;
        line-height:1.5;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        width: 100%;
        padding-right:20px;
    }

    .sidebar-nav-item.sub[b-c4na3phjmd] {
        padding: 16px 12px 16px 18px;
    }

        .sidebar-nav-item.sub a[b-c4na3phjmd] {
            font-size: 14px;
        }

            .sidebar-nav-item.sub a[b-c4na3phjmd]::after {
                font-size: 14px;
                background-color: var(--dk-gray2);
            }

    .sidebar-nav-item.top[b-c4na3phjmd] {
        border:none;
    }

    .sidebar-nav-item a[b-c4na3phjmd]::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 8px;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M5.08586 6.00008L0.792969 1.70718L2.20718 0.292969L7.91429 6.00008L2.20718 11.7072L0.792969 10.293L5.08586 6.00008Z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='M5.08586 6.00008L0.792969 1.70718L2.20718 0.292969L7.91429 6.00008L2.20718 11.7072L0.792969 10.293L5.08586 6.00008Z'/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
        background-color: currentColor;
    }

    /* 現在のページ */
    .sidebar-nav-item a[aria-current="page"][b-c4na3phjmd] {
        color: var(--dk-theme-color);
    }

    .sidebar-nav-item a[aria-current="page"][b-c4na3phjmd]::after {
        background-color: var(--dk-theme-color);
    }

    .sidebar-nav-item:hover a[b-c4na3phjmd]::after {
        top: 45%;
    }

    .sidebar-nav-item:hover a[aria-current="page"][b-c4na3phjmd]::after {
        top: 50%;
    }
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/ScrollTopFloatingArea.razor.rz.scp.css */
.floating-area[b-qwfcevf4ee] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
}

/* スクロールトップボタン */
.scroll-top-button[b-qwfcevf4ee] {
    position: absolute;
    top: -70px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    border: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.scroll-top-button i[b-qwfcevf4ee] {
    color: var(--dk-theme-color);
    font-size: 20px;
}

.scroll-top-button:hover[b-qwfcevf4ee] {
    transform: translateY(-2px);
}

/* _content/Dekirukun.Replatform.WebApp.Front/Components/Layout/SubLayout.razor.rz.scp.css */
/* 基本レイアウト
-------------------------------------------------- */
.page[b-oyzw498nxw] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* コンテンツエリア
-------------------------------------------------- */
.content-wrapper[b-oyzw498nxw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 1350px;
    width: 100%;
    margin: auto;
}

.sidebar[b-oyzw498nxw] {
    background-color: var(--dk-white);
    transition: transform 0.3s ease-in-out;
    margin-left:16px;
}

main[b-oyzw498nxw] {
    flex: 1;
    padding: 0 1.5rem;
}

.nav-scrollable[b-oyzw498nxw],
.navbar-collapse.collapse[b-oyzw498nxw] {
    width: 300px !important;
    max-width: 300px;
}

/* エラーUI
-------------------------------------------------- */
#blazor-error-ui[b-oyzw498nxw] {
    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-oyzw498nxw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* レスポンシブ
-------------------------------------------------- */
@media (max-width: 640.98px) {
    .top-row[b-oyzw498nxw] {
        justify-content: space-between;
    }

    .top-row[b-oyzw498nxw]  a,
    .top-row[b-oyzw498nxw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row[b-oyzw498nxw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oyzw498nxw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oyzw498nxw],
    article[b-oyzw498nxw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 768px) {
    .search-box[b-oyzw498nxw] {
        max-width: 100%;
    }

    .content-wrapper[b-oyzw498nxw] {
        flex-direction: column;
    }

    .sidebar[b-oyzw498nxw] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dee2e6;
    }

    main[b-oyzw498nxw] {
        padding: 0.5rem;
    }
}

@media (max-width: 992px) {
    .header-links[b-oyzw498nxw] {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .sidebar[b-oyzw498nxw] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        width: 300px;
        margin-left:0;
    }

    .sidebar.show[b-oyzw498nxw] {
        transform: translateX(0);
    }

    /* オーバーレイ */
    .sidebar.show[b-oyzw498nxw]::after {
        content: '';
        position: fixed;
        top: 0;
        left: 300px;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}

@media (min-width: 992px) {
    .content-wrapper[b-oyzw498nxw] {
        flex-direction: row;
    }

    .navbar-toggler[b-oyzw498nxw] {
        display: none;
    }

    .sidebar[b-oyzw498nxw] {
        width: 300px;
        position: sticky;
    }

    .sidebar.collapse[b-oyzw498nxw] {
        display: block;
    }

    main[b-oyzw498nxw] {
        flex: 1;
        padding-left: 1.5rem;
    }
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Pages/ESearchCategory/ESearchCategory.razor.rz.scp.css */
.filter-container[b-smgxtquyhm] {
	background: var(--dk-white);
	padding: 24px;
	margin: 24px 0;
}

.filter-group[b-smgxtquyhm] {
	margin-bottom: 32px;
	border: 1px solid rgba(var(--dk-theme-color-rgb), 0.3);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.2s ease;
}

.filter-group:hover[b-smgxtquyhm] {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.filter-group:last-child[b-smgxtquyhm] {
	margin-bottom: 0;
}

.filter-header[b-smgxtquyhm] {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 20px;
	background: rgba(var(--dk-theme-color-rgb), 0.05);
	border-bottom: 1px solid rgba(var(--dk-theme-color-rgb), 0.15);
}

	.filter-header .title-m-container[b-smgxtquyhm] {
		width:auto;
	}

	.filter-title[b-smgxtquyhm] {
		font-size: 18px;
		font-weight: bold;
		color: var(--dk-black);
		margin: 0;
	}

.description-button[b-smgxtquyhm] {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--dk-theme-color);
	color: var(--dk-white);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
}

.description-button:hover[b-smgxtquyhm] {
	background: var(--dk-accent-color);
	transform: scale(1.1);
}

.price-note[b-smgxtquyhm] {
	font-size: 12px;
	color: var(--dk-gray1);
}

.filter-option-group[b-smgxtquyhm] {
	padding: 16px;
	margin-bottom: 8px;
}

.filter-option-group-name[b-smgxtquyhm] {
	font-weight: bold;
	color: var(--dk-theme-color);
	margin-bottom: 8px;
	font-size: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--dk-base-color);
}

.filter-items[b-smgxtquyhm] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 8px;
}

.filter-item[b-smgxtquyhm] {
	display: flex;
	align-items: center;
	padding: 8px;
	border-radius: 4px;
	cursor: pointer;
	border : none;
}

.filter-item:hover[b-smgxtquyhm] {
	background-color:var(--dk-white);
	box-shadow:none;
}

.disabled-label[b-smgxtquyhm] {
	color: var(--dk-gray2);
	cursor: not-allowed;
}

.active-label[b-smgxtquyhm] {
	color: var(--dk-black);
	cursor: pointer;
}

.price-range-container[b-smgxtquyhm] {
	background: var(--dk-gray6);
	border: 1px solid var(--dk-gray4);
	border-radius: 6px;
	padding: 16px;
}

.price-input-group[b-smgxtquyhm] {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.price-input[b-smgxtquyhm] {
	width: 140px;
	min-width: 120px;
	flex-shrink: 0;
}

/* RadzenNumericが親要素の幅いっぱいに広がらないように */
.price-range-container .rz-numeric[b-smgxtquyhm] {
	width: 140px !important;
	flex-shrink: 0 !important;
}

.price-separator[b-smgxtquyhm] {
	color: var(--dk-gray1);
	font-weight: bold;
}

.price-unit[b-smgxtquyhm] {
	color: var(--dk-black);
	font-weight: bold;
}

.price-reset-button[b-smgxtquyhm] {
	background: var(--dk-white);
	color: var(--dk-theme-color);
	border: 1.5px solid var(--dk-theme-color);
	padding: 8px 16px;
	border-radius: 24px;
	transition: all 0.2s ease;
	font-size: 14px;
	font-weight: 500;
}

.price-reset-button:hover[b-smgxtquyhm] {
	background: rgba(var(--dk-theme-color-rgb), 0.05);
}

.floating-footer[b-smgxtquyhm] {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 500;
	background: rgba(0, 0, 0, 0.2);
	padding: 12px 0;
}

.footer-content[b-smgxtquyhm] {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.button-group[b-smgxtquyhm] {
	display: flex;
	gap: 16px;
}

.floating-button-group[b-smgxtquyhm] {
	display: flex;
	gap: 12px;
	max-width: 700px;
}

.footer-text[b-smgxtquyhm] {
	font-weight: bold;
	color: var(--dk-white);
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
	padding: 8px 16px;
	border-radius: 20px;
	white-space: nowrap;
}

.clear-button[b-smgxtquyhm] {
	background: var(--dk-white);
	border: 3px solid var(--dk-white);
	border-radius: 8px;
	color: var(--dk-theme-color);
	padding: 15px 30px;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.3s;
	box-shadow: inset 0 0 0 2px var(--dk-theme-color);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 180px;
	white-space: nowrap;
}

.clear-button:hover[b-smgxtquyhm] {
	background: var(--dk-gray4);
	transform: translateY(-1px);
}

.clear-button span[b-smgxtquyhm] {
	color: var(--dk-theme-color) !important;
}

.search-button[b-smgxtquyhm] {
	border: 3px solid var(--dk-white);
	border-radius: 8px;
	color: var(--dk-white);
	background: var(--dk-theme-color);
	padding: 15px 30px;
	font-weight: bold;
	font-size: 18px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 200px;
	white-space: nowrap;
}

.search-button:hover[b-smgxtquyhm] {
	background: var(--dk-accent-color);
	transform: translateY(-1px);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.filter-container[b-smgxtquyhm] {
		padding: 16px;
		margin: 16px 0;
	}

	.filter-items[b-smgxtquyhm] {
		grid-template-columns: 1fr;
	}

	.price-input-group[b-smgxtquyhm] {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.price-input[b-smgxtquyhm] {
		width: 120px;
		min-width: 100px;
	}

	.price-range-container .rz-numeric[b-smgxtquyhm] {
		width: 120px !important;
	}

	.floating-footer[b-smgxtquyhm] {
		padding: 10px 0;
		background: var(--dk-white);
		box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.footer-content[b-smgxtquyhm] {
		flex-direction: column;
		gap: 12px;
		padding: 0 16px;
	}

	.floating-button-group[b-smgxtquyhm] {
		display: flex;
		gap: 12px;
		width: 100%;
		margin: 0;
		max-width: auto;
	}

	.clear-button[b-smgxtquyhm],
	.search-button[b-smgxtquyhm] {
		flex: 1;
		min-width: 0;
		font-size: 12px;
		padding: 8px;
		gap: 4px;
		width: auto !important;
	}

	.button-group[b-smgxtquyhm] {
		flex-direction: row !important;
		width: 100%;
	}

	.clear-button i[b-smgxtquyhm],
	.search-button i[b-smgxtquyhm] {
		font-size: 14px;
	}

	.clear-button[b-smgxtquyhm] {
		border: 1.5px solid var(--dk-theme-color);
		box-shadow: none;
	}

	.search-button[b-smgxtquyhm] {
		border: none;
	}

	.footer-text[b-smgxtquyhm] {
		color: var(--dk-black);
		background: var(--dk-white);
	}
}

/* フローティングフッターによる下部余白 */
body[b-smgxtquyhm] {
	padding-bottom: 120px;
}

@media (max-width: 768px) {
	body[b-smgxtquyhm] {
		padding-bottom: 140px;
	}
}

.description-img[b-smgxtquyhm] {
    width: 100%;
    height: auto;
    margin:5px 0;
    display:block;
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Pages/ESearchCategory/ESearchCategoryResult.razor.rz.scp.css */
.filter-result[b-ytz3usq21y] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: 30px;
}

.filter-result-count[b-ytz3usq21y] {
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.filter-result-button-area[b-ytz3usq21y] {
    display: flex;
    justify-content: end;
}

.search-result-header[b-ytz3usq21y] {
	background: var(--dk-base-color);
	border-bottom: 2px solid var(--dk-theme-color);
	padding: 20px;
	margin: 24px 0 16px 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.result-count[b-ytz3usq21y] {
	font-size: 18px;
	font-weight: bold;
	color: var(--dk-black);
	margin-bottom: 16px;
}

.sort-button-container[b-ytz3usq21y] {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.sort-button[b-ytz3usq21y] {
	background: var(--dk-white);
	border: 1.5px solid rgba(var(--dk-theme-color-rgb), 0.3);
	color: var(--dk-theme-color);
	padding: 10px 20px;
	border-radius: 24px;
	cursor: pointer;
	font-weight: 500;
	font-size: 15px;
	transition: all 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
}

.sort-button:hover[b-ytz3usq21y] {
	background: rgba(var(--dk-theme-color-rgb), 0.05);
	border-color: rgba(var(--dk-theme-color-rgb), 0.6);
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.15);
}

.sort-button.active[b-ytz3usq21y] {
	background: var(--dk-theme-color);
	color: var(--dk-white);
	border-color: var(--dk-theme-color);
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.25);
}

.sort-button.active:hover[b-ytz3usq21y] {
	background: var(--dk-accent-color);
	border-color: var(--dk-accent-color);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(var(--dk-theme-color-rgb), 0.3);
}

.no-results-message[b-ytz3usq21y] {
	text-align: center;
	padding: 48px 20px;
	color: var(--dk-gray1);
	background: var(--dk-gray6);
	border-radius: 8px;
	margin: 24px 0;
	border: 1px solid var(--dk-gray4);
}

.pagination-container[b-ytz3usq21y] {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 32px 0 24px 0;
	flex-wrap: wrap;
}

.pagination-button[b-ytz3usq21y] {
	background: var(--dk-white);
	border: 1.5px solid rgba(var(--dk-theme-color-rgb), 0.3);
	color: var(--dk-theme-color);
	padding: 10px 14px;
	border-radius: 24px;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.2s ease;
	min-width: 44px;
	font-size: 14px;
}

.pagination-button:hover[b-ytz3usq21y] {
	background: rgba(var(--dk-theme-color-rgb), 0.05);
	border-color: rgba(var(--dk-theme-color-rgb), 0.6);
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.15);
}

.pagination-button.active[b-ytz3usq21y] {
	background: var(--dk-theme-color);
	color: var(--dk-white);
	border-color: var(--dk-theme-color);
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.25);
}

.pagination-button.active:hover[b-ytz3usq21y] {
	background: var(--dk-accent-color);
	border-color: var(--dk-accent-color);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(var(--dk-theme-color-rgb), 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.search-result-header[b-ytz3usq21y] {
		padding: 16px;
		margin: 16px 0 12px 0;
	}

	.result-count[b-ytz3usq21y] {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.sort-button-container[b-ytz3usq21y] {
		gap: 8px;
	}

	.sort-button[b-ytz3usq21y] {
		padding: 8px 16px;
		font-size: 14px;
		min-width: 100px;
		flex: 1;
		border-radius: 20px;
	}

	.pagination-container[b-ytz3usq21y] {
		margin: 24px 0 16px 0;
	}

	.pagination-button[b-ytz3usq21y] {
		padding: 8px 12px;
		min-width: 40px;
	}
}

@media (max-width: 480px) {
	.sort-button-container[b-ytz3usq21y] {
		flex-direction: column;
	}

	.sort-button[b-ytz3usq21y] {
		width: 100%;
		min-width: auto;
	}
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Pages/ESearchCategoryList/ESearchCategoryList.razor.rz.scp.css */
.category-grid[b-u2w4w37dsf] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
	margin: 24px 0;
}

.category-card[b-u2w4w37dsf] {
	background: var(--dk-white);
	border: 1.5px solid var(--dk-theme-color);
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.1);
}

	.category-card:hover[b-u2w4w37dsf] {
		box-shadow: 0 8px 24px rgba(var(--dk-theme-color-rgb), 0.3);
		transform: translateY(-2px);
	}

.category-icon[b-u2w4w37dsf] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.category-icon svg[b-u2w4w37dsf] {
	height: 45px;
	width: 45px;
	color: var(--dk-theme-color);
}

.category-name[b-u2w4w37dsf] {
	font-size: 18px;
	font-weight: bold;
	color: var(--dk-black);
	margin-bottom: 8px;
	line-height: 1.4;
}

.search-text[b-u2w4w37dsf] {
	font-size: 14px;
}

.back-button-container[b-u2w4w37dsf] {
	display: flex;
	justify-content: center;
	margin: 32px 0;
}

.back-button[b-u2w4w37dsf] {
	min-width: 120px;
}

.no-categories-message[b-u2w4w37dsf] {
	text-align: center;
	padding: 48px 20px;
	color: var(--dk-gray1);
	background: var(--dk-gray6);
	border-radius: 8px;
	margin: 24px 0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.category-grid[b-u2w4w37dsf] {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 16px;
		margin: 20px 0;
	}

	.category-card[b-u2w4w37dsf] {
		padding: 20px;
	}

	.category-icon[b-u2w4w37dsf] {
		height: 50px;
		margin-bottom: 12px;
	}

	.category-icon svg[b-u2w4w37dsf] {
		height: 40px;
		width: 40px;
	}

	.category-name[b-u2w4w37dsf] {
		font-size: 16px;
	}

	.back-button-container[b-u2w4w37dsf] {
		margin: 24px 0;
	}
}

@media (max-width: 480px) {
	.category-grid[b-u2w4w37dsf] {
		grid-template-columns: 1fr;
	}

	.category-card[b-u2w4w37dsf] {
		padding: 16px;
	}
}
/* _content/Dekirukun.Replatform.WebApp.Front/Components/Pages/Search/Search.razor.rz.scp.css */
.search-form-container[b-gwur0y6i91] {
	margin: 24px 0;
	padding: 20px;
	background: var(--dk-white);
	width: 100%;
	box-sizing: border-box;
}

.search-input-group[b-gwur0y6i91] {
	display: flex;
	gap: 12px;
	align-items: center;
}

.search-input-group .input-group[b-gwur0y6i91] {
	border: 2px solid var(--dk-theme-color);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.search-input-form[b-gwur0y6i91] {
	padding: 12px;
	border: none;
	outline: none;
	width: 100%;
	font-size: 16px;
	background: var(--dk-white);
	color: var(--dk-black);
}

.search-input-form:focus[b-gwur0y6i91] {
	outline: none;
}

.search-button[b-gwur0y6i91] {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: var(--dk-theme-color);
	border: none;
	color: var(--dk-white);
	padding: 0;
	height: 101%;
	width: 60px;
	cursor: pointer;
	transition: background 0.2s ease;
}

.search-button:hover[b-gwur0y6i91] {
	background: var(--dk-accent-color);
}

.search-results-container[b-gwur0y6i91] {
	margin-top: 24px;
}

.search-result-card[b-gwur0y6i91] {
	background: var(--dk-white);
	border: 1px solid rgba(var(--dk-theme-color-rgb), 0.15);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
	transition: all 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.search-result-card:hover[b-gwur0y6i91] {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	border-color: rgba(var(--dk-theme-color-rgb), 0.3);
}

.result-title[b-gwur0y6i91] {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.4;
}

.result-title a[b-gwur0y6i91] {
	color: var(--dk-theme-color);
	text-decoration: none;
}

.result-title a:hover[b-gwur0y6i91] {
	text-decoration: underline;
}

.result-description[b-gwur0y6i91] {
	color: var(--dk-gray0);
	margin-bottom: 12px;
	line-height: 1.5;
}

.result-url[b-gwur0y6i91] {
	color: var(--dk-gray1);
	font-size: 14px;
}

.url-label[b-gwur0y6i91] {
	font-weight: bold;
}

.result-url a[b-gwur0y6i91] {
	color: var(--dk-link-blue);
	text-decoration: none;
}

.result-url a:hover[b-gwur0y6i91] {
	text-decoration: underline;
}

.pagination-container[b-gwur0y6i91] {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.pagination-button[b-gwur0y6i91] {
	background: var(--dk-white);
	border: 1.5px solid rgba(var(--dk-theme-color-rgb), 0.3);
	color: var(--dk-theme-color);
	padding: 10px 14px;
	border-radius: 24px;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.2s ease;
	min-width: 44px;
	font-size: 14px;
}

.pagination-button:hover[b-gwur0y6i91] {
	background: rgba(var(--dk-theme-color-rgb), 0.05);
	border-color: rgba(var(--dk-theme-color-rgb), 0.6);
	transform: translateY(-1px);
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.15);
}

.pagination-button.active[b-gwur0y6i91] {
	background: var(--dk-theme-color);
	color: var(--dk-white);
	border-color: var(--dk-theme-color);
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(var(--dk-theme-color-rgb), 0.25);
}

.pagination-button.active:hover[b-gwur0y6i91] {
	background: var(--dk-accent-color);
	border-color: var(--dk-accent-color);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(var(--dk-theme-color-rgb), 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.search-input-group[b-gwur0y6i91] {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.search-form-container[b-gwur0y6i91] {
		margin: 16px 0;
		padding: 8px 0; /* 左右パディングを0に */
		width: 100%;
		box-sizing: border-box;
	}

	.search-input-group .input-group[b-gwur0y6i91] {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	.search-input-form[b-gwur0y6i91] {
		width: 100%;
		box-sizing: border-box;
		padding: 12px 70px 12px 12px; /* 右側にボタン分のスペース確保 */
	}

	.search-button[b-gwur0y6i91] {
		width: 50px; /* スマホでは少し小さく */
	}

	.search-result-card[b-gwur0y6i91] {
		padding: 16px;
	}

	.pagination-container[b-gwur0y6i91] {
		flex-wrap: wrap;
		gap: 6px;
	}

	.pagination-button[b-gwur0y6i91] {
		border-radius: 20px;
		padding: 8px 12px;
		min-width: 40px;
	}
}

/* より小さな画面での対応 */
@media (max-width: 576px) {
	.search-form-container[b-gwur0y6i91] {
		margin: 16px 0;
		padding: 4px 0; /* さらに余白を削減 */
	}

	.search-input-group .input-group[b-gwur0y6i91] {
		margin: 0;
		width: 100%;
	}

	.search-input-form[b-gwur0y6i91] {
		padding: 10px 60px 10px 10px; /* さらに右のスペースを調整 */
		font-size: 14px;
	}

	.search-button[b-gwur0y6i91] {
		width: 45px; /* さらに小さく */
	}
}

/* 非常に小さな画面での対応 */
@media (max-width: 480px) {
	.search-form-container[b-gwur0y6i91] {
		margin: 16px 0;
		padding: 2px 0; /* 最小限の余白 */
	}

	.search-input-form[b-gwur0y6i91] {
		padding: 8px 55px 8px 8px; /* パディングを最小化 */
		font-size: 14px;
	}

	.search-button[b-gwur0y6i91] {
		width: 40px; /* 最小サイズ */
	}
} 
