﻿@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;
        }

            .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.index-modal {
    width: 88.5vw;
    height: min(54.2vw,80%);
}

.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-x: 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 .graph-area .information .electricity-consumption .amount {
    font-size: 2.1vw;
}

.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: 1001;
}

.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;
}


/* holon css override or add */
.store-full-screen > .contents {
    height: 72vh;
}

    .store-full-screen > .contents > form {
        height: 100%;
    }

/*トップ*/
.contents .top-wrapper {
    height: 80%;
}

.contents .graph-area .information {
    height: 15%;
}

.contents .graph-area .drawing-area {
    height: 85%;
}

    .contents .graph-area .drawing-area .drawing-graph {
        height: 87%;
    }

.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%;
            }

            .contents .goal-rank .goal .target .ratio {
                height: 50%;
            }

        .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%;
            }

            .contents .goal-rank .goal .prediction .ratio {
                height: 50%;
            }

    .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%;
            }

.carousel {
    height: 20%;
}

    .carousel .carousel-inner {
        height: 85%;
    }

        .carousel .carousel-inner .carousel-item {
            height: 100%;
        }

            .carousel .carousel-inner .carousel-item .advice {
                height: 100%;
            }

            .carousel .carousel-inner .carousel-item .time img {
                width: 3.0vw;
            }

            .carousel .carousel-inner .carousel-item .sentence {
                font-size: min(2.1vw, 45px);
            }

            .carousel .carousel-inner .carousel-item .effect {
                height: 100%;
            }

                .carousel .carousel-inner .carousel-item .effect .title {
                    height: 30%;
                    display: flex;
                    background: url(../../img/icon_hand-holding-dollar.svg) no-repeat 0 / 2.8vw 100%;
                }

                    .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: 5%;
                    height: 25%;
                    font-size: 100%;
                }

    .carousel .carousel-indicators {
        height: 15%;
    }

        .carousel .carousel-indicators .dot {
            height: 65%;
        }

/*マイスコア*/
.contents .myscore-area {
    height: 100%;
    display: flex;
}

    .contents .myscore-area .energy-graph-area {
        height: 100%;
    }

        .contents .myscore-area .energy-graph-area .header {
            height: 10%;
            font-size: min(1.77vw, 40px);
        }

            .contents .myscore-area .energy-graph-area .header .date {
                font-size: min(1.46vw, 30px);
                line-height: min(1.46vw, 30px);
                height: min(1.46vw, 30px);
            }

        .contents .myscore-area .energy-graph-area .report-area {
            height: 20%;
            gap: 10px;
        }

            .contents .myscore-area .energy-graph-area .report-area .results {
                height: 100%;
            }

                .contents .myscore-area .energy-graph-area .report-area .results .title {
                    font-size: min(1.6vw,35px);
                }

                .contents .myscore-area .energy-graph-area .report-area .results .results-txt {
                    text-indent: min(3.1vw,62px);
                    font-size: min(1.6vw,35px);
                    background-image: linear-gradient(180deg, transparent min(2.8vw,47px), #cacaca 2px);
                    background-size: 100% min(2.9vw,50px);
                    line-height: min(2.9vw,50px);
                }

                    .contents .myscore-area .energy-graph-area .report-area .results .results-txt::before {
                        background: url(../../img/icon_pen.svg) no-repeat 0 / min(1.9vw,37px);
                        width: min(1.9vw,37px);
                        height: min(1.9vw,37px);
                    }

            .contents .myscore-area .energy-graph-area .report-area .score-area {
                height: 100%;
            }

                .contents .myscore-area .energy-graph-area .report-area .score-area .score.total {
                    height: 60%;
                    font-size: min(1.6vw, 35px);
                }

                    .contents .myscore-area .energy-graph-area .report-area .score-area .score.total .score-value {
                        font-size: min(1.77vw, 38px);
                        line-height: min(1.77vw, 38px);
                    }

                        .contents .myscore-area .energy-graph-area .report-area .score-area .score.total .score-value .denominator-value {
                            font-size: min(1.35vw, 25px);
                            line-height: min(1.35vw, 25px);
                        }

                .contents .myscore-area .energy-graph-area .report-area .score-area .score {
                    height: 30%;
                    font-size: min(1.6vw, 35px);
                }

                    .contents .myscore-area .energy-graph-area .report-area .score-area .score span {
                        font-size: min(1.8vw, 40px);
                    }

        .contents .myscore-area .energy-graph-area .radar-chart-area {
            height: 70%;
        }

.energy-graph-area .radar-chart-area #icon-speed {
    /*top: 30%;*/
    left: 57%;
}

