使い方
# 検索対象を含むindexを取得
tmp_index_list = [i for i, l in enumerate(category_tag) if set(["検索対象"]).issubset(l)]
for tmp in tmp_index_list:
#処理~ list[tmp]
参考
https://ja.stackoverflow.com/questions/72338/python%E3%81%A72%E6%AC%A1%E5%85%83%E3%83%AA%E3%82%B9%E3%83%88%E3%81%AE%E6%9D%A1%E4%BB%B6%E3%81%AB%E5%90%88%E3%81%86%E3%82%A4%E3%83%B3%E3%83%87%E3%83%83%E3%82%AF%E3%82%B9%E3%82%92%E6%8A%BD%E5%87%BA