.itemdetail_tab {
  margin-top: 60px;
}
.itemdetail_tab .tab--typeA .tabSwitch li {
  min-width: 33%;
}
.itemdetail_tab .h2F {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd9ce;
}
.itemdetail_tab ul {
  list-style: none;
  font-size: 18px;
  line-height: 211.11111%;
}
.itemdetail_tab ul dl {
  display: block;
  margin: 0;
  padding: 0;
}
.itemdetail_tab ul dl dt {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.itemdetail_tab ul dl dd {
  display: block;
  margin: 0 0 25px;
  padding: 0;
}
@media (max-width: 767px) {
  .itemdetail_tab {
    margin-top: 30px;
  }
  .itemdetail_tab .container {
    padding: 0;
  }
  .itemdetail_tab .h2F {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .itemdetail_tab ul {
    font-size: 14px;
  }
}

.nn-pd-spec {
  display: block;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .nn-pd-spec {
    font-size: 13px;
  }
}
.nn-pd-spec-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ddd9ce;
  border-left: 1px solid #ddd9ce;
  margin: 0 0 40px;
  padding: 0;
}
.nn-pd-spec-table .direct_store-meta-key,
.nn-pd-spec-table .direct_store-meta-value,
.nn-pd-spec-table .nn-pd-allergy-table-body-cell,
.nn-pd-spec-table .nn-pd-allergy-table-head-cell,
.nn-pd-spec-table dd,
.nn-pd-spec-table dt {
  display: block;
  margin: 0;
  padding: 10px 15px;
  background: #fff;
  border-right: 1px solid #ddd9ce;
  border-bottom: 1px solid #ddd9ce;
}
.nn-pd-spec-table dt {
  font-weight: bold;
  max-width: 23.80952%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 23.80952%;
  -ms-flex: 1 0 23.80952%;
  flex: 1 0 23.80952%;
}
.nn-pd-spec-table dd {
  max-width: 76.19048%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 76.19048%;
  -ms-flex: 1 0 76.19048%;
  flex: 1 0 76.19048%;
}
@media (max-width: 767px) {
  .nn-pd-spec-table dt {
    max-width: 30%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  .nn-pd-spec-table dd {
    max-width: 70%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
  }
}

/* ご利用ガイドページ */
.guide-flex-wrap article.fs-c-documentArticle {
    margin-bottom: 20px;
}
.guide-flex-img {
    margin-bottom: 30px;
}
@media (min-width: 767px) {
    .guide-flex-wrap {
        display: flex;
        justify-content: space-between;
        column-gap: 3%;
    }
    .guide-flex-img {
        margin-bottom: 0;
        width: 32%;
    }
    .guide-flex-img img {
        margin-bottom: 40px;
    }
    .guide-flex-text {
        width: 65%;
    }
    .guide-flex-wrap article.fs-c-documentArticle {
        margin-bottom: 0;
    }
}

/* 商品ページtable幅調整 */
.fs-p-productDescription table {
	width: 100%;
}
.fs-p-productDescription table img {
	height: auto;
}