﻿@charset "UTF-8";

/* -------------------------------- */
/* 協和 メイン css */
/* -------------------------------- */

/* ---------- jqGrid ---------- */
.ui-jqgrid tr.jqgrow.grid-master-account-row {
    font-size: 14px;
    height: 45px !important;
    background: #ececec;
}

.ui-jqgrid tr.jqgrow.grid-even-row {
    background: #f6f6f6;
}

.ui-jqgrid tr.jqgrow.grid-delete-row {
    background: #ff9191;
}

.ui-jqgrid tr.jqgrow.grid-cancel-row {
    background: #fff8a2;
}

.ui-jqgrid tr.jqgrow.grid-exclusion-row {
    background: #b9b9b9;
}

.ui-jqgrid tr.jqgrow.grid-enelukdisconnect-row {
    background: #ddebce;
}

.ui-jqgrid tr.jqgrow.grid-selected-row {
    background-color: var(--search-card-color);
}

.ui-jqgrid tr.jqgrow.grid-action-type-headquarters-row {
    background: #ddebce;
}

.ui-jqgrid tr.jqgrow.grid-action-type-stores-row {
    background: #fff8a2;
}


/* -------------------------------- */
/* タブレットでの入力画面 */
/* -------------------------------- */

.tablet-input-page-area {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 0 10px 50px 10px;
}

    /* タイトル */
    .tablet-input-page-area .title-label {
        align-items: center;
        display: flex;
        flex-flow: row;
        font-size: 30px;
        font-weight: bold;
        width: max-content;
    }

        .tablet-input-page-area .title-label.blue {
            color: #003686;
        }

        .tablet-input-page-area .title-label .square {
            background-color: #003686;
            width: 25px;
            height: 40px;
            margin-right: 5px;
        }

    .tablet-input-page-area .explanation-label {
        font-size: 30px;
        font-weight: unset;
        padding: 0px 0 10px 0;
    }

    /* 入力フォーム */
    .tablet-input-page-area .form-group {
        display: flex;
        flex-flow: column;
        gap: 5px;
        padding: 20px;
        min-width: 800px;
        font-size: min(1.5vw, 25px);
    }

    .tablet-input-page-area .input-item {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .tablet-input-page-area .input-item .input-title {
            color: #003686;
            display: flex;
            flex-flow: row;
            align-items: center;
            padding: 0 5px;
            margin: 0;
            min-height: 36px;
            width: 300px;
            min-width: 300px;
            max-width: 300px;
        }

            .tablet-input-page-area .input-item .input-title label + span {
                margin-left: auto;
            }

            .tablet-input-page-area .input-item .input-title span {
                border-radius: 15px;
                padding: 0 5px;
                margin-left: 3px;
                font-size: 13px;
            }

            .tablet-input-page-area .input-item .input-title label + span {
                margin-left: auto;
            }

            .tablet-input-page-area .input-item .input-title .required {
                color: white;
                background-color: red;
                /*幅固定*/
                width: 37px;
                min-width: 37px;
                max-width: 37px;
            }

        .tablet-input-page-area .input-item .readonly-content {
            padding: 0 10px;
            background-color: lightgray;
            border-radius: 5px
        }

        .tablet-input-page-area .input-item .input-area {
            display: flex;
            flex-flow: row;
            min-height: min(1.8vw,45px);
            width: 500px;
            min-width: 500px;
            max-width: 500px;
            gap: 5px;
            align-items: center;
        }

        .tablet-input-page-area .input-item .input-half-area {
            width: 300px;
            min-width: 300px;
        }

        .tablet-input-page-area .input-item .input-area select {
            width: 100%;
            height: 45px;
            font-size: 30px;
            font-family: Noto Sans CJK JP, Noto Sans JP, sans-serif;
        }

        .tablet-input-page-area .input-item .input-area option {
            font-size: 23px;
        }

        .tablet-input-page-area .input-item .input-area .selectMultiple {
            width: 100%;
            height: 45px;
            font-size: 30px;
        }

        .tablet-input-page-area .input-item .input-area .form-control {
            width: 100%;
            height: 45px;
            font-size: 30px;
        }

        .tablet-input-page-area .input-item .input-area .input-row-group {
            display: flex;
            gap: 5px;
        }

            .tablet-input-page-area .input-item .input-area .input-row-group select {
                width: 100%;
            }

            .tablet-input-page-area .input-item .input-area .input-row-group button {
                width: 150px;
            }

        .tablet-input-page-area .input-item .input-area label {
            margin-left: 5px;
            display: block;
        }

        .tablet-input-page-area .input-item .input-area .display-only-item {
            line-height: 36px;
        }

        .tablet-input-page-area .input-item .input-area .separate-selecter {
            user-select: none;
            width: fit-content;
        }

        .tablet-input-page-area .input-item .input-remarks {
            display: flex;
            flex-flow: row;
            align-items: center;
            min-width: 100px;
            min-height: 45px;
            gap: 5px;
            align-items: center;
            font-size: min(2.5vw, 20px);
        }

            .tablet-input-page-area .input-item .input-remarks .input-category-area {
                display: flex;
                gap: 5px;
                height: 100%;
            }

                .tablet-input-page-area .input-item .input-remarks .input-category-area .input-category {
                    padding: 5px;
                    margin-right: 5px;
                    width: 75px;
                    align-content: center;
                    text-align: center;
                }

    .tablet-input-page-area .ui-jqgrid tr.jqgrow {
        font-size: 20px;
        height: 40px;
        border-bottom: 1px solid #d3d6de;
    }

    .tablet-input-page-area .ui-jqgrid-labels {
        background-color: #f0efee;
        border-bottom: 1px solid #f0efee;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
    }

    .tablet-input-page-area .calendar-select-area {
        width: 100%;
    }

        .tablet-input-page-area .calendar-select-area .btn-calendar {
            padding-left: 50px;
            width: 100%;
            height: 45px;
            line-height: 41px;
            border: 1px solid var(--header-color);
            border-radius: 5px;
            font-size: 30px;
            background: #fff url(../../img/icon_calendar-day.svg) 10px / 30px no-repeat;
            cursor: pointer;
        }

            .tablet-input-page-area .calendar-select-area .btn-calendar span {
                font-size: 30px;
                padding-right: 0.5vw;
            }

.modal .modal-container .modal-content:not(.annotation) {
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.modal .modal-container .modal-content.index-modal {
    width: 88.5vw;
}

.modal .modal-container .index-modal .modal-main .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal .modal-container .index-modal .modal-main .footer .button {
        width: 15.6vw;
        height: 4.2vw;
        border-radius: 2.1vw;
        line-height: 4.2vw;
        background-color: #fff;
        border: solid 0.3vw #d6d7db;
        font-size: 1.88vw;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 2.76vw;
    }


    .modal .modal-container .index-modal .modal-main .footer .right {
        margin-left: auto;
    }

.modal-annotation {
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    position: fixed;
}

    .modal-annotation .modal-container {
        width: 100vw;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .modal-annotation .modal-container .modal-content {
            background-color: #ffffff;
            border-radius: 20px;
            border: solid #707070 1px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        }

            .modal-annotation .modal-container .modal-content.annotation {
                min-width: 500px;
            }

            .modal-annotation .modal-container .modal-content .header {
                width: 100%;
                height: 50px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 24px;
                font-weight: bold;
                background-color: #f9f9f9;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
            }

                .modal-annotation .modal-container .modal-content .header .btn-close {
                    position: absolute;
                    right: 10px;
                    top: 50%;
                    transform: translateY(-50%);
                    cursor: pointer;
                }

            .modal-annotation .modal-container .modal-content .modal-main .modal-context {
                padding: 10px 20px;
                font-size: 20px;
                color: black;
                white-space: pre-wrap;
            }


.tablet-modal-body .tablet-modal-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    justify-content: space-between;
    padding: 0px 33px;
}

    .tablet-modal-body .tablet-modal-header .right {
        margin-left: auto;
    }

.tablet-modal-body .title .title-label {
    color: #003686;
    font-size: 32px;
    font-weight: bold;
}

.tablet-modal-input-page-area {
    overflow: auto;
    padding: 10px 66px;
    height: 36.9vw;
}

    .tablet-modal-input-page-area .title-label {
        align-items: center;
        display: flex;
        flex-flow: row;
        font-size: 30px;
        font-weight: bold;
    }

    .tablet-modal-input-page-area .form-group {
        display: flex;
        flex-flow: column;
        gap: 5px;
        min-width: 800px;
        font-size: 30px;
    }

    .tablet-modal-input-page-area .ui-jqgrid tr.jqgrow {
        font-size: 20px;
        height: 45px;
        border-bottom: 1px solid #d3d6de;
    }

    .tablet-modal-input-page-area .ui-jqgrid .ui-jqgrid-pager button {
        opacity: 1;
        position: relative;
        top: 0%;
        transform: translateY(0%);
        width: auto;
        border-radius: 0;
        display: block;
        align-items: center;
        left: 0px;
    }

    .tablet-modal-input-page-area .ui-jqgrid-labels {
        background-color: #E1E1E1;
        border-bottom: 1px solid #d3d6de;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
    }

    .tablet-modal-input-page-area .btn.btn-white {
        height: 38px;
        background-color: #fff;
        border: 1px solid #1f6bff;
        color: #1f6bff;
        line-height: 32px;
        padding: 0 25px;
    }

    .tablet-modal-input-page-area .custom-jqgrid .sort {
        font-size: 20px;
    }

    .tablet-modal-input-page-area .custom-jqgrid option {
        font-size: 14px;
    }

    .tablet-modal-input-page-area .custom-jqgrid .ui-jqgrid-labels {
        background-color: #f0efee;
        border-bottom: 1px solid #f0efee;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
    }

/* -------------------------------- */
/* タブレットでの入力画面 ↑ */
/* -------------------------------- */

/* -------------------------------- */
/* 初期セットアップ画面 ↓ */
/* -------------------------------- */

.tablet-input-area {
    color: #003686;
    flex-flow: column;
    background: #f6f6f6;
    width: 50%;
    min-width: 1050px;
    height: 81%;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: flex;
    border-radius: 20px;
}

    .tablet-input-area .footer {
        position: sticky;
        display: flex;
        justify-content: space-between;
        width: 100%;
        z-index: 10;
        background: #f6f6f6;
        padding-bottom: 10px;
        border-radius: 20px;
    }

        .tablet-input-area .footer .page-count {
            font-size: 23px;
            align-items: flex-end;
            display: flex;
        }

    .tablet-input-area .tablet-input-page-area {
        padding: 20px;
        overflow-x: auto;
        height: 100%;
    }

        .tablet-input-area .tablet-input-page-area .head-title {
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

        .tablet-input-area .tablet-input-page-area .title {
            font-size: 35px;
            font-weight: bold;
            padding-top: 5px;
        }

        .tablet-input-area .tablet-input-page-area .guidance-text {
            font-size: 22px;
        }

        .tablet-input-area .tablet-input-page-area .form-group {
            display: flex;
            flex-flow: column;
            gap: 20px;
            padding: 0px;
            min-width: 650px;
            font-size: 30px;
            padding-top: 15px;
        }

        .tablet-input-area .tablet-input-page-area .title-label {
            color: #003686;
            align-items: center;
            display: flex;
            flex-flow: row;
            font-size: 30px;
            font-weight: bold;
            width: max-content;
        }

        .tablet-input-area .tablet-input-page-area .input-item {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .tablet-input-area .tablet-input-page-area .input-item .input-title {
                color: #003686;
                display: flex;
                flex-flow: row;
                align-items: center;
                padding: 0 5px;
                margin: 0;
                min-height: 36px;
                width: 300px;
                min-width: 300px;
                max-width: 300px;
            }

            .tablet-input-area .tablet-input-page-area .input-item .input-area {
                display: flex;
                flex-flow: row;
                min-height: 45px;
                width: 500px;
                min-width: 500px;
                max-width: 500px;
                gap: 5px;
                align-items: center;
            }

            .tablet-input-area .tablet-input-page-area .input-item .input-remarks {
                display: flex;
                flex-flow: row;
                align-items: center;
                min-width: 100px;
                min-height: 45px;
                gap: 5px;
                align-items: center;
            }

        .tablet-input-area .tablet-input-page-area select:not([multiple]) {
            height: 40px;
        }

        .tablet-input-area .tablet-input-page-area .ui-jqgrid tr.jqgrow {
            height: 43px;
        }

/* -------------------------------- */
/* 初期セットアップ画面 ↑ */
/* -------------------------------- */

.kng-btn {
    min-width: 180px;
    height: 55px;
    border-radius: 40px;
    line-height: 55px;
    background-color: #fff;
    border: solid 5px #d6d7db;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 15px;
}

.store-menu-area > .header > .title-label {
    font-size: min(1.7vw, 40px);
}

.store-menu-area .title-label .circle {
    background-color: #003686;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 3px;
    margin-right: 5px;
}

.store-menu-area .title-label {
    color: #003686;
    font-size: min(1.5vw, 30px);
    font-weight: bold;
}


.store-menu-area .btn {
    height: 48px;
    font-size: 24px !important;
    line-height: 48px;
}

    .store-menu-area .btn.btn-blue,
    .tablet-modal-body .btn.btn-blue {
        color: #fff;
        background-color: #4d8cca;
        background-image: none;
    }

        .store-menu-area .btn.btn-blue:disabled,
        .tablet-modal-body .btn.btn-blue:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-red,
    .tablet-modal-body .btn.btn-red {
        color: #fff;
        background-color: #DC5310;
        background-image: none;
    }

        .store-menu-area .btn.btn-red:disabled,
        .tablet-modal-body .btn.btn-red:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-orange,
    .tablet-modal-body .btn.btn-orange {
        color: #fff;
        background-color: #EFC42D;
        background-image: none;
    }

        .store-menu-area .btn.btn-orange:disabled
        .tablet-modal-body .btn.btn-orange:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-green,
    .tablet-modal-body .btn.btn-green {
        color: #fff;
        background-color: #f1f6e0;
        background-image: none;
    }

        .store-menu-area .btn.btn-green:disabled,
        .tablet-modal-body .btn.btn-green:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-yellow,
    .tablet-modal-body .btn.btn-yellow {
        color: #fff;
        background-color: #EFC42D;
        background-image: none;
    }

        .store-menu-area .btn.btn-yellow:disabled,
        .tablet-modal-body .btn.btn-yellow:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-white,
    .tablet-modal-body .btn.btn-white {
        height: 35px;
        background-color: #fff;
        border: 1px solid #4d8cca;
        color: #4d8cca;
        line-height: 35px;
        padding: 0 25px;
    }

        .store-menu-area .btn.btn-white:disabled,
        .tablet-modal-body .btn.btn-white:disabled {
            background: #aaa;
            color: #fff;
        }

    .store-menu-area .btn.btn-grey,
    .tablet-modal-body .btn.btn-grey {
        color: #fff;
        background-color: grey;
    }


input[type="month"].border {
    border: 1px solid var(--header-color) !important;
    background-color: #fff;
}

input[type="month"].error-border {
    border: 1px solid #EE8484 !important;
    background-color: #fff;
}

/* -------------------------------- */
/* ホロンクリエイト style css 手直し */
/* -------------------------------- */
.contents .goal-rank .rank .order .ranking {
    display: inline;
}

.contents .goal-rank .rank .internal .order span.unit {
    width: 1.5vw;
}

input.btn-calendar {
    color: rgb(0, 54, 134);
}

.contents .pawer-curve-area .guidance .carousel-inner .carousel-item .advice .sentence {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.datepicker {
    z-index: 10000;
}

.modal {
    z-index: 1000;
}

.ui-jqgrid .ui-jqgrid-view {
    z-index: 99;
}

.modal .modal-container .modal-content.saveing-action .modal-body .theme .theme-icon {
    height: 5.7vw;
    width: 5.7vw;
    line-height: 5.7vw;
    border-radius: 3vw;
    font-size: 3vw;
    background-color: #ffffff;
    text-align: center;
}

    .modal .modal-container .modal-content.saveing-action .modal-body .theme .theme-icon i {
        margin-right: 0;
    }

.modal .modal-container .modal-content.saveing-action .footer .btn_check .people {
    z-index: 2;
}

.modal .modal-container .modal-content.saveing-action .footer .button-area .btn-equipment.registered,
.modal .modal-container .modal-content.saveing-action .footer .button-area .btn-implementation.registered {
    background-color: #efc42d;
}

/*トップ*/
.contents .goal-rank {
    gap: 10px;
}

    .contents .goal-rank .goal {
        height: 62%;
    }

        .contents .goal-rank .goal .d-flex {
            margin-top: 0.5vw;
            margin-bottom: 0.5vw;
        }


        .contents .goal-rank .goal .target {
            height: 35%;
        }

            .contents .goal-rank .goal .target .title {
                font-size: min(1.46vw, 30px);
                height: 100%;
                padding-top: 15%;
                background: url(../../img/flag.svg) no-repeat 65% 15% / 55%;
            }

            .contents .goal-rank .goal .target .money {
                height: 50%;
                display: grid;
                grid-auto-flow: column;
                align-items: end;
            }

            .contents .goal-rank .goal .target .ratio {
                height: 50%;
                display: grid;
                grid-auto-flow: column;
                align-items: start;
            }

                .contents .goal-rank .goal .target .ratio.increase,
                .contents .goal-rank .goal .target .ratio.decrease {
                    background-position-y: 25%;
                }

        .contents .goal-rank .goal .prediction {
            height: 35%;
        }

            .contents .goal-rank .goal .prediction .title {
                font-size: min(1.46vw, 30px);
                height: 100%;
                padding-top: 15%;
                background: url(../../img/icon_yosoku.svg) no-repeat 50% 10% / 50%;
            }

            .contents .goal-rank .goal .prediction .money {
                height: 50%;
                display: grid;
                grid-auto-flow: column;
                align-items: end;
            }

            .contents .goal-rank .goal .prediction .ratio {
                height: 50%;
                display: grid;
                grid-auto-flow: column;
                align-items: start;
            }

                .contents .goal-rank .goal .prediction .ratio.increase,
                .contents .goal-rank .goal .prediction .ratio.decrease {
                    background-position-y: 25%;
                }

    .contents .goal-rank .rank {
        height: 35%;
        margin-top: unset;
    }

        .contents .goal-rank .rank .details {
            height: 100%;
        }

        .contents .goal-rank .rank .internal {
            height: 50%;
        }

            .contents .goal-rank .rank .internal .title2 {
                height: 40%;
                font-size: min(1.5vw, 30px);
            }

            .contents .goal-rank .rank .internal .d-flex {
                height: 60%;
            }

.contents .topB .goal-rank .goal .target {
    height: 100%;
}

.contents .topB .goal-rank .goal .prediction {
    height: 100%;
}

.contents .topB.l-box .goal-rank .goal .prediction .title {
    bottom: -0.5vw;
}

.carousel .carousel-inner {
    height: 100%;
}

    .carousel .carousel-inner .carousel-item {
        height: 100%;
    }

        .carousel .carousel-inner .carousel-item .advice {
            height: 100%;
        }

        .carousel .carousel-inner .carousel-item .sentence {
            font-size: min(2.1vw, 45px);
        }

        .carousel .carousel-inner .carousel-item .effect {
            height: auto;
        }

            .carousel .carousel-inner .carousel-item .effect .title label {
                height: 100%;
                font-size: 90%;
            }

            .carousel .carousel-inner .carousel-item .effect .title .icon-info {
                height: 100%;
                top: 10%;
            }

            .carousel .carousel-inner .carousel-item .effect .money {
                height: 60%;
            }

                .carousel .carousel-inner .carousel-item .effect .money div {
                    height: 100%;
                }

                .carousel .carousel-inner .carousel-item .effect .money img {
                    height: 100%;
                }

        .carousel .carousel-inner .carousel-item .icon {
            height: 100%;
        }

            .carousel .carousel-inner .carousel-item .icon div {
                height: 100%;
            }

            .carousel .carousel-inner .carousel-item .icon img {
                height: 80%;
            }

            .carousel .carousel-inner .carousel-item .icon .people {
                bottom: 10%;
                height: 25%;
                font-size: 100%;
            }

.carousel .carousel-indicators {
    height: 15%;
}

    .carousel .carousel-indicators .dot {
        height: 65%;
    }


.energy-graph-area .radar-chart-area .highcharts-axis-labels.highcharts-xaxis-labels.highcharts-radial-axis-labels {
    height: 100%;
    width: 100%;
}

/*推移*/
.trend-area {
    height: 100%;
}

.contents .trend-area .header {
    height: 20%;
}

.contents .trend-area .graph-headr {
    height: 10%;
}

.contents .trend-area .graph-draw-area {
    height: 70%;
}

    .contents .trend-area .graph-draw-area .drawing-area {
        height: 90%;
    }

    .contents .trend-area .graph-draw-area .scale-area {
        height: 10%;
    }

        .contents .trend-area .graph-draw-area .scale-area .scale {
            height: 100%;
            margin-top: unset;
        }

/*電力カーブ*/
.contents .pawer-curve-area {
    height: 100%;
}

    .contents .pawer-curve-area .information .day-result {
        font-size: min(1.6vw,30px);
    }

        .contents .pawer-curve-area .information .day-result .btn-calendar {
            height: 3.2vw;
            line-height: 2.5vw;
        }

    .contents .pawer-curve-area .graph-headr {
        height: 10%;
        font-size: min(1.25vw,30px);
    }

    .contents .pawer-curve-area .graph-draw-area {
        height: 68%;
    }

        .contents .pawer-curve-area .graph-draw-area .drawing-area {
            height: 90%;
        }

        .contents .pawer-curve-area .graph-draw-area .scale-area {
            height: 10%;
        }

            .contents .pawer-curve-area .graph-draw-area .scale-area .scale {
                height: 100%;
                margin-top: unset;
            }

        .contents .pawer-curve-area .graph-draw-area #show-weather {
            bottom: 18.5%;
        }

    .contents .pawer-curve-area .guidance {
        height: 12%;
    }

        .contents .pawer-curve-area .guidance .carousel-inner {
            padding-bottom: 10px;
            height: 100%;
        }

            .contents .pawer-curve-area .guidance .carousel-inner .carousel-item {
                height: 100%;
            }

                .contents .pawer-curve-area .guidance .carousel-inner .carousel-item .advice {
                    height: 100%;
                }

                    .contents .pawer-curve-area .guidance .carousel-inner .carousel-item .advice .time img {
                        width: min(2.7vw,50px);
                    }

                    .contents .pawer-curve-area .guidance .carousel-inner .carousel-item .advice .time span {
                        font-size: min(1vw,20px);
                    }

                    .contents .pawer-curve-area .guidance .carousel-inner .carousel-item .advice .sentence {
                        font-size: min(1.5vw,30px);
                        line-height: min(1.9vw,40px);
                    }

/* modal */
div.modal:not(.modal-annotation) .modal-container {
    place-items: unset;
    display: block !important;
}

.modal-main {
    height: auto;
}

.modal .modal-container .modal-content .modal-body {
    height: 100%;
}

.modal .modal-container .modal-content.quiz {
    height: min(55.2vw, 90%);
    border-radius: 1.6vw;
}

    .modal .modal-container .modal-content.quiz .modal-body {
        padding: 0 11.2vw;
        row-gap: min(1.56vw, 15px);
    }

        .modal .modal-container .modal-content.quiz .modal-body.quiz-contents#quiz-start {
            height: 100%;
            border-bottom-left-radius: 1.6vw;
            border-bottom-right-radius: 1.6vw;
        }

    .modal .modal-container .modal-content.quiz .sub-header {
        height: 60px;
    }

    .modal .modal-container .modal-content.quiz .modal-body.quiz-contents {
        height: calc(100% - 60px);
        padding-bottom: min(6.5vw, 100px);
    }

        .modal .modal-container .modal-content.quiz .modal-body.quiz-contents.picture .question-box {
            margin-bottom: unset;
        }

            .modal .modal-container .modal-content.quiz .modal-body.quiz-contents.picture .question-box .left-box {
                height: min(20.31vw, 100%);
            }

        .modal .modal-container .modal-content.quiz .modal-body.quiz-contents .choice-box .btn-select {
            padding-top: min(1.5vw, 10px);
            height: min(12.5vw, 300px);
            margin: 0 min(0.94vw, 10px);
        }

            .modal .modal-container .modal-content.quiz .modal-body.quiz-contents .choice-box .btn-select::before {
                top: min(1.5vw, 10px);
            }

        .modal .modal-container .modal-content.quiz .modal-body.quiz-contents .correct-explanation-box {
            margin-top: min(2.6vw,20px);
            margin-bottom: min(3.1vw,30px);
        }

        .modal .modal-container .modal-content.quiz .modal-body.quiz-contents.result {
            /*padding-bottom: unset;*/
            padding-bottom: min(6.5vw, 100px);
            border-top-right-radius: unset;
            border-top-left-radius: unset;
        }

    .modal .modal-container .modal-content.quiz .footer {
        bottom: min(6.5vw, 100px);
        height: min(6.5vw, 100px);
    }

        .modal .modal-container .modal-content.quiz .footer .button {
            height: min(4.2vw, 80px);
        }

/* 省エネアクション */
.modal .modal-container .modal-content.saveing-action {
}

    .modal .modal-container .modal-content.saveing-action .modal-body {
    }

        .modal .modal-container .modal-content.saveing-action .modal-body .theme {
            height: min(7.3vw, 20%);
        }

        .modal .modal-container .modal-content.saveing-action .modal-body .result {
            height: min(4.2vw, 10%);
        }

        .modal .modal-container .modal-content.saveing-action .modal-body .d-flex {
            height: calc(100% - min(4.2vw, 10%) - min(7.3vw, 20%));
        }

            .modal .modal-container .modal-content.saveing-action .modal-body .d-flex .l-box {
                padding-top: min(2vw, 30px);
                padding-bottom: min(2vw, 30px);
                height: auto;
            }

                .modal .modal-container .modal-content.saveing-action .modal-body .d-flex .l-box .advice-card {
                    height: 40dvh;
                }

            .modal .modal-container .modal-content.saveing-action .modal-body .d-flex .r-box {
                padding-top: min(2vw, 30px);
                padding-bottom: min(2vw, 30px);
            }

/* お知らせ */
.announce-list-area {
    height: 100%;
}

.modal .modal-container .modal-content.announce {
}

    .modal .modal-container .modal-content.announce .modal-body.announce-contents {
        height: calc(100% - 4.17vw);
    }

        .modal .modal-container .modal-content.announce .modal-body.announce-contents .list-box {
            height: 100%;
        }

/* AIデマンド */
.modal .modal-container .modal-content.ai-demand {
}

/* AIデマンド */
.modal .modal-container .modal-content.commitment {
}

.tablet-modal-input-page-area {
    height: calc(100% - 80px);
}

.contents.menu-box .card {
    -webkit-text-stroke: 0vw #fff;
    text-decoration: none;
}


.btn.kng-style {
    min-width: 130px;
    height: 36px !important;
    border-radius: 20px;
    line-height: 36px !important;
    background-color: #fff !important;
    border: solid 3px #d6d7db;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 15px;
    color: black !important;
    background-image: unset !important;
}

    .btn.kng-style:disabled {
        background: #aaa !important;
        color: #fff !important;
    }

.btn.kng-store-style {
    min-width: 130px;
    height: 45px !important;
    border-radius: 23px;
    line-height: 16px !important;
    background-color: #fff !important;
    border: solid 4px #d6d7db;
    font-size: 26px !important;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 15px;
    margin: 0 15px;
    color: black !important;
    background-image: unset !important;
}

    .btn.kng-store-style:disabled {
        background: #aaa !important;
        color: #fff !important;
    }


.condition-act-row .left,
.condition-act-row .right,
.space-between .left,
.space-between .right,
.act-area,
.title .right {
    display: flex;
}

/*複数選択の右側クリックしても選択肢閉じない問題を解決*/
.selectMultiple > ul {
    right: unset;
}

.content-title.resource-registration-status-rank {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #003686;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

    .content-title.resource-registration-status-rank::before {
        content: "";
        width: 30px;
        height: 30px;
        padding-right: 10px;
        display: inline-block;
        background: url(../../img/img_resource/icon_cube.svg) no-repeat 0px 50%;
    }

/* Three choice modal styles */
.three-choice-modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
}

    .three-choice-modal.hidden {
        display: none;
    }

.three-choice-container {
    width: 320px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    overflow: hidden;
    font-family: inherit;
}

.three-choice-header {
    padding: 16px 20px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.three-choice-body {
    padding: 12px 20px;
}

.three-choice-submsg {
    color: #666;
    margin-bottom: 8px;
    font-size: 14px;
}

.three-choice-list label {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
}

.three-choice-list input[type="radio"] {
    width: 18px;
    height: 18px;
}

.three-choice-label {
    font-size: 14px;
    color: #222;
}

.three-choice-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 12px 20px;
    border-top: 1px solid #eee;
}

.three-choice-cancel {
    background: transparent;
    border: none;
    color: #003686;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 14px;
}

.three-choice-ok {
    background: #003686;
    border: none;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

    .three-choice-ok:disabled {
        opacity: 0.5;
    }

/* カスタムオートコンプリート */
.kn-autocomplete-wrapper {
    position: relative;
    margin-bottom: 10px;
}

.kn-autocomplete-area .form-control {
    border: solid 2px #cacaca;
    background-color: #fff;
}

.kn-autocomplete-list {
    border: 4px solid #d7d6d6;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 4px 0;
    max-height: 300px;
    display: none;
    position: absolute;
    width: 300px;
    z-index: 1000;
    top: 100%;
    left: 0;
}

    .kn-autocomplete-list.show {
        display: block;
    }

.kn-autocomplete-item {
    font-size: 16px;
    font-weight: bold;
    color: #003686;
    padding: 12px 18px;
    padding-left: 38px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: transparent;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    position: relative;
}

    .kn-autocomplete-item:not(.selected)::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 23px;
        height: 23px;
        border: 2px solid #d9d9d9;
        border-radius: 5px;
        background-color: #fff;
        box-sizing: border-box;
    }

    .kn-autocomplete-item.selected::before {
        content: '';
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 23px;
        height: 23px;
        border: 2px solid #003686;
        border-radius: 5px;
        background-color: #003686;
        box-sizing: border-box;
    }

    .kn-autocomplete-item.selected::after {
        content: '';
        position: absolute;
        left: 19px;
        top: 50%;
        width: 6px;
        height: 11px;
        border: solid #d9d9d9;
        border-width: 0 3px 3px 0;
        transform: translateY(-55%) rotate(45deg);
    }

    .kn-autocomplete-item:hover,
    .kn-autocomplete-item.active {
        background-color: #888 !important;
        color: #fff !important;
    }

    .kn-autocomplete-item:not(.selected):hover::before,
    .kn-autocomplete-item:not(.selected).active::before {
        border-color: #d9d9d9 !important;
        background-color: #fff !important;
    }

    .kn-autocomplete-item.selected {
        background-color: transparent !important;
        color: #003686 !important;
    }

        .kn-autocomplete-item.selected:hover::before,
        .kn-autocomplete-item.selected.active::before {
            background-color: #003686 !important;
            border-color: #003686 !important;
        }

        .kn-autocomplete-item.selected:hover::after,
        .kn-autocomplete-item.selected.active::after {
            border-color: #fff !important;
        }

        .kn-autocomplete-item.selected:hover,
        .kn-autocomplete-item.selected.active {
            background-color: #888 !important;
            color: #fff !important;
        }

.kn-autocomplete-hidden-select {
    display: none !important;
}

.kn-autocomplete-list.single .kn-autocomplete-item {
    padding-left: 18px;
}

    .kn-autocomplete-list.single .kn-autocomplete-item::before,
    .kn-autocomplete-list.single .kn-autocomplete-item::after {
        display: none;
    }

.selectbox:has(.kn-autocomplete-wrapper) {
    overflow: unset;
}

.selectbox .kn-autocomplete-wrapper .kn-autocomplete-input {
    border: none;
    background: transparent;
}

.selectbox .kn-autocomplete-wrapper .kn-autocomplete-input:focus{
    box-shadow: none;
}