@charset "utf-8";

@import url("03-pc-cookie-policy-dialog.css");

/*-------------------------------------------------------------------------------
 GLOBAL HEADER
 -------------------------------------------------------------------------------*/

#page .global-header  {
	background-color: #343535;
	color: #C8C8C8;
	line-height: 32px;
	font-size: 13px;
	font-size: 0.9rem;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
#page .global-header > .centering-body {
	position: static;
	margin-top: 0 !important;
}
#page .global-header-links  {
	float: left;
	font-weight: bold;
	margin: 0!important;
	padding: 0!important;
}
#page .global-header-links > li.current  {
	position: relative;
	z-index: 0;
}
#page .global-header-links > li.current:after  {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: 6px solid #FFFFFF;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
}
#page .global-header a  {
	color: inherit !important;
	display: block;
	text-decoration: none !important;
}
#page .global-header-links > li.current > a  {
	color: #199FDD !important;
}
#page .global-header-links > li  {
	float: left;
}
#page .global-header-links > li + li  {
	margin-left: 1em !important;
}
#page .global-header-helperlinks  {
	float: right;
	color: #FFFFFF;
	margin: 0!important;
	padding: 0!important;
}
#page .global-header-helperlinks > li  {
	float: left;
}
#page .global-header-helperlinks > li > a  {
	padding: 0 1em !important;
}
#page .global-header-helperlinks > li + li  {
	border-left: 1px solid #929292;
}
#page .global-header-helperlinks-home > a:before  {
	content: "";
	background: url(/library/img/icon-home.png) 0 0 no-repeat;
	display: inline-block;
	width: 15px;
	height: 13px;
	margin-right: 5px !important;
	margin-bottom: -1px !important;
}
#page .switch-lang > a:after  {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	margin-left: 0.5em !important;
	margin-bottom: -0.25em !important;
	border-style: solid;
	border-width: 0.5em 0.4em;
	border-color: #FFFFFF transparent transparent transparent;
}
#page .switch-lang-list  {
	position: absolute;
	background-color: #343535;
	z-index: 500;
}
#page .switch-lang-list > li > a  {
	padding: 0 1em;
}

/*-------------------------------------------------------------------------------
 GLOBAL SITE MENU
 -------------------------------------------------------------------------------*/
#page .header-tab-panel  {
	display: none;
}
#page .header-tab-panel.active  {
	display: block;
}
#page .global-site-wrapper  {
	display: none;
	position: fixed;
	top: 32px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	z-index: 200;
}
#page .global-site-inner  {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px !important;
	background-color: #FFFFFF;
}
#page .global-site-tab-list {
	float: left;
}
#page .global-site-tab-list > li  {
	float: left;
}
#page .global-site-tab-list > li > a {
	display: block;
	color: #001c4b;
	padding: 10px 40px !important;
	font-size: 18px;
	font-size: 1.285rem;
	font-weight: bold;
	text-decoration: none;
}
#page .global-site-contact {
	float: right;
}
#page .global-site-contact a {
	display: block;
	color: #001c4b;
	padding: 10px 0 5px 0 !important;
	font-size: 16px;
	font-size: 1.15rem;
	font-weight: bold;
	text-decoration: none;
}
#page .tab-content-lang-list > li  {
	float: left;
	width: 33.33%;
	min-height: 45px;
	padding: 0px 15px !important;
}
#page .tab-content-lang-list > li > span  {
	display: block;
	padding: 3px !important;
	border-bottom: 1px dotted #C4C5C6;
}
#page .tab-content-lang-list > li a  {
	display: inline-block;
	font-size: 14px;
	font-size: 1rem;
	font-weight: bold;
}
#page .tab-panel  {
	display: none;
	padding: 15px 20px !important;
	background-color: #F7F7F7;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
