@charset "UTF-8";

/* -----------------------------------------------------
   任你博娱乐网站_任你博官网 研究?産学連携

   -author 広報連携室
   -since 2025.04.01

----------------------------------------------------- */


/*-------- .Category --------*/
.Category {
  display: block;
}

.Category .entry {
  display: block;
  width: 100%;
}

.ResearchNews .news_list dt {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 16px 0 0 0;
  border-bottom: 0;
}

.ResearchNews .news_list dd {
  display: inline-block;
  width: 100%;
  padding: 10px 0 5px;
  border-top: 0;
  border-bottom: 1px #ccc dashed;
}



/*-------- .ResearchTopics --------*/
/* -------- 研究TOPページ -------- */
/* 研究（PICK UP） */
.ResearchTopics {
  width: 100%;
  margin: 0;
  padding-bottom: 5px;
}

.ResearchTopics .topics_list dt {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 0;
  border-top: 0;
}

.ResearchTopics .topics_list dd {
  display: block;
  width: 100%;
  padding: 10px 0 5px;
  border-top: 0;
}

.ResearchTopics .topics_list dd a {
  font-size: 14px;
}

/* 研究コラム */

.highlight{
  position: relative;
  margin: 20px 10px 0;
  padding: 5px 21px 6px 74px;
  color: #1d406c;
  border: 1px #1f65a3 solid;
  border-radius: 3px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.3em;
}



.highlight::before,
.highlight::after{
  position: absolute;
  content: "";
}

.highlight::before{
  width: 57px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f65a3;
  background-image: url("/kenkyu/img/kenbikyou.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.highlight::after{
  width: 0;
 height: 0;
 border-left: 16px solid #1f65a3;
 border-top: 22px solid transparent;
 border-bottom: 21px solid transparent;
 left: 48px;
 top: 1px;
}


.ResearchNews {
  width: 102%;
  margin: 20px 0 0 -2%;
  padding: 0;
  /* border-top: 1px #d0ccbc dashed; */
  border-bottom: 1px #d0ccbc dashed;
}

.ResearchNews .highlight_list .Column {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 .5px;
  /* border-right: 1px #d0ccbc dashed; */
  overflow: hidden;
}

.ResearchNews .highlight_list .Column a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: transparent;
  transition: .5s all;
}

.ResearchNews .highlight_list .photo {
  height: 280px;
  border-radius: 5px 5px 0 0;
}

.ResearchNews .highlight_list .photo::before {
  display: none;
}

.ResearchNews .highlight_list .Column .dr_Profile {
  margin-top: 0;
  padding: 5px 10px;
  color: #333;
}

.ResearchNews .highlight_list .Column .dr_Profile .corse {
  display: inline-block;
  font-weight: normal;
}

.ResearchNews .highlight_list .Column .dr_Profile .name {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  font-family: 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.ResearchNews .highlight_list .column_Theme {
  position: relative;
  display: block;
  height: auto;
  padding: 4px 0 5px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: justify;
  z-index: 1;
}

.ResearchNews .highlight_list .date {
  height: 23px;
  padding-top: 5px;
  text-align: left;
}

/* 写真の調整 */
.ResearchNews .highlight_list .photo.right img,
.ResearchNews .highlight_list .photo.center img {
  margin-left: 0;
}


.ResearchNews #list_news {
  display: flex;
  flex-wrap: wrap;
}

.ResearchNews #list_news li {
  width: 33.3%;
  overflow: hidden;
}

.ResearchNews #list_news li .img_po {
  position: relative;
}

.ResearchNews #list_news li .img_po img {
  width: 100%;
}

.dr_Profile {
  right: auto;
  width: auto;
  padding: auto;
  bottom: auto;
  background: transparent;
  margin: auto;
}