@charset "utf-8";
/* ===========================================================

	Title: global.css
	Created: 2018-10-19

=========================================================== */
/*

	body
	header
	global-navigation
	contents-style
	aside
	topicpath
	btPageTop
	footer


=========================================================== */
/* ===========================================================

	body

=========================================================== */
body {
	font-family: "YakuHanJP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    color: #111;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
	height:100%;
	overflow:hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	font-feature-settings : "palt" 1;
}
html * {
    max-height: 999999px;
} /* Chrome font size adjust */

/* ===========================================================

	header

=========================================================== */
header {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
.header__inner {
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 1200px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	}
	.header__inner {
		width: 100%;
    	height: 100px;
	}
}

/* logo
----------------------------------------------------------- */
header h1 {
}
header a:link, header a:visited {
    text-decoration: none !important;
}
header h1 {
	display: flex;
	align-items: center;
	height: 65px;
}
header h1 a:hover {
    opacity: 1;
}
header h1 span {
	display: inline-block;
	border: solid 1px #ddd;
	font-size: 1.2rem;
	color: #333333;
	padding: 0.4em 1em;
	line-height: 1;
	margin: 6px 0 0 10px;
}
header h1 span em {
	font-size: 1.5rem;
	font-style: normal;
}

header h1 .header-img_en {
	width: 291px;
	height: 44px;
}


@media screen and (max-width: 1200px) {
	header h1 {
		display: inline-block;
	}
	header h1 {
		display: block;
		width: 250px;
		height: 100px;
	}
	header h1 img {
		position: absolute;
		top: 50px;
		left: 10px;
		width: 240px;
		height: auto;
	}
	header h1 .header-img_en {
		width: auto;
	}

	header h1 span {
		position: absolute;
		top: 10px;
		left: 10px;
		margin: 0;
		padding: 0 1em;
		height: 30px;
		line-height: 27px;
	}
}

