/*2026-4-3 start*/
.fvContentsMenuA,
.fvContentsMenuB{
  display: none;
}
@media only screen and (max-width: 767px){
  .js-dlpo-fvContentsMenu-a .fvContentsMenuA,
  .js-dlpo-fvContentsMenu-b .fvContentsMenuB{
    display: block;
  }
}
/*2026-4-3 end*/
/*レイアウト*/
.CategoryNavi__innner {
  display: flex;
  align-items: center;
  padding:0 0 12px 0;
  font-weight:bold;
  flex-wrap: wrap;
}
/*コンテンツ*/
.CategoryNavi__heading .CategoryNavi__listItem {
  font-weight: normal;
  margin-right: 12px;
}
.CategoryNavi__list{
  display: flex;
  flex-wrap: wrap;
}
.CategoryNavi__listItem::after{
  content: "";
  border-left: 1px solid #ccc;
  margin: 0 8px;
}
.CategoryNavi__listItem:last-child::after{
 display: none;
}
.CategoryNavi__listItemLink{
  padding: 0 8px;
  color: #003894;
}
@media only screen and (min-width: 768px){
  .CategoryNavi{
    display: none;
  }
}