/*-------------------------------------------------

Title       : Sub02
Author      : EASESOFT
Create Date : 2025-11

-------------------------------------------------*/
.c020000 .cont_box .round {
  flex: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
  background: #0072CB;
  color: #FFFFFF;
  font-size: 1.8rem;
}
.c020000 .cont_box .round.gray {
  background: #ECEFF4;
}
.c020000 .cont_box .ml_auto {
  margin-left: auto;
  align-self: center;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */