@charset "UTF-8";

/* Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section { display:block}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
input, textarea { margin:0; padding:0;}
ul, ol { list-style:none;}
table {border-collapse:collapse; border-spacing:0;}
caption, th {text-align: left;}
a:focus {outline:none;}
 
html { overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

/* micro clearfix hack by nicolasgallagher.com/micro-clearfix-hack/ *//* Except for IE7 -> legacy.css */ 
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both}

/* Base Setting
=================================================================== */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: 13px/1.25em Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}
a:link,.pagelink a:link,.pagelink a:visited {
	color: rgba(0,51,204,1.00);
	text-decoration: underline;
}
a:visited {
	color: rgba(97,109,216,1.00);
	text-decoration: underline;
}
a:hover,a:active,.pagelink a:hover,.pagelink a:active {
	color: rgba(209,0,0,1.00);
	text-decoration: none;
}
strong {font-weight:bold}
ol {counter-reset:number;}
/*For RWD*/
img {
	max-width: 100%;
	height: auto;
}

/* Base Layout
=================================================================== */
/* Header ========================================================= */
#hdrCNT {
	background-color: #FFFFFF;
	width: 100%;
}
header #header_wrap {
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

header #hdrLogoCNT {
	float: left;
	width: 550px;
	height: auto;
	margin-top: 20px;
}
header #hdrLogoCNT > #hdrLogo {
	float: left;
	margin-right: 10px;
}
header #hdrLogoCNT > #hdrCI {
	margin-top: 15px;
	float: left;
}
header #hdrLogoCNT > #hdrLogoGp {
	float: right;
	margin-bottom: 0px;
}
header #hdrLogoCNT > #hdrLogoGp p { margin-bottom: 10px; }

header #hdrRCNT {
	float: right;
	clear: right;
	margin-top: 3px;
	text-align: right;
	font-size: 85%;
	line-height: 1;
	background-color: rgba(0,94,174,0.10);
	display: block;
	padding: 5px;
	width: 170px;
}
header #hdrRCNT p:first-child { margin-bottom: 10px;}
#hdrLinkEng {
	float: right;
	display: block;
	width: 170px;
	margin-top: 3px;
	margin-right: 0;
	padding: 3px 10px;
	text-align: center;
	font-size: 93%;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}

header #hdrRCNT > #hdrLinkContact a {
	display: block;
	width: 160px;
	height: 22px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../image/btn_hdr_emailx2.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: right;
	margin-left: auto;
}
header #hdrRCNT > #hdrLinkContact a:hover,
header #hdrRCNT > #hdrLinkContact a:active {
	background-position: 0px -22px;
}

/* global navi ==================================================== */
#gNav {
	clear: both;
	background-color: #005EAE;
}
/*親以下*/
#gNav ul {
	width: 962px;
	height: 50px;
	margin: 0 auto;
	border-right: 1px solid rgba(255,255,255,1.00);
	border-left: 1px solid rgba(255,255,255,1.00);
}
#gNav ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#gNav ul li a {
	display: block;
	margin: 0;
	width: 192px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../image/gNavis.png);
	background-repeat: no-repeat;
}
#gNav > ul > #gNavAbout > a { background-position: 0px 0px; }
#gNav > ul > #gNavAbout > a:hover { background-position: 0px -50px; }
#gNav > ul > #gNavAbout > a:active { background-position: 0px -100px; }
#gNav > ul > #gNavService > a { background-position: -192px 0px; }
#gNav > ul > #gNavService > a:hover { background-position: -192px -50px; }
#gNav > ul > #gNavService > a:active { background-position: -192px -100px; }
#gNav > ul > #gNavContact > a { background-position: -384px 0px; }
#gNav > ul > #gNavContact > a:hover { background-position: -384px -50px; }
#gNav > ul > #gNavContact > a:active { background-position: -384px -100px; }
#gNav > ul > #gNavRecruit > a { background-position: -576px 0px; }
#gNav > ul > #gNavRecruit > a:hover { background-position: -576px -50px; }
#gNav > ul > #gNavRecruit > a:active { background-position: -576px -100px; }
#gNav > ul > #gNavAccess > a { background-position: -768px 0px; }
#gNav > ul > #gNavAccess > a:hover { background-position: -768px -50px; }
#gNav > ul > #gNavAccess > a:active { background-position: -768px -100px; }

