@charset "utf-8";


body {
  font-family: sans-serif;
}

/* デバイスのアニメーション機能をオフにしている場合は、アニメーションを再生しません */
/*
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
  }
}
*/

a[href^="tel:"] {
    pointer-events: none;
}

p{
  line-height: 1.7em;
}