@charset "utf-8";
/* ===========================================================

	Title:　common.css
	Created:　2017-6-5

=========================================================== */
/*

	body
	header
	global-navigation
	contens
	topicpath
	main
	aside
	btPageTop
	footer

=========================================================== */
/*

	body

=========================================================== */
html {
	font-size: 62.5%
}
body {
	font-family: "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
	/*font-family: "游明朝","YuMincho", serif;*/
	font-weight: 500;
	color: #111;
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-text-size-adjust: 100%;
}
html * {
	max-height: 999999px;
} /* Chrome font size adjust  */

/* ===========================================================

	header

=========================================================== */
header {
	width: 100%;
	background-color: #fff;
	z-index: 99999;
	border-bottom: solid 5px #003893;
}
/* header
----------------------------------------------------------- */
.header {
	position: relative;
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	z-index: 100;
}
@media screen and (max-width: 1200px) {
header {
	border-bottom: solid 1px #ddd;
}
.header {
	width: 100%;
	height: 140px;
	text-align: center;
}
}
/* logo
----------------------------------------------------------- */
.header h1 {
	float: left;
	margin: 0;
	padding: 17px 0 0;
	font-size: 11px;
}
@media screen and (max-width: 1200px) {
.header h1 {
	float: none;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 50px 0 0;
}
}
/* code
----------------------------------------------------------- */
.header .code {
	float: left;
	margin: 25px 0 0 20px;
	padding: 0 20px;
	font-size: 11px;
	font-size: 1.1rem;
	border: solid 1px #757575;
	height: 24px;
	line-height: 22px;
}
@media screen and (max-width: 1200px) {
.header .code {
	float: none;
	margin: 10px auto 0;
	display: inline-block;
}
}

/* hed-language
----------------------------------------------------------- */
.header .hed-language {
	position: absolute;
	top: 22px;
	right: 0;
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
}
.header .hed-language a {
	display: block;
	width: 120px;
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #003893;
	transition: .2s ease-in-out;
	border: solid 1px #003893;
}
.header .hed-language a:hover {
	text-decoration: none;
	background-color: #003893;
	color: #fff;
}
@media screen and (max-width: 1200px) {
.header .hed-language {
	position: fixed;
	top: 5px;
	right: 45px;
	z-index: 100;
	z-index: 999999;
}
.header .hed-language a {
	width: 95px;
}
}
/* header-search
----------------------------------------------------------- */
.header .header-search {
	position: absolute;
	top: 22px;
	right: 135px;
}
.header-search form {
	display: block;
	height: 26px;
	line-height: 26px;
	width: 240px;
	background-color: #e8eaef;
}
.header-search form input[type="text"] {
	font-size: 12px;
	font-size: 1.2rem;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0 10px;
	width: 190px;
	display: block;
	float: left;
	color: #111;
	background: none;
	border: none;
}
.header-search form input:focus {
	outline: none !important;
	background: none;
}
.header-search form input[type="submit"] {
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	width: 30px;
	float: right;
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../img/common/ic/ic_search.png);
	background-size: 12px 12px;
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
@media screen and (max-width: 1200px) {
	.header .header-search {
		position: fixed;
		top: 5px;
		right: inherit;
		left: 5px;
		z-index: 999999;
	}
	.header-search form {
		width: 170px;
	}
	.header-search form input[type="text"] {
		width: 120px;
	}
}

