.tab_head {
  border: 1px solid #d7d7d7;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  background: yellow;
}
.tab_head.__bgNone {
  background: none;
}
.tab_head a {
  color: initial;
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
.tab_head a:hover {
  box-shadow: 5px 5px 5px -3px rgb(0 0 0 / 60%);
}
ul.division_link li.new-bgcolor {
  background: #e2efd9;
  position: relative;
}
ul.division_link li.new-bgcolor::after {
  content: "令和５年度 新規実施";
  background: #00B050;
  color: #fff;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  text-align: right;
  padding: 0 2% 0 8%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 90%;
  pointer-events: none;
}
ul.division_link li a {
  width: 100%;
}
ul.division_link li.new-bgcolor a {
  padding-right: 45%;
}

.devtrain_posterflyer_list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: .5rem;
}
.devtrain_posterflyer_list li{
  padding: .5rem 1rem;
  border: 1px solid #d7d7d7;
}