
div.solvent table.list-table td {
	border-bottom: 1px dotted #04381b;
	border-top: none;
	padding: 12px 30px;
}

div.solvent table.list-table td:last-child {
	border-bottom: none;
	padding-bottom: 20px;
}

div.solvent {
	width: auto;
}

div.solvent table.list-table th {
	width: auto;
}

ul.case-list li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 30px 0;
}

ul.case-list li p {
	font-size: 16px;
	width: 100%;
}

ul.case-list li span {
	width: calc(50% - 15px);
}

ul.case-list li span.before {
	background: url(images/arrow.svg) no-repeat right 5px center;
	background-size: 16px;
	padding-right: 30px;
}

ul.case-list li span img {
	height: auto;
	width: 100%;
}