/* ヘッダー電話番号クリックの無効化 */
.header_widgets a{
   pointer-events : none; 
}

/* 価格表記 */
.listing_detail_head  .price_info p.before_price {
   font-size:18px;
   color:#E46E22;
}

/* 計算機 */
.total_interst{
   display:none;
}

/* ホームスライド下部のマージン削除 */
#Banner .wpb_content_element {
   margin-bottom: 0px;
}

/* Accessoriesを非表示、MORE FEATURES LISTは表示 */
#accessories table:first-child {
   display:none;
}