body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 17px; /* 10px; */
  /*-webkit-text-size-adjust: none;*/
  line-height: 1.6;
  color: #000;
}

. productDescription {
    margin: 8px 0;
    padding: 12px;
}

.fs-pt-column {
    text-align: center;
}

.fs-p-logo__image {
    max-height: 100px;
}

/* 任意商品一覧パーツの中身がひとつの場合の表示調整 */
.fs-c-productListCarousel:has(.slick-slide:only-child) {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.fs-c-productListCarousel .slick-slide:only-child {
  float: none;
}
.fs-c-productListCarousel .slick-slide:only-child .fs-c-productListCarousel__list__item {
  width: 95vw !important;
  max-width: 800px;
  margin: 0;
}

/* 商品画像中央揃え */
.fs-c-productListCarousel .slick-slide:only-child .fs-c-productListItem__image {
  display: flex;
  justify-content: center;
}

/* 任意商品パーツが並ぶ時の余白調整 */
.fs-c-productListCarousel + .fs-c-productListCarousel {
  margin-top: 24px;
}

/*カルーセルパーツの高さを揃えるCSS*/
.fs-pt-carousel--fitImage .fs-pt-carousel__slide img {
    height: 482px;
    width: auto;
}

ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p{
  margin: 0;
}
.wrap-tab{
  overflow: hidden;
}
.tab-radio{
  display: none;
}
.list-tab-label{
  display: flex;
  margin: 0 -2px;
  border-bottom: 3px solid #2b7054;
}
.list-tab-label > li{
  margin: 0 2px;
  width: 100%;
  text-align: center;
}
.tab-label{
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  background: #ccc;
  box-sizing: border-box;
  cursor: pointer;
}

#tab-radio1:checked ~ .list-tab-label #tab-label1,
#tab-radio2:checked ~ .list-tab-label #tab-label2,
#tab-radio3:checked ~ .list-tab-label #tab-label3,
#tab-radio4:checked ~ .list-tab-label #tab-label4{
  background: #2b7054;
  
}

.tab-content{
  display: none;
  padding: 1em;
  border-bottom: 1px solid #2b7054;
  border-left: 1px solid #2b7054;
  border-right: 1px solid #2b7054;
}
#tab-radio1:checked ~ .wrap-tab-content #tab-content1,
#tab-radio2:checked ~ .wrap-tab-content #tab-content2,
#tab-radio3:checked ~ .wrap-tab-content #tab-content3,
#tab-radio4:checked ~ .wrap-tab-content #tab-content4{
  display: block;

}