/* 掃除機 追加スタイル */
#top .top_products_info .products_tab_content #section01_03 .section_label:after {
    background-color: #9e007a;
}

#top .top_products_info .products_tab_content #section01_03 .top_products_list .item {
    border-top-color: #9e007a;
}

#product .top_products_info .products_tab_content #section01_03 .section_label:after {
    background-color: #9e007a;
}

#product .top_products_info .products_tab_content #section01_03 .top_products_list .item {
    border-top-color: #9e007a;
}

.foot_recommend_center ul {
    justify-content: center;
}

/* 在庫僅少マーク*/
#top .top_products_info .products_tab_content .top_products_list .item .label+.few_in_stock {
  margin-top: 5px;
}

#top .top_products_info .products_tab_content .few_in_stock {
  width: 100%;
}

#top .top_products_info .products_tab_content .top_products_list .item .label+.few_in_stock span {
  display: inline-block;
  padding: 0.246em 0.616em;
  color: #c00;
  font-size: .9125em;
  border: 1px solid #c00;
}

.comparison_table .few_in_stock {
  display: inline-block;
  padding: 0.246em 0.616em;
  color: #c00;
  font-size: .9125em;
  border: 1px solid #c00;
}

.comparison_table .few_in_stock_wrap {
  width: 100%;
  text-align: center;
  z-index: 2;
}

/* ユーティリティ */
.nowrap {
    white-space: nowrap !important;
}


.sub-note {
  font-size: .75em;
  margin-top: 20px;
  text-align: left;
}

.sub-note-indent {
  font-size: 1em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-note-indent > span:first-child {
  padding-right: .2em;
}

.sub-note-indent > span:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
