@charset "UTF-8";

.exam_list_item p {
    font-size: 15px;
    line-height: 20px;
    word-break: keep-all;
    margin: 10px auto 10px;
}

.exam_list_item b {
    display: block;
    font-size: 18px;
    font-family: 'noto6';
    margin: 10px auto 10px;
}

.graph_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 396px;
    background: #f5f8fb;
}