#gNav > ul > #gNavHome,
#gNav > ul > #gNavEnglish,
#gNav > ul > #sidr_close {display:none;}
#mobile-header-bar { display: none; }
@media screen and (max-width: 959px) {
/* 959px以下用（タブレット用）の記述（コンテンツ幅） */
#gNav {display:none;}
/*HamburgerMenuIcon*/
#mobile-header-bar {
	display: block;
	background-color: rgba(0,48,97,0.70);
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 40px;
	z-index: 101;
}
/*tcon with transformicons*/
.tcon {
	appearance: none;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 30px;
	background: transparent;
	outline: none;
}
.tcon > * { display: block; }
.tcon:hover,
.tcon:focus { outline: none; }
.tcon::-moz-focus-inner {
 border: 0;
}
.tcon-menu__lines {
	display: inline-block;
	height: 4px;
	width: 30px;
	border-radius: 2.85714px;
	transition: 0.3s;
	background-color: #FFFFFF;
	position: relative;
}
.tcon-menu__lines::before,
.tcon-menu__lines::after {
	display: inline-block;
	height: 4px;
	width: 30px;
	border-radius: 2.85714px;
	transition: 0.3s;
	background-color: #FFFFFF;
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform-origin: 2.85714px center;
	transform-origin: 2.85714px center;
	width: 100%;
}
.tcon-menu__lines::before { top: 10px; }
.tcon-menu__lines::after { top: -10px; }
.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(.8, .8, .8);
	transform: scale3d(.8, .8, .8);
}
.tcon-menu--xcross { width: auto; }
.tcon-menu--xcross.tcon-transform .tcon-menu__lines { background: transparent; }
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 30px;
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
.tcon-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
}

/* Contents Area for 2nd directory ================================ */
#container:before, #container:after {content:""; display:table;}
#container:after {clear:both}
#container {
	width: 960px;
	margin: 0 auto;
	background-color: rgba(255,255,255,1.00);
}
#breadcrumb {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	clear: both;
}
#breadcrumb ol {
	line-height: 1;
	font-size: 93%;
}
#breadcrumb ol li {
	display: inline;
	list-style: none;
}
#breadcrumb ol li + li:before {
	content:"\0000BB"; /* "»" */
	color: rgba(127,127,127,1.00);
	padding: 0 3px;
}
#breadcrumb ol li a {
	text-decoration: none;
	color: rgba(127,127,127,1.00);
}

#contentsMain {
	width: 680px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: left;
	font-size: 116%;
	line-height: 1.6;
}
#sidemenu {
	width: 240px;
	margin-bottom: 20px;
	float: right;
	background-color: #003061;
}
#contentsMain2 {
	width: 960px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 108%;
	line-height: 1.6;
	clear: both;
}

#container_SNS:before, #container_SNS:after {content:""; display:table;}
#container_SNS:after {clear:both}
#container_SNS {
	width: 960px;
	margin: 20px auto;
}
#container_SNS #sns_fb {
	width: 460px;
	float: left;
	background-color: #FFFFFF;
	/* [disabled]-webkit-box-shadow:1px 5px 5px rgba(0,0,0,0.5); */
	/* [disabled]box-shadow: 1px 5px 5px rgba(0,0,0,0.5); */
}
#container_SNS #sns_tw {
	width: 460px;
	float: right;
	background-color: #FFFFFF;
	/* [disabled]-webkit-box-shadow:1px 5px 5px rgba(0,0,0,0.5); */
	/* [disabled]box-shadow: 1px 5px 5px rgba(0,0,0,0.5); */
}


