/* =============================================================
    Page
============================================================= */
/* privacy
------------------------------------------------------------- */
.c-text-link--mail{
  text-decoration: underline;
}
.c-list--circle{
  display: grid;
  gap: .5ch;
}
.c-list--circle li{
  display: flex;
  gap: .5ch;
}
.c-list--circle li::before{
  content: '・';
}

.p-privacy-content__item-text--counter + .p-privacy-content__item-text{
    margin-top: 1em;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (max-width: 767px) {
  .c-text-link--tel{
    text-decoration: underline;
  }
}


  