/* _content/ReceptionManagementSystem/Pages/Management/Setting/DepartmentSetting.razor.rz.scp.css */

.input-area[b-kactzi9qmx] {
    margin: 0;
    display: flex;
    gap: 2vw;
    align-items: center;
}

    .input-area table[b-kactzi9qmx] {
        height: 56vh;
        width: 100%;
        border: 5px solid transparent;
        border-collapse: separate;
        border-spacing: 2.5px;
    }

    .input-area td[b-kactzi9qmx] {
        cursor: pointer;
    }

.division-table[b-kactzi9qmx], .person-table[b-kactzi9qmx] {
    width: 60%;
    font-size: 18px;
}

    .division-table label[b-kactzi9qmx], .person-table label[b-kactzi9qmx] {
        font-size: 36px;
        background-color: none;
    }

    .division-table td[b-kactzi9qmx], .person-table td[b-kactzi9qmx] {
        background-color: #dbdbdb;
        text-align:center;
    }

    .division-table span[b-kactzi9qmx], .person-table span[b-kactzi9qmx] {
        font-size: 18px;
        display: inline-block;
        min-width: 5rem;
    }

.person-table[b-kactzi9qmx] {
    width: 40%;
}


.selected[b-kactzi9qmx] {
    color: white;
    background-color: #004ea2 !important;
}


.editicon[b-kactzi9qmx] {
    float:right;
}
/* _content/ReceptionManagementSystem/Pages/Reception/AfterHours.razor.rz.scp.css */
body[b-7ql3x58ucy] {
    background-color: black;
}

.content[b-7ql3x58ucy] {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100vw;
    height:100vh;
    background-color: black;
    color: white;
}

h1[b-7ql3x58ucy]{
    font-size: 52px;
}

.hidden-return-btn[b-7ql3x58ucy]{
    background: none;
    display: block;
    width: 70px;
    height: 30px;
    position: absolute;
    left:0;
    top:0;
}

/* _content/ReceptionManagementSystem/Shared/BaseComponent.razor.rz.scp.css */
[b-4njglsiql0] .unified-dialog-wrapper {
    position: fixed;
    inset: 0px;
    z-index: 1070 !important;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

[b-4njglsiql0] .unified-dialog-wrapper .rz-dialog {
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: none;
    overflow: hidden;
}

[b-4njglsiql0] .unified-dialog-wrapper .rz-dialog-content {
    padding: 0;
}

/* アニメーション効果 */
[b-4njglsiql0] .unified-dialog-wrapper .rz-dialog {
    animation: slideIn-b-4njglsiql0 0.3s ease-out;
}

@keyframes slideIn-b-4njglsiql0 {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* _content/ReceptionManagementSystem/Shared/Dialog/DialogMessage.razor.rz.scp.css */
[b-jylye7di6x] .unified-dialog-body {
    padding: 24px;
    background-color: white;
    border-radius: 8px;
    min-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ボタン共通スタイル */
[b-jylye7di6x] .btn {
    min-width: 80px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
}

/* Primary ボタン */
[b-jylye7di6x] .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

[b-jylye7di6x] .btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
    transform: translateY(-1px);
}

/* Danger ボタン */
[b-jylye7di6x] .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

[b-jylye7di6x] .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-1px);
}

/* Success ボタン */
[b-jylye7di6x] .btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

[b-jylye7di6x] .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-1px);
}

/* Warning ボタン */
[b-jylye7di6x] .btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529;
}

[b-jylye7di6x] .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    transform: translateY(-1px);
}

/* Secondary ボタン */
[b-jylye7di6x] .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
    background-color: transparent;
}

[b-jylye7di6x] .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    transform: translateY(-1px);
}

/* ボタン間の間隔 */
[b-jylye7di6x] .gap-2 {
    gap: 8px;
}

/* テキストスタイル */
[b-jylye7di6x] .fw-bold {
    font-weight: 700 !important;
}

[b-jylye7di6x] .fw-semibold {
    font-weight: 600 !important;
}

/* アイコンのアニメーション */
[b-jylye7di6x] .bi {
    transition: transform 0.2s ease;
}

[b-jylye7di6x] .text-warning .bi,
[b-jylye7di6x] .text-danger .bi {
    animation: pulse-b-jylye7di6x 2s infinite;
}

