.fs-c-documentArticle .fs-c-documentArticle__heading　{
    margin: 30px 0;
    background: #2a356b;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 100;
    font-family: "Yu Mincho", "YuMincho", serif;
    line-height: 1.5;
}

/* マット商品項目選択肢 */
.fs-c-productSelection__name{
background: none !important;
font-size: 16px !important;
font-weight: normal;
}
.fs-c-productSelection__field{
margin: 0 0 .5em 0;
}
.fs-c-productSelection__field input{
width: 50%;
}
.fs-c-productSelection:before{
font-weight: bold;
content:"マット幅の窓寸サイズをお入れください（mm）";
}
.fs-c-productSelection:after{
font-size: 13px;
white-space: pre;
letter-spacing: 0;
line-height: 1.5;
content:"※入力するサイズの方向がお分かりにならない場合は\A　画像最後の1.2枚目を参考にしてください。\A※ページ下部にマットの注意点を記載しております。\A　ご確認の上、ご購入お願いいたします。";
}



.shipping-big {
margin: -120px 0 120px 20px !important;
}
.shipping-big .caution{
color: #c00;
}
.shipping-big p{
margin: 1em 0;
}




@media only screen and (max-width: 768px){
  .header-search.pc {
      display: block !important;
  }
  .slide-menu{
      top:160px;
  }
}
 

body#fs_ProductDetails .product-features .list-product__title:after {
  width: 60%;
}

/*ショッピングカートの送料無料の表示*/
.fs-c-cartDiscountInfo__info {
    color: #ff0000;
    font-size: 2rem;
}

/*ショッピングカートの商品合計金額の表示*/
#fs-cartTotals-container .fs-c-price {
    color: #ff0000;
    font-size: 2rem;
}

/*カートページのボタンの文字が切れる件を解消するCSS*/
span.fs-c-button__label {
font-size:1.2rem;
}
 
/*「会員登録がお済みのお客様はこちら」ボタンの色を変更するCSS*/
.fs-c-button--primary {
background: #ff6347;
border: 1px solid #ff6347;
}
 
/*「初めてお買い物のお客様はこちら」ボタンの色を変更するCSS*/
.fs-c-button--secondary{
background: #6495ed;
border: 1px solid #6495ed;
}

/*　特定の商品マークを検索結果一覧で非表示　　*/
#fs_ProductSearch .a3-800{
  display:none;
}
 
/*　特定の商品マークをグループお商品一覧一覧で非表示　　*/
#fs_ProductCategory .a3-800{
  display:none;
}

/*　特定の商品マークを検索結果一覧で非表示　　*/
#fs_ProductSearch .b3-850{
  display:none;
}
 
/*　特定の商品マークをグループお商品一覧一覧で非表示　　*/
#fs_ProductCategory .b3-850{
  display:none;
}

/*　特定の商品マークを検索結果一覧で非表示　　*/
#fs_ProductSearch .b3-950{
  display:none;
}
 
/*　特定の商品マークをグループお商品一覧一覧で非表示　　*/
#fs_ProductCategory .b3-950{
  display:none;
}

/*　特定の商品マークを検索結果一覧で非表示　　*/
#fs_ProductSearch .a2-1000{
  display:none;
}
 
/*　特定の商品マークをグループお商品一覧一覧で非表示　　*/
#fs_ProductCategory .a2-1000{
  display:none;
}

/*会員情報入力画面の必須マーク「＊」を「必須」のテキスト表示に変更*/
.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}