/* ===========================================================

	global-navigation

=========================================================== */
nav {
}
.header .global-navigation {
	position: absolute;
	bottom: 0;
	left: 0;
}
.global-navigation ul.gn {
	width: 1100px;
	margin: 0;
}
.global-navigation > ul.gn > li {
	position: relative;
	float: left;
	margin: 0;
}
.global-navigation > ul.gn > li:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 1px;
	height: 15px;
	background-color: #ccc;
}
.global-navigation > ul.gn > li:last-child:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	width: 1px;
	height: 15px;
	background-color: #ccc;
}
.global-navigation ul.gn > a {
	display: none;
}
.global-navigation ul.gn a:hover {
	text-decoration: none;
}
.global-navigation ul.gn li a.gn-btn {
	position: relative;
	overflow: hidden;
	display: block;
	width: 180px;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #111111;
}
.global-navigation ul.gn li a.gn-btn:hover {
	color: #035099;
}
.global-navigation ul.gn li a.gn-btn:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 4px;
	height: 4px;
	border-right: 1px solid #d0111b;
	border-bottom: 1px solid #d0111b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 0 0 -2px;
	display: inline-block;
	transition: .2s ease-in-out;
	bottom: 10px;
	opacity: 1;
}
.global-navigation ul.gn li a.gn-btn:hover:after {
	bottom: 5px;
	opacity: 0;
}
#about .global-navigation ul.gn li#gn-about a.gn-btn,
#strengths .global-navigation ul.gn li#gn-strengths a.gn-btn,
#esg .global-navigation ul.gn li#gn-esg a.gn-btn,
#portfolio .global-navigation ul.gn li#gn-portfolio a.gn-btn,
#finance .global-navigation ul.gn li#gn-finance a.gn-btn,
#ir .global-navigation ul.gn li#gn-ir a.gn-btn {
	color: #035099;
	color: #c7161d;
}
#about .global-navigation ul.gn li#gn-about a.gn-btn:after,
#strengths .global-navigation ul.gn li#gn-strengths a.gn-btn:after,
#esg .global-navigation ul.gn li#gn-esg a.gn-btn:after,
#portfolio .global-navigation ul.gn li#gn-portfolio a.gn-btn:after,
#finance .global-navigation ul.gn li#gn-finance a.gn-btn:after,
#ir .global-navigation ul.gn li#gn-ir a.gn-btn:after {
	bottom: 10px;
	opacity: 1;
}
.global-navigation ul.gn .secondary {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	z-index: 999900;
	width: 220px;
	text-align: left;
	background-color: #035099;
	padding: 15px 10px 10px;
}
.global-navigation ul.gn .secondary:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: " ";
	display: block;
	width: 0;
	height: 0;
	margin: 0 0 0 -8px;
	border-style: solid;
	border-width: 8px 8.5px 0 8.5px;
	border-color: #ffffff transparent transparent transparent;
}
.global-navigation ul.gn .secondary li {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.global-navigation ul.gn .secondary li ul {
	display: none;
}
.global-navigation ul.gn .secondary li a {
	display: block;
	padding: 6px 10px 6px 22px;
	color: #fff;
	transition: .2s ease-in-out;
	position: relative;
}
.global-navigation ul.gn .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 #ffffff;
}
.global-navigation ul.gn .secondary li a:link, .global-navigation ul.gn .secondary li a:visited {
	color: #fff;
	text-decoration: none;
}
.global-navigation ul.gn .secondary li a:hover {
	text-decoration: none;
	background-color: #c7161d;
}
.global-navigation ul.gn .secondary li a.current {
	color: #c7161d;
}

