/* sports */

@media (max-width: 767px) {

	#dwSports .dwgroup {
		padding: 0;
		margin: 0;
	}

}

@media (min-width: 768px) {

	#dwClub .cell01 { grid-area: cell01; }
	#dwClub .cell02 { grid-area: cell02; }
	#dwClub .cell03 { grid-area: cell03; }
	#dwClub .cell04 { grid-area: cell04; }
	#dwClub .cell05 { grid-area: cell05; }
	#dwClub .lv1-panel {
		display: grid;
		width: 100%;
		grid-template-areas:
			"cell01 cell02 cell03 cell04"
			"cell05 cell05 cell05 cell05"
		;
		grid-template-columns: repeat(auto-fit, 4, 1fr);
		grid-template-rows: repeat(4, auto);
		gap: 10px;
	}

	#dwClub div.lv2-heading span { display: none; }
	#dwClub a { color: #ED8208; }
	#dwClub a:hover { text-decoration: underline; }

	#dwClub .lv2-title {
		background: #F3F3F3;
		font-size: clamp(0.75rem, 0.417rem + 0.69vw, 0.938rem);
		line-height: 1.4;
		padding: .25em .5em;
	}
	#dwClub .lv2-panel {
		font-size: clamp(0.625rem, 0.292rem + 0.69vw, 0.813rem);
	}

	#dwClub .accordion-lv2 {
		border: 1px #E8E8E8 solid;
		margin: 0;
	}

	#dwClub .dwgroup .accordion-lv2 + .accordion-lv2 {
		margin: 1em 0 0;
	}

	#dwClub .lv2-panel {
		padding: 1em;
		margin: 0;
	}
	#dwClub .lv2-panel li { line-height: 1.4; }

	/* cell05 */
	
	#dwClub .cell05 .lv2-panel {
		display: flex;
		flex-wrap: wrap;
	}
	#dwClub .cell05 .lv2-panel li {
		width: 25%;
	}
	#dwClub .cell05 .lv2-panel li:nth-child( n+5 ) { margin: .5em 0 0; }

}