@charset "UTF-8";
#top header {
  display: flex;
}
#top footer {
  margin-top: -1px;
}
#top .outer {
  display: flex;
  width: 760px;
  padding-bottom: 0;
}
#top .image_box {
  width: 294px;
  padding-top: 40px;
  height: 100%;
}
#top .image_box .image_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#top .news {
  width: 316px;
  height: 100%;
  margin: 0;
  padding: 0;
}
#top .news dl {
  height: 77%;
  margin: 0;
  padding: 10px 5px 0 10px;
  background: #FFFFCC;
}
#top .news dl dt {
  text-align: center;
}
#top .news dl dd {
  margin: 0;
}
#top .news dl dd h2 {
  display: flex;
  margin: 0 0 10px;
  color: #FEB342;
  font-size: 14px;
}
#top .news dl dd h2::before {
  content: "";
  width: 10px;
  height: 10px;
  margin: 4px 5px 0 0;
  display: block;
  background-color: #FEB342;
  border-radius: 50%;
}
#top .news dl dd ul {
  padding: 0 0 0 17px;
  list-style-type: disc;
}
#top .news dl dd ul li {
  margin-bottom: 5px;
}
#top .news dl dd ul li::marker {
  font-size: 18px;
}
#top .news dl dd ul li a {
  font-weight: 600;
  white-space: pre-line;
}
ï #top .news dl dd ul li a:hover {
  color: #F60;
}
#top .news dl dd ul li a span {
  margin-inline-start: 60px;
}
#top .news dl dd ul li p {
  margin: 0 0 0;
  padding: 5px 0 0 13px;
}

.pdf-note {
  display: flex;
  margin-top: 10px;
}
.pdf-note p {
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 1.4;
}