@charset "utf-8";
/* CSS Document */
/* PCのみ */

/*------------------------------------------------------------------------------------------------------------PCヘッダー*/
#header_menu.header-row {
	left: 0;
	top: 0;
}
#header_menu.header-row .header-row_inner {
	min-width: 1200px;
	max-width: 1420px;
}
#header_menu.header-row .header-row_inner .logo-lung p#logo {
	padding: 8px 10px 8px 0;
	margin-bottom: 0;
}
#header_menu.header-row .header-row_inner .logo-lung p#logo a img {
	height: 40px;
	image-rendering: auto;
}
#header_menu.header-row .header-row_inner .logo-lung p#tooltip {
	font-size: 10px;
	align-self: flex-end;
	padding-bottom: 5px;
	margin: 0;
}
#header_menu.header-row .header-row_inner .logo-lung p#tooltip::before {
	font-family: FontAwesome;
	content: "\f0ac";
	padding-right: 0em;
}
#header_menu.header-row .header-row_inner .gloval-nav .tryal-buy_btn li a span:first-child {
	margin-right: 0.25em;
}
/*------------------------------------------------------------------------------------------------------------PCヘッダープルダウン（ツールチップ）*/
#darktooltip-tooltip {
	top: 40px !important;
	position: fixed !important;
	display: none;
}
#darktooltip-tooltip ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#darktooltip-tooltip a {
	color: #fff;
	font-size: 12px;
}
#darktooltip-tooltip a::before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 0.4em;
}
