@charset "utf-8";

[id^="footer_link_list"].collapse{
	display: none;
}

[id^="footer_link_list"].collapse.show{
	/*display: flex;*/

	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.open {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.open a{
	width: 25rem;
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.4rem;
	color: #202020;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	margin-bottom: 0;
	font-size: 1.6rem;
	background: #f5ce21;
	border-radius: 5rem;
	text-decoration: none;
}

.open a[aria-expanded="false"]::after{
	content: 'さらに見る ▼';
}

.open a[aria-expanded="true"]::after{
	content: '閉じる ▲';
}
