.top_free01 {
  width: 1280px;
  margin: 72px auto 0;
}
.top_free01_head {
  padding: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}
.top_free01_head h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  font-size: 24px;
  font-weight: 600;
}
.top_free01_head h2:after {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background: $navy;
}
.top_free01_head h2 a {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.top_free01_head h2 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top_free01_head h2 a:link,
.top_free01_head h2 a:visited {
  color: $txt;
}
.top_bunner_list {
  width: 100%;
  margin-top: 50px;
}
.top_bunner_list.grid4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.top_bunner_list.grid5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.top_bunner_list_item {
  width: 100%;
}
.top_bunner_ttl {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.top_bunner_txt {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.top_bunner_txt_bold {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.top_article_list {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 48px;
}
.top_article_list_item {
  width: 616px;
  padding: 20px 0;
  border-top: 1px solid $bd_gray;
}
.top_article_list_item:nth-last-of-type(-n+2) {
  border-bottom: 1px solid $bd_gray;
}
.top_article_list_inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 1fr;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}
.top_article_img {
  width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
}
.top_article_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.top_article_date {
  font-size: 12px;
  font-weight: 300;
  color: #666;
}
.top_article_ttl {
  font-size: 14px;
  font-weight: 600;
}
.top_article_txt {
  font-size: 12px;
  font-weight: 300;
}
.top_bunner_ttl,
.top_article_ttl,
.top_article_txt,
.top_bunner_txt,
.top_bunner_txt_bold {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
