@charset "UTF-8";
/*
	##### DAIFUKU ONLINE AR 2018 #####
	common/css/menu_pc.css
*/

@import url('https://www.daifuku.com/jp/ir/library/dr2018/common/css/solid.css');


/*-----------------------------------------------
  Global Navi
-----------------------------------------------*/
#gNavi {
	border-top: 9px solid #d2d2d2;
	border-bottom: 3px solid #b9b2ef;
	background-color: #fff;
}
#gNavi .row {
	clear: both;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
#gNavi ul.parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 960px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}
#gNavi ul.parent>li {
	list-style-type: none;
	display: block;
	-webkit-flex: 1 0 auto;
	-webkit-box-flex: 1;
	flex: 1 0 auto;
	margin: 0;
}
#gNavi ul.parent>li>a {
	box-sizing: border-box;
	display: block;
	height: 49px;
	padding-top: 1em;
	line-height: 1.2;
}
#gNavi ul.parent>li>a:hover {
	color: #515151;
	text-decoration: none;
	border-bottom: 5px solid #504083;
}
#gNavi li.trigger.current,
#gNavi ul.parent>li>a.current {
	color: #515151;
	text-decoration: none;
	border-bottom: 5px solid rgba(79, 63, 130, 0.6);
}
#gNavi li.trigger {
	position: relative;
	cursor: pointer;
}
#gNavi li.trigger>a {
	pointer-events: none;
}
#gNavi li.trigger:hover {
	border-bottom: 5px solid #504083;
}
#gNavi ul.child {
	position: absolute;
	top: 49px;
	box-sizing: border-box;
	display: none;
	width: auto;
	font-weight: 400;
	white-space: nowrap;
	padding: 16px 19px 6px 19px;
	background : rgba(80, 64, 131, 0.95);
	border-top: 3px solid #b9b2ef;
}
#gNavi ul.child li {
	list-style-type: none;
	line-height: 18px;
	margin-bottom: 15px;
	text-align: left;
}
#gNavi ul.child li a {
	display: block;
	width: 100%;
	color: #fff;
}
#gNavi ul.child li a.current {
	text-decoration: underline;
	font-weight: bold;
}
#gNavi ul.gChild {
	margin-top: .5em;
}
#gNavi ul.gChild li {
	padding-left: 1em;
	margin-bottom: 8px;
}

#gNavi ul.vs {
	width: 172px;
	left: 0;
}
#gNavi ul.vc {
	left: 0;
}

#gNavi ul.bz {
	left: 0;
}
#gNavi ul.esg {
	right: 0;
}
#gNavi ul.dt {
	right: 0;
}
#gNavi li.trigger:hover ul.child {
	display: block;
	z-index: 50;
}

#subNav {
	width: 100%;
	border-top: 1px solid #C3C3D6;
}
#subNav .inner {
	width: 980px;
	margin: 20px auto 10px;
}
#subNav .inner ul {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#subNav .inner li {
	display: block;
	padding: .25em;
	margin-bottom: 14px;
}
#subNav .inner li a {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: .25em .75em;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #958AB5;
}
#subNav .inner li a.current,
#subNav .inner li a:hover {
	background-color: #503B88;
	text-decoration: none;
}
#subNav .inner li a.current::before,
#subNav .inner li a:hover::before {
	position: absolute;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	content: '\f107';
	font-weight: 600;
	color: #504083;
	font-family: "Font Awesome 5 Free";
}
#subNav .inner ul.flexStart {
	justify-content: flex-start;
}
#subNav .inner ul.flexCenter {
	justify-content: center;
}

