@charset "UTF-8";
/* 
  add style
*/

/* ---------------------------------------------
  utility style
  --------------------------------------------- */
.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }

.c-faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}