/* もっと見るボタン
--------------------------------------------- */

.fs-top-link-btn_202209 {
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  display: block;
  max-width: 250px;
  width: calc(100% - 30px);
  margin: 15px auto 70px;
  padding: 15px 0;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  text-align: center;
  border: 1px solid #1f2e55;
}

.fs-top-link-btn_202209:hover{
    background-color:#1f2e55;
    color: #FFFFFF;
}

/* 画像フリックのサイズ指定
--------------------------------------------- */

/* --- fs-c-productCarouselMainImage for PC --- */
@media screen and (min-width: 960px) {
  .fs-c-breadcrumb li:last-child {
    width: 30em;
  }
  .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image > img {
    max-width: 100%;
    margin: 0 auto;
  }
  .fs-c-productCarouselMainImage .fs-c-slick .slick-slide {
    width: 548px;
  }
  .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: auto;
  }
  table.customer-servic-stage {
    width: auto;
    max-width: 100%;
  }
  table.customer-servic-stage thead {
    display: table-header-group;
  }
  table.customer-servic-stage tbody th,
  table.customer-servic-stage tbody td {
    display: table-cell;
    border: solid 1px #b2b2b2;
  }
  table.customer-servic-stage tbody td {
    padding-left: 8px;
  }
  table.customer-servic-stage tbody td:before {
    display: none;
  }
  table.shipping-price {
    width: auto;
    max-width: 100%;
    margin: 0 0 24px 0;
  }
  table.shipping-price thead {
    display: table-header-group;
  }
  table.shipping-price tbody th,
  table.shipping-price tbody td {
    display: table-cell;
    border: solid 1px #b2b2b2;
  }
  table.shipping-price tbody td {
    padding-left: 8px;
    text-align: right;
  }
  table.shipping-price tbody td:before {
    display: none;
  }
}

