@charset "UTF-8";
.bg_white {
    padding: 25px;
}
.chart__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.chart__time {
    font-size: 14px;
    text-align: center;
}
.chart__legend {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.simplechart {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .bg_white {
        padding: 10px;
    }
    .chart__title {
        font-size: 16px;
    }.chart__time {
        font-size: 12px;
    }
}