#page .tab-panel.active  {
	display: block;
	opacity: 1;
}
#page .global-site-tab-list > li > a  {
	position: relative;
}
#page .global-site-tab-list > li > a.active  {
	color: #199FDD;
}
#page .global-site-tab-list > li > a.active:after  {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-color: transparent transparent #F7F7F7 transparent;
	border-width: 6px 7px;
	border-style: solid;
	transform: translateX(-50%);
}
#page .global-site-close  {
	margin-top: 20px !important;
	text-align: center;
}
#page .tab-close-btn  {
	font-size: 15px;
	font-size: 1.1rem;
}
#page .tab-close-btn:before  {
	content: "×";
	display: inline-block;
	margin-right: 5px !important;
	font-size: 20px;
	font-size: 1.4rem;
}
#page .pbHeaderArea {
	margin-bottom: 0!important;
	overflow: visible;
}
/*-------------------------------------------------------------------------------
 HEADER
 -------------------------------------------------------------------------------*/
#page .centering-body.header-content  {
	position: static;
}
#page .header  {
	position: relative;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #C8C8C8;
	z-index: 10;
}
.header-fixed #page .header  {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
}
.header-fixed #page .global-header > .centering-body,
.header-fixed #page .global-header > .goToSpSiteArea {
	display: none !important;
}
.header-fixed #page .pbAreaWrapper1  {
	padding-top: 80px;
}
#page .header > .centering-body  {
	height: inherit;
}
#page .header-heading  {
	float: left;
	width: 110px;
	height: inherit;
	position: relative;
}
#page .header-logo  {
	display: block;
	width: 100%;
	height: 55px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/library/img/header-logo.png) no-repeat center center;
	position: absolute;
	top:  0;
	bottom: 0;
	margin-top: auto !important;
	margin-bottom: auto !important;
}
#page .header-user-nav  {
	float: right;
	height: inherit;
	max-width: 800px;
}
#page .header-user-nav > * + *  {
	margin-top: 15px !important;
}
#page .header-control-font-size {
	display: table;
}
#page .header-control-font-size > *  {
	display: table-cell;
	vertical-align: middle;
}
#page .header-control-font-size > dt  {
	padding-left: 1em !important;
	padding-right: 0.6em !important;
}
#page .header-control-font-size > * + *  {
	margin-left: 1em !important;
}

#page .header-control-font-size ul  {
	font-weight: bold;
	margin: 0!important;
	padding: 0!important;
}
#page .header-control-font-size ul > li  {
	float: left;
}
#page .header-control-font-size ul > li + li  {
	margin-left: 5px !important;
}
#page .header-control-font-size ul > li > a  {
	display: block;
	background-color: #FFF;
	color: #343535 !important;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	text-decoration: none !important;
}
#page .header-control-font-size ul > li.current > a  {
	background-color: #1B9FDD;
	color: #FFF !important;
}
#page .header-control-font-size ul > li  { font-size: 14px; }

#page .header-search  {
	width: auto !important;
	float: right !important;
	margin-right: 20px !important;
}
#page .header-search input[type="text"]  {
	width: 900px;
	background: #FFF;
	background: #FFF url(/library/img/input-icon-search.png) no-repeat;
	background-position: right center;
}
#page .pc-second-nav-tabs li  {
	display: inline-block;
}

/*-------------------------------------------------------------------------------
 NAV
 -------------------------------------------------------------------------------*/

#page .nav  {
	font-size: 16px;
	font-size: 1.15rem;
	line-height: 1.2;
}
#page .nav > ul  {
	display: table;
}
#page .nav ,
#page .nav > ul ,
#page .nav > ul > li > a  {
	height: 100%;
}
#page .nav > ul > li  {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #C8C8C8;
	height: 80px;
}
#page .nav > ul > li > a  {
	display: table;
	color: #001B4A;
	text-decoration: none !important;
	opacity: 1 !important;
	font-weight: bold;
}
#page .nav > ul > li > a > span  {
	display: table-cell;
	padding: 0 0.8em !important;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}
#page .nav > ul > li > a > span > .nav-list-line {
	display: block;
}
#page .nav > ul > li > a.nav-search-icon > span  {
	padding-top: 30px !important;
}
#page .nav > ul > li > a:hover ,
#page .nav > ul > li.current > a  {
	color: #2EACE2 !important;
	font-weight: bold;
}
#page .nav > ul > li.is-opened:after  {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px;
	border-color: transparent transparent #041D4A transparent;
	margin-top: -20px !important;
	margin-right: auto !important;
	margin-left: auto !important;
	pointer-events: none;
}
#page .nav-search-icon  {
	background-image: url(/library/img/input-icon-search.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	width: 82px;
}
#page .nav-search-text  {
	vertical-align: bottom !important;
	padding-bottom: 10px !important;
}
#page .modal-bg-layer  {
	display: block;
	position: fixed;
	top: 112px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #333434;
	opacity: 0.8;
}

