  /* Normalize.css の一部（HTML要素のリセット） */
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    letter-spacing: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
  }
  ol, ul {
    list-style: none;
  }
  a {
    text-decoration: none;
  }
  a:link, a:visited, a:active {
    text-decoration: inherit;
  }
  img, video {
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }
  img {
    pointer-events: none;
  }
  p {
    font-size: 1.4rem;
  }
  input[type=file], input[type=submit], input[type=reset], input[type=button], button, label {
    cursor: pointer;
  }
  *:focus {
    outline: none;
  }

  /**** サイト共通スタイル ****/
  html {
    font-size: 62.5%;
    width: 100%;
    height: 100%;
    scroll-padding-top: 237px;
  }
  body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
    color: #111;
    width: 100%;
    height: 100%;
  }
  a {
    text-decoration: underline;
    color: #111;
  }
  a:hover {
    text-decoration: none;
    color: #111;
  }
  main#main {
    display: block;
    overflow: hidden;
  }

  /* FAQ固有スタイル */
  .page_faq {
    overflow: visible !important;
  }
  .faqCont {
    padding: 0 40px;
    overflow: visible !important;
  }
  .faq_search_sticky {
    position: sticky;
    top: 75px; /* ← ヘッダーの高さ分 */
    background: #fff;
    z-index: 2;
    padding-top: 60px;
    padding-bottom: 28px;
  }
  .faq_search_sticky__inner {
    max-width: 800px;
    margin: 0 auto;
  }
  .faq_search_sticky__box {
    display: flex;
    align-items: stretch;
  }
  .faq_search_sticky__input {
    flex: 1 1;
    display: block;
    width: calc(100% - 94px);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    border-top: 1px solid #E0DFDD;
    border-right: none;
    border-bottom: 1px solid #E0DFDD;
    border-left: 1px solid #E0DFDD;
    border-radius: 4px 0 0 4px;
    padding: 17px 16px;
  }
  .faq_search_sticky__icon {
    flex: 0 0 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #69A538;
    border-radius: 0 4px 4px 0;
  }
  .faq_search_sticky__icon img {
    width: 37px;
  }
  .faq_search_sticky__input::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .faq_search_sticky__text {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .faq_nav {
    max-width: 1120px;
    margin: 0 auto 40px;
  }
  .faq_nav ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .faq_nav ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #E0DFDD;
    border-radius: 10px;
    padding: 11px 34px 11px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: none;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/masteryourmealjp/uploads/md/faq/faq-circle-arrow.png?1752937356739);
    background-size: 20px 20px;
    background-position: center right 12px;
    background-repeat: no-repeat;
  }
  .faq_lists {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .faq_lists__title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
  .faq_lists_block:not(:first-child) {
    margin-top: 60px;
  }
  .faqCont .faqList dl dt, .faqCont .faqList dl dd {
    position: relative;
    padding: 24px 56px 24px 67px;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0;
    word-wrap: break-word;
    -webkit-transition: all 0;
    transition: all 0;
  }
  .faqCont .faqList dl dt {
    position: relative;
    background: #F4F4F3;
    font-weight: 700;
    cursor: pointer;
  }
  .faqCont .faqList dl dt:not(:first-child) {
    margin-top: 12px;
  }
  .faqCont .faqList dl dt:before {
    position: absolute;
    top: 24px;
    left: 24px;
    content: "Q.";
    display: inline-block;
    font-family: "Syncopate", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
  }
  .faqCont .faqList dl dt .cross {
    position: absolute;
    top: calc(50% - 8px);
    right: 24px;
    display: block;
    width: 16px;
    height: 16px;
  }
  .faqCont .faqList dl dt .cross:before, .faqCont .faqList dl dt .cross:after{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
  }
  .faqCont .faqList dl dt .cross:after {
    transform: rotate(-90deg);
  }
  .faqCont .faqList dl dt.is-open .cross:after {
    transform: rotate(0deg);
  }
  .faqCont .faqList dl dd {
    display: none;
    position: relative;
    background: #F4F4F3;
  }
  .faqCont .faqList dl dd:before {
    position: absolute;
    top: 0px;
    left: 24px;
    content: "A.";
    display: inline-block;
    font-family: "Syncopate", sans-serif;
    color: #3E8724;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    -webkit-transition: top 0.35s ease-in;
    transition: top 0.35s ease-in;
  }
  .faqCont .faqList dl dt.is-open + dd {
    display: block;
  }
  .faqCont .faqList dl dt.is-open + dd::before {
    top: 24px;
    -webkit-transition: top 0.32s ease-out;
    transition: top 0.32s ease-out;
  }
  .faq-highlight {
    background-color: yellow;
    font-weight: bold;
  }
  .faq-highlight {
    background-color: yellow;
    font-weight: bold;
  }
  .faq_pagetop {
    position: sticky;
    bottom: 46px;
    display: flex;
    justify-content: flex-end;
    padding: 64px 20px 20px;
  }
  .faq_pagetop button {
    width: 56px;
    height: 56px;
    background: none;
    border: none;
    padding: 0;
  }

  @media screen and (max-width: 768px) {
    html {
      scroll-padding-top: 208px;
    }
    .l-header__logo img {
      max-height: 40px;
    }
    .faqCont {
      padding: 0 30px;
    }
    .faq_search_sticky {
      top: 55px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .faq_search_sticky__input {
      width: calc(100% - 80px);
    }
    .faq_search_sticky__icon {
      flex: 0 0 80px;
    }
    .faq_search_sticky__icon img {
      width: 32px;
    }
    .faq_nav ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    .faq_lists__title {
      margin: 40px auto 30px;
      font-size: 2rem;
    }
    .faq_lists_block:not(:first-child) {
      margin-top: 24px;
    }
    .faqCont .catList ul {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .faqCont .catList ul li {
      width: 48%;
      margin-bottom: 5px;
    }
    .faq_pagetop {
      padding-top: 40px;
    }
  }

  /* リンク色の追加スタイル (HTMLのインラインスタイルから) */
  a[href="https://toi.kuronekoyamato.co.jp/cgi-bin/tneko"] {
    color: #0000EE;
    text-decoration: underline;
  }
  a[href="https://muscledeli.jp/shop/customers/sign_in"] {
    color: #0000EE;
    text-decoration: underline;
  }
  a[href="https://muscledeli.jp/shop/contact/draft/"] {
    color: #0000EE;
    text-decoration: underline;
  }
  a[href="https://muscledeli.jp/shop/pages/chat-cancel"] {
    color: #0000EE;
    text-decoration: underline;
  }
  a[href="https://form.run/@food-consultation"] {
    color: #0000EE;
    text-decoration: underline;
  }
  a[href="https://muscledeli.jp/shop/contact/"] {
    color: #0000EE;
    text-decoration: underline;
  }