/* 商品グループの在庫切れの表示を非表示 */
.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
/*    display: none;   */
}

.-ajax_column{
display: none;
}

.deli_area a{
text-decoration:underline;
}

.margin_20{
margin_bottom:20px;
}


/*error codeチェック用カラー変更（戻す場合は削除）*/
/*    .fs-c-toast.is-success { background: rgba(238, 238, 238, 0.95); }    */

/**/
.spnav__link--list:nth-child(5) {
    border-bottom: none !important;
    border-right: none !important;
}

.guide_pay{
position: relative;}


/* 20251119 DF追加 */

.middle_area-f--bg-gray {
  background-color: #f5f5f5;
}

.middle_area-s-title {
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 767px) {
.middle_area-s-title {
  padding-left: 0;
}
}
@media not screen and (max-width: 767px) {
.middle_area-s_item.middle_area-s_item--gap0 {
  gap: 0;
}
}