<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * contactless_service.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * @media only screen and (max-width: 767px)
 * - Page Component
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .heading-lv2.type-contactless_service .block:after {
    background: #71ce1b;
}
  .contactless_service-table .contactless_service-cell-style1 {
    background-color: #ec426f;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .contactless_service-table .contactless_service-cell-style2 {
    background-color: #4ac3a2;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .contactless_service-table .contactless_service-cell-style3 {
    background-color: #4ec3d7;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .contactless_service-table .contactless_service-cell-style4 {
    background-color: #71ce1b;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .heading-lv2.type-contactless_service .block:after {
    background: #71ce1b;
}
  .contactless_service-table .contactless_service-cell-style1 {
    background-color: #ec426f;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .contactless_service-table .contactless_service-cell-style2 {
    background-color: #4ac3a2;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .contactless_service-table .contactless_service-cell-style3 {
    background-color: #4ec3d7;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
  .contactless_service-table .contactless_service-cell-style4 {
    background-color: #71ce1b;
    color: #fff;
    font-weight: 700;
    text-align: center;
  }
}
</pre></body></html>