@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/*************************
page
*************************/
.spNone {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .spNone {
    display: none !important;
  }
}

.pcNone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .pcNone {
    display: block !important;
  }
}

/* m-list-disc__item-ol */
.m-list-disc-ol {
  counter-reset: number;
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .m-list-disc-ol {
    padding-left: 15px;
  }
}

.m-list-disc-ol .m-list-disc__item-ol {
  padding-left: 3ch;
}
.m-list-disc-ol .m-list-disc__item-ol::before {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
  counter-increment: number;
  content: " " counter(number) ". ";
  top: 0;
}

.m-link-arrow__none {
  padding-left: 0;
}
.m-link-arrow__none::before, .m-link-arrow__none::after {
  content: none;
}

.fw-bold {
  font-weight: bold;
}

/*
@include bpSp {}
@include fz(14);
*//*# sourceMappingURL=style.css.map */