/* ===========================================================

	bt-all-menu

=========================================================== */
.bt-all-menu {
	position: absolute;
	top: 65px;
	right: 0;
}
.bt-all-menu li {
	position: absolute;
	top: 0;
	right: 0;
}
.bt-all-menu a {
	width: 65px;
	height: 35px;
	background-color: #003893;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: .2s ease-in-out;
	/*Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bt-all-menu a:hover {
	background-color: #c7161d;
}
.bt-all-menu .bt-all-menu__open a {background-image: url(../img/common/ic/ic_open_menu.png);}
.bt-all-menu .bt-all-menu__close a {background-image: url(../img/common/ic/ic_close_menu.png);}
.bt-all-menu .bt-all-menu__close {display: none;}

@media screen and (max-width: 1200px) {
.bt-all-menu {
	display: none;
}
}

/* all-menu
----------------------------------------------------------- */
.header .all-menu {
}
.header .all-menu ul.gn .secondary {
	display: block !important;
	height: 270px;
	border-right: solid 1px #002768;
}
.header .all-menu ul.gn .secondary:before {
	display: none;
}

/* ===========================================================

	slicknav_nav

=========================================================== */
.slicknav_menu {
	display: none;
}

@media screen and (max-width: 1200px) {
.header .global-navigation {
	position: inherit;
	top: inherit;
	left: inherit;
	background: none;
	width: 100%;
	height: auto;
	border: none;
}
.gn {
	display: none !important;
}
.slicknav_menu {
	font-size: 16px;
 *zoom: 1;
	display: block;
	background-color: #fff;
	padding: 0;
	position: fixed;
	min-width: 100%;
	top: 0;
	z-index: 99999;
	border-bottom: solid 2px #003893;
}
.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_menu .slicknav_icon-bar {
	background-color: #fff;
}
/* ハンバーガーメニュー */
.slicknav_btn {
	position: relative;
	text-decoration: none;
	background-color: #003893;
	display: block;
	vertical-align: middle;
	float: right;
	width: 40px;
	height: 35px;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 3px;
}
.slicknav_menu .slicknav_menutxt {
}
.slicknav_menu .slicknav_icon {
	position: relative;
	display: block;
	width: 40px;
	height: 35px;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 20px;
	height: 2px;
	margin: 12px 0 0 10px;
	transition: .3s ease-in-out;
}
/* close-btn */
.slicknav_open {
	background-color: #035099;
}
.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: 17px;
}
.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: -7px;
}
/* menu */
.slicknav_nav {
	clear: both;
	text-align: left;
	background-color: #035099;
	color: #fff;
	font-size: 14px;
	border-top: none;
	/*navi scroll*/

	width: 100% !important;
	height: 100%;
	position: fixed;
	top: 35px;
	left: 0;
	overflow: scroll !important;
	display: block;
	margin: 0;
	padding: 0 0 36px;
}
.slicknav_nav li {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}
.slicknav_nav a.gn-btn {
	display: block !important;
	padding: 10px !important;
	color: #fff;
	font-weight: bold;
	border-bottom: solid 1px #002768;
}
.slicknav_nav a.gn-btn br {
	display: none;
}
.slicknav_nav a.gn-btn:hover {
	text-decoration: none !important;
}
.slicknav_nav a.gn-btn span {
	color: #fff;
}
.slicknav_nav ul.secondary {
	display: block;
	overflow: hidden;
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
	background-color: #005BAC;
}
.slicknav_nav ul li + li {
	border-top: solid 1px #003a6e;
}
.slicknav_nav ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff;
	line-height: 18px;
	font-size: 12px !important;
}
/* 3rd */
.slicknav_nav ul li ul {
	border-top: solid 1px #245897;
	padding-left: 20px;
}
/* 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;
}
.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;
}
}

/* ===========================================================

	contens

=========================================================== */
.contents {
	width: 1200px;
	margin: 195px auto 0;
	padding: 90px 0 0;
	text-align: left;
}
@media screen and (max-width: 1200px) {
	.contents {
		width: auto;
		margin: 0 10px;
		padding: 15px 0 0;
	}
}

/* ===========================================================

	title

=========================================================== */
.title {
	position: absolute;
	top: 155px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 155px;
	background-color: #003893;
	text-align: center;
}
.title h1 {
	width: 1200px;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 auto;
	padding: 40px 0 0;
	font-style: italic;
}
.title h1 span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	display: block;
	margin: 20px 0 0;
	font-style: normal;
}
.title h1 span:before {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #cb101a;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -20px;
}
@media screen and (max-width: 1200px) {
	.title {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		min-width: 100%;
		height: inherit;
		margin-bottom: 20px;
	}
	.title h1 {
		width: auto;
		min-width: auto;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.4;
		padding: 40px 10px;
	}
	.title h1 span {
		line-height: 1.4;
	}
	.title h1 span:before {
		margin: 5px 0 -0 -20px;
	}
}

/* ===========================================================

	topic path

=========================================================== */
.topic-path {
	position: absolute;
	top: 310px;
	left: 0;
	width: 100%;
	min-width: 1200px;
}
.topic-path ol {
	width: 1200px;
	margin: 0 auto;
	font-size: 11px;
	font-size: 1.1rem;
	height: 90px;
	line-height: 90px;
}
.topic-path ol li {
	float: left;
}
.topic-path ol li:before {
	content: "/";
	padding: 0 15px;
	color: #ccc !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;
}
@media screen and (max-width: 1200px) {
	.topic-path {
    display: none;
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		min-width: 100%;
		height: inherit;
	}
	.topic-path ol {
		height: inherit;
		line-height: 1.4;
		margin: 0 0 15px;
		width: auto;
	}
	.topic-path ol li {
		float: none;
		display: inline-block;
		margin: 0 0 5px;
	}
	.topic-path ol li:before {
		padding: 0 5px;
	}
}

