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

Title       : Sub_02
Author      : EASESOFT
Create Date : 2025-06

-------------------------------------------------*/
.c020000 .cont_box .title4 {
  flex: none;
  width: 30rem;
  margin: 0;
}
.c020000 .cont_box .title4 span {
  width: 100%;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media screen and (max-width: 1024px) {
  .c020000 .cont_box .title4 {
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .c020000 .cont_box .title4 {
    width: 20rem;
  }
}