@charset "UTF-8";
/* Navigation */

/* グローバルナビゲーション */
nav#h_gnav {
	display: none;
	position: absolute;

	inset-inline-end: 20px;
	inset-block-start: 46px;
	inline-size: 655px;
	border: 0px solid;
}
nav#h_gnav ul {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	-webkit-flex-wrap:nowrap;
	-moz-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	border: 0px solid;
}

nav#h_gnav ul li {
	position: relative;
	border: 0px solid;
}
nav#h_gnav ul li.divider {
	color: #d8d8d8;
}
nav#h_gnav ul li a {
	font-size: 16px;
	color: #000;
	padding-block-end: 2px;
	position: relative;
	border: 0px solid;
}
nav#h_gnav ul li a:after {
	/*content: '';
	border-block-start: 1px solid #000;
	inline-size: 100%;
	position: absolute;
	inset-inline-start: 0;
	inset-block-end:-2px;
	opacity: 0;*/
	transition: all 300ms 0s ease;
}
.Windows nav#h_gnav ul li a:after {
	inset-block-end:4px;
}

nav#h_gnav ul li a:hover {
	text-decoration: none;
	/*opacity: 0.6;*/
	color: #505050;
}
nav#h_gnav ul li a:hover:after {
	opacity: 1;
}

/* パンくず */
nav#crumb {
	display: none;
	box-sizing: border-box;
	padding: 1.0em 0px;
	margin-top: 0px;
	text-align:left;
/*	width: 97%;*/
}

nav#crumb .inner {

}

nav#crumb ol *,
nav#crumb ol *:after,
nav#crumb ol *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav#crumb ol {
/*	overflow-x: hidden;*/
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	line-height: 1;
	/*border: 1px solid red;*/
}
nav#crumb ol li {
	display: inline-block;
	padding: 0 0 0 1.4em;
	margin: 0 0 0em 0;
	position: relative;
}
nav#crumb ol li:not(:first-of-type) {
	padding: 0 0 0 1.4em;
}
nav#crumb ol li:after {
	content: '';
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	position: absolute;
	right: -.8em;
	top: .35em;
	transition: all 300ms 0s ease;
}
nav#crumb li:last-child:after {
	content: none;
}
nav#crumb ol li a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.0em 0.0em 0.0em 0.0em;
	text-decoration: none;
	color: #848484;
	font-size: 15px;
	line-height: 1;
}
nav#crumb ol li a:hover {
	text-decoration: underline;
}
nav#crumb ol li:first-child {
	padding: 0 0 0 0.0em;
}
nav#crumb ol li:first-child a {
	padding-left: 0em;
}
nav#crumb ol li a::after,
nav#crumb ol li a::before {
	content: normal;
}
nav#crumb ol li:last-child a {
	cursor: default;
	pointer-events: none;
	color: #000;
}


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

/* パンくず */
nav#crumb {
	display: block;
}


/* end of media query */
}


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



/* end of media query */
}






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

/* グローバルナビゲーション */
nav#h_gnav {
	display: block;
}



/* end of media query */	
}


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

/* グローバルナビゲーション */
/*nav#h_gnav {
	display: block;
	inline-size: 480px;
	inset-inline-end: 220px;
}
nav#h_gnav ul {
	
}
nav#h_gnav ul li a {
	font-size: 16px;
}*/



/* end of media query */	
}