/* ===========================================================

	main

=========================================================== */
main {
	width: 100%;
	padding: 0 0 50px;
}
main section, .cont-margin {
	margin-bottom: 40px !important;
}
@media screen and (max-width: 1200px) {
	main {
		width: 100%;
		float: none;
	}
}
/* tit
----------------------------------------------------------- */
main h2 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 0 0 30px;
	padding: 0 0 0 12px;
	border-left: solid 8px #003893;
	position: relative;
}
main h2:before {
	content: " ";
	position: absolute;
	display: block;
	top: 0;
	left: -8px;
	background-color: #c7161d;
	width: 8px;
	height: 4px;
}
main h2:after {
	content: " ";
	position: absolute;
	display: block;
	left: -8px;
	bottom: -10px;
	background-color: #dddddd;
	width: 100%;
	padding: 0 0 0 8px;
	height: 2px;
}
main h3 {
	margin: 0 0 20px;
	padding: 0 100px 0 0;
	border-bottom: solid 5px #5083c3;
	line-height: 1.4;
	color: #fff;
}
main h3 span {
	display: inline-block;
	background-color: #5083c3;
	padding: 5px 10px 0;
}
main h4 {
	margin: 0 0 10px;
	color: #035099;
	font-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}
em {
	color: #035099;
	font-weight: bold;
}
strong {
	font-weight: bold!important;
}
.read {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 35px;
	letter-spacing: 1px;
}
.ffReset {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;
}
@media screen and (max-width: 1200px) {
	main h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
	main h3 {
		padding: 0;
	}
}
/* text
----------------------------------------------------------- */
p, ul, ol, dl, .indent-table {
	margin: 0 0 20px;
}
ul li, ol li {
	margin: 0;
}
ol ol {
	padding: 5px 0 0;
}
/* link
----------------------------------------------------------- */
a:link, a:visited {
	text-decoration: none;
	color: #035099;
}
a:hover {
	text-decoration: underline;
	color: #111;
}
.link-reverse a:link, .link-reverse a:visited, a.link-reverse:link, a.link-reverse:visited {
	color: #111;
	text-decoration: underline;
}
.link-reverse a:hover, a.link-reverse:hover {
	color: #035099;
	text-decoration: none;
}
/* link-arrow */
.link-a, .link-a a {
	position: relative;
	padding-left: 10px;
}
.link-a:before, .link-a a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #035099;
}
.link-b, .link-b a {
	position: relative;
	padding-left: 15px;
}
.link-b:before, .link-b a:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #035099;
	border-right: 1px solid #035099;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* blank */
.blank {
	background-image: url(/assets/img/common/ic/ic_blank_a.png) !important;
	background-size: 10px 9px !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
	padding: 0 18px 0 0 !important;
}
/* link-button */
a.link-button-a,
.link-button-a a {
	height: 35px;
	line-height: 33px;
	padding: 0 40px 0 50px;
	display: inline-block;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	border: solid 1px #ddd;
	position: relative;
	overflow: hidden;
	/*transition */
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
a.link-button-a:hover,
.link-button-a a:hover {
	background: #003F98;
	border: solid 1px #003893;
	text-decoration: none;
	color: #fff !important;
}
a.link-button-a:before,
.link-button-a a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	left: 30px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: 1px solid #CB101A;
	border-right: 1px solid #CB101A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.link-button-a:after,
.link-button-a a:after {
	position: absolute;
	content: " ";
	top: 50%;
	left: 27px;
	width: 10px;
	height: 1px;
	background-color: #CB101A;
	margin: -1px 0 0;
}
a.link-button-a:hover:before,
.link-button-a a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
a.link-button-a:hover:after,
.link-button-a a:hover:after {
	background-color: #fff;
}
/* banner */
ul.banner {
}
.banner li  {
	display: inline-block;
	margin: 0 10px 10px 0;
	background-color: #035099;
}
.banner a {
	transition: .2s ease-in-out;
}
.banner a:hover {
	opacity: 0.95;
}
.banner img  {
	vertical-align: middle;
}
/* table
----------------------------------------------------------- */
table {
	width: 1200px;
	margin: 0 0 20px;
	border-top: solid 1px #ddd;
}
table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 0;
}
@media screen and (max-width: 1200px) {
table {
	width: 100%;
}
}
table th {
	width: 25%;
	padding: 10px;
	border-bottom: solid 1px #ddd;
	background: #f0f0f0;
	font-weight: bold;
}
table td {
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 10px 10px;
	vertical-align: top;
}
table tr:nth-child(odd) td {
}
table td:last-child {
	border-right: none;
}
table img {
	vertical-align: text-bottom;
}
table th.th-2nd, table tr.th-2nd th {
	background: #f5f5f5 !important;
}
table td.td-2nd {
	vertical-align: middle;
	text-align: center;
	background: #f2f6fa;
}
table.td-padding-mini td {
	padding: 5px 10px;
}
table.padding-mini th, table.padding-mini td {
	padding: 5px 10px;
}
table .sub-total th, table .sub-total td, table .sub-total {
	background: #f2f6fa;
	border-right: solid 1px #fff;
}
table .total th, table .total td, table .total {
	background: #555;
	color: #fff;
	border-right: solid 1px #fff;
}
/* th-top */
table.th-top th {
	width: auto;
	text-align: center;
	border-right: solid 1px #ddd;
}
table.th-top th:last-child {
	border-right: none;
}
table.th-top td {
}
table.th-top th.firstChild, table.th-top td.firstChild {
}
table.th-top th.firstChild-none {
	border-left: solid 1px #fff !important;
}
table.th-top td.firstChild-none {
	border-left: solid 1px #ccc !important;
}
/* min-table */
table.min-table {
	width: 600px !important;
	margin-left: 300px !important;
}