.energy-graph-area .radar-chart-area #icon-strength {
    top: 30%;
    left: 80%;
}

.energy-graph-area .radar-chart-area #icon-agility {
    top: 67%;
    left: 71%;
}

.energy-graph-area .radar-chart-area #icon-endurance {
    top: 67%;
    left: 10%;
}

.energy-graph-area .radar-chart-area #icon-flexibility {
    top: 30%;
    left: 2%;
}

.energy-graph-area .radar-chart-area .highcharts-axis-labels span:nth-child(1) {
    left: 45.5% !important;
    top: 5% !important;
}

.energy-graph-area .radar-chart-area .highcharts-axis-labels span:nth-child(2) {
    top: 35% !important;
    left: 69% !important;
}

.energy-graph-area .radar-chart-area .highcharts-axis-labels span:nth-child(3) {
    top: 77% !important;
    left: 60% !important;
}

.energy-graph-area .radar-chart-area .highcharts-axis-labels span:nth-child(4) {
    top: 77% !important;
    left: 31% !important;
}

.energy-graph-area .radar-chart-area .highcharts-axis-labels span:nth-child(5) {
    top: 35% !important;
    left: 22% !important;
}

.energy-graph-area .radar-chart-area .highcharts-axis-labels.highcharts-xaxis-labels.highcharts-radial-axis-labels {
    height: 100%;
    width: 100%;
}

.contents .myscore-area .ranking-area .tab-container {
    display: block;
}

    .contents .myscore-area .ranking-area .tab-container .btn-info {
        top: 0;
    }

    .contents .myscore-area .ranking-area .tab-container .tabs {
        height: 13%;
    }

        .contents .myscore-area .ranking-area .tab-container .tabs .tab {
            height: 100%;
            font-size: min(1.5vw,30px);
        }

            .contents .myscore-area .ranking-area .tab-container .tabs .tab .rank {
                height: min(1.8vw,35px);
                line-height: min(1.8vw, 35px);
            }

    .contents .myscore-area .ranking-area .tab-container .tab-content {
        height: 87%;
    }

        .contents .myscore-area .ranking-area .tab-container .tab-content .tab-pane.active {
            display: flex;
            flex-flow: column;
        }

        .contents .myscore-area .ranking-area .tab-container .tab-content .tab-pane .header {
            height: 15%;
            display: flex;
        }

            .contents .myscore-area .ranking-area .tab-container .tab-content .tab-pane .header .d-flex {
                height: 100%;
                display: flex;
            }

.contents .myscore-area .ranking-area .ranking-object-area {
    height: 85%;
    display: flex;
    flex-flow: column;
}

    .contents .myscore-area .ranking-area .ranking-object-area .label-area {
        height: 10%;
        align-items: center;
    }

    .contents .myscore-area .ranking-area .ranking-object-area .ranking-object {
        height: 90%;
        display: flex;
        flex-flow: column;
        gap: 10px;
    }

        .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .rank {
            height: min(3.6vw,70px);
        }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .rank.top {
                background-size: min(2.8vw,60px);
            }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .rank.second {
                background-size: min(2.8vw,60px);
            }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .rank.third {
                background-size: min(2.8vw,60px);
            }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .rank.my-company {
                background-size: min(2.8vw,60px);
            }

        .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .top3 {
            height: 40%;
        }

        .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .out-rank-container {
            height: 50%;
        }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .out-rank-container .out-rank {
                height: 100%;
                margin-top: unset;
                margin-bottom: unset;
                padding-top: min(0.3vw,10px);
                padding-bottom: min(0.5vw,15px);
            }

        .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .ave-ratio-area {
            height: 10%;
            margin-top: unset;
        }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .ave-ratio-area .national-ave {
                height: 100%;
            }

            .contents .myscore-area .ranking-area .ranking-object-area .ranking-object .ave-ratio-area .table-ave {
                height: 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 {
        height: 10%;
    }

        .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);
                    }
