/* 重要なお知らせ */
.top-list-news-container-2 .list_u.type-18 {
  border-top: 1px solid var(--COLOR_LIGHT_GRAY);
}

.top-list-news-container-2 .list_u.type-18 > li {
  border-bottom: 1px solid var(--COLOR_LIGHT_GRAY);
}

.top-list-news-container-2 .list_u.type-18 > li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
  padding: 16px 12px;
  transition: background-color var(--TRANSITION);
}

.top-list-news-container-2 .list_u.type-18 > li a:not(:has(.icon-sup))::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--COLOR_PRIMARY);
  border-right: 2px solid var(--COLOR_PRIMARY);
  margin-right: 6px;
  flex-shrink: 0;
  transform: translateY(30%);
  rotate: 45deg;
}

@media screen and (min-width: 769px) {
  .top-list-news-container-2 .list_u.type-18 > li a {
    padding: 16px;
  }
}

@media only screen and (any-hover: hover) {
  .top-list-news-container-2 .list_u.type-18 > li a:hover,
  .top-list-news-container-2 .list_u.type-18 > li a:focus-visible {
    background-color: var(--COLOR_SECONDARY_LIGHT_GRAY);
    text-decoration: underline;
  }
}

/* インフォメーション・カードセキュリティ */
.top-list-news-container-1 .list_u.type-18,
.top-list-news-container-3 .list_u.type-18 {
  border-top: 1px solid var(--COLOR_LIGHT_GRAY);
}

.top-list-news-container-1 .list_u.type-18 > li,
.top-list-news-container-3 .list_u.type-18 > li {
  border-bottom: 1px solid var(--COLOR_LIGHT_GRAY);
  padding: 16px 12px;
}

@media screen and (min-width: 769px) {
  .top-list-news-container-1 .list_u.type-18 > li,
  .top-list-news-container-3 .list_u.type-18 > li {
    padding: 16px;
  }
}

@media screen and (min-width: 769px) {
  .top-list-news-container-1 .list_u.type-18 > li .date,
  .top-list-news-container-3 .list_u.type-18 > li .date {
    display: block;
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
}

.top-list-news-container-1 .list_u.type-18 > li a,
.top-list-news-container-3 .list_u.type-18 > li a {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
  text-decoration: underline;
}

.top-list-news-container-1 .list_u.type-18 > li a:not(:has(.icon-sup))::before,
.top-list-news-container-3 .list_u.type-18 > li a:not(:has(.icon-sup))::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--COLOR_PRIMARY);
  border-right: 2px solid var(--COLOR_PRIMARY);
  flex-shrink: 0;
  transform: translateY(30%);
  rotate: 45deg;
}

@media only screen and (any-hover: hover) {
  .top-list-news-container-1 .list_u.type-18 > li a:hover,
  .top-list-news-container-1 .list_u.type-18 > li a:focus-visible,
  .top-list-news-container-3 .list_u.type-18 > li a:hover,
  .top-list-news-container-3 .list_u.type-18 > li a:focus-visible {
    text-decoration: none;
  }
}