/* scroll-table , responsive-table*/
.scroll-table {
}
.scroll-table-coution {
	display: none;
}
.responsive-table {
}

@media screen and (max-width: 1200px) {
.table-wrap {
	overflow: auto;
	position: relative;
}
.scroll-table th, .scroll-table td {
	white-space: nowrap;
}
.scroll-table-coution {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	color: #999;
	padding: 0 0 0 45px;
	background-image: url(../img/common/ic/ic_scroll_side.png);
	background-size: 37px 14px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.responsive-table {
	width: 100%;
	border-left: none;
}
.responsive-table th {
	display: block;
	width: auto;
	border-right: none;
}
.responsive-table td {
	display: block;
	width: auto !important;
	border-right: none;
}
.responsive-table .nbsp {
	display: none;
}
.responsive-table th.cell-width-1, .responsive-table td.cell-width-1 {
	width: auto !important;
}
}
/* img
----------------------------------------------------------- */
.img img, .img {
	width: 100%;
	height: auto;
}
.responsive-img {
	text-align: center;
}
@media screen and (max-width: 1200px) {
	.responsive-img img, img.responsive-img {
		width: 100% !important;
		height: auto;
	}
}

/* column
----------------------------------------------------------- */
.column-1 {
	width: 310px;
}
.column-2-left {
	width: 570px;
	float: left;
}
.column-2-right {
	width: 570px;
	float: right;
}
.column-3-left {
	width: 360px;
	float: left;
}
.column-3-center {
	width: 360px;
	margin: 0 0 0 60px;
	float: left;
}
.column-3-right {
	width: 360px;
	float: right;
}
.column-2w-left {
	width: 780px;
	float: left;
}
.column-2w-right {
	width: 780px;
	float: right;
}
@media screen and (max-width: 1200px) {
.column-1,
.column-2-left,
.column-2-right ,
.column-3-left,
.column-3-center,
.column-3-right,
.column-2w-left,
.column-2w-right {
	width: 100%;
	float: none;
	margin: 0;
}
}
/* ===========================================================

	aside

=========================================================== */
aside {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 40px;
	background-color: #003893;
	border-bottom: solid 1px #446AA6;
	text-align: center;
}
@media screen and (max-width: 1200px) {
	aside {
		display: none;
	}
}
aside h1 {
	display: none;
}
aside ul {
}
aside ul li {
	display: inline-block;
	margin: 0;
}
aside ul li a:link,
aside ul li a:visited {
	position: relative;
	color: #fff;
	height: 40px;
	line-height: 36px;
	display: inline-block;
	padding: 0 15px;
}
aside ul li a:hover, aside ul li a.current {
	text-decoration: none;
	color: #c7161d !important;
}
aside ul li a.current {
}
aside ul li a:after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 0;
	height: 12px;
	width: 1px;
	margin-top: -10px;
	display: inline-block;
	background-color: #486DAA;
}
aside ul li:last-child a:after {
	display: none;
}

@media screen and (min-width:1201px) and (max-width:1380px){
	aside ul li {
		font-size: 11px;
	}
}


