/** Shopify CDN: Minification failed

Line 22:22 Unexpected "{"
Line 22:31 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-faq-table-of-contents (INDEX:12) */
/* FAQ目次セクションのフォントスタイル */
  .faq-toc,
  .faq-toc * {
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "游ゴシック", "YuGothic", "Meiryo", "メイリオ", sans-serif !important;
  }
/* END_SECTION:custom-faq-table-of-contents */

/* START_SECTION:custom-faq (INDEX:13) */
/* SP時のFAQページのshopify-section sectionクラスの左右マージン */
  @media screen and (max-width: 749px) {
    .shopify-section-{{ section.id }}.shopify-section.section,
    .shopify-section.section:has(.faq) {
      padding-left: var(--page-margin, 16px) !important;
      padding-right: var(--page-margin, 16px) !important;
      box-sizing: border-box !important;
    }
  }

  /* FAQページのフォントサイズを小さくする */
  /* .faq,
  .faq * {
    font-size: 1em !important;
  } */

  .faq__title {
    font-size: 1.5em !important;
  }

  .faq-item__question {
    font-size: 1em !important;
  }

  .faq-item__answer-wrapper {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .faq-item__answer {
    font-size: 1em !important;
    text-align: left !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .faq-item__answer p {
    font-size: 1em !important;
    text-align: left !important;
  }

  .faq-item__answer * {
    text-align: left !important;
  }
/* END_SECTION:custom-faq */