@charset "utf-8";
/* ============================== 
2025.11 Add
============================== */
#selectCategory {
	background-color: #f5f5f7;
	margin: 0 auto;
}
.brochures__list {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}
.brochures__list > li {
	text-align: center;
}
.brochures__list > li a {
	display: inline-block;
	vertical-align: middle;
}
.brochures__list > li a::before {
	content: '';
	width: 2em;
	height: 2em;
	display: inline-block;
	vertical-align: middle;
	background-image: url("/products/copier/img/products/ic_download.svg");
	background-repeat: no-repeat;
	background-position:  center center;
	background-size: 100% auto;
	margin-right: 0.5em;
}
@media screen and (max-width: 768px){
	.brochures__list {
		margin-top: 1em;
		font-size: 1.6rem;
	}
	.brochures__list > li {
		margin-top: 1em;
	}
}
@media screen and (min-width: 769px){
	.brochures__list {
		margin-top: 2em;
		font-size: 2rem;
	}
	.brochures__list > li {
		margin-top: 2em;
	}
	.brochures__list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.brochures__list.col2-pc {
		text-align: left;
		display: flex;
		flex-wrap: wrap;
	}
	.brochures__list.col2-pc > li {
		text-align: left;
		width: 49%;
		margin-right: 2%;
	}
	.brochures__list.col2-pc > li:nth-child(2n) {
		margin-right: 0;
	}
	#selectCategory {
		padding: 50px 5% 100px;
	}
}

@media (hover: hover) {
	.brochures__list > li a {
		transition: 0.3s;
	}
	.brochures__list > li a:hover {
		text-decoration: underline;
	}
}