.batch-circle {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;/* ←円を作る */
}
