﻿@charset "UTF-8";

/* 202603更新時追記分 */
/* .table-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 .5em;
}
@media screen and (max-width: 768px){
  .table-link {
    gap: 0;
  }
} */
.link-tree {
  display: flex;
  flex-wrap: wrap;
  display: inline-block;
  /* padding-left: 15px; */
  gap: 0 .5em;
}
.link-tree + .link-tree {
  margin-top: 1em;
}
.link-tree-item + .linkTxt {
  display: inline;
}
.link-tree-item {
  display: inline;
  position: relative;
  /* color: #1f67b0; */
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  margin-left: 15px;
}
.link-tree-item:first-child {
  margin-left: 0;
}
.link-tree-item:not(:first-child):before {
  content: '';
  display: block;
  position: absolute;
  /* top: .4em; */
  top: .2em ;
  left: -13px;
  width: 6px;
  height: 10px;
  background-image: url(/company/assets/img/parts/icon_subNaviSub.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
}