/* global footer ================================================== */
#ftrCNT {
	clear: both;
	width: 100%;
	margin-top: 20px;
	background-image: -webkit-gradient(linear,color-stop(0, rgb(67,152,210)),color-stop(0.25, rgb(67,152,210)),color-stop(1, rgb(12,88,169)));
	background-image: -webkit-linear-gradient(rgb(67,152,210) 0%,rgb(67,152,210) 25%,rgb(12,88,169) 100%);
	background-image: -ms-linear-gradient(rgb(67,152,210) 0%,rgb(67,152,210) 25%,rgb(12,88,169) 100%);
	background-image: linear-gradient(rgb(67,152,210) 0%,rgb(67,152,210) 25%,rgb(12,88,169) 100%);
	-webkit-box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 5px 5px rgba(0,0,0,0.5);
}
/* Footer */
#ftrNavi {
	margin: 10px auto;
	width: 960px;
	font-size: 108%;
}
#ftrNaviSet1 {
	display: block;
	margin-right: 50px;	
	float: left;
}
#ftrNaviSet2 {
	display: block;
	float: left;
}
#ftrNaviSet3 {
	display: block;
	float: right;
}
#ftrNavi ul > li {
	margin-bottom: 7px;
	padding-left: 5px;
	line-height: 1;
	border-left: 5px solid #003061;
}
#ftrNavi ul > li.ftrNaviSub { margin-left: 10px;}
#ftrNavi a {
	color: #FFFFFF;
	text-decoration: none;
}
#ftrInfo {
	height: 80px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	border-top: 3px solid #FFFFFF;
}
#ftrInfo > #ftrLogoCNT {
	float: left;
	width: 345px;
	margin-top: 5px;
}
#ftrInfo > #ftrLogoCNT > #ftrLogo {
	float: left;
	margin-right: 10px;
}
#ftrInfo > #ftrLogoCNT > #ftrCI {
	float: left;
	margin-top: 15px;
}
#ftrInfo > #ftrAdd {
	margin-top: 10px;
	text-align: right;
}

#ftrNavi:before,
#ftrNavi:after,
#ftrCNT:before,
#ftrCNT:after {content:""; display:table;}
#ftrNavi:after,
#ftrCNT:after {clear:both}

.copyright {
	text-align: center;
	color: #003061;
	font-family: 'Cuprum', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 85%;
	line-height: 2;
}

/* Back to Top*/
#b2t {
	display: none;
	position: fixed;
	bottom: 0;
	right: 50px;
}
#b2t a {
	display: block;
	width: 50px;
	height: 35px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	text-decoration: none;
	line-height: 35px;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0,0,0,0.50);
}
#b2t a:hover {
	background-color: rgba(0,0,0,0.80);
}

/* Common Classes
=================================================================== */
/*ContentsMain*/
.sct_Lead { padding-bottom: 20px; }
.sct_content:before, .sct_content:after {content:""; display:table;}
.sct_content:after {clear:both}
.sct_Lead,
.sct_content,
.sct_content_half,
.sct_contentWide {
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}
aside.sct_content {
	background-image: none;
	margin-top: 50px;
}


article h1 { font-size: 138.5%; }
article h2,
article h3 {
	margin: 20px 0 10px;
	clear: both;
	font-size: 124%;
}

.sct_Lead h1 { /*pageTitle*/
	/*clear: both;
	height: 40px;
	padding-left: 30px;
	background-image: url(../image/bg_h.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.headtitle01 {
	height: 40px;
	padding-top: 0px;
	padding-left: 30px;
	background-image: url(../image/bg_h_v2.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
	margin-top: 0;
	background-color: #003061;
}
.headtitle02 {
	margin-top: 15px;
	font-weight: bold;
	color: #003061;
	border-left: 5px solid #003061;
	padding-left: 5px;
	line-height: 1;
}
.headtitle03 {
	margin-top: 15px;
	padding: 0;
	color: #003061;
	font-weight: bold;
}
.sct_content .headtitle02,
.sct_content .headtitle03 {	margin-left: 15px;}
.sct_Lead p { font-size: 108%; }
.sct_Lead p,
.sct_content p,
.sct_content_half p,
.sct_contentWide p,
.sct_content ul { margin: 0 10px 0.75em 15px; }
.sct_content ul,
.sct_contentWide ul,
.sct_content_half ul { padding-left: 1em; }
.sct_content ul > li > ul { margin-left: -15px;}
.sct_Lead ul li,
.sct_content ul li,
.sct_contentWide ul li,
.sct_content_half ul li { padding-left: 1em; }
.sct_Lead ul li:before,
.sct_content ul li:before,
.sct_contentWide ul li:before,
.sct_content_half ul li:before {
	content: "";
	height: 6px;
	width: 6px;
	margin-top: 6px;
	margin-left: -1em;
	float: left;
	border: 3px solid #97C8F0;
	border-radius: 50%;
}
.sct_Lead ul.list_2Tier li,
.sct_content ul.list_2Tier li {padding-left: 2em;}
.sct_Lead ul.list_2Tier li:before,
.sct_content ul.list_2Tier li:before {
  content: "";
	height: auto; /*reset*/
	width: auto; /*reset*/
	margin-top: 8px;
	margin-left: -10px;
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: rgba(164,164,164,1.00);
	border-radius: 0; /*reset*/
}
.sct_Lead ul.list_horizontal li,
.sct_content ul.list_horizontal li {
	display: inline-block;
	margin-right: 1.5em;
}
.sct_content ul.list_link li:before {border:none}
.sct_content ul.list_link li {padding-left:0}
.sct_content ul.list_link li i {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background-image: url(../image/icns_arrows.png);
	background-repeat: no-repeat;
	background-position: -620px 0px;
 }
 