@keyframes pulse-b-jylye7di6x {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* レスポンシブ対応 */
@media (max-width: 500px) {
    [b-jylye7di6x] .unified-dialog-body {
        padding: 20px;
        min-width: auto;
        width: 90vw;
        max-width: 400px;
    }
    
    [b-jylye7di6x] .btn {
        min-width: 100px;
    }
    
    [b-jylye7di6x] .d-flex.gap-2 {
        flex-direction: column;
    }
    
    [b-jylye7di6x] .d-flex.gap-2 .btn {
        width: 100%;
        margin-bottom: 8px;
    }
    
    [b-jylye7di6x] .d-flex.gap-2 .btn:last-child {
        margin-bottom: 0;
    }
}
/* _content/ReceptionManagementSystem/Shared/Dialog/VisitHistoryModal.razor.rz.scp.css */
body[b-rjzffcvgas] {
}
/* _content/ReceptionManagementSystem/Shared/Dialog/VisitInfoDetailModal.razor.rz.scp.css */
body[b-q6gkd9m0re] {
}
/* _content/ReceptionManagementSystem/Shared/Dialog/VisitInformationModal.razor.rz.scp.css */
body[b-l5pcszjhb6] {
}
.modal-dialog[b-l5pcszjhb6] {
    display: flex;
    flex-direction: column;
    align-items: center
}
.modal-content[b-l5pcszjhb6]{
    border: none;
    background: none;
    width:60vw;
    height:60vh;
}

.modal.fade[b-l5pcszjhb6] {
    display: flex;
    align-content: center;
}
.modal-backdrop.fade[b-l5pcszjhb6]
{
    background-color:lightgray;
}
/* _content/ReceptionManagementSystem/Shared/MainLayout.razor.rz.scp.css */
/* CoreUI v3.3.0ベースの修正版 */

.c-app[b-w2k5bz9aid] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.c-sidebar[b-w2k5bz9aid] {
    background: #2f353a;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
    transition: margin-left 0.15s;
}

.c-sidebar-dark[b-w2k5bz9aid] {
    background: #2f353a;
    color: #c2cfd6;
}

.c-sidebar-brand[b-w2k5bz9aid] {
    padding: 0.75rem 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.2);
    display: block;
}

    .c-sidebar-brand a[b-w2k5bz9aid] {
        color: inherit;
        text-decoration: none;
    }

        .c-sidebar-brand a:hover[b-w2k5bz9aid] {
            color: #fff;
            text-decoration: none;
        }

.c-sidebar-nav[b-w2k5bz9aid] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-sidebar-nav-item[b-w2k5bz9aid] {
    position: relative;
}

.c-sidebar-nav-link[b-w2k5bz9aid] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    color: #c2cfd6;
    text-decoration: none;
    transition: all 0.15s;
}

    .c-sidebar-nav-link:hover[b-w2k5bz9aid] {
        color: #fff;
        background: rgba(255,255,255,0.1);
        text-decoration: none;
    }

    .c-sidebar-nav-link.active[b-w2k5bz9aid] {
        color: #fff;
        background: #321fdb;
    }

.c-sidebar-nav-icon[b-w2k5bz9aid] {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    fill: currentColor;
    flex-shrink: 0;
}

.c-sidebar-nav-dropdown-toggle[b-w2k5bz9aid]::after {
    content: "";
    margin-left: auto;
    transition: transform 0.15s;
    width: 0;
    height: 0;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.c-sidebar-nav-dropdown.c-show > .c-sidebar-nav-dropdown-toggle[b-w2k5bz9aid]::after {
    transform: rotate(90deg);
}

.c-sidebar-nav-dropdown-items[b-w2k5bz9aid] {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.2);
    display: none;
}

.c-sidebar-nav-dropdown.c-show .c-sidebar-nav-dropdown-items[b-w2k5bz9aid] {
    display: block;
}

.c-sidebar-nav-dropdown-items .c-sidebar-nav-link[b-w2k5bz9aid] {
    padding-left: 3rem;
    font-size: 0.875rem;
}

    .c-sidebar-nav-dropdown-items .c-sidebar-nav-link:hover[b-w2k5bz9aid] {
        background: rgba(255,255,255,0.15);
    }

    .c-sidebar-nav-dropdown-items .c-sidebar-nav-link.active[b-w2k5bz9aid] {
        background: #1e7e34;
        color: #fff;
    }

