@charset "utf-8";
/* ===========================================================

	Title:	common.css
	Created:	2016-7-21

=========================================================== */
/*

	body
	header
	container
	contens
	topicpath
	main
	aside
	btPageTop
	footer

=========================================================== */
/*

	body 

=========================================================== */
html {
	font-size: 62.5%
}
body {
	position: relative;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, sans-serif, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f1f0e7;
	background-color: #fff;
	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: 250px;
	height: 100%;
}
/* header
----------------------------------------------------------- */
.header {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	width: 250px;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.40);
	z-index: 100;
}
/* logo
----------------------------------------------------------- */
.header h1 {
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.header h1 img {
	vertical-align: middle;
}
/* global-navigation
----------------------------------------------------------- */
nav {
}
.global-navigation ul {
}
.global-navigation ul li {
	position: relative;
}
.global-navigation ul li a {
	position: relative;
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 20px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #fff;
	/*background-color: #d0111b;*/
	background-color: #00478B;
	font-family: "游明朝","YuMincho", serif;
	letter-spacing: 2px;
	font-weight: normal;
	font-weight: 500;
}
.global-navigation ul li + li a {
	border-top: solid 1px #507ABD;
	/*border-top: solid 1px #d56369;*/
}
.global-navigation ul li a:hover,
.global-navigation ul li a.current {
	color: #fff;
	background-color: #2762AD;
	text-decoration: none;
}
.global-navigation ul li a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 33px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* hed-language
----------------------------------------------------------- */
.header .hed-language {
	clear: both;
	margin: 0  20px 20px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.header .hed-language a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 11px;
	font-size: 1.1rem;
	background-color: #000000;
	color: #fff;
}
.header .hed-language a:hover {
	background-color: #2762AD;
	/*background-color: #cb101a;*/
	text-decoration: none;
}
/* ===========================================================

	container

=========================================================== */
.container {
	position: relative;
	padding: 0 0 0 250px;
}
/* ===========================================================

	contens

=========================================================== */
.contents {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 50px;
	text-align: left;
}
/* ===========================================================

	inner

===========================================================
.inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} */
/* ===========================================================

	topic path

=========================================================== */
.topic-path {
	clear: both;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	margin: 20px 0 40px;
}
.topic-path ol {
	clear: both;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	font-size: 1.1rem;
}
.topic-path ol li {
	float: left;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
.topic-path ol li:before {
	content: "/";
	padding: 0 12px;
	color: #ccc !important;
}
.topic-path ol li:first-child {
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 9px 9px;
	background-image: url(../img/common/ic/ic_home.png);
	padding: 0 0 0 20px;
}
.topic-path ol li:first-child:before {
	content: "";
	padding: 0;
}
.topic-path ol li a {
	height: 40px;
	line-height: 40px;
}
.topic-path ol li:before {
	content: "/";
}
.topic-path ol a:link, .topic-path ol a:visited {
	text-decoration: underline;
	color: #333;
}
.topic-path ol a:hover {
	text-decoration: none;
}
/* ===========================================================

	title

=========================================================== */
.title {
	width: 100%;
	height: 200px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #000;
}
#message .title { background-image: url(../img/common/title/title_a.png);}
#vision .title { background-image: url(../img/common/title/title_b.png);}
#company .title { background-image: url(../img/common/title/title_c.png);}
#organization .title { background-image: url(../img/common/title/title_d.png);}
#other .title { background-image: url(../img/common/title/title_e.png);}
.title h1 {
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 4px;
	text-align: center;
	line-height: 200px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #fff;
	margin: 0 0 50px;
	padding: 0 0 0 50px;
}

/* ===========================================================

	main

=========================================================== */
main {
}
main section, .cont-margin {
	margin-bottom: 40px !important;
}
/* tit
----------------------------------------------------------- */
main h2 {
	border-left: solid 5px #00478B;
	/*border-left: solid 5px #cb101a;*/
	margin: 0 0 20px;
	padding: 0 5px 0 10px;
	position: relative;
	line-height: 1.4;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	color: #111;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
}
main h3 {
	margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.15em;
}
main h4 {
	margin: 0 0 10px;
	color: #cb101a;
	font-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}
em {
	color: #cb101a;
	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;
}
/* 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: #00478B;
	/*color: #cb101a;*/
}
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: #cb101a;
	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 #00478B;
}
.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 #cb101a;
	border-right: 1px solid #cb101a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* blank */
