/* _content/LTG/Pages/S_MyPage.razor.rz.scp.css */
/* ボーダーなし  */
.nonebodertable[b-fctw0ozv0r] {
    border: 0px;
    border-style: none;
}

.Personalitytable table[b-fctw0ozv0r] {
    border-collapse: collapse;
}

/* ボーダー  */
.Personalitytable td[b-fctw0ozv0r] {
    border: 1px solid gray;
}


/* 金冠　*/
.clown_gold[b-fctw0ozv0r] {
    background: linear-gradient(45deg, #c0b283 0%, #c0b283 45%, #FEE9A0 70%, #c0b283 85%, #c0b283 90% 100%);
    background-size: 800% 400%;
    animation: gradient-b-fctw0ozv0r 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}

/* 銀冠　*/
.clown_silver[b-fctw0ozv0r] {

    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
    background-size: 800% 400%;
    animation: gradient-b-fctw0ozv0r 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}

/* 銅冠　*/
.clown_bronze[b-fctw0ozv0r] {

    background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
    background-size: 800% 400%;
    animation: gradient-b-fctw0ozv0r 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}


@keyframes gradient-b-fctw0ozv0r {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
/* _content/LTG/Pages/Treatment/T_MedicalReport.razor.rz.scp.css */
.tp_separator[b-qx2rjwr25q] {
    height: 10px;
    border-top: solid 1px orange;
    margin-top: 10px;
}
/* _content/LTG/Pages/Treatment/T_Reserve.razor.rz.scp.css */
.side_disp[b-u9aqya24co] {
    position: absolute;
    top: 15%;
    left: 50px;
    z-index: 100;
    background-color: white;
    border: solid 2px orange;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    width: 300px;
    height: 80%;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sub_back[b-u9aqya24co] {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: black;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.sub_disp[b-u9aqya24co] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    background-color: white;
    border: solid 2px orange;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    width: 40%;
    height: 600px;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sub_disp_body[b-u9aqya24co] {
    overflow-y: scroll;
    border-bottom: 1px solid orange;
    height: 500px;
}

.detail_row_1[b-u9aqya24co] {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr;
}

.detail_row_2[b-u9aqya24co] {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 1fr 1fr;
}

.detail_item_1[b-u9aqya24co] {
    grid-column: 1;
}

.detail_item_2[b-u9aqya24co] {
    grid-column: 2;
}

@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用） */

    .sub_disp[b-u9aqya24co] {
        width: 60%;
        height: 80%;
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    /* 480px以下に適用されるCSS（スマホ用） */

    .sub_disp[b-u9aqya24co] {
        width: 90%;
        height: 90%;
        padding: 2px;
    }
}
/* _content/LTG/Shared/Analysis/AnalysisPageContainer.razor.rz.scp.css */
@keyframes graph_anime-b-lhg2mwraft {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes text_anime-b-lhg2mwraft {

    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1.0;
    }
}

.graphbar[b-lhg2mwraft] {
    background: orange;
    height: 100%;
    animation-name: graph_anime-b-lhg2mwraft;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.graphtext[b-lhg2mwraft] {
    color: orange;
    margin-left: 100%;
    padding-left: 2px;
    height: 100%;
    animation-name: text_anime-b-lhg2mwraft;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
/* _content/LTG/Shared/Common/TherapistSelecter.razor.rz.scp.css */
.table_scroll[b-5qpipon61a] {

    background:whitesmoke;
    overflow: auto;
    margin: 0;
}

    .table_scroll table[b-5qpipon61a] {
        border-spacing: 0;
        border-collapse: separate;
        table-layout: fixed;
        border-top: 1px solid #FFB090;
    }

    .table_scroll th[b-5qpipon61a] {
        white-space: nowrap;
        color: dimgrey;
        border: solid 1px #FFB090;
        background: #FFE0A0;
        position: -webkit-sticky;
        position: sticky;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 2;
        height: 30px;
    }

    .table_scroll td[b-5qpipon61a] {
        white-space: nowrap;
        border-bottom: solid 1px #FFB090;
        background: #FFF;
        padding: 0px;
        height: 25px;
    }

        .table_scroll tr:hover[b-5qpipon61a] {
            font-weight: bold;
            cursor: pointer;
        }
/* _content/LTG/Shared/MainLayout.razor.rz.scp.css */
.page[b-6htg64dexa] {
    position: relative;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}
.main[b-6htg64dexa] {
    flex: 1;
}

.sidebar[b-6htg64dexa] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6htg64dexa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6htg64dexa]  a, .top-row .btn-link[b-6htg64dexa] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6htg64dexa] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.smart_menu[b-6htg64dexa] {
    
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;

    font-size:10px;
    background: white;
    color: black;
    text-decoration: none;

    min-height:25px;
    width: 100%;
    height: 100%;

    border:solid 1px lightgray;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6htg64dexa] {
        display: none;
    }

    .top-row.auth[b-6htg64dexa] {
        justify-content: space-between;
    }

    .top-row a[b-6htg64dexa], .top-row .btn-link[b-6htg64dexa] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6htg64dexa] {
        flex-direction: row;
    }

    .sidebar[b-6htg64dexa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6htg64dexa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-6htg64dexa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LTG/Shared/PageContainer.razor.rz.scp.css */
.sub_back[b-b2g7zowdhc] {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: black;
    opacity: 0.3;
    width: 100vw;
    height: 100vh;
}

.sub_content[b-b2g7zowdhc] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 100;
    background-color: white;
    border: solid 2px orange;
    border-radius: 5px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    overflow-x: hidden;
    overflow-y: hidden;
}

.bottom_content[b-b2g7zowdhc] {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 90;
    background-color: white;
    border-top: solid 2px orange;
    width: 100%;
    height: 20%;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* Loarding Back */

@keyframes fadeInAnime-b-b2g7zowdhc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.6;
    }
}

.loadingback[b-b2g7zowdhc] {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fadeIn[b-b2g7zowdhc] {
    animation-name: fadeInAnime-b-b2g7zowdhc;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}


/* Loarding Icon */

@keyframes pulse-b-b2g7zowdhc {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: .25;
        transform: scale(.75);
    }
}

.spinner-box[b-b2g7zowdhc] {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.pulse-container[b-b2g7zowdhc] {
    width: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pulse-bubble[b-b2g7zowdhc] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: orange;
}

.pulse-bubble-1[b-b2g7zowdhc] {
    animation: pulse-b-b2g7zowdhc .4s ease 0s infinite alternate;
}

.pulse-bubble-2[b-b2g7zowdhc] {
    animation: pulse-b-b2g7zowdhc .4s ease .2s infinite alternate;
}

.pulse-bubble-3[b-b2g7zowdhc] {
    animation: pulse-b-b2g7zowdhc .4s ease .4s infinite alternate;
}
/* _content/LTG/Shared/Relationship/RelationshipMap.razor.rz.scp.css */
.body[b-b4h9pnj67t] {

    width:100%;
    height:100%;

    padding:5px;

    overflow: auto;
}


.area[b-b4h9pnj67t] {
    position: relative;
    width: 100%;
    height: 100%;
}

.node[b-b4h9pnj67t] {

    position:absolute;
}

    .node:hover[b-b4h9pnj67t] {
        cursor: pointer;
    }
/* _content/LTG/Shared/Reserve/Calendar.razor.rz.scp.css */
table td[b-poxjmep82w] {
    overflow: hidden;
    width:1fr;
}

table td:hover[b-poxjmep82w] {
    font-weight: bold;
    cursor: pointer;
}

.td_select[b-poxjmep82w] {

    background-color: orange;
    font-weight: bold;
}

.td_today[b-poxjmep82w] {
    background-color: #FFE0A0;
}

.td_other[b-poxjmep82w] {

    background-color: #FFD8B8;
}
/* _content/LTG/Shared/Reserve/ScheduleGrid.razor.rz.scp.css */
.grid[b-dct5a7653o] {

    overflow: auto;
    margin:0;
}
    .grid table[b-dct5a7653o] {
        border-spacing: 0;
        border-collapse: separate;
        table-layout: fixed;
    }
    .grid th[b-dct5a7653o] {
        white-space: nowrap;
        color: dimgrey;
        border: 1px solid #FFB090;
        background: #FFE0A0;
        position: -webkit-sticky;
        position: sticky;
        text-align: center;
        top: 0;
        left: 0;
        z-index: 2;

        height: 25px;
    }
    .grid td[b-dct5a7653o] {
        white-space: nowrap;
        border: 1px solid #FFB090;
        background: #FFF;
        padding:0px;
    }

    .grid tr:nth-child(2) th[b-dct5a7653o] {
        border-top: none;
        position: sticky;
        top: 25px;
        left: 0;
    }

    .grid tr:first-child th:first-child[b-dct5a7653o] {
        z-index: 10;
    }

.grid_item[b-dct5a7653o] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    padding-inline: 2px;
    color: white;
    font-size: 10px;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,0);
}
    .grid_item:hover[b-dct5a7653o] {
        cursor: pointer;
    }

    .grid_item:focus-within[b-dct5a7653o] {
        border: 2px solid #FF6A00;
    }
/* _content/LTG/Shared/Reserve/SingleSchedule.razor.rz.scp.css */
.base[b-8ywvhdlgg3] {
    border: 1px solid #FFB090;
    width: 100%;
    height: 100%;
    background: #FFF;
    overflow-y: scroll;
    margin: 0;
    position:relative;
}


table[b-8ywvhdlgg3] {
    table-layout: fixed;
    position:absolute;
}

tr[b-8ywvhdlgg3] {
    border-bottom: 1px solid #FFB090;
}

    tr:last-child[b-8ywvhdlgg3] {
        border-bottom: 0px;
    }

th[b-8ywvhdlgg3] {
    white-space: nowrap;
    color: dimgrey;
    position: -webkit-sticky;
    position: sticky;
    text-align: center;
    font-weight: normal;
    width: 40px;
}

td[b-8ywvhdlgg3] {
    white-space: nowrap;
    padding: 0px;
}

.item[b-8ywvhdlgg3] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    padding-inline: 2px;
    color: white;
    font-size: 10px;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,0);
}
/* _content/LTG/Shared/Reserve/TimeLine.razor.rz.scp.css */
.table_sticky[b-sar1jwewgq] {
    overflow: auto;
    width: fit-content;
    height: 100%;
}

    .table_sticky table[b-sar1jwewgq] {
        margin: 0;
        border-spacing: 0;
        border-collapse: separate;
    }

    .table_sticky td[b-sar1jwewgq] {
        white-space: nowrap;
        border-style: solid;
        border-width: 0px 0px 1px 1px;
        border-color: #FFB090;
        background: #FFF;
    }

    .table_sticky th[b-sar1jwewgq] {
        white-space: nowrap;
        border-style: solid;
        border-width: 0px 0px 1px 1px;
        border-color: #FFB090;
        background: #FFE0A0;
        position: sticky;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

    .table_sticky tr:first-child th[b-sar1jwewgq] {
        border-top: 1px solid #FFB090;
        font-weight: normal;
        z-index: 1;
    }

    .table_sticky th:first-child[b-sar1jwewgq] {
        border-left: 1px solid #FFB090;
        font-weight: normal;
    }

    .table_sticky thead tr:first-child th:first-child[b-sar1jwewgq] {
        z-index: 2;
    }

.time_row_top[b-sar1jwewgq] {
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    border-bottom: 0px;
}

.time_inline[b-sar1jwewgq] {
    position: absolute;
    border-style: solid;
    border-color: #FFB090;
}

.time_item[b-sar1jwewgq] {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    padding-inline: 2px;
    color: white;
    font-size: 10px;
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,0);
}

    .time_item:focus-within[b-sar1jwewgq] {
        border: 2px solid #FF6A00;
    }