/* ===========================================================

	global-sub-navigation

=========================================================== */
.global-sub-navigation {
    position: absolute;
    top: 25px;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
	.global-sub-navigation {
		top: 10px;
		right: 10px;
	}
}
/* global-sub-navigation__menu
----------------------------------------------------------- */
.global-sub-navigation__menu {
    display: flex;
}
@media screen and (max-width: 1200px) {
	.global-sub-navigation__menu {
		display: none;
	}
}
.global-sub-navigation__menu li {
    margin: 0 0 0 20px;
}
.global-sub-navigation__menu a {
    font-size: 1.2rem;
    position: relative;
    padding: 0 0 0 8px;
    display: block;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #333;
}
.global-sub-navigation__menu li a:hover {
    color: #0b3190;
    opacity: 1;
}
.global-sub-navigation__menu li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #e80000;
}
/* global-sub-navigation__language
----------------------------------------------------------- */
@media screen and (min-width: 1201px) {
	.global-sub-navigation__language {
		margin-left: 20px;
	}
	.global-sub-navigation__language a {
		display: block;
		width: 100px;
		height: 25px;
		line-height: 25px;
		text-align: center;
		background-color: #00a0e9;
		color: #fff;
		font-size: 1.2rem;
		text-transform: uppercase;
	}
	.global-sub-navigation__language a:hover {
		text-decoration: none;
		background-color: #0b3190;
	}
}
@media screen and (max-width: 1200px) {
	.global-sub-navigation__language {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.global-sub-navigation__language a, .global-sub-navigation__language a:link, .global-sub-navigation__language a:visited {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		background-color: #00a0e9;
		color: #fff;
		border-bottom: none;
		text-align: center;
	}
	.global-sub-navigation__language a:hover {
		text-decoration: none;
	}
	.global-sub-navigation__language a span {
		display: block;
		/*　Scott Kellum Method */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.global-sub-navigation__language a:before {
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		content: "EN";
		font-weight: bold;
		display: inline-block;
		text-indent: 0;
		z-index: 1;
	}
}
/* global-sub-navigation__search
----------------------------------------------------------- */
@media screen and (min-width: 1201px) {
	/* global-sub-navigation__search--open
	----------------------------------------------------------- */
	.global-sub-navigation__search--open {
		display: none;
	}
	/* global-sub-navigation__search--close
	----------------------------------------------------------- */
	.global-sub-navigation__search--close {
		display: none;
	}
	/* global-sub-navigation__search
	----------------------------------------------------------- */
	.global-sub-navigation__search {
		margin-left: 20px;
	}
	.global-sub-navigation__search form {
		display: block;
		height: 25px;
		line-height: 25px;
		width: 200px;
		background-color: #e9e9e9;
	}
	.global-sub-navigation__search form input[type="text"] {
		font-size: 12px;
		font-size: 1.2rem;
		height: 25px;
		line-height: 25px;
		margin: 0;
		padding: 0 10px;
		width: 150px;
		display: block;
		float: left;
		color: #111;
		background: none;
		border: none;
	}
	.global-sub-navigation__search form input:focus {
		outline: none !important;
		background: none;
	}
	.global-sub-navigation__search form input[type="submit"] {
		margin: 0;
		padding: 0;
		height: 25px;
		line-height: 25px;
		width: 30px;
		float: right;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(../img/common/global/icon_search_a.png);
		background-size: 13px auto;
		/*Scott Kellum Method */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
}
@media screen and (max-width: 1200px) {
	/* global-sub-navigation__search--open
	----------------------------------------------------------- */
	.global-sub-navigation__search--open {
		margin-right: 5px;
	}
	.global-sub-navigation__search--open span {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: 50% 48%;
		background-image: url(../img/common/global/icon_search_a.png);
		background-size: 13px auto;
		background-color: #e9e9e9;
		/*　Scott Kellum Method */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
		z-index: 1;
	}
	.global-sub-navigation__search--open:hover {
		cursor: pointer;
		opacity: 0.6;
	}
	/* global-sub-navigation__search--close
	----------------------------------------------------------- */
	.global-sub-navigation__search--close {
		position: fixed;
		z-index: 9999;
		top: 10px;
		right: 10px;
		content: " ";
		height: 30px;
		width: 30px;
		z-index: 999999;
		transition: .3s ease-in-out;
	}
	.global-sub-navigation__search--close:hover {
		cursor: pointer;
	}
	.global-sub-navigation__search--close span {
		display: block;
		/*　Scott Kellum Method */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
	.global-sub-navigation__search--close:before, .global-sub-navigation__search--close:after {
		position: absolute;
		top: 50%;
		left: 50%;
		content: " ";
		display: block;
		width: 30px;
		height: 2px;
		background-color: #999;
		margin: -1px 0 0 -15px;
	}
	.global-sub-navigation__search--close:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.global-sub-navigation__search--close:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	/* global-sub-navigation__search
	----------------------------------------------------------- */
	.global-sub-navigation__search {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #e9e9e9;
		z-index: 999998;
		text-align: center;
	}
	.search--open .global-sub-navigation__search {
		display: block;
	}
	.global-sub-navigation__search form {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		height: 40px;
		line-height: 40px;
		width : calc(100% - 20%);
		margin: -20px 10% 0;
		border-bottom: solid 1px #ccc;
	}
	.global-sub-navigation__search form input[type="text"] {
		font-size: 24px;
		font-size: 2.4rem;
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0;
		width : calc(100% - 30px);
		display: block;
		float: left;
		color: #111;
		background: none;
		border: none;
	}
	.global-sub-navigation__search form input:focus {
		outline: none !important;
		background: none;
	}
	.global-sub-navigation__search form input[type="submit"] {
		margin: 0;
		padding: 0;
		height: 40px;
		line-height: 40px;
		width: 30px;
		float: right;
		border: none;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-image: url(../img/common/global/icon_search_a.png);
		background-size: 13px 13px;
		/*Scott Kellum Method */
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}
}
/* ===========================================================

	global-navigation

=========================================================== */
.global-navigation {
    position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.global-navigation {
		display: none;
	}
}
.global-navigation ul.gn {
	display: flex;
	justify-content: space-between;
}
.global-navigation > ul.gn > li {
    position: relative;
	width: 100%;
}
.global-navigation > ul.gn > li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background-color: #ddd;
}
.global-navigation > ul.gn > li:first-child::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background-color: #ddd;
}
.global-navigation ul.gn > a {
    display: none;
}
.global-navigation ul.gn a:hover {
    text-decoration: none;
}
.global-navigation ul.gn li a.global-navigation__primary {
    position: relative;
    overflow: hidden;
    display: block;
    font-size: 1.4rem;
	font-weight: bold;
    color: #111;
    text-align: center;
    text-decoration: none !important;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.03em;
}
.global-navigation ul.gn li a.global-navigation__primary::after {
	content: "";
	position: absolute;
	bottom: 7px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 0 4px;
	border-color: #ccc transparent transparent transparent;
	transform: translateX(-50%);
}
.global-navigation ul.gn li a.global-navigation__primary:hover::after {
	border-color: #0b3190 transparent transparent transparent;
}
.global-navigation ul.gn li a.global-navigation__primary:hover, .global-navigation ul.gn li a.js--over {
    opacity: 1;
    color: #0b3190;
}
#about .global-navigation ul.gn li#global-navigation__about a.global-navigation__primary,
#features .global-navigation ul.gn li#global-navigation__features a.global-navigation__primary,
#esg .global-navigation ul.gn li#global-navigation__esg a.global-navigation__primary,
#portfolio .global-navigation ul.gn li#global-navigation__portfolio a.global-navigation__primary,
#finance .global-navigation ul.gn li#global-navigation__finance a.global-navigation__primary,
#ir .global-navigation ul.gn li#global-navigation__ir a.global-navigation__primary {
    color: #0b3190;
}
#about .global-navigation ul.gn li#global-navigation__about a.global-navigation__primary:after,
#features .global-navigation ul.gn li#global-navigation__features a.global-navigation__primary:after,
#esg .global-navigation ul.gn li#global-navigation__esg a.global-navigation__primary,
#portfolio .global-navigation ul.gn li#global-navigation__portfolio a.global-navigation__primary:after,
#finance .global-navigation ul.gn li#global-navigation__finance a.global-navigation__primary:after,
#ir .global-navigation ul.gn li#global-navigation__ir a.global-navigation__primary:after {
	bottom: -1px;
	border-width: 0 8px 4px 8px;
	border-color: transparent transparent #0b3190 transparent;
}
.global-navigation ul.gn .global-navigation__secondary {
    display: none;
    position: absolute;
    top: 55px;
    left: 50%;
    z-index: 999900;
    width: 260px;
    transform: translateX(-50%);
    text-align: left;
    background-color: #0b3190;
    padding: 10px 10px 10px;
    border-top: none;
}
.global-navigation ul.gn .global-navigation__secondary li {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
}
.global-navigation ul.gn .global-navigation__secondary li ul {
    display: none;
}
.global-navigation ul.gn .global-navigation__secondary li a {
    display: block;
    padding: 6px 10px 6px 22px;
    color: #fff;
    position: relative;
}
.global-navigation ul.gn .global-navigation__secondary li a:before {
    position: absolute;
    top: 12px;
    left: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #fff;
}
.global-navigation ul.gn .global-navigation__secondary li a:link, .global-navigation ul.gn .global-navigation__secondary li a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.global-navigation ul.gn .global-navigation__secondary li a:hover {
    text-decoration: none;
    background-color: rgba(0,160,233,0.30);
    opacity: 1;
}
.global-navigation ul.gn .global-navigation__secondary li a:hover:before {
    border-color: transparent transparent transparent #fff;
}
.global-navigation ul.gn .global-navigation__secondary li a.current {
    color: #fff;
    background-color: #00a0e9;
    font-weight: bold;
}
/* ===========================================================

	slicknav_nav

=========================================================== */
.slicknav_menu {
	display: none;
}
@media screen and (max-width: 1200px) {
	.global-navigation {
		top: 90px;
	}
	.slicknav_menu {
		font-size: 16px;
		*zoom: 1;
		display: block;
		padding: 0;
		position: fixed;
		min-width: 100%;
		top: 0;
		z-index: 99999;
	}
	.slicknav_menu * {
		box-sizing: border-box;
	}
	.slicknav_menu * {
		box-sizing: border-box;
	}
	.slicknav_menu_inner {
		height: 100%;
		position: relative;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.slicknav_menu:before {
		content: " ";
		display: table;
	}
	.slicknav_menu:after {
		content: " ";
		display: table;
		clear: both;
	}
	/* ハンバーガーメニュー */
	.slicknav_btn {
		position: absolute;
		top: 55px;
		right: 10px;
		text-decoration: none;
		background-color: #fff;
		display: block;
		vertical-align: middle;
		float: right;
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
	.slicknav_menu .slicknav_menutxt {
	}
	.slicknav_menu .slicknav_icon {
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		padding: 7px 0 0;
	}
	.slicknav_menu .slicknav_no-text {
		margin: 0;
	}
	.slicknav_menu .slicknav_icon-bar {
		background-color: #00a0e9;
		background-color: #111;
		display: block;
		width: 30px;
		height: 3px;
		margin: 0;
		transition: .3s ease-in-out;
	}
	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
		margin-top: 4px;
	}
	/* close-btn */
	.slicknav_open {
	}
	.slicknav_menu .slicknav_open .slicknav_icon-bar {
	}
	.slicknav_menu .slicknav_open .slicknav_icon-bar:first-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 5px;
	}
	.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-of-type(2) {
		opacity: 0
	}
	.slicknav_menu .slicknav_open .slicknav_icon-bar:last-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -10px;
	}
	/* menu */
	.slicknav_nav {
		clear: both;
		text-align: left;
		background-color: #0b3190;
		color: #fff;
		font-size: 14px;
		border-top: none;
		/*navi scroll*/

		width: 100% !important;
		height: 100%;
		position: fixed;
		top: 100px;
		left: 0;
		overflow: scroll !important;
		display: block;
		margin: 0;
		padding: 0 0 100px;
	}
	.slicknav_nav li {
		display: block;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.slicknav_nav a.global-navigation__primary {
		display: block !important;
		padding: 10px 15px !important;
		color: #fff;
		font-weight: bold;
		border-bottom: solid 1px rgba(255,255,255,0.10);
	}
	.slicknav_nav a.current {
		background-color: #00a0e9 !important;
	}
	.slicknav_nav a.global-navigation__primary br {
		display: none;
	}
	.slicknav_nav a.global-navigation__primary:hover {
		text-decoration: none !important;
	}
	.slicknav_nav a.global-navigation__primary span {
		color: #fff;
	}
	.slicknav_nav li ul {
		display: block;
		overflow: hidden;
		width: 100% !important;
		margin: 0 !important;
		padding: 0;
		background-color: #042372;
	}
	.slicknav_nav ul li + li {
		border-top: solid 1px rgba(255,255,255,0.10);
	}
	.slicknav_nav ul li a {
		display: block;
		padding: 10px 20px;
		text-decoration: none;
		color: #fff;
		line-height: 18px;
		font-size: 13px !important;
		font-weight: bold;
	}
	/* slicknav option */
	.slicknav_nav .slicknav_arrow {
	}
	.slicknav_nav .slicknav_item {
		position: relative;
		cursor: pointer;
	}
	.slicknav_nav .slicknav_item .slicknav_arrow i {
		position: absolute;
		right: 10px;
		top: 50%;
		width: 20px;
		height: 20px;
		line-height: 17px;
		margin: -10px 0 0;
		text-align: center;
		color: #fff;
		border: solid 1px #fff;
		font-size: 15px;
		font-style: normal;
	}
	.slicknav_nav .slicknav_item .slicknav_arrow i.icon-plus:before {
		content: "+" !important;
	}
	.slicknav_nav .slicknav_item .slicknav_arrow i.icon-minus:before {
		content: "-" !important;
	}
	.slicknav_nav .slicknav_item a {
		display: inline;
		padding: 0;
		margin: 0;
	}
	.slicknav_nav .slicknav_row {
		display: block;
	}
	.slicknav_nav .slicknav_row:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background: none;
		color: inherit;
		text-decoration: none;
	}
}

