<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@media (min-width: 1180px){
	#gnav {
	background-color: #e5007f;
	width: 100%;
	}
	#gnav ul {
	width: 1180px;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 175%;
	font-weight: 700;
	border-left: #fff 2px dotted;
	}
	#gnav a {
	display: block;
	width: calc(1 / 2 * 100%);
	margin: 0;
	padding: 20px 0;
	border-right: #fff 2px dotted;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}
}

@media screen and (min-width:600px) and (max-width:1179px) {
	#gnav {
	width: 100%;
	margin: 3% auto;
	background-color: #e5007f;
	}
	#gnav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	line-height: 175%;
	font-weight: 700;
	border-left: #fff 2px dotted;
	}
	#gnav a {
	display: block;
	width: calc(1 / 2 * 100%);
	margin: 0;
	padding: 20px 0;
	border-right: #fff 2px dotted;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}
}

@media screen and (min-width:10px) and (max-width:599px) {
	#gnav {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3%;
	background-color: #e5007f;
	}
	#gnav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 175%;
	font-weight: 700;
	border-left: #fff 2px dotted;
	}
	#gnav a {
	display: block;
	width: 32.5%;
	margin: 0;
	padding: 3% 0;
	border-right: #fff 2px dotted;
	text-align: center;
	color: #fff;
	text-decoration: none;
	}
}
	

</pre></body></html>