/*==============================*/
@media (min-width: 60.001rem) {
/*==============================*/
#HEADNAVI ul li.union {
	background-image:   url("../images/headnavi_union_on.png");
	background-repeat: no-repeat;
}
/*==============================*/
} @media (max-width: 60rem) {
/*==============================*/
#HEADNAVI ul li.union a:any-link {
	background: linear-gradient(to bottom, rgba(248,128,38,0.25), rgba(248,128,38,1));
	box-shadow: none;
	pointer-events: none;
	cursor: default;
}
#HEADNAVI ul li.union a:any-link::before {
	content: '';
	display: block;
	width: 18px;
	height: 16px;
	margin-right: 0.25rem;
	margin-bottom: 0.125rem;
	background: url("../images/headnavi_union_on_icon.png") center center no-repeat;
	background-sizing: contain;
}
/*==============================*/
}
/*==============================*/