/* ===========================================================

	main

=========================================================== */
main {
}
main:after {
    content: "";
    display: block;
    clear: both;
}
main section, .cont-margin {
    margin-bottom: 40px !important;
}

/* ===========================================================

	title

=========================================================== */
.title {
    width: 100%;
    background-color: #f0f0f0;
    text-align: center;/*margin-top: 40px;*/
	background-image: -moz-linear-gradient( 180deg, rgb(11,49,144) 0%), rgb(0,160,233) 100%;
	background-image: -webkit-linear-gradient( 180deg, rgb(11,49,144) 0%, rgb(0,160,233) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(11,49,144) 0%, rgb(0,160,233) 100%);
}
.title h1 {
    color: #fff;
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: 0 auto;
	padding: 1.2em 0 1.5em;
	line-height: 1.2;
    width: 1200px;
    text-align: left;
}
@media screen and (max-width: 1200px) {
	.title {
		margin-top: 100px;
	}
	.title h1 {		
		font-size: 2.4rem;	
		padding: 1.2em 1em 1.5em;	
		width: 100%;
		
	}
}

/* ===========================================================

	contents-style

=========================================================== */
.contents-style {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: left;
}
@media screen and (max-width: 1200px) {
	.contents-style {
    	width: 100%;
		padding: 30px 20px;
	}
}

