@charset "utf-8";

/*================================================
*  プロジェクト
================================================*/
.--project .c-news_list {
  margin-top: 70px;
}

.--project .c-news_list .c-news_card .col-lg-2 {
  margin: 0;
}

.--project .c-news_list .c-news_card .col-lg-2 .box-3 {
  width: 58.74%;
}

.--project .c-news_list .c-news_card .col-lg-2 .box-3 span.c-ttl02 {
  margin-bottom: 12px;
}

.--project .c-news_list .c-news_card .col-lg-2 .box-1 {
  width: calc(100% - (58.74% + 55px));
}

.--project .c-news_list .c-news_card .col-lg-2 .box-1 img {
  aspect-ratio: 502 / 335;
}

.--project .c-news_link {
  padding: 30px 0;
  display: block;
  /*border-top: 1px solid #e1e1e1;*/
}

.--project .c-news_list li:first-child .c-news_link {
  border-top: none;
}

@media screen and (max-width: 768.8px) {
  .--project .c-news_list .c-news_card .col-lg-2 .box-3 {
    width: 100%;
    margin-bottom: 16px;
  }

  .--project .c-news_list .c-news_card .col-lg-2 .box-1 {
    width: 100%;
  }
}

/*================================================
*  論文
================================================*/

.--paper .search_box_wrap {
  margin-top: 60px;
}

.--paper .search_box-cnt.category {
  width: 29.8%;
  min-width: 300px;
}

.--paper .search_box .category .select-box {
  width: 100%;
}

.--paper .search_box .release .select-box {
  width: 194px;
}

.--paper .search_box .keyword {
  width: calc(100% - (29.8% + 341px));
  min-width: 400px;
}

.--paper .c-news_link {
  padding: 30px 0;
  display: block;
  /*border-top: 1px solid #e1e1e1;*/
}

.--paper .c-news_list li:first-child .c-news_link {
  border-top: none;
}

.--paper .c-news_list .c-news_link span.c-ttl02 {
  margin-bottom: 12px;
}

@media screen and (max-width: 768.8px) {
  .--paper .search_box {
    flex-direction: column;
    align-items: start;
  }

  .--paper .search_box-cnt {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }

  .--paper .search_box-cnt.category {
    width: 100%;
    min-width: unset;
  }

  .--paper .search_box .category .select-box {
    width: 100%;
  }

  .--paper .search_box .release .select-box {
    width: 100%;
  }

  .--paper .search_box .keyword {
    width: 100%;
    min-width: unset;
  }
}
