@charset "UTF-8";

.card-body {
    text-align: justify;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
}

.pict {
    margin: 1.5em 0;
    text-align: center;
    clear: both;
}

div#collapse-variation8 .card-body li {
    list-style: none;
}

.c-list-note li {
    padding-left: 0px;
}

.c-list-note li::before {
    content: "";
}

.osusume_check {
    padding: 0 16px 12px;
}

.osusume_check h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 1.6rem;
}

.osusume_check ul.c-list-check {
    display: flex;
    flex-wrap: wrap;
}

.osusume_check .c-list-check li {
    width: 100%;
    padding-left: 28px;
}

.osusume_check .c-list-check li::before {
    width: 20px;
    height: 20px;
    margin-top: 0px;
}

.osusume_check .c-list-check li+li {
    margin-top: 0px;
}

@media print,
screen and (min-width: 768px) {
    .osusume_check {
        padding: 0 48px 24px;
    }

    .osusume_check h3,
    .h3 {
        margin-top: 32px;
    }

    .osusume_check .c-list-check li {
        width: 33%;
        padding-left: 32px;
        line-height: 1.6;
    }

    .osusume_check .c-list-check li::before {
        width: 25px;
        height: 25px;
        margin-top: 0px;
    }
}

.medical_table {
    display: table;
    width: 100%;
    margin: 16px 0px;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    font-size: 15px;
    color: #333;
}

.medical_table dl {
    display: table-row;
    margin: 0;
}

.medical_table dt,
.medical_table dd {
    display: table-cell;
    padding: 10px 16px;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    word-break: break-word;
    /* ← テキスト折返し */
}

/* 見出し行 */
.medical_table .bc dt,
.medical_table .bc dd {
    background: #f7f6f1;
    font-weight: bold;
}

/* 左列固定幅 */
.medical_table dt {
    width: 120px;
    white-space: nowrap;
}

/* -----------------------
   レスポンシブ対応
   ----------------------- */
@media screen and (max-width: 768px) {
    .medical_table {
        font-size: 12px;
        /* 少し縮小 */
    }

    .medical_table dt {
        width: 35%;
        /* 固定幅→割合に変更 */
    }

    .medical_table dd {
        width: 65%;
    }

    /* パディング軽減 */
    .medical_table dt,
    .medical_table dd {
        padding: 8px;
    }
}


/*機能性表示食品*/
#foods_with_function_claims .c-text{
    margin-top: 5px;
    }
div#foods_with_function_claims {
    width: 90%;
    margin: 0 auto;
}
#foods_with_function_claims .foods_with_function_claims_box {
  background: #F8F7F4;    /* ← 指定通りに修正 */
  border-radius: 8px;
    padding: 20px 48px 32px;
  font-size: 14px;
  color: #333;
  border: 1px solid #f1f1f1;
}

/* 見出し部分 */
#foods_with_function_claims .label_1 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

#foods_with_function_claims .label_1 .t_1 {
  margin-right: 12px;
}

#foods_with_function_claims .label_1 .number {
  background: #fff;       /* ← 白に修正 */
  padding: 4px 12px;
  border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

/* 区切り線 */
#foods_with_function_claims .label_1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  margin-top: 12px;
}

/* 本文エリア */
#foods_with_function_claims .main_box {
  margin-top: 24px;
}

#foods_with_function_claims .label_2 {
  font-weight: bold;
  font-size: 18px;
}

#foods_with_function_claims .label_2.mm {
  margin-top: 20px;
}

#foods_with_function_claims .c-text {
  line-height: 1.7;
  margin-bottom: 12px;
}

/* ★マーカー→太字に変更 */
#foods_with_function_claims .c-text .marker {
  font-weight: bold;
  background: none;
}