/* ===========================================================

	aside

=========================================================== */
aside {
    width: 100%;
	background-color: #0b3190;
}
aside ul {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	line-height: 1.6;
}
@media screen and (max-width: 1200px) {
	aside {
		display: none;
	}
	aside ul {
		width: auto;
	}
}
aside ul li {
    margin: 0 10px;
}
aside ul li a, aside ul li a:link, aside ul li a:visited {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 10px;
    text-decoration: none;
    color: #fff !important;
}
aside ul li a:hover {
    text-decoration: none;
    color: #00a0e9 !important;
    opacity: 1;
}
aside ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    margin: -2px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff;
}
aside ul li a.current {
    font-weight: bold;
    color: #00a0e9 !important;
}
/* ===========================================================

	topic path

=========================================================== */
.topic-path {
    border-top: solid 1px #ddd;
}
.topic-path ol {
    width: 1200px;
    margin: 0 auto;
    font-size: 1.3rem;
    list-style: none;
    text-align: left;
    line-height: 50px;
    height: 50px;
}
.topic-path ol li {
    display: inline-block;
}
.topic-path ol li:before {
    content: "/";
    padding: 0 15px;
    color: #666 !important;
}
.topic-path ol li:first-child:before {
    display: none;
}
.topic-path ol a:link, .topic-path ol a:visited {
    text-decoration: underline;
    color: #333;
}
.topic-path ol a:hover {
    text-decoration: none;
    color: #0b3190;
}
@media screen and (max-width: 1200px) {
	.topic-path ol {
		width: 100%;
		line-height: 1.5;
		height: auto;
		padding: 0.5em 15px
	}
	.topic-path ol li:before {
		padding: 0 5px;
	}
}

