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

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

-------------------------------------------------*/
.c010000 .line::after {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  background: #000;
  margin: 6rem auto 0;
}
.c010000 .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;
}
.c010000 .cont_box .round.gray {
  background: #ECEFF4;
}

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

Responsive

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