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

Title       : Sub08
Author      : EASESOFT
Create Date : 2025-09

-------------------------------------------------*/
.c080000 {
  width: 100%;
  padding-left: 17rem;
  position: relative;
}
.c080000::before {
  content: "";
  position: absolute;
  left: 3.2rem;
  top: 4rem;
  width: 10rem;
  height: 10rem;
  background: #EEF4FF url("/main/img/sub/080000_01.webp") no-repeat center center;
  border-radius: 100%;
  flex: none;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 768px) {
  .c080000 {
    padding-left: 3.2rem;
  }
  .c080000::before {
    content: "";
    position: static;
    display: block;
    margin: 0 auto 2rem;
  }
}