/*!
 * Webダッシュボードで使用されるCSSデザイン
 */

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Meiryo,
        sans-serif;
    color: #222222;
    font-size: 18px;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .emphasis {
        font-size: 1.6666666667rem;
    }
    .only-sp {
        display: none;
    }
    .only-pc {
        display: inline;
    }
    .this_block {
        width: 100%;
        min-width: 370px;
        margin: 0 auto;
    }
    #chartdiv {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        position: relative;
    }

    .graph_list li a {
        font-size: 0.5555555556rem;
        display: block;
        padding: 10px;
    }
    .graph_unit {
        width: 100%;
        text-align: left;
        font-size: 11px;
        margin-left: 20px;
    }
    .graph_title {
        font-size: 1.3333333333rem;
    }
}
@media (min-width: 992px) {
    .emphasis {
        font-size: 2.3333333333rem;
    }
    .only-sp {
        display: inline;
    }
    .only-pc {
        display: none;
    }
    .this_block {
        width: 30%;
        min-width: 400px;
        margin: 0 auto;
    }
    #chartdiv {
        width: 70%;
        height: 500px;
        display: block;
        margin: 0 auto;
        position: relative;
    }
    .graph_list li a {
        display: block;
        padding: 0 10px;
    }
    .graph_unit {
        width: 70%;
        position: relative;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        margin-left: 20px;
    }
    .graph_title {
        font-size: 2rem;
    }
}

dt {
    font-weight: normal;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 10px;
    overflow: auto;
}

.center {
    text-align: center;
}

.update {
    margin-top: 60px;
}

.update_em {
    color: #00ae41;
    padding: 0px 4px;
    font-weight: 600;
    font-style: normal;
}

.power {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 40px auto;
    width: 360px;
}

.power_val {
    color: #318cdd;
    font-weight: 600;
}

.power_info {
    color: #00ae41;
    font-weight: 600;
}

.this_header {
    text-align: center;
    font-size: 1.3333333333rem;
    line-height: 1.3333333333em;
    color: #222222;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-bottom: 30px;
    margin-top: 40px;
}

.this_box {
    margin-top: 20px;
    height: 100px;
}

.this_power {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

    margin-block-start: 0;
    margin-block-end: 0;
}

.this_note {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.5em;
    text-align: left;
}

.this_power_co2,
.this_power_home {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
}

.this_power_home:after {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
    background-image: url(../img/house_icon.svg);
}

.this_power_co2:after {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-size: cover;
    background-image: url(../img/co2_icon.svg);
}

/* bootstrapの宣言を初期化するために実施 */
ul,
li {
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    /*list-style: none !important;*/
}
a {
    text-decoration: none !important;
    color: inherit !important;
    background-color: transparent !important;
}

li {
    display: inline;
}

ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.graph_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.graph_ul {
    padding: 60px 0;
    margin-top: 30px;
}

.graph_title {
    margin-top: 40px;
    text-align: center;
    font-weight: 600;
}

.graph_list li {
    position: relative;
    margin-bottom: 30px;
    /*margin-right: 1rem;*/
}

.graph_list li:hover {
    color: #00ae41;
}

.graph_list li.is-active {
    color: #00ae41;
}

.graph_list li.is-active:after {
    position: absolute;
    content: "";
    background-color: #00ae41;
    width: 80%;
    height: 2px;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.graph_list li.is-disabled {
    color: #999999;
    pointer-events: none;
}
