@charset "utf-8";

#bread_component {
  font-family: "Zen Maru Gothic",
    "モトヤLシーダ3等幅",
    "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN",
    "メイリオ",
    Meiryo,
    "ＭＳ Ｐゴシック",
    "helvetica",
    sans-serif;
  font-weight: 400;
  width: 970px;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #bread_component {
    width: 100%;
    box-sizing: border-box;
  }
}

.bread_component_ttl.ttl_01 {
  padding-bottom: 10px;
}

.bread_component_ttl.ttl_02 {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}

.bread_component_ttl h1 {
  margin-bottom: 40px;
  font-weight: bold;
}

.bread_component_ttl p {
  font-size: 1rem;
}

.bread_component_ttl {
  margin-bottom: 40px;
}

.flex_wrap .item_link {
  position: relative;
}

.flex_wrap .item_link a::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid;
  border-top: 1px solid;
  transform: rotate(45deg);
  margin-left: 0.3em;
}

.flex_wrap.flex_nolink .list_inner figure {
  display: block;
  position: relative;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.flex_wrap.flex_nolink .list_inner figure img {
  width: 100%;
  border: 1px solid #d9d9d9;
}

.flex_wrap.flex_nolink .list_inner figure a {
  border: none;
}

.under-line {
  border-top: 1px solid #999;
  padding-top: 1em;
  margin: 3em 0 5em;
}

.tx-l {
  text-align: left !important;
}

.date {
  text-align: right;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .bread_component_ttl {
    margin-top: 40px;
  }

  .bread_component_ttl p {
    font-size: 0.8rem;
  }
}

/* 栄養成分表 */
.fs-s {
  font-size: 0.9em;
  font-weight: normal;
}

table,
th,
td {
  border-collapse: collapse;
  border-spacing: 0 !important;
}

th,
td {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #bbb;
  background-image: radial-gradient(circle, #bbb 1px, transparent 1px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 2px 12px;
}

.nutrition_table {
  width: 100%;
  text-align: center;
}

.nutrition_table th,
.nutrition_table td {
  padding: 1.4rem 0.5rem;
}

.nutrition_table th:last-of-type,
.nutrition_table td:last-of-type {
  background-image: none;
}

.nutrition_table tr:last-of-type td {
  border-bottom: none;
}

.item-num-rd {
  background-color: #f7cbad;
}

.item-num-gr {
  background-color: #c6e0b4;
}

.product_name {
  text-align: left !important;
  font-weight: bold;
  color: #00742c;
}

.table-head {
  font-size: 14px;
}

.table-head th {
  color: #00742c;
  border-bottom: 4px solid #00742c;
  background-color: #fff;
  padding: 1.4rem 0.2rem;
}

/* スクロール */
.box-table-scroll-01 {
  margin-bottom: 40px !important;
}

.box-table-border-01 {
  overflow: hidden;
}

.box-table-border-01:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {

  table {
    border-collapse: separate;
    border-spacing: 0;
  }

  .nutrition_table {
    padding-right: 10px;
  }

  .table-head {
    position: sticky;
    top: 0;
    z-index: 1;
    background: none;
    border-bottom: none;
    font-size: 13px;
  }

  .nutrition_table th,
  .nutrition_table td {
    padding: 1.2rem 0.5rem;
  }

  ._table-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #00742c;
    background-color: #fff;
    z-index: -1;
  }

  .box-table-scroll-01 {
    overflow: auto;
    position: relative;
    margin: 0 0 20px 0;
    -webkit-overflow-scrolling: touch;
  }

  .box-table-border-01 {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 450px;
    width: 960px;
  }

  .box-table-scroll-in {

    padding-bottom: 10px;
  }

  .table-head th {
    background-clip: padding-box;
    border-top: 2px solid #fff;
  }

}

.nutrition-value {
  font-size: 12px;
}

.table-notice li {
  font-size: 12px;
}

.pc_br {
  display: block;
}

.scroll_txt {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_br {
    display: none;
  }

  .scroll_txt {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .scroll_txt span {
    display: block;
    margin-left: 5px;
  }
}