@charset "UTF-8";

:root{
    --header-bottom-height: 36px;
}

@media screen and (min-width: 480px) {
    :root{
        --header-bottom-height: 40px;
    }
}

@media screen and (min-width: 1280px) {
    :root{
        --header-bottom-height: 44px;
    }
}

#ranking_hero_form {
    width: 100%;
}

#ranking_hero_form select {
    color: #000;
    font-size: 1.6rem;
    padding-left: 8px;
    height: 28px;
    background-color: #fff;
    outline-color: var(--theme-color);
    border: none;
    border-radius: 5px;
}

#id_hero_pk {
    width: 100%;
}

#id_year {
    margin-right: 10px;
    width: 30%;
}

#id_month {
    width: 70%;
}

@media screen and (min-width: 480px) {
    #id_year, #id_month {
        width: 50%;
    }
}

.header-image img {
    width: 14vw;
    height: auto;
}

@media screen and (min-width: 480px) {
    .header-image img {
        width: 7vw;
        height: auto;
    }
}

@media screen and (min-width: 1280px) {
    .header-image img {
        width: 5vw;
        height: auto;
    }
}

.chart-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 1280px) {
    .chart-wrapper {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.chart-wrapper .chart {
    margin-bottom: 24px;
}

.chart-wrapper .chart:last-child {
    margin-bottom: 0;
}

.chart {
    display: flex !important;
    justify-content: center;
}
