/* TOPページ専用　パンくずおよびWebカタログの表示崩れ回避 2025.6.19 */
*,
*:before,
*:after {
  box-sizing: content-box; }

/* 上記補正による逆調整 */
.txt_link_type01,
.card_type03 {
	box-sizing: border-box;
}