/*-------------------------------------------------------------------------------
 NAV PANEL
 -------------------------------------------------------------------------------*/

#page .nav-second-panel  {
	display: none;
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	z-index: 100;
	color: #FFF;
	background-color: #041D4A;
	padding-bottom: 5px !important;
	box-shadow: inset 0 -5px 0 0 #009EE0;
	font-weight: bold;
	font-size: 1em;
}
#page .header-content .nav-second-panel > .centering-body  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 700px;
	margin: 0 auto !important;
}
#page .header-content .nav-second-panel > .centering-body.header-search-body  {
	width: 950px;
	margin: 0 auto !important;
}
#page .nav-second-panel-narrow-version .nav-second-panel  {
	width: auto;
	right: auto;
	left: auto;
}
#page .nav-second-panel-narrow-version .nav-second-panel .centering-body  {
	width: auto;
}
#page .nav-second-panel-narrow-version .nav-second-panel > ul > li  {
	float: none;
	width: auto;
}
#page .nav-second-panel-narrow-version .nav-second-panel > ul  {
	padding: 20px !important;
}
#page .nav-second-panel a  {
	color: inherit !important;
}
#page .nav-second-panel a:before  {
	content: '→';
	padding-right: 0.4em !important;
	vertical-align: middle;
	color: #2EACE2 !important;
	font-size: 1.5em;
}
#page .nav-second-panel > ul  {
	padding: 20px 15px 20px 15px !important;
}

#page .nav-second-panel > ul > li:after  {
	content: '';
	display: block;
	clear: both;
}
#page .nav-second-panel > ul > li  {
	float: left;
	width: 50%;
}
#page .nav-second-panel > ul > li > a  {
	display: block;
	padding: 0.3em 0 0.3em 2em !important;
	font-size: 1em;
	text-indent: -2em;
	text-decoration: none !important;
}
#page .nav-second-panel > ul > li.current > a  {
	color: #2EACE2 !important;
}
#page .goToSpSiteArea {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	display: none;
}
#page .goToSpSite {
}
#page .goToSpSite > a {
	display: block;
	height: 100%;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
	background: -moz-linear-gradient(top, #ffffff 0%, #fefefe 50%, #f3f3f3 76%, #dfdfdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(50%,#fefefe), color-stop(76%,#f3f3f3), color-stop(100%,#dfdfdf));
	background: -webkit-linear-gradient(top, #FFF 0%,#fefefe 50%,#f3f3f3 76%,#dfdfdf 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#fefefe 50%,#f3f3f3 76%,#dfdfdf 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#fefefe 50%,#f3f3f3 76%,#dfdfdf 100%);
	background: linear-gradient(to bottom, #FFF 0%,#fefefe 50%,#f3f3f3 76%,#dfdfdf 100%);
	border: 3px solid #DEDEDE;
	border-radius: 10px;
	padding: 0.7em 0 0.7em !important;
	font-size: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none !important;
	color: #15284B !important;
}
#page .goToSpSite > a:active {
	background: #F4F4F4;
	-webkit-box-shadow:inset 0px 0px 8px #334c66;
	-moz-box-shadow:inset 0px 0px 2px #3a6da0;
	box-shadow:inset 0px 0px 2px #3a6da0;
	opacity: 1;
}
#page .goToSpSite > a > span {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}
#page .goToSpSite > a > span > img {
	width: 100%;
}
#page .goToSpSite > a:before {
	content: '';
	width: 50px;
	height: 74px;
	background: url(/library/img/sp-icon-top-smartphone.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
#page .goToSpSite > a:after {
	content: '';
	width: 39px;
	height: 39px;
	background: url(/library/img/sp-icon-top-strat.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
