/*=====================================================
  tdHeadTitleLv3
=====================================================*/
.tdHeadTitleLv3 .tdHeadTitleLv3__category {
  display: none;
}

/*=====================================================
  textSwitch
=====================================================*/
.textSwitch {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.2rem;
  padding: 5px;
  display: inline-grid;
  line-height: 1;
  border-radius: 50%;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--white);
  text-align: center;
}
.textSwitch.textSwitch--green {
  background: #4dac26;
}
.textSwitch.textSwitch--blue {
  background: #3b499f;
}
.textSwitch.textSwitch--red {
  background: #ff3300;
}