@charset "UTF-8";

/*研究アーカイブ
------------------------------------*/
.research .content_visual {
	background-image:url("../images/research/bg_hd_research.png");
}
section.content {
	position: relative;
}
.title_line {
	position:absolute;
	top:30px;
	left: 0;
	width:calc(50% - 300px);
	height:43px;
	background: #2DAB53;
}
.bg_title {
	position:absolute;
	top:30px;
	right:0;
	left:0;
	width:1200px;
	margin: 0 auto;
}
.bg_title .title_wrap {
	position:relative;
	display: inline-block;
	background: #5CC97C;
background: linear-gradient(270deg,rgba(92, 201, 124, 1) 0%, rgba(45, 171, 83, 1) 100%);
	width:600px;
	border-radius: 0 20px 20px 0;
	padding-left: 20px;
}
 .bg_title .title_wrap p {
	color:#fff;
	font-size:24px;
	line-height: 43px;
	letter-spacing: 0.05em;
	width:100%;
	padding:0 0% 0 0;
}
.list_wrap {
	padding: 50px 0 0;
	background:#fff;
	margin-right: 20px;
	border-radius: 0 20px 20px 0;
	box-shadow: 0 3px 6px rgb(0,0,0,0.16);
}
.list_wrap .content_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
.content_wrap > div {
	margin-bottom:50px;
}
.year-group {
	display:flex;
}
.year-group h4 {
	width: 15%;
	font-size:18px;
	color:#179243;
}
.research-entry_wrap {
	width:85%;
}
.research-entry {
	display:flex;
	align-items:center;
	margin-bottom:2rem;
}
.research-entry .tags {
	margin-right:20px;
	width:150px;
}
.research-entry .tags span {
	display:inline-block;
	border-radius:20px;
	text-align:center;
	width:150px;
	padding: 0.3rem 1rem;
	color:#fff;
	font-size:12px;
}
.research-entry .tags span.basis-c {
	background:#3959A2;
}
.research-entry .tags span.basis-b {
	background:#3989A2;
}
.research-entry .tags span.basis {
	background:#3959A2;
}
.research-entry .tags span.challenge {
	background:#87A239;
}
.research-entry .tags span.clinical {
	background:#5FA239;
}
.research-entry .tags span.young {
	background:#D93A3A;
}
.research-entry .tags span.young-b {
	background:#D93A3A;
}
.research-entry .research_content {
	width:120px;
}

@media screen and (max-width: 1200px) {
	.list_wrap .content_wrap {
		padding: 0 1rem;
	}
	.research-entry > p {
		width: calc(100% - 290px);
	}
	.research_name {
		width: calc(100% - 290px);
	}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 919px) {
	.year-group {
		flex-flow:column;
	}
	.year-group h4 {
		width:100%;
		margin-bottom:1rem;
	}
	.research-entry_wrap {
		width:100%;
	}
}
@media screen and (max-width: 768px) {
	.bg_title {
		width:99%;
	}
	.bg_title .title_wrap {
		width:100%;
	}
	.research-entry {
		flex-flow:column;
		align-items:flex-start;
	}
	.research-entry > p {
		width:100%;
		padding-left:1rem;
	}
	.research-entry .research_content {
		margin-top:0.5rem;
		padding-left:1rem;
	}
	.research_name {
		width:100%;
		padding-left:1rem;
	}
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}