.sct_content ul.column2:before,
.sct_content ul.column2:after,
.sct_content ul.column3:before,
.sct_content ul.column3:after {
	content:"";
	display:table;
}
.sct_content ul.column2:after,
.sct_content ul.column3:after {clear:both}
.sct_content ul.column2,
.sct_content ul.column3 {
	margin-right: 0;
	padding-left:0;
}
.sct_content ul.column2 li,
.sct_content ul.column3 li { float: left; }
.sct_content ul.column2 li { width: 330px; }
.sct_content ul.column3 li { width: 215px; }

.sct_content ol,
.sct_contentWide ol,
.sct_content_half ol {
	margin: 0 10px 0.75em 15px;
	padding-left: 2.0em;
}
.sct_content ol li,
.sct_contentWide ol li,
.sct_content_half ol li {}
.sct_content ol li:before,
.sct_contentWide ol li:before,
.sct_content_half ol li:before {
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	width: 1.5em;
	height: 1.5em;
	margin-top: 0.25em; 
	margin-right: 0.5em;
	margin-left: -2em;
	float: left;
	color: #FFFFFF;
	text-align: center;
	font-size: 77%;
	line-height: 1.5;
	border-radius: 50%;
	background-color: #003061;
}

/*nav@contentsMain*/
.sct_links:before, .sct_links:after {content:""; display:table;}
.sct_links:after {clear:both}
.sct_links {
	padding: 10px;
	margin: 10px 0px 20px;
	clear: both;
	text-align: right;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}

/*subNavi*/
#subNavi {
	min-height: 300px;
}
#subNavi h2 {
	margin-bottom: 20px;
	font-size: 116%;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 13px;
}
#subNavi ul {margin-left: 20px;}
#subNavi ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 1em;
 }
#subNavi ul li:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 2px;
	left: 0px;
	width: 3px;
	height: 12px;
	margin-right: 3px;
	background-color: #FFFFFF;
}
#subNavi h2 a,
#subNavi ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.sct_getAdobeReader:before, .sct_getAdobeReader:after {content:""; display:table;}
.sct_getAdobeReader:after {clear:both}
.sct_getAdobeReader {
	margin-top: 50px;
	margin-left: 50px;
	padding: 0 10px;
	clear: both;
	width: auto;
	font-size: 85%;
}
.sct_getAdobeReader .bnr_getAcrobatReader {
	float: left;
	margin-right: 20px;
}