/* 注意書き */
#foods_with_function_claims .attention {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* ーーーーーーーーーーー */
/* レスポンシブ対応 */
/* ーーーーーーーーーーー */
@media screen and (max-width: 768px) {
div#foods_with_function_claims {
    width: 100%;
    margin: 0 auto;
}
  #foods_with_function_claims .foods_with_function_claims_box {
    padding: 16px;
    font-size: 13px;
  }

  #foods_with_function_claims .label_1 {
    font-size: 16px;
    margin-bottom: 18px;
  }

  #foods_with_function_claims .label_1 .number {
    font-size: 12px;
    padding: 3px 10px;
  }

  #foods_with_function_claims .label_2 {
    font-size: 13px;
  }

  #foods_with_function_claims .c-text {
    font-size: 13px;
  }

  #foods_with_function_claims .attention {
    font-size: 11px;
  }
}

/* -----------------------
   アレルギー表示
   ----------------------- */

.allergen {
    display: flex;
    border: 0.1em solid #ccc;
    border-radius: 0.8em;
    background: #fff;
    padding: 0;
    margin: 0.5em 0;
    overflow: hidden;
    font-size: 0.9em;
    font-family: sans-serif;
    color: #000;
}

.allergen dt {
    flex: 0 0 150px;
    padding: 0.7em 1em;
    background: #fff;
    margin: 0;
    position: relative;
    color: #000;
    font-weight: normal;
}

.allergen dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 0.1em dotted #ccc;
}

.allergen dd {
    flex: 1;
    padding: 0.7em 1em;
    margin: 0;
    color: #000;
    font-weight: normal;
}

.allergen dd:after {
    display: block;
    margin-top: 0.5em;
    content: "※本品は特定原材料及びそれに準ずるアレルギー物質を対象範囲として表示しています。原材料をご確認の上、食物アレルギーのある方はお召し上がりにならないでください。";
    font-size: 0.78em;
    opacity: 0.7;
    padding-left: 1em;
}

.allergen li {
    display: inline-block;
    color: #000;
}

.allergen li:not(:last-child):after {
    content: "・";
    color: #000;
}

@media (max-width: 768px) {
    .allergen {
        display: block;
    }
    .allergen dt,
    .allergen dd {
        display: block;
        width: 100%;
    }
    .allergen dt::after {
        height: 1px;
        width: 100%;
        border-right: none;
        border-bottom: 0.1em dotted #ccc;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

/* -----------------------
   指定成分等含有食品
   ----------------------- */

.gmp {
    display: flex;
    border: 0.1em solid #ccc;
    border-radius: 0.8em;
    background: #fff;
    padding: 0;
    margin: 0.5em 0;
    overflow: hidden;
    font-size: 0.9em;
    font-family: sans-serif;
    color: #000;
}

.gmp dt {
    flex: 0 0 150px;
    padding: 0.7em 1em;
    background: #fff;
    margin: 0;
    position: relative;
    color: #000;
    font-weight: normal;
    white-space: nowrap;
}

.gmp dt::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    border-right: 0.1em dotted #ccc;
}

.gmp dd {
    flex: 1;
    padding: 0.7em 1em;
    margin: 0;
    color: #000;
    font-weight: normal;
    font-feature-settings: normal;
}

.gmp dd:after {
    display: block;
    margin-top: 0.5em;
    content:"指定成分等とは、食品衛生上の危害の発生を防止する見地から特別の注意を必要とする成分又は物です。\a体調に異変を感じた際は、速やかに摂取を中止し、医師に相談してください。加えて、体調に異変を感じた旨をお客様相談室に連絡してください。";
    font-size: 0.78em;
    opacity: 0.7;
    padding-left: 1em;
}

.gmp li {
    display: inline-block;
    color: #000;
}

.gmp li:not(:last-child):after {
    content: "・";
    color: #000;
}

@media (max-width: 768px) {
    .gmp {
        display: block;
    }
    .gmp dt,
    .gmp dd {
        display: block;
        width: 100%;
    }
    .gmp dt::after {
        height: 1px;
        width: 100%;
        border-right: none;
        border-bottom: 0.1em dotted #ccc;
        top: auto;
        bottom: 0;
        left: 0;
    }
}


