/* ページタイトル */
.cmn_title {
	background: url("../../common/page/img/title/downloads.webp") no-repeat center center;
	background-size: cover;
}

.support_inner {
	width: 100%;
	padding: var(--padding-50);
	background: #fff;
}
.support_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.support_list--item {
	max-width: calc(50% - 10px);
	width: 100%;
	height: 203px;
	
	a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: flex-end;
	}
	
	&:hover {
		opacity: 0.8;
	}
	
	&:has(a[href="https://shindengen.partcommunity.com/3d-cad-models/?languageIso=jp&info=shindengen/for_japan/&varset="]) {
		background: url("../img/img01.png") no-repeat top center;
		background-size: cover;
	}
	&:has(a[href="../contact/info/"]),
	&:has(a[href="https://fm3121.com/ja-shindengen/product/"]) {
		background: url("../img/img02.png") no-repeat top center;
		background-size: cover;
	}
	&:has(a[href="../mechatro/"]) {
		background: url("../img/img03.png") no-repeat top center;
		background-size: cover;
	}
}
.support--txt {
	width: 100%;
	padding: 10px 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
}
.support_inner--box {
	width: 100%;
	margin: 50px auto 0;
}
.support_inner--name {
	font-size: var(--itemName);
	color: var(--main-color);
	padding-bottom: 1em;
	text-align: center;
}
.support_inner--txt {
	width: 100%;
	margin: 0 auto 1em;
	text-align: center;
}
.support_list.support_list02 {
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.support_list--item {
		max-width: 100%;
	}
}