@media screen and (max-width: 959px) {
/* 959px以下用（タブレット用）の記述（コンテンツ幅） */
#hdrCNT {margin-top: 40px;}/*For mobile-header-bar*/
header #header_wrap {
	width: 100%;
	height: 86px;
	margin: 0;
	padding: 0 10px;
}
header #hdrLogoCNT {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
header #hdrLogoCNT > #hdrLogo {
	float: left;
	margin-right: 10px;
}
header #hdrLogoCNT > #hdrCI {
	margin-top: 15px;
	float: left;
}
header #hdrLogoCNT > #hdrLogoGp,
#hdrLinkEng,
header #hdrRCNT {
	display: none;
}
#container {
	width: 100%;
	margin: 0;
}
#breadcrumb {
	padding-left: 5px;
}
#contentsMain {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: none;
	font-size: 108%;
	line-height: 1.6;
}
#sidemenu {
	width: 100%;
	margin: 0 auto 20px;
	float: none;
	background-color: #003061;
	border-right: 10px solid #FFFFFF;
	border-left: 10px solid #FFFFFF;
}
#contentsMain2 {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 108%;
	line-height: 1.6;
	clear: both;
}
#container_SNS {
	width: 100%;
	margin: 20px 0;
}
#container_SNS #sns_fb,
#container_SNS #sns_tw {
	float: none;
	margin: 10px 0;
}
#ftrNavi {
	width: 100%;
}
#ftrNaviSet1,
#ftrNaviSet2,
#ftrNaviSet3 {
	margin-right: 0;
	padding-left: 20px;
	float: none;
}
#ftrNavi ul > li {
	margin-top: 30px;
}
#ftrInfo {
	height: auto;
	width: 100%;
}
#ftrInfo > #ftrLogoCNT {
	float: none;
	/*width: 100%;
	margin-top: 5px;*/
	margin: 5px auto 0;
}
#ftrInfo > #ftrLogoCNT > #ftrLogo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#ftrInfo > #ftrLogoCNT > #ftrCI {
	float: left;
	margin-top: 15px;
}
#ftrInfo > #ftrAdd {
	clear: both;
}
#ftrInfo > #ftrAdd p {
	margin: 10px;
	text-align: center;
}
.headtitle01 {
	padding-top: 6px;
	font-size: 123.1%;
}
.headtitle01:after {
	content: attr(data-label);
	line-height: 1;
	color: rgba(255,255,255,1.00);
}
.headtitle01 > img {display:none;}
#subNavi {
	padding: 5px;
	min-height: initial;
	min-height: auto;
}
#subNavi ul li {
	margin: 30px 0;
}
#subNavi h2 a,
#subNavi ul li a {
	font-size: 118%;
	text-decoration: underline;
}
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
.headtitle01 {
	padding-left: 15px;
	background-position: -13px 0px;
}
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
#container_SNS #sns_fb,
#container_SNS #sns_tw {
	width: 100%;
	padding: 0 5px;
}
}
@media screen and (max-width: 359px) {
/* 359px以下用（スマートフォン用）の記述 */
header #header_wrap {
	height: 120px;
}
header #hdrLogoCNT {margin: 0; padding: 5px;}
header #hdrLogoCNT > #hdrLogo {
	float: none;
	margin-right: 0px;
	text-align: center;
}
header #hdrLogoCNT > #hdrCI {
	float:none;
	margin-top: 0px;
	text-align: center;
}
#ftrInfo > #ftrLogoCNT > #ftrLogo img {width: 80%;}
#ftrInfo > #ftrLogoCNT > #ftrCI img {width: 80%;}
}
/* Multipurpose Classes
=================================================================== */
.mc1,.mc2,.mc3 {display:none;} /*mobile only*/
.clrBoth {clear:both !important}

.colorCI { color: rgba(0,92,85,1.00) } /*CI color*/
.colorNotice { color: rgba(209,0,0,1.00) }
.colorLight { color: rgba(102,102,102,1.00) }
.colorSilver { color: rgba(204,204,204,1.00) }
.colorService { color: rgba(25,79,127,1.00) }
.colorNetwork { color: rgba(69,135,117,1.00) }
.colorAnken { color: rgba(242,81,0,1.00) }
.colorSeminar { color: rgba(102,51,0,1.00) }
.colorCorp { color: rgba(56,114,51,1.00) }
.colorIr { color: rgba(102,85,140,1.00) }
.colorRecruit { color: rgba(102,102,0,1.00) }
.colorOther { color: rgba(72,93,102,1.00) }
.hiddenText {text-indent:100%; white-space:nowrap; overflow:hidden;}
.txtB {font-weight:bold}
.txtC {text-align:center}
.txtR {text-align:right}
.txtLL {font-size:123.1%}
.txtL {font-size:108%}
.txtS {font-size:93%}
.txtSS {font-size:85%; word-spacing:0em;}
.txtEN {font-family:"Cuprum" sans-serif;}
.txtMarker {
	background-color: rgba(255,255,255,1.00);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1MTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMC4yIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkY5OSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzUxMSkiIC8+Cjwvc3ZnPg==);
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,153,1.00) 40%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0%,rgba(255,255,153,1.00) 40%);
}
.mt-25 {margin-top:-25px !important}
.mt00 {margin-top:0px !important}
.mt05 {margin-top:5px !important}
.mt10 {margin-top:10px !important}
.mt20 {margin-top:20px !important}
.mr00 {margin-right:0px !important}
.mr10 {margin-right:10px !important}
.mr15 {margin-right:15px !important}
.mb00 {margin-bottom:0px !important}
.mb10 {margin-bottom:10px !important}
.mb20 {margin-bottom:20px !important}
.ml00 {margin-left:0px !important}
.ml10 {margin-left:10px !important}
.ml15 {margin-left:15px !important}
.ml20 {margin-left:20px !important}
.pa00 {padding: 0 !important}
.imgHorizontalBtm { vertical-align:bottom !important}