/* ===========================================================

	bt-pagetop

=========================================================== */
body .bt-pagetop {
	clear: both;
	width: 50px;
	height: 50px;
	margin: 0;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 100;
}
.bt-pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #c7161d;
	transition: .2s ease-in-out;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bt-pagetop a:before {
	content: " ";
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -5px;
	width: 10px;
	border-top: solid 1px #fff;
}
.bt-pagetop a:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 6.9px 4px;
	border-color: transparent transparent #fff transparent;
}
.bt-pagetop a:hover {
	background-color: #003893;
}
@media screen and (max-width: 1200px) {
body .bt-pagetop {
	right: 5px;
	bottom: 5px;
	width: 30px;
	height: 30px;
}
.bt-pagetop a {
	width: 30px;
	height: 30px;
}
.bt-pagetop a:before {
	top: 11px;
}
}
/* ===========================================================

	footer

=========================================================== */
.footer {
	clear: both;
	border-top: solid 1px #ddd;
	overflow: hidden;
}
/* footer-navi
----------------------------------------------------------- */
.footer-navi {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
}
@media screen and (max-width: 1200px) {
.footer-navi {
	display: none;
}
}
.footer-navi section {
	float: left;
	display: inline;
	width: 200px;
}
.footer-navi #fot-navi-about {
}
.footer-navi #fot-navi-strengths {
}
.footer-navi #fot-navi-portfolio {
}
.footer-navi #fot-navi-finance {
}
.footer-navi #fot-navi-ir {
}
.footer-navi h1 {
	padding: 0;
	margin: 0 30px 10px 0;
	border: none;
	background: none;
	overflow: inherit;
	font-size: 13px;
	font-size: 1.3rem;
	height: 13px;
	line-height: 13px;
}
.footer-navi h1:before,
.footer-navi h1:after {
	float: left;
	display: block;
	width: 3px;
	height: 13px;
	content: " ";
}
.footer-navi h1:before {
	background-color: #003893;
}
.footer-navi h1:after {
	background-color: #c7161d;
	height: 4px;
	margin: 0 7px 0 -3px;
}
.footer-navi h1 a {
}
.footer-navi h1 a:link, .footer-navi h1 a:visited {
	text-decoration: none;
	color: #111;
}
.footer-navi h1 a:hover {
	text-decoration: none;
	color: #003893;
}
.footer-navi ul {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0 20px 0 0;
	padding: 0;
}
.footer-navi ul li {
	margin: 0 0 2px;
	overflow: hidden;
}
.footer-navi ul a {
	padding: 2px 0 2px 10px;
	display: block;
	position: relative;
}
.footer-navi ul a:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 3px;
	border-color: transparent transparent transparent #aaaaaa;
}
.footer-navi a:link, .footer-navi a:visited {
	text-decoration: none;
	color: #111;
}
.footer-navi a:hover {
	text-decoration: none;
	color: #003893;
}
.footer-navi a.current {
	font-weight: bold;
	color: #003893;
}
/* footer-navi
----------------------------------------------------------- */
.footer-navi-support {
	background-color: #003893;
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 40px 0;
}
.footer-navi-support__inner {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.footer-navi-support ul {
	float: left;
	display: inline-block;
	margin: 0;
}
.footer-navi-support ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.footer-navi-support li a {
	border-left: solid 1px #4566a1;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}
.footer-navi-support li:first-child a {
	padding: 0 10px 0 0;
	border-left: none;
}
.footer-navi-support li a:link, .footer-navi-support li a:visited {
	color: #fff;
	text-decoration: none;
}
.footer-navi-support li a:hover {
	color: #ddd;
}
.footer-navi-support li a.current {
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
.footer-navi-support {
	height: inherit;
	line-height: inherit;
	text-align: left;
	padding: 0;
	overflow: hidden;
}
.footer-navi-support__inner {
	width: auto;
}
.footer-navi-support ul {
	float: none;
	width: 100%;
}
.footer-navi-support ul li {
	display: block;
	padding: 0;
}
.footer-navi-support ul li a,
.footer-navi-support li:first-child a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 24px 0 10px;
	border: none;
	border-bottom: solid 1px #999;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-decoration: none;
}
.footer-navi-support ul li a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
}
/* footer-navi
----------------------------------------------------------- */
.copyright {
	float: right;
	display: inline-block;
	margin: 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	height: 20px;
}
@media screen and (max-width: 1200px) {
.copyright {
	float: none;
	text-align: center;
	overflow: hidden;
	line-height: 1.6;
	height: auto;
	margin: 0 20px;
	padding: 20px 0 20px;
}
}
