@charset "utf-8";

.header_container .col_01 .h_logo a {
  font-size: 28px;
}
img.hlogo {
  margin: 5px;
}
.news {
  max-height: 240px;
  overflow-y: auto;
}
.news dl {
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}
.news dl:first-child {
  padding-top: 0;
}
.news dl dt {
  background: none !important;
  border: none !important;
}
.news dl dd {
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
  .news dl {
    flex-direction: column;
  }
}

@media screen and (max-width: 468px) {
  .header_container .col_01 .h_logo a {
    font-size: 22px;
  }
}
