.fs-pt-column, .fs-pt-column .fs-pt-column__item {
  list-style: none;
}
.fs-pt-column a:hover, a.newsBnr:hover {
  color: #ED8F34;
  text-decoration: none;
}
.fs-pt-column a:hover img, a.newsBnr:hover img {
  opacity: 0.8;
}
.fs-pt-column {
  max-width: 100%;
}
.fs-pt-column .fs-pt-column__item {
  list-style: none;
  display: flex;
  padding: 8px 0 7px;
}
.fs-pt-column .fs-pt-column__item + .fs-pt-column__item {
  margin-top: 5px;
}
.fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  flex: 0 0 fit-content;
  padding-right: 1.5em;
  color: #0057B8;
}
.fs-pt-column .fs-pt-column__item .fs-pt-column__description {
  line-height: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 400;
  color: #0057B8;
  flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 1200px) {
  .fs-pt-column .fs-pt-column__item {
    flex-wrap: wrap;
    border-bottom: none;
  }
  .fs-pt-column .fs-pt-column__item .fs-pt-column__heading {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1;
  }
  .fs-pt-column .fs-pt-column__item span {
    margin-bottom: 5px;
    order: 0;
  }
  .fs-pt-column .fs-pt-column__item .fs-pt-column__description {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.fs-c-productListCarousel li.fs-c-productMark__item img {
    max-height: 25px;
}
.fs-c-productListCarousel .fs-c-productPrice__main__label {
    display: none;
}

/*** 商品詳細 独自コメント1_2 ***/
.product_dokujicomment01 {
    display: block;
    line-height: 1.5em;
    margin-bottom: 50px;
}
.product_dokujicomment02 {
    display: block;
    line-height: 1.5em;
    margin-bottom: 50px;
}
.product_dokujicomment02 .tableArea .itemDetail  th, .product_dokujicomment02 .tableArea .itemDetail td {
    border: 1px solid #999;
    padding: 10px;
    vertical-align: middle;
}
/*** 商品詳細アイコン ***/
#fs_ProductDetails .fs-c-productMark__mark--1.fs-c-productMark__mark {
    display: none;
}
#fs_ProductDetails span.icon_housou_o.fs-c-productMark__mark--1.fs-c-productMark__mark {
    display: block;
}
#fs_ProductDetails span.icon_housou_x.fs-c-productMark__mark--1.fs-c-productMark__mark {
    display: block;
}
#fs_ProductDetails span.icon_noshi_o.fs-c-productMark__mark--1.fs-c-productMark__mark {
    display: block;
}
#fs_ProductDetails span.icon_noshi_x.fs-c-productMark__mark--1.fs-c-productMark__mark {
    display: block;
}
body#fs_ProductDetails p.wrapping a {
    color: #b59c6d;
    text-decoration: underline;
}
/*** 商品グループ アイコン ***/
.fs-c-productMark__mark {
    border: 1px solid #999;
}

.fs-c-anotherLogin{
  padding: 0px !important;
  background: #FFFFFF00 !important;
}
.fs-c-inputInformation__buttonMessage{
  text-align:center;
}