@charset "utf-8";
/* CSS Document */
.close_news {
  display: none;
}

.box_newsListTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_newsListTtl h2 {
  margin: 0;
  padding: 0;
  border: none;
}

.box_newsListTtl ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-weight: bold;
}

.box_newsListTtl ul li {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}

.box_newsListTtl ul li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.box_newsListTtl ul li::before {
  font-family: Material Icons;
  content: "\e5cc";
  color: #fff;
  background-color: #707d96;
  border-radius: 50%;
  font-size: 1rem;
  padding: 0 0.3rem;
  margin: 0 0.4em;
}
