
.downloads:first-of-type {
	margin-top: 24px;
}

.downloads:last-of-type {
	margin-bottom: 48px;
}

.downloads__title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	height: 40px;
	padding-left: 16px;
	background: url(../image/title_bg.jpg) no-repeat 0 0;
}

.downloads__title::before {
	content: '';
    width: 16px;
    height: 16px;
	background: url(../image/icon-cursor-accordion.png) no-repeat 0 0 / 100% auto;
}

.downloads[open] .downloads__title::before {
	background-position: 0 100%;
}

.downloads__title > h4 {
	padding-top: 2px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.downloads__content {
	padding: 16px 0 40px;
}

.downloads:last-of-type .downloads__content {
	padding-bottom: 0;
}
