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

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

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media screen and (max-width: 768px) {
  .c080000 .btn_box {
    flex-direction: column;
  }
  .c080000 .btn_box .btn {
    flex: none;
    width: 30rem;
    max-width: 100%;
  }
}