@charset "utf-8";

/* ---------------------------------------- 
 - contents（research）
---------------------------------------- */
#research {
	width:100%;
	padding-top: 100px;
}
#research #research_inner {
	width:90%;	
	max-width: 1200px;
	margin: 0 auto;
}
/* research_list */
.research_list {
	margin-bottom: 75px;
}
.research_list > .ttl {
	font-size:3.4rem;
	line-height: 1.4;
	margin-bottom: 1.0em;
	color:#6174a9;
}
.research_list ul.list {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.research_list ul.list > li {
	padding-top: 100px;
    margin-top: -100px;
	width: 48%;
	max-width: 570px;
	box-sizing: border-box;
	margin-bottom: 70px;
	position: relative;
}
.research_list ul.list > li .visual {
	margin-bottom: 0.7em;
}
.research_list ul.list > li .name {
	font-size:2.4rem;
	line-height: 1.4;
	margin: 0.7em auto 0.5em;
	color:#6174a9;
}
.research_list ul.list > li dl.keyword {
	display: flex;
	align-items:flex-start;
	color:#6174a9;
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.research_list ul.list > li dl.keyword dt {
	width: 100px;
	font-size: 1.3rem;
	border: solid 1px #46588c;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.3em;
}
.research_list ul.list > li dl.keyword dd {
	width: calc(100% - 100px);
	font-size: 1.7rem;
	padding-left: 0.5em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	#research {
		padding-top: 50px;
	}
	/* research_list */
	.research_list {
		margin-bottom: 45px;
	}
	.research_list > .ttl {
		font-size:2.2rem;
	}
	.research_list ul.list {
		display: block;
	}
	.research_list ul.list > li {
		width: 100%;
		margin-bottom: 50px;
	}
	.research_list ul.list > li .name {
		font-size:1.7rem;
	}
	.research_list ul.list > li dl.keyword {
		display: block;
	}
	.research_list ul.list > li dl.keyword dt {
		font-size: 1.2rem;
		margin-bottom: 0.3em;
	}
	.research_list ul.list > li dl.keyword dd {
		width: 100%;
		font-size: 1.5rem;
	}
}