@charset "UTF-8";

svg image {
    cursor: pointer;
}

#header_form select {
    margin-left: 8px;
    font-size: 1.4rem;
    padding-left: 8px;
    height: 28px;
}

#header_form select:first-child {
    margin-left: 0;
}

#id_year {
    width: 22%;
}

#id_month {
    width: 17%;
}

#id_ranking_type {
    width: 21%;
}

#id_rank_range {
    width: 30%;
}

.chart__wrapper .chart {
    height: 547px;
}