.box_imgL,
.box_imgR,
.box_imgC,
.box_imgInline,
.conceptImage {
	padding: 3px;
	border: 1px solid rgba(218,218,218,1.00);
	border-radius: 3px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 1px 1px 1px rgba(238,238,238,1.00);
	box-shadow: 1px 1px 1px rgba(238,238,238,1.00);
}
.box_imgL {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.box_imgR {
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.box_imgC {
	display: block;
	margin: 10px auto 20px;
}
.box_imgRNB {
	padding: 3px;
	display: inline-block;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.box_imgCNB {
	margin: 10px auto 20px;
	padding: 3px;
	display: block;
	text-align: center;
}
.box_imgInline {
	width: 260px;
	margin-left: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.conceptImage {
	display: inline-block;
	width: 90px;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.box_imgL img,
.box_imgR img,
.box_imgC img,
.box_imgInline img,
.conceptImage img {
	border-radius: 3px;
	vertical-align: top;
}
.box_imgCNB img {}
.box_imgL figcaption,
.box_imgR figcaption,
.box_imgC figcaption,
.box_imgInline figcaption,
.conceptImage figcaption {
	margin-top: 3px;
	color: rgba(102,102,102,1.00);
	font-size: 85%;
	text-align: left;
	line-height: 1.1;
}
.box_imgC figcaption.txtC { text-align: center;}
.box_imgCNB figcaption {
	margin-top: 3px;
	color: rgba(102,102,102,1.00);
	font-size: 85%;
	line-height: 1.1;
}
img.bdr { border: 1px solid rgba(237,237,237,1.00); }

.w100 { width: 100px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w190 { width: 190px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w230 { width: 230px; }
.w260 { width: 260px; }
.w335 { width: 335px; }
.w350 { width: 350px; }
.w380 { width: 380px; }
.w500 { width: 500px; }
.w525 { width: 525px; }
.w700 { width: 700px; }
.h200 { height: 200px; }
.h350 { height: 350px; }
.h375 { height: 375px; }

ul.pdfListHrz li {
	padding-left: 18px;
	margin-right: 7px;
	display: inline-block;
	background-image: url(../image/pdficon_small.png);
	background-position: left center;
	background-repeat: no-repeat;
}
ul.pdfListHrz li:before {
	content: "";
	height: auto;
	width: auto;
	margin: 0;
	float: none;
	border: none;
}

.sct_content .basicTable {
	width: 695px;
	margin: 10px 0 10px 15px;
	border-top: 1px solid rgba(204,204,204,1.00);
	border-right: 1px solid rgba(204,204,204,1.00);
}
.sct_content .basicTable th { background-color: rgba(248,248,248,1.00); }
.sct_content .basicTable th,
.sct_content .basicTable td {
	padding: 4px 8px;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid rgba(204,204,204,1.00);
	border-bottom: 1px solid rgba(204,204,204,1.00);
}
.sct_content .basicTable h2,
.sct_content .basicTable p { margin: 0;}
.box_prominent {
	padding: 10px;
	background-color: rgba(248,248,248,1.00);
	border: 1px solid rgba(204,204,204,1.00);
	border-radius: 4px;
}
.sct_content .box_prominent {margin: 20px 0 20px 20px}

/*link navi under Maincontents*/
.sct_links .link_intPage i,
.sct_links .link_extPage i {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
.sct_links .link_intPage i {
	background-image: url(../image/icns_arwRL.png);
 }
.sct_links .link_extPage i {
	background-image: url(../image/icns_arwRL.png);
	background-position: -117px 0px; /*Gray Icon*/
}
.sct_linkPN:before, .sct_linkPN:after {content:""; display:table;}
.sct_linkPN:after {clear:both}
.sct_linkPN {
	padding: 10px;
	margin: 20px 10px;
	border: 1px solid rgba(204,204,204,1.00);
}
.sct_linkPN .link_prevPage,
.sct_linkPN .link_nextPage { width: 330px;}
.sct_linkPN .link_prevPage {
	text-align: left;
	float: left;
}
.sct_linkPN .link_nextPage {
	text-align: right;
	float: right;
	clear: right;
}
.sct_linkPN .link_prevPage i,
.sct_linkPN .link_nextPage i {
	display: inline-block;
	width: 13px;
	height: 13px;
}
.sct_linkPN .link_prevPage i {
	margin-right: 5px;
	background-image: url(../image/icns_arrows.png);
	background-repeat: no-repeat;
}
.sct_linkPN .link_nextPage i {
	margin-left: 5px;
	background-image: url(../image/icns_arrows.png);
	background-repeat: no-repeat;
}

/*link w/icon in Maincontents*/
.link_outLink,
.link_innerLink1,
.link_innerLink2,
.link_innerLink3 {
	display: inline-block;
	width: 15px;
	height: 11px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../image/icons.png);
	background-repeat: no-repeat;
}
.link_outLink { background-position: 0px 0px;}
.link_innerLink1 { background-position: -21px 0px;}
.link_innerLink2 { background-position: -41px 0px;}
.link_innerLink3 { background-position: -61px 0px;}

.link_intPage,
.link_extPage {text-align:right}
.icn_arwRL1, .icn_arwRL2, .icn_arwRL3, .icn_arwRL4, .icn_arwRL5,
.icn_arwRL6, .icn_arwRL7, .icn_arwRL8, .icn_arwRL9, .icn_arwRL10 {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	margin-left: 5px;
	background-image: url(../image/icns_arwRL.png);
	background-repeat: no-repeat;
}
.icn_arwRL1 {background-position: 0px 0px;}
.icn_arwRL2 {background-position: -13px 0px;}
.icn_arwRL3 {background-position: -26px 0px;}
.icn_arwRL4 {background-position: -39px 0px;}
.icn_arwRL5 {background-position: -52px 0px;}
.icn_arwRL6 {background-position: -65px 0px;}
.icn_arwRL7 {background-position: -78px 0px;}
.icn_arwRL8 {background-position: -91px 0px;}
.icn_arwRL9 {background-position: -104px 0px;}
.icn_arwRL10 {background-position: -117px 0px;}
.icn_PDF {
	display: inline-block;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	background-image: url(../image/pdficon_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
.icn_NEW {
	margin-left: 3px;
	position: relative;
}
.icn_NEW:after {
	padding: 1px 2px 0 2px;
	position: absolute;
	top: 3px;
	content: "NEW";
	color: rgba(255,255,255,1.00);
	font: 400 10px/1 'Cuprum',sans-serif;
	border-radius: 4px;
	background-color: rgba(209,0,0,1.00);
}
.btn { margin: 0.5em 0;}
.btn a {
	background-color: #0C58A9;
	padding: 2px 10px;
	border-radius: 7px;	
}
.btn a,
.btn a:hover,
.btn a:active {color: #FFFFFF; text-decoration: none;}

@media screen and (max-width: 959px) {
/* 959px以下用（タブレット用）の記述（コンテンツ幅） */
.mc3 {display:inline;} /*mobile only*/
.mcD {display:none;} /*desktop only*/
}
@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
.mc2 {display:inline;} /*mobile only*/
.mcT {display:none;} /*Desktop & tablet */
.w500 { width: 98%; text-align:center; }
.w525 { width: 98%; text-align:center; }
.w700 { width: 98%; text-align:center; }
.sct_content .basicTable {
	width: 100%;
	margin-left: 0;
}
}
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
.mc1 {display:inline;} /*mobile only*/
.box_imgL,
.box_imgR,
.box_imgC,
.box_imgRNB,
.box_imgCNB {
	display: inherit;
	float: none;
	text-align: center;
}
.box_imgInline {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.w380 { width: 98%; }
}
@media screen and (max-width: 359px) {
/* 359px以下用（スマートフォン用）の記述 */
}

/* Sidr Dark Theme
=================================================================== */
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 360px;
	overflow-x: none;
	overflow-y: auto;
	font-size: 15px;
	background: #333333;
	color: #ffffff;
	-webkit-box-shadow: inset 0 0 5px 5px #222222;
	-moz-box-shadow: inset 0 0 5px 5px #222222;
	box-shadow: inset 0 0 5px 5px #222222
}
.sidr .sidr-inner { padding: 0 0 15px }
.sidr .sidr-inner>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr.right {
	left: auto;
	right: -360px
}
.sidr.left {
	left: -360px;
	right: auto
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
	font-size: 11px;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 0 5px;
	color: #ffffff;
	line-height: 24px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
	background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
	background-image: linear-gradient(#4d4d4d, #1a1a1a);
	-webkit-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 5px 5px 3px rgba(0,0,0,0.2)
}
.sidr p {
	font-size: 13px;
	margin: 0 0 12px
}
.sidr p a { color: rgba(255,255,255,0.9) }
.sidr>p {
	margin-left: 15px;
	margin-right: 15px
}
.sidr ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #4d4d4d
}
.sidr ul li {
	display: block;
	margin: 0;
	line-height: 48px;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #1a1a1a
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
	border-top: none;
	line-height: 49px
}
.sidr ul li:hover>a,
.sidr ul li:hover>span,
.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222222;
	-moz-box-shadow: inset 0 0 15px 3px #222222;
	box-shadow: inset 0 0 15px 3px #222222
}
.sidr ul li a,
.sidr ul li span {
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #ffffff
}
.sidr ul li a {
	background-image: url(../image/icn_whiteRMaskedArrow.png);
	background-position: 340px center;
	background-repeat: no-repeat;
}
.sidr ul li ul {
	border-bottom: none;
	margin: 0
}
.sidr ul li ul li {
	line-height: 40px;
	font-size: 13px
}
.sidr ul li ul li:last-child { border-bottom: none }
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
	border-top: none;
	line-height: 41px
}
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span,
.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span {
	-webkit-box-shadow: inset 0 0 15px 3px #222222;
	-moz-box-shadow: inset 0 0 15px 3px #222222;
	box-shadow: inset 0 0 15px 3px #222222
}
.sidr ul li ul li a,
.sidr ul li ul li span {
	color: rgba(255,255,255,0.8);
	padding-left: 30px
}
.sidr form { margin: 0 15px }
.sidr label { font-size: 13px }
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
	width: 100%;
	font-size: 13px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background: rgba(0,0,0,0.1);
	color: rgba(255,255,255,0.6);
	display: block;
	clear: both
}
.sidr input[type=checkbox] {
	width: auto;
	display: inline;
	clear: none
}
.sidr input[type=button],
.sidr input[type=submit] {
	color: #333333;
	background: #ffffff
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover { background: rgba(255,255,255,0.9) }
/*customized*/
.sidr ul li ul li ul li a,
.sidr ul li ul li ul li span {
	padding-left: 45px
}
.sidr-class-txtEN {font-family: 'Cuprum', sans-serif;}
.sidr #sidr-id-sidr_closeU,
.sidr #sidr-id-sidr_closeB {
	text-align:center;
	line-height: 37px;
}
.sidr #sidr-id-sidr_closeU a,
.sidr #sidr-id-sidr_closeB a { background-image: none;}

/* Colorbox Example2
=================================================================== */
/* Colorbox Core Style */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* User Style */
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(../jQueryAssets/colorbox/images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../jQueryAssets/colorbox/images/controls.png) no-repeat 0 0;}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


/*PRINT STYLE*/
@media print {
  @page {margin:0.4cm 0.5cm 0.5cm 0.5cm;}
	a,a:link,a:visited,a:hover,a:active{text-decoration:none; color:#03C;}
	.unprinted {display:none}
	.b2t {display:none}

}
