/*༻✿𝐂𝐒𝐒-footer-contents
࿐༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶❀༶⊰⟡⊱༶⊰⟡⊱༶⊰⟡⊱༶༄ */

/* .legger-contents（フッターの上） */
.legger-contents {
	/* padding  上  下 */
	padding: 2rem 2rem;
}




/* .footer-contents */
.footer-contents {
	position: relative;
	width: 100%;
	/* padding  上  下 */
	padding-block: 3.5rem 0.5rem;
	background: var(--c-primary, #0E224B);
}

.footer-contents a,
.footer-contents a:hover {
	color: #FFF;
}

.footer-contents a:hover {
	opacity: 0.5;
}




/* .shelf（flex: 横並び + wrap）
────────────── ༚༶⊰⟡⊱༶༚༺ */
.footer-contents [class*="shelf-wrapper"] {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 743.9px) {

	/* .shelf_pc @(SP) */
	.footer-contents .shelf-wrapper_pc {
		/* Flex */
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.footer-contents .shelf-wrapper_pc>:is(li, dd) {
		width: 100%;
		text-align: center;
	}
}

@media print,
screen and (min-width: 744px) {

	/* .shelf @(PC)  */
	.footer-contents :is(.shelf-wrapper, .shelf-wrapper_pc) {
		/* Flex */
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.footer-contents :is(.shelf-wrapper, .shelf-wrapper_pc)>:is(li, dd) {
		width: auto;
	}
}

.footer-contents .copyright {
	color: #FFF;
}