@charset "utf-8";

#news p {
  margin-bottom: 1rem;
}

#news .content a {
  color: #0066CC;
  text-decoration: underline;
}

#news a:hover {
  text-decoration: none;
}


.section.head {
  padding-bottom: 5px;
}

#news .result-list {
  gap: 40px 0;
}

.target-year {
  text-decoration: underline;
}
.target-year:hover {
  text-decoration: none;
}

.link-panel-tag-item:not(:first-child) {
  margin-left: 20px;
}

.section.tag {
  padding: 20px 0;
}

#news .content ul.list li {
  position: relative;
  padding-left: 35px;
  list-style: none;
}

#news ul.list li::before {
  position: absolute;
  left: 11px;
  top: 10px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0066cc;
  content: "";
}