.blank {
	background-image: url(../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 */
.link-button-a {
	height: 35px;
	line-height: 33px;
	padding: 0 40px 0 50px;
	display: inline-block;
	color: #003F98 !important;
	font-size: 13px;
	text-align: center;
	border: solid 1px #003F98;
	position: relative;
	overflow: hidden;
}
.link-button-a:hover {
	background: #003F98;
	border: solid 1px #003F98;
	text-decoration: none;
	color: #fff !important;
}
.link-button-a:before {
	position: absolute;
	content: " ";
	vertical-align: middle;
	top: 50%;
	left: 30px;
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	border-top: 1px solid #003F98;
	border-right: 1px solid #003F98;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.link-button-a:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* table
----------------------------------------------------------- */
table {
	width: 100%;
	margin: 0 0 20px;
	border-top: solid 1px #777;
}
table th {
	width: 20%;
	padding: 10px;
	border-bottom: solid 1px #777;
	background: #00478B;
	color: #fff;
	/*background: #fae9d2;
	color: #cb101a;*/
	font-weight: bold;
}
table td {
	border-bottom: solid 1px #777;
	border-right: solid 1px #777;
	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 #777;
}
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;
}
/* column
----------------------------------------------------------- */
.column-1 {
	width: 310px;
}
.column-2-left {
	width: 345px;
	float: left;
}
.column-2-right {
	width: 345px;
	float: right;
}
.column-3-left {
	width: 224px;
	float: left;
}
.column-3-center {
	width: 224px;
	margin: 0 0 0 24px;
	float: left;
}
.column-3-right {
	width: 224px;
	float: right;
}
.column-2w-left {
	width: 472px;
	float: left;
}
.column-2w-right {
	width: 472px;
	float: right;
}
/* ===========================================================

	bt-pagetop

=========================================================== */
body .bt-pagetop {
	clear: both;
	width: 50px;
	height: 50px;
	margin: 0;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.bt-pagetop a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	/*border: solid 2px #CB101A;*/
	border: solid 2px #00478B;
	border-radius: 25px;
	transition: .2s ease-in-out;
	/*　Scott Kellum Method */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.bt-pagetop a:before {
	content: " ";
	position: absolute;
	top:16px;
	left: 50%;
	margin: 0 0 0 -8px;
	width: 16px;
	/*border-top: solid 2px #CB101A;*/
	border-top: solid 2px #00478B;
}
.bt-pagetop a:after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0  -6px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	border-top: solid 2px #00478B;
	border-left: solid 2px #00478B;
	/*border-top: solid 2px #CB101A;
	border-left: solid 2px #CB101A;*/
}
.bt-pagetop a:hover {
	background-color: #00478B;
	/*background-color: #CB101A;*/
	opacity: 1
}
.bt-pagetop a:hover:before {
	border-top: solid 2px #fff;
}
.bt-pagetop a:hover:after {
	border-color: #ffffff !important;
}
/* ===========================================================

	footer

=========================================================== */
footer {
	clear: both;
	background-color: #ffffff;
	overflow: hidden;
}
/* footer-navi
----------------------------------------------------------- */
.footer-banner {
	background-color: #000;
	height: 150px;
	text-align: center;
	margin: 0;
}
.footer-banner li  {
	display: inline-block;
	margin: 0 10px;
	padding: 20px 0 0;
}
.footer-banner dl {
	color: #fff;
	margin: 0;
	text-align: left;
}
.footer-banner dt {
	height: 30px;
	/*height: 15px;*/
	line-height: 15px;
	padding: 0 0 0 6px;
	margin: 0 0 5px;
	border-left: solid 4px #00478B;
	/*border-left: solid 4px #cb101a;*/
	font-size: 11px;
	font-size: 1.1rem;
	
	display: flex;
	align-items: center;
}
.footer-banner dd {
	background-color: #fff;
	background-color: #00478B;
	/*background-color: #cb101a;*/
}
.footer-banner a {
	transition: .2s ease-in-out;
}
.footer-banner a:hover {
	opacity: 0.80;
}
.footer-banner img  {
	vertical-align: middle;
}

.footer-banner dd.img-set {
	background-color: #000;
	text-align: center;
}

/* footer-navi
----------------------------------------------------------- */
.footer-navi {
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.3;
	margin: 0;
	padding: 20px 0 10px;
}
.footer-navi li {
	display: inline-block;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.footer-navi a {
	padding: 2px 0 2px 8px;
	display: block;
	position: relative;
}
.footer-navi 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 #aaa;
}
.footer-navi a:link, .footer-navi a:visited {
	text-decoration: none;
	color: #111;
}
.footer-navi a:hover {
	text-decoration: none;
	color: #d0111b;
}
.footer-navi a.current {
	font-weight: bold;
}
/* copyright
----------------------------------------------------------- */
.copyright {
	text-align: center;
	margin: 0;
	padding: 0 0 20px;
	font-size: 11px;
	font-size: 1.1rem;
}