.c-sidebar-nav-divider[b-w2k5bz9aid] {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

.c-wrapper[b-w2k5bz9aid] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.c-header[b-w2k5bz9aid] {
    background: #fff;
    border-bottom: 1px solid #d8dbe0;
    padding: 0 1rem;
    height: 56px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
}

.c-header-toggler[b-w2k5bz9aid] {
    background: none;
    border: none;
    color: #768192;
    padding: 0.25rem;
    cursor: pointer;
}

.c-header-brand[b-w2k5bz9aid] {
    color: #768192;
    text-decoration: none;
    font-weight: 700;
}

.c-header-nav[b-w2k5bz9aid] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.c-header-nav-item[b-w2k5bz9aid] {
    position: relative;
}

.c-header-nav-link[b-w2k5bz9aid] {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    color: #768192;
    text-decoration: none;
}

.c-avatar[b-w2k5bz9aid] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.dropdown-menu[b-w2k5bz9aid] {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #d8dbe0;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    min-width: 160px;
    z-index: 1000;
    display: none;
}

    .dropdown-menu.show[b-w2k5bz9aid] {
        display: block;
    }

.dropdown-item[b-w2k5bz9aid] {
    display: flex;
    align-items: center;
    padding: 0.375rem 1rem;
    color: #212529;
    text-decoration: none;
    transition: background-color 0.15s;
}

    .dropdown-item:hover[b-w2k5bz9aid] {
        background-color: #f8f9fa;
        color: #16181b;
        text-decoration: none;
    }

.c-body[b-w2k5bz9aid] {
    flex: 1;
    padding: 0;
    background: #ebedef;
    min-height: calc(100vh - 56px);
}

.c-icon[b-w2k5bz9aid] {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}

/* レスポンシブ対応 */
@media (max-width: 992px) {
    .c-sidebar[b-w2k5bz9aid] {
        margin-left: -256px;
    }

        .c-sidebar.c-sidebar-show[b-w2k5bz9aid] {
            margin-left: 0;
        }

    .c-wrapper[b-w2k5bz9aid] {
        margin-left: 0;
    }

    .c-header-toggler.d-lg-none[b-w2k5bz9aid] {
        display: block !important;
    }
}

@media (min-width: 993px) {
    .c-header-toggler.d-lg-none[b-w2k5bz9aid] {
        display: none !important;
    }
}
/* _content/ReceptionManagementSystem/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ddo2gs1bzy] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ddo2gs1bzy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ddo2gs1bzy] {
    font-size: 1.1rem;
}

.oi[b-ddo2gs1bzy] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ddo2gs1bzy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ddo2gs1bzy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ddo2gs1bzy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ddo2gs1bzy]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ddo2gs1bzy]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ddo2gs1bzy]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ddo2gs1bzy] {
        display: none;
    }

    .collapse[b-ddo2gs1bzy] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* NavMenu専用のスタイル */
.c-sidebar-brand a[b-ddo2gs1bzy] {
    color: inherit;
    text-decoration: none;
}

.c-sidebar-brand a:hover[b-ddo2gs1bzy] {
    color: #fff;
}

/* アクティブなナビゲーションリンクのスタイル */
.c-sidebar-nav-link.active[b-ddo2gs1bzy] {
    background: #321fdb;
    color: #fff;
}





/* サブメニューのホバー効果 */
.c-sidebar-nav-dropdown-items .c-sidebar-nav-link:hover[b-ddo2gs1bzy] {
    background: rgba(255,255,255,0.15);
}

/* アクティブなサブメニューアイテム */
.c-sidebar-nav-dropdown-items .c-sidebar-nav-link.active[b-ddo2gs1bzy] {
    background: #1e7e34;
    color: #fff;
}
/* _content/ReceptionManagementSystem/Shared/Reception/CustomerInfoInputComponent.razor.rz.scp.css */
/* 全体適用 */
.text-area[b-fzl6ny33k1], .input-area[b-fzl6ny33k1] {
    font: 70px bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.input-area[b-fzl6ny33k1] {
    overflow-y: auto;
    padding: 10px 10px;
    box-sizing: border-box;
    justify-content: flex-start !important;
    align-items: stretch !important;
}

.text-area p[b-fzl6ny33k1] {
    font-size: 40px !important;
}

.button-area[b-fzl6ny33k1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 1rem;
    right: 3rem;
    height: 15vh;
}

    .button-area button[b-fzl6ny33k1] {
        height: 50px !important;
        width: 8rem !important;
        background: none !important;
        border: none !important;
    }
    .button-area .enable[b-fzl6ny33k1] {

    }
    .button-area .disable[b-fzl6ny33k1] {
        pointer-events: none;
    }

        .button-area button .enable[b-fzl6ny33k1] {
            fill: #269e3e;
        }

    .button-area button .disable[b-fzl6ny33k1] {
        fill: #bababa;
    }

/* customer-info下 */
.customer-info[b-fzl6ny33k1] {
    display: flex;
    height: 95vh;
    font-size: 48px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .customer-info > .text-area > label[b-fzl6ny33k1] {
        display: inline-block;
        font-size: 62px;
    }

    .customer-info .reception-input-card[b-fzl6ny33k1] {
        display: flex;
        width: 50%;
        align-content: space-around;
        flex-direction: column;
        justify-content: center;
        color: white;
        background-color: #004ea2;
        margin: 0 1px 0 1px;
    }

        .customer-info .reception-input-card > div[b-fzl6ny33k1] {
            display: flex;
            flex-direction: row;
            align-content: center;
            align-items: center;
            justify-content: space-around;
            margin: 7px 20px 7px 0;
        }

            .customer-info .reception-input-card > div label[b-fzl6ny33k1] {
                font-size: 32px;
                display: inline-block;
                white-space: nowrap;
                width: 9rem;
            }

            .customer-info .reception-input-card > div input[b-fzl6ny33k1] {
                font-size: 32px;
                display: inline-block;
                width: 12rem;
            }

    .customer-info .reception-input-area[b-fzl6ny33k1] {
        width: 80vw;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

        .customer-info .reception-input-area small[b-fzl6ny33k1] {
            font-size: 12px;
            text-align: right;
            vertical-align: text-top;
            width: 1rem;
            margin-right: -0.5rem;
            margin-left: -0.5rem
        }

        .customer-info .reception-input-area .coment[b-fzl6ny33k1] {
            font-size: 16px;
            margin-left: -1rem;
            margin-right: -1rem;
        }



    .customer-info .button-area[b-fzl6ny33k1] {
        height: 15vh;
    }

/* エラーメッセージ用スタイル */
.error-message[b-fzl6ny33k1] {
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 10vh;
    background-color: #ffebee;
    border: 2px solid #f44336;
    border-radius: 10px;
    margin-top: 10px;
    padding: 20px;
}

    .error-message p[b-fzl6ny33k1] {
        font-size: 40px !important;
        color: #d32f2f !important;
        font-weight: bold !important;
        margin: 0 !important;
    }

/* 氏名入力グループのスタイル */
.input-group[b-fzl6ny33k1] {
    display: flex;
    align-items: center;
    width: 100%;
}

    .input-group input[b-fzl6ny33k1] {
        height: 10vh;
        width: calc(70vw - 100px) !important;
    }

.input-group-buttons[b-fzl6ny33k1] {
    display: flex;
    gap: 5px;
    flex-shrink: 0;
    margin-left: 10px;
}

.add-name-btn[b-fzl6ny33k1], .remove-name-btn[b-fzl6ny33k1] {
    width: 100px;
    height: 10vh;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: black;
}

    .add-name-btn svg[b-fzl6ny33k1], .remove-name-btn svg[b-fzl6ny33k1] {
        width: 69px;
        height: 69px;
    }


/*****************************************/
/*
/*
/*
/*
*/
/*****************************************/
/* _content/ReceptionManagementSystem/Shared/Reception/DepartmentInfoInputComponent.razor.rz.scp.css */
/* 全体適用 */
.text-area[b-8ddsen7t79], .button-area[b-8ddsen7t79] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-area[b-8ddsen7t79] {
    font: 48px bold;
    height: 15vh;
}

.button-area[b-8ddsen7t79] {
    position:absolute;
    bottom: 1rem;
    right: 3rem;
    height: 15vh;
}

.button-area button[b-8ddsen7t79] {
    height: 50px !important;
    width: 8rem !important;
    background: none !important;
    border: none !important;
}

    .button-area button .enable[b-8ddsen7t79] {
        fill: #269e3e;
    }
    .button-area button .disable[b-8ddsen7t79] {
        fill: #dbdbdb;
    }


.department-info[b-8ddsen7t79] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}


.input-area[b-8ddsen7t79] {
    margin: 0;
    width: 80%;
    height: 70vh;
    display: flex;
    gap: 2vw;
    align-items: center;
}

    .input-area table[b-8ddsen7t79] {
        height: 56vh;
        width: 100%;
        border: 5px solid transparent;
        border-collapse: separate;
        border-spacing: 2.5px;
    }

    .input-area td[b-8ddsen7t79] {
        cursor: pointer;
    }

.division-table[b-8ddsen7t79], .person-table[b-8ddsen7t79] {
    width: 60%;
    font-size: 24px;
}

    .division-table label[b-8ddsen7t79], .person-table label[b-8ddsen7t79] {
        font-size: 36px;
        background-color: none;
    }
    .division-table td[b-8ddsen7t79], .person-table td[b-8ddsen7t79] {
        background-color: #dbdbdb;
        text-align: center;
    }

    .division-table span[b-8ddsen7t79], .person-table span[b-8ddsen7t79] {
        font-size: 18px;
        display: inline-block;
        min-width: 5rem;
    }

.person-table[b-8ddsen7t79] {
    width: 40%;
}


.selected[b-8ddsen7t79] {
    color: white;
    background-color: #004ea2 !important;
}
/* _content/ReceptionManagementSystem/Shared/Reception/Loading.razor.rz.scp.css */
body[b-zhkuy5jmcu] {
}

.load-blink-dot[b-zhkuy5jmcu] {
    animation: blink-dot-b-zhkuy5jmcu 1.6s linear infinite;
    opacity: 0;
}

@keyframes blink-dot-b-zhkuy5jmcu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.reception-loading[b-zhkuy5jmcu] {
    z-index: 200;
    position: absolute;
    top:0;
    left:0;
    width: 100vw;
    height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reception-loading-bk[b-zhkuy5jmcu] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 20%;
    z-index: -1;
}
.reception-loading > svg[b-zhkuy5jmcu] {
    width: 50%;
    height: 50%;
    opacity: 100%;
}
/* _content/ReceptionManagementSystem/Shared/Reception/ReceptionComponent.razor.rz.scp.css */
/* 全体適用 */
.text-area[b-ame9t2h1cy], .button-area[b-ame9t2h1cy], .phonenumber-area[b-ame9t2h1cy] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.text-area[b-ame9t2h1cy] {
    font: 38px bold;
}

button[b-ame9t2h1cy] {
    font: 70px bold;
    color: snow;
    background-color: black;
    border-radius: 20px;
    z-index:2000;
}

.reception-icon[b-ame9t2h1cy] {
    display: inline-block;
    width: 220px;
    background: none;
    border: none;
}


/* basic下 */
.basic .text-area[b-ame9t2h1cy], .add-phonenumber .text-area[b-ame9t2h1cy] {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.basic .button-area[b-ame9t2h1cy], .add-phonenumber .button-area[b-ame9t2h1cy] {
    height: 30vh;
    z-index: 50;
}

    .basic .button-area button[b-ame9t2h1cy], .add-phonenumber .button-area button[b-ame9t2h1cy] {
        width: 450px !important;
        background: none !important;
        border: none !important;
    }

.basic img[b-ame9t2h1cy] {
    height: 40vh;
}

.basic .text-area > .img-container[b-ame9t2h1cy] {
    position: relative;
}

    .basic .text-area > .img-container span[b-ame9t2h1cy] {
        position: absolute;
        bottom:120px;
        right:-700px;
        height:600px;
        width:1500px;
    }
/* add-phonenumber下 */
.add-phonenumber .text-area[b-ame9t2h1cy] {
    height: 20vh;
}

.add-phonenumber .phonenumber-area[b-ame9t2h1cy] {
    height: 25vh;
    font-size: 48px;
}


/* only-text下 */
.only-text .text-area[b-ame9t2h1cy] {
    height: 100vh;
    font-size: 48px;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

/* QRコード入力エリア */
.qr-input-area[b-ame9t2h1cy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 10vh;
    margin-top: -15vh;
    position: absolute;
    left: 0;
    height: 0;
    opacity: 0;
}

    .qr-input-area input[b-ame9t2h1cy] {
        font-size: 40px;
        padding: 0px;
        width: 400px;
        text-align: center;
    }

    .qr-input-area button[b-ame9t2h1cy] {
        font-size: 50px;
        padding: 15px 30px;
    }

.reception-qrinput[b-ame9t2h1cy] {
    flex-direction: column;
    justify-content: center;
}

.reception-btn[b-ame9t2h1cy] {
    height: 139.93px !important;
    width: 50vw !important;
    background: none !important;
    border: none !important;
}

/* QRコード入力時のbasic調整 */
.basic .qr-input-area + .text-area[b-ame9t2h1cy] {
    height: 30vh;
}

    .basic .qr-input-area + .text-area + .button-area[b-ame9t2h1cy] {
        height: 30vh;
    }



.reception-loading[b-ame9t2h1cy] {
    z-index: 3000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .reception-loading > svg[b-ame9t2h1cy] {
        width: 50%;
        height: 15rem;
        opacity: 100%;
    }

.load-blink-dot[b-ame9t2h1cy] {
    animation: blink-dot-b-ame9t2h1cy 1.6s linear infinite;
    opacity: 0;
}

@keyframes blink-dot-b-ame9t2h1cy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
