@charset "utf-8";

.edit .research_list td a[rel^="noopener"]::after{
	display: none;
}
.edit .research_list h1{
	margin-bottom:10px;
}
.edit .research_list table{
	width:100%;
	margin-bottom: 60px;
	text-align:left;
}
.research_list tr{
	transition: all ease .3s;
}
.research_list tr:hover{
	background: #fafafa;
}
.edit .research_list th{
	background: rgba(241,244,244,1.00);
}
.research_list tr th:nth-child(1){ width: 30%; }
.research_list tr th:nth-child(2){ width: 5em; text-align:center; padding:15px 5px; }

.research_list tr td:nth-child(2){
	text-align: center;
}
.research_list tr td i.material-icons{
	margin-right: 0;
}
.research_list td a{
	display: block;
}
.research_list td span{
	display:block;
	font-size:90%;
	line-height:1.2;
	white-space:pre-wrap;
	margin-bottom:0.5em;
}
.research_list td span:last-of-type{
	margin-bottom:0;
}

.research_list dl{
	padding: 10px 20px 0 20px;
	border: 1px solid #ddd;
	margin-bottom: 50px;
}
.research_list ul{
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
	margin: 0 0 15px 0 !important;
}
.research_list ul li{
	display: flex;
	padding: 0 !important;
	margin: 0 0 3px 0 !important;
	font-size: 90%;
}
.research_list ul li:not(:last-child){
	padding: 0 1em 0 0 !important;
}
.research_list ul li::before{
	display: none !important;
}
.research_list ul li a{
	display: flex;
	width: 100%;
	color: rgb(97, 107, 119) !important;
	padding: 2px 2px 2px 15px;
	text-decoration: none !important;
	position: relative;
}
.research_list ul li a:hover{
	text-decoration: underline !important;
	color: #2e4fb5 !important;
}
.research_list ul li a::before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.5px 0 2.5px 3px;
	border-color: transparent transparent transparent #ffffff;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.research_list ul li a::after{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: #333;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 1;
}
.research_list dt{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-bottom: 5px;
}
.research_list dt:first-of-type{
	border-top: none;
}
.research_list dt a{
	display: inline-block;
	color: #2e4fb5 !important;
	text-decoration: none !important;
}
.research_list dt a:hover{
	text-decoration: underline !important;
	color: #860920 !important;
}

@media screen and (min-width: 0px) and (max-width: 600px){ /* smartphone */

.edit .research_list table{
	border-right:none;
	border-left:none;
	border-bottom:none;
}
.edit .research_list th{
	display:none;
}
.research_list td{
	width:100%;
	display:block;
}
.research_list tr td:nth-child(1){
	border-top:none;
	border-bottom:none;
}
.research_list tr td:nth-child(2){
	text-align: left;
	border-top:none;
	border-bottom:none;
	padding:0 15px;
}
.research_list tr td:nth-child(3){
	border-top:none;
}

}