/* ===========================================================

	bt-pagetop

=========================================================== */
body .bt-pagetop {
    clear: both;
    width: 50px;
    height: 50px;
    margin: 0;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.bt-pagetop a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0b3190;
    transition: .2s ease-in-out;
    /*　Scott Kellum Method */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bt-pagetop a:before {
    content: " ";
    position: absolute;
    top: 22px;
    left: 50%;
    margin: 0 0 0 -10px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt-pagetop a:hover {
	background-color: #00a0e9;
}
/* ===========================================================

	footer

=========================================================== */
footer {
    clear: both;
    overflow: hidden;
}
/* footer__navigation
----------------------------------------------------------- */
.footer__navigation {
	background-color: #0b3190;
}
@media screen and (max-width: 1024px) {
	.footer__navigation {
		display: none;
	}
}
.footer__navigation > ul {
    display: flex;
	margin: 0 auto;
	padding: 30px 0 40px;
	width: 1200px;
	text-align: left;
}
.footer__navigation > ul > li {
    /*width: 20%;*/
    font-size: 1.4rem;
}
.footer__navigation > ul > li > a {
	position: relative;
	margin-right: 40px;
}
.footer__navigation > ul > li > a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e80000;
	z-index: 1;
}
.footer__navigation > ul > li > a > span {
	background-color: #0b3190;
	padding-right: 1em;
	position: relative;
	z-index: 2;
	font-weight: bold;
}
.footer__navigation ul li a, .footer__navigation ul li a:link, .footer__navigation ul li a:visited {
    display: block;
    text-decoration: none;
    color: #fff;
}
.footer__navigation ul li a:hover {
	opacity: .5;
}
.footer__navigation ul li a.current {
    font-weight: bold !important;
}
.footer__navigation > ul > li > a {
}
.footer__navigation ul ul {
    font-size: 1.2rem;
    padding-top: 10px;
}
.footer__navigation ul ul li {
	margin: 0 0 0.5em;
}

/* sub-footer
----------------------------------------------------------- */
.sub-footer {
    width: 1200px;
    margin: 0 auto;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
	padding: 30px 0;
	line-height: 1.2 !important;
}
@media screen and (max-width: 1200px) {
	.sub-footer {
		width: 100%;
		display: block;
		padding: 0 0 20px;
	}
}

/* sub-footer__navigation
----------------------------------------------------------- */
.sub-footer__navigation {
	display: flex;
    font-size: 1.2rem;
    font-style: normal;
	font-weight: normal;
}
.sub-footer__navigation li {
	border-left: solid 1px #ddd;
}
.sub-footer__navigation a {
	padding: 0 1em;
}
.sub-footer__navigation a:link {
	text-decoration: none;
}
.sub-footer__navigation li:first-child {
	border-left: none;
}
.sub-footer__navigation li:first-child a {
	padding-left: 0;
}
@media screen and (max-width: 1200px) {
	.sub-footer__navigation  {
		display: block;
		border-top: solid 1px #ddd;
	}
	.sub-footer__navigation li {
		text-align: left;
		border-left: none;
	}
	.sub-footer__navigation li a,
	.sub-footer__navigation li:first-child a {
		position: relative;
		display: block;
		padding: 1.4em 2em 1.4em 1em;
		border: none;
		border-bottom: solid 1px #ddd;
    	font-size: 1.4rem;
	}
	.sub-footer__navigation li a:before {
		position: absolute;
		content: " ";
		vertical-align: middle;
		top: 50%;
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #e80000;
		border-right: 1px solid #e80000;
		-webkit-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%);
	}
}

/* copyright
----------------------------------------------------------- */
.sub-footer p {
}
.sub-footer p small {
    font-size: 1.2rem;
    font-style: normal;
	font-weight: normal;
}

@media screen and (max-width: 1200px) {
	.sub-footer p {
		padding: 2em;
		line-height: 1.4;
	}
}
