#searchListIn .searchListBox{
	width: 32%;
	margin: 1% 0.6665%;
	background: #fff;
	box-shadow: 0 0 10px #d6d6d6;
    display: block !important;
}
#searchListIn .searchListBox .DescContent .structure li{
	color: #076EAA;
	list-style: disc;
	margin-left: 1.5em;
	font-size: 14px;
	line-height: 1.5;
}
#searchListIn .searchListBox .DescContent .txt{
	padding: 0 0.5em;
	font-size: 14px;
	line-height: 1.5;
}
#searchListIn .searchListBox .DescContent .merit li{
	width: 49%;
	margin-right: 2%;
	background: #E5E5E5;
	padding: 0.3em 0.7em;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	line-height: 1.2;
}

/* スマホ
------------------------------------------------*/
@media screen and (max-width:767.5px){
	#searchListIn .searchListBox {
		width: auto;
	}
}
