@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;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	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 -> legacy15.css */ 
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both
}
/* Base Setting
=================================================================== */
body {
	font: 13px/1.25em Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(51,51,51,1.00);
	background-color: rgba(247,247,247,1.00);
	margin: 0;
	padding: 0;
}
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
}
/*For RWD*/
img {
	max-width: 100%;
	height: auto;
}
/* Base Layout
=================================================================== */
/* Header ========================================================= */
#hdrCNT {
	border-bottom: 4px solid rgba(0,96,87,1.00);
	background-color: rgba(255,255,255,1.00);
}
header {
	width: 960px;
	height: 83px;
	margin: 0 auto;
}
header #hdrLogoCNT {
	float: left;
	width: 380px;
	height: auto;
}
header #hdrLogoCNT #hdrLogo {
	float: left;
	margin: 0;
	padding: 20px 0 0;
}
header #hdrLogoCNT #hdrCatch {
	line-height: 1;
	margin: 0;
	padding: 5px 0 0 0;
	width: 235px;
	float: left;
	color: rgba(0,0,0,1.00);
}
header > #hdrLogoCNT > #hdrJPX {
	margin: 10px 0 0;
	float: right;
}
header > #hdrLogoCNT > #hdrJPX > figcaption {
	display: inline-block;
	padding-left: 2px;
	font-family: 'Cuprum', sans-serif;
	font-weight: 700;
	font-size: 85%;
}
header > #hdrLinkEng {
	width: 40px;
	float: left;
	margin: 5px 0 0 120px;
}
header > #hdrLinkEng p { font-size: 85%; }
header > #hdrLinkEng p:before {
	display: inline-block;
	content: "";
	margin-left: -10px;
	border: 3px solid transparent;
	border-left-color: rgba(164,164,164,1.00);
}
header > #hdrLinkEng p a {
	color: rgba(102,102,102,1.00);
	text-decoration: none;
}
header > #hdrLinkEng p a:hover { color:#d10000 }
/*WILL DELETE*/
header #hdrLinks {
	width: 135px;
	float: left;
	margin: 5px 0 0 30px;
	font-size: 85%;
}
header #hdrLinks ul li {
	position: relative;
	float: left;
	margin: 0 10px;
	padding: 0;
}
header #hdrLinks ul li:before {
	display: inline-block;
	content: "";
	margin-left: -10px;
	border: 3px solid transparent;
	border-left-color: rgba(164,164,164,1.00);
}
header #hdrLinks ul li a {
	color: rgba(102,102,102,1.00);
	text-decoration: none;
}
header #hdrLinks ul li a:hover {
	color: #d10000
}
/* /WILL DELETE*/
header #hdrFCCNT {
	float: right;
	margin: 0 -2px 0 0;
	position: relative;
}
header #telHdrFC {
	position: absolute;
	top: 26px;
	left: 57px;
	z-index: 9;
}
header #btnHdrFC {
	position: absolute;
	top: 25px;
	right: 10px;
	z-index: 10;
}
header #btnHdrFC a {
	width: 170px;
	height: 35px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background-image: url(../image/btnFreeConsult.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
header #btnHdrFC a:hover {
	background-position: 0px -35px;
}
header #btnHdrFC a:active {
	background-position: 0px -70px;
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
	#hdrCNT {
		padding-top: 40px/*For mobile-header-bar*/;
	}
	header {
		width: 100%;
	}
	header > #hdrLinkEng {
		display: none;
	}
	header #hdrLinks {
		display: none;
	} /*WILL DELETE*/
	header #hdrLogoCNT {
		/*width: 360px;*/
		margin-left: 2px;
	}
	#hdrCNT {
		border-bottom: none; !important
	}
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
header {
	height: auto;
}
header #hdrLogoCNT {
	float: none;
	position: relative;
	width: 330px;
	height: 60px;
	margin: 2px auto 5px;
}
header #hdrLogoCNT #hdrLogo {
	float: left;
	margin: 8px 0 2px;
	padding: 0;
}
header > #hdrLogoCNT > #hdrJPX {
	height: auto;
	margin: 0 0 0 5px;
	float: right;
	position: relative;
}
header > #hdrLogoCNT > #hdrJPX > img {
	vertical-align: middle;
}
header > #hdrLogoCNT > #hdrJPX > figcaption {
	position: absolute;
	top: 25px;
	left: 45px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	padding: 0;
}
header #hdrLogoCNT #hdrCatch {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 93%;
	position: absolute;
	top: 42px;
	left: 0px;
}
header #hdrFCCNT {
	float: none;
	width: 409px;
	margin: 12px auto;
}
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
header #hdrFCCNT {
	height: auto;
	display: table;
	width: 98%;
	padding: 18px 2px 2px;
	position: relative;
	background-color: rgba(239,239,239,1.00);
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.20);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.20);
	background-image: url(../image/bg_hdrFreeConsult.png);
	background-repeat: no-repeat;
	background-position: 50% 1px;
	background-size: 75% auto;
}
header #hdrFCCNT figure {
	display: none;
}
header #btnHdrFC {
	position: relative;
	top: 0px;
	right: 0px;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
header #btnHdrFC a {
	display: block;
	margin: 0 auto;
}
header #telHdrFC {
	position: relative;
	top: 0px;
	left: 0px;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
}
}

@media screen and (max-width: 359px) {
/* 360px以下用（スマートフォン用）の記述 */
header #hdrLogoCNT {
	width: 100%;
	height: auto;
	margin-right: 2px;
	margin-left: 2px;
}
header #hdrLogoCNT #hdrLogo {
	float: none;
	text-align: center;
}
header > #hdrLogoCNT > #hdrJPX {
	float: right;
	margin-right: 20px;
	margin-bottom: 5px;
}
header #hdrLogoCNT #hdrCatch {
	top: 55px;
	left: 25px
}
}
/* global navi ==================================================== */
#gNav {
	width: 960px;
	height: 35px;
	clear: both;
	margin: 0 auto;
	border-left: 1px solid rgba(221,221,221,1.00);
}
/*親以下*/
#gNav ul {
}
#gNav ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#gNav ul li a {
	display: block;
	margin: 0;
	line-height: 1;
	text-decoration: none;
}
#gNav > ul > li > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 137px;
	height: 35px;
	padding-top: 11px;
	font-weight: bold;
	color: rgba(102,102,102,1.00);
	text-align: center;
	border-right: 1px solid rgba(221,221,221,1.00);
	font-size: 108%;
}
/*子以下*/
#gNav ul li ul {
	list-style: none;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#gNav ul li ul li {
	overflow: hidden;
	height: 0;
	border: none;
	transition: .2s;
}
#gNav ul li ul li a {
	width: 189px;
	padding: 12px 5px 12px 10px;
	background-color: rgba(0,48,79,0.90);
	text-align: left;
	color: rgba(255,255,255,1.00);
	font-size: 93%; /*font-size: 12px;*/
	font-weight: normal;
}
/*親*/
#gNav > ul > #gNavService:hover > a {
	color: #0065A8
}
#gNav > ul > #gNavNetwork:hover > a {
	color: #008575
}
#gNav > ul > #gNavAnken:hover > a {
	color: #FF7E27
}
#gNav > ul > #gNavSeminar:hover > a {
	color: #B25212
}
#gNav > ul > #gNavCorp:hover > a {
	color: #669900
}
#gNav > ul > #gNavIR:hover > a {
	color: #9886BF
}
#gNav > ul > #gNavRecruit:hover > a {
	color: #D3C611
}
/*子*/
#gNav ul > li:hover li:hover > a {
	background-color: rgba(0,48,79,1.00);
}
#gNav ul li:hover > ul > li {
	overflow: visible;
	height: 35px;
}
/*孫以下*/
#gNav ul li ul li ul {
	top: 0;
	left: 100%;
}
/*一番右の孫*/
#gNav ul li:last-child ul li ul {
	left: -100%;
	width: 100%;
}
#gNav ul li ul li ul li a {
	background-color: rgba(0,48,79,0.90);
}
#gNav ul li:hover ul li ul li:hover > a {
	background-color: rgba(0,48,79,1.00);
}
#gNav ul li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -10px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: rgba(255,255,255,1.00);
}
#gNav ul li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-left-color: rgba(255,255,255,1.00);
}
#gNav > ul > #gNavHome, #gNav > ul > #gNavSector, #gNav > ul > #gNavMANews, #gNav > ul > #gNavGlossary, #gNav > ul > #gNavPR, #gNav > ul > #gNavSitemap, #gNav > ul > #sidr_closeU, #gNav > ul > #sidr_closeB {
	display: none;
}
#mobile-header-bar {
	display: none;
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
#gNav {
	display: none;
}
/*HamburgerMenuIcon*/
#mobile-header-bar {
	display: block;
	background-color: rgba(0,78,74,0.71);
	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;
}
#breadcrumb {
	padding: 5px 0;
	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: 730px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: right;
	font-size: 116%;
	line-height: 1.6;
	border: 1px solid rgba(204,204,204,1.00);
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
	box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
}
#sidemenu {
	width: 212px;
	margin-bottom: 20px;
	float: left;
	font-size: 93%;
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
#container {
	width: 100%;
}
#breadcrumb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 10px 0;
	border-top: 1px solid rgba(230,230,230,1.00);
	border-bottom: 1px solid rgba(230,230,230,1.00);
}
#breadcrumb ol li {
	padding: 9px 0;
}
#breadcrumb ol li:nth-of-type(1), #breadcrumb ol li:nth-last-of-type(1), #breadcrumb ol li:nth-of-type(1) + li:before, #breadcrumb ol li:nth-last-of-type(2) + li:before {
	display: none;
}
#breadcrumb ol li:nth-of-type(2) {
	padding: 9px 10px 10px 10px;
}
#breadcrumb ol li:nth-of-type(2) a {
	color: rgba(255,255,255,1.00);
}
#contentsMain {
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 30px;
	float: none;
	font-size: 116%;
	line-height: 1.6;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidemenu {
	width: 100%;
	margin-bottom: 0px;
	float: none;
	font-size: 100%;
	clear: both;
}
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
#breadcrumb {
	padding: 0;
	border: none;
}
#breadcrumb ol li, #breadcrumb ol li + li:before {
	display: none;
}
#breadcrumb ol li:nth-of-type(2) {
	display: block;
	font-size: 123.1%;
}
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
}
/* global footer ================================================== */
#ftrNav {
	clear: both
}
/* Footer - Free Councel Bar */
#ftrFCCNT {
	height: 50px;
	background-color: rgba(216,211,182,1.00);
}
#ftrFCCNT aside {
	width: 710px;
	margin: 0 auto;
	padding: 2px 0;
	display: table;
}
#ftrFCBnr, #btnLinkFtrFC {
	display: table-cell;
	vertical-align: middle;
}
#btnLinkFtrFC {
	width: 170px;
}
#btnLinkFtrFC a {
	width: 170px;
	height: 35px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	background-image: url(../image/btnFreeConsult.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#btnLinkFtrFC a:hover {
	background-position: 0px -35px;
}
#btnLinkFtrFC a:active {
	background-position: 0px -70px;
	top: auto;
}
/* Footer - Navi */
#ftrNavCNT {
	border-top: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	background-color: rgba(248,247,240,1.00);
}
#ftrNavCNT2 {
	text-align: center;
}
#ftrNavi1:before, #ftrNavi1:after, #ftrNavi2:before, #ftrNavi2:after, #ftrNavi3:before, #ftrNavi3:after {
	content: "";
	display: table;
}
#ftrNavi1:after, #ftrNavi2:after, #ftrNavi3:after {
	clear: both
}
#ftrNavi1, #ftrNavi2 {
	width: 960px;
	margin: 0 auto;
}
#ftrNavi1 {
	padding: 20px 0 10px;
	border-bottom: 1px dashed rgba(180,180,180,1.00);
}
#ftrNavi2 {
	padding: 10px 0 20px;
	border-top: 1px dashed rgba(255,255,255,1.00);
}
#ftrNavi1 dl, #ftrNavi2 dl {
	width: 225px;
	float: left;
	padding-left: 5px;
	margin: 0;
	border-right: 1px dashed rgba(216,211,182,1.00);
	border-left: 1px dashed rgba(255,255,255,1.00);
	overflow: hidden;
	position: relative;
	left: -1px;
}
#ftrNavi1 .ftrNavilast, #ftrNavi2 .ftrNavilast {
	border-right: none;
}
#ftrNavi1 dt a, #ftrNavi2 dt a {
	margin: 0;
	font-size: 108%;
	font-weight: bold;
}
#ftrNavi1 dd, #ftrNavi2 dd {
	line-height: 1.1;
	margin: 0;
	padding-bottom: 1px;
}
#ftrNavi1 dd ul li, #ftrNavi2 dd ul li {
	padding-top: 0.5em;
}
#ftrNavi1 .ftrNaviSet1, #ftrNavi2 .ftrNaviSet1 {
	width: 245px;
}
#ftrNavi3 {
	padding: 5px 0;
	background-color: rgba(242,239,229,1.00);
}
#ftrNavi3 ul li {
	display: inline;
	padding: 0 0.5em;
}
#ftrNaviSNS {
	margin: 5px 0;
}
#ftrNaviSNS ul li {
	display: inline;
	padding: 0 20px;
}
#linkSNSGooglePlus a, #linkSNSFacebook a, #linkSNSTwitter a {
	width: 20px;
	height: 25px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../image/icns_SNS.png);
	background-repeat: no-repeat;
}
#linkSNSGooglePlus a {
	background-position: 0px -100px;
}
#linkSNSFacebook a {
	background-position: 0px -50px;
}
#linkSNSTwitter a {
	background-position: 0px 0px;
}
#linkSNSGooglePlus a:hover, #linkSNSGooglePlus a:active {
	background-position: 0px -125px;
}
#linkSNSFacebook a:hover, #linkSNSFacebook a:active {
	background-position: 0px -75px;
}
#linkSNSTwitter a:hover, #linkSNSTwitter a:active {
	background-position: 0px -25px;
}
/* Footer - Copyright */
#ftrCR {
	clear: both;
	padding: 5px 0 15px;
	background-color: rgba(255,255,255,1.00);
}
#ftrCR .copyright {
	text-align: center;
	font-family: 'Cuprum', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 85%;
}
#ftrCR .ftrLogoMA {
	padding-right: 10px;
}
#ftrCR .copyright br {
	display: none;
}
/* 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);
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
#ftrNavCNT {
	display: none;
}
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
#ftrFCCNT {
	height: auto;
}
#ftrFCCNT aside {
	width: 100%;
	padding: 2px 0;
	display: block;
}
#ftrFCBnr, #btnLinkFtrFC {
	display: block;
}
#btnLinkFtrFC {
	margin: 5px auto;
}
#ftrNavi3 {
	padding: 15px 0;
}
#ftrNavi3 ul li {
	padding: 0 10px;
}
#ftrNavi3 ul .ftrNavi3Promo {
	display: none;
}
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
#ftrCR .ftrLogoMA {
	padding: 15px 0 0;
}
#ftrCR .copyright br {
	display: inline;
}
}
/* Common Classes
=================================================================== */
/*ContentsMain*/
#contentsMain .sct_Lead {
	padding: 0 10px;
}
.sct_content:before, .sct_content:after {
	content: "";
	display: table;
}
.sct_content:after {
	clear: both
}
.sct_content {
	margin-top: 30px;
	padding: 0 10px;
	clear: both;
	width: auto;
}
#contentsMain .sct_contentBlock { /*with .sct_content on category home*/
	width: 710px;
	margin: 30px 10px 0 10px;
	padding: 0 0 10px;
	float: left;
}
.sct_contentBlock .box_imgR {
	margin-right: 10px;
	margin-bottom: 10px;
}
#contentsMain .sct_2column { /*two column with .sct_contentBlock on category home*/
	width: 345px;
	margin-right: 10px;
	float: left;
	clear: none;
}
.sct_2column:before, .sct_2column:after {
	content: "";
	display: table;
}
.sct_2column:after {
	clear: both
}
.sct_2columnLast {
	margin-right: 0
}
.box_img2columnTop {
	margin: -10px 0 10px;
}
article h1 {
	font-size: 138.5%;
}
article h2, article h3 {
	margin: 20px 0 10px;
	clear: both;
	font-size: 108%;
}
.sct_Lead h1 { /*pageTitle*/
	margin: 0 -10px 15px -10px;
	padding: 10px 0 10px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1;
	/*letter-spacing: 0.1em;*/
	border-bottom: 5px solid rgba(238,238,238,1.00);
	-webkit-box-shadow: 0px 1px 1px rgba(190,190,190,1.00);
	box-shadow: 0px 1px 1px rgba(190,190,190,1.00);
}
.sct_content > h2:first-child {
	margin-top: 10px;
}
.sct_contentBlock > h2:first-child {
	margin-top: 0px;
}
.sct_content .block_2column {
	width: 330px;
	margin: 0px 0px 10px;
	padding: 10px;
	display: block;
	float: left;
}
.sct_content .block_2column:nth-child(2n+1) {
	margin-right: 10px;
	clear: left;
}
.sct_content .block_2column:before, .sct_content .block_2column:after {
	content: "";
	display: table;
}
.sct_content .block_2column:after {
	clear: both
}
.headtitle01 {
	margin-top: 30px;
	padding: 4px 5px;
	border: 1px solid rgba(146,158,164,1.00);
	border-left-width: 10px;
	background-color: rgba(243,243,243,1.00);
	-webkit-box-shadow: 1px 1px 1px rgba(218,218,218,1.00);
	box-shadow: 1px 1px 1px rgba(218,218,218,1.00);
}
.headtitle02 {
	margin-top: 15px;
	border-bottom: 1px dashed rgba(204,204,204,1.00);
}
.headtitle03 {
	margin-top: 15px;
	padding: 0;
}
.sct_content .headtitle02, .sct_content .headtitle03 {
	margin-left: 15px;
}
.sct_content .block_2column .headtitle02, .sct_content .block_2column .headtitle03 {
	margin-top: 0;
	margin-left: 0
}
.sct_Lead p {
	margin-bottom: 0.75em;
}
.sct_content p, .sct_content ul {
	margin: 0 10px 0.75em 15px;
}
.sct_content ul {
	padding-left: 1em;
}
.sct_content ul > li > ul {
	margin-left: -15px;
}
.sct_Lead ul li, .sct_content ul li {
	padding-left: 1em;
}
.sct_Lead ul li:before, .sct_content ul li:before {
	content: "";
	height: 6px;
	width: 6px;
	margin-top: 6px;
	margin-left: -1em;
	float: left;
	border: 3px solid rgba(164,164,164,1.00);
	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_contentBlock h2 {
	height: 28px;
	margin-top: 0px;
	padding-top: 2px;
	padding-left: 10px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	border-left: 5px solid rgba(255,255,255,0.30);
	background-color: rgba(102,102,102,1.00);
	background-image: url(../image/bgHPatternH.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.20);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.20);
}
.sct_contentBlock .box_imgR {
	margin-right: 10px;
	margin-bottom: 10px;
}
.sct_contentBlock .txtR {
	margin-right: 5px;
}
/*nav@contentsMain*/
.sct_links:before, .sct_links:after {
	content: "";
	display: table;
}
.sct_links:after {
	clear: both
}
.sct_links {
	padding: 10px;
	margin: 20px 10px;
	clear: both;
	text-align: right;
	border: 1px solid rgba(204,204,204,1.00);
}
/*subNavi*/
#subNavi h2 {
	padding: 91px 0 8px 0;
	margin-bottom: 4px;
	font-size: 108%;
	font-weight: bold;
	text-align: center;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	border-color: rgba(204,204,204,1.00);
	background-color: rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
	box-shadow: 0px 2px 4px rgba(204,204,204,1.00);
}
#subNavi ul li, #relativeNavi ul li {
	padding: 8px 0px 8px 12px;
	position: relative;
}
#subNavi > ul > li:before, #relativeNavi > ul > li:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 12px;
	left: 0px;
	width: 9px;
	height: 9px;
	margin-right: 3px;
	background-color: #666666;
}
#subNavi > ul > li:after, #relativeNavi > ul > li:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 14px;
	left: 3px;
	width: 0;
	height: 0;
	border: 2px solid transparent;
	border-left: 4px solid #FFFFFF;
}
#subNavi > ul > li {
	border-bottom: 1px solid #CCCCCC;
	-webkit-box-shadow: 1px 0px #FFFFFF;
	box-shadow: 0 1px 0 #FFFFFF;
}
#subNavi > ul > li.nb, #subNavi > ul > li:last-child {/*IE9以上*/
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#subNavi > ul > li.nb {
	padding-bottom: 0px;
}
#subNavi > ul > li > ul li, #relativeNavi > ul > li > ul li {
	margin-left: 0px;
	padding: 4px 0 0 0;
	border: none;
	background: none;
}
#subNavi > ul > li > ul li:before, #relativeNavi > ul > li > ul li:before {
	display: inline-block;
	content: "";
	margin-right: 3px;
	margin-left: -9px;
	border: 2px solid transparent;
	border-left: 4px solid rgba(127,127,127,1.00);
}
#subNavi > ul > li > ul ul li, #relativeNavi > ul > li > ul ul li {
	margin-left: 0;
}
#relativeNavi h3 {
	height: 19px;
	margin: 20px 0 0 0;
	padding: 6px 0px 0px 10px;
	color: rgba(255,255,255,1.00);
	font-weight: normal;
	font-size: 93%;
	line-height: 1;
	border-left: 4px solid rgba(102,102,102,1.00);
	background-color: rgba(154,154,154,1.00);
	background-image: url(../image/bgHPattern.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.sidemenu2nd_2tier li {
	width: 90px;
	margin-right: 5px;
	padding-right: 5px;
	display: inline-block;
}
.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: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
#contentsMain .sct_contentBlock {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	float: none;
}
.sct_contentBlock .box_imgR {
	margin: 10px auto 20px;
}
#contentsMain .sct_2column {
	float: left;
	width: 48%;
	margin-right: 10px;
	margin-bottom: 20px;
}
.box_img2columnTop {
	margin: -10px 0 10px;
	text-align: center;
}
#relativeNavi {
	display: none;
}
#subNavi h2 {
	padding: 91px 0 8px 0;
	margin-bottom: 4px;
	font-size: 123.1%;
	border-width: 5px 0px 0px 0px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#subNavi ul li {
	margin: 0 20px;
	line-height: 2;
}
#subNavi > ul > li:before {
	top: 17px;
}
#subNavi > ul > li:after {
	top: 19px;
}
.sidemenu2nd_2tier li {
	width: auto;
	margin-right: 0;
	padding-right: 0;
	display: block;
}
.sct_getAdobeReader {
	margin: 30px 0 10px;
}
.sct_content .block_2column {
	width: 46%;
}
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
.sct_content .headtitle02, .sct_content .headtitle03, .sct_content p, .sct_content ul {
	margin-left: 0;
	margin-right: 0;
}
.sct_content ul li, .sct_content ul.list_2Tier li {
	padding-left: 0;
}
.sct_contentBlock p, .sct_contentBlock ul {
	margin-left: 10px;
	margin-right: 10px;
}
#contentsMain .sct_2column {
	width: 100%;
	float: none;
}
.box_img2columnTop {
	margin: -10px 0 10px;
}
.sct_content .block_2column {
	width: 44%;
}
.sct_content ul.column3 li {
	padding-left: 15px;
}
.sct_getAdobeReader {
	text-align: center;
}
.sct_getAdobeReader .bnr_getAcrobatReader {
	float: none;
	margin-right: 0;
}
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
.sct_content .block_2column {
	width: 100%;
}
.sct_content .block_2column:nth-child(2n+1) {
	margin-right: 0;
}
.sct_content ul.column2 li, .sct_content ul.column3 li {
	width: auto;
	float: none;
}
}
/* Multipurpose Classes
=================================================================== */
.mc1, .mc2, .mc3 {
	display: none;
} /*mobile only*/
.clrBoth {
	clear: both !important
}
.colorCI {
	color: rgba(0,96,87,1.00)
} /*CI color DIC644*/
.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-36 {
	margin-top: -36px !important
}
.mt-24 {
	margin-top: -24px !important
}
.mt00 {
	margin-top: 0px !important
}
.mt05 {
	margin-top: 5px !important
}
.mt10 {
	margin-top: 10px !important
}
.mt20 {
	margin-top: 20px !important
}
.mt40 {
	margin-top: 40px !important
}
.mr00 {
	margin-right: 0px !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
}
.ml16 {
	margin-left: 16px !important
} /*no link lists without i on sct_contentBlock*/
.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;
}
.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;
}
.w125 {
	width: 125px;
}
.w140 {
	width: 140px;
}
.w150 {
	width: 150px;
}
.w190 {
	width: 190px;
	text-align: center;
}
.w200 {
	width: 200px;
}
.w220 {
	width: 220px;
}
.w230 {
	width: 230px;
}
.w260 {
	width: 260px;
}
.w320 {
	width: 320px;
}
.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_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);
}
.icn_exlink {
	padding-right: 16px;
	background-image: url(../image/icon_blank_b.png);
	background-position: right center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
.mc3 {
	display: inline;
} /*mobile only*/
.mcD {
	display: none;
} /*desktop only*/
.sct_linkPN .link_prevPage, .sct_linkPN .link_nextPage {
	width: 48%;
}
}

@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;
}
.box_prominent {
	padding-left: 20px;
}
.sct_content .box_prominent {
	margin-left: 0;
	padding-left: 5px;
}
.conceptImage {
	width: 60px;
	height: 60px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.box_imgL, .box_imgR, .box_imgRNB {
	display: block;
	float: none;
	margin: 10px auto 20px;
}
.sct_linkPN .link_prevPage, .sct_linkPN .link_nextPage {
	width: 100%;
	float: none;
}
.link_intPage, .link_extPage {
	line-height: 2;
}
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
.mc1 {
	display: inline;
} /*mobile only*/
.box_imgInline {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.w320, .w335, .w350, .w380 {
	width: 98%;
	text-align: center;
}
.box_imgL, .box_imgR, .box_imgRNB {
	margin-left: -10px;
	margin-right: 0;
}
figure.w320 {
	margin-left: auto;
	margin-right: auto;
}
.w320 figcaption {
	text-align: center;
}
}
/* Sidr Dark Theme
=================================================================== */
.sidr {
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	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: -260px
}
.sidr.left {
	left: -260px;
	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: 240px 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;
	-webkit-transform: translate3d(0, 0, 0);
}
#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 {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
/* User Style */
#cboxOverlay {
	background: #000;
	opacity: 0.8 !important;
	filter: alpha(opacity = 80) !important;
}
#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: #ffffff;
	font-size: 15px;
}
#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: 40px;
	height: 40px;
	position: absolute;
	top: -40px;
	background: url(../jQueryAssets/colorbox/images/controls_ma.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 -40px;
}
#cboxNext {
	background-position: -40px 0px;
	right: 22px;
}
#cboxNext:hover {
	background-position: -40px -40px;
}
#cboxClose {
	background-position: -80px 0px;
	right: 0;
}
#cboxClose:hover {
	background-position: -80px -40px;
}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
	right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
	background-position: -120px -40px;
	right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
	background-position: -160px -40px;
}
.cboxSlideshow_off #cboxSlideshow {
	background-position: -160px 0px;
	right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
	background-position: -120px -40px;
}

/*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;
}
#ftrNavCNT {
	page-break-before: always
}
.unprinted {
	display: none
}
#gNav,  .b2t {
	display: none
}
.icn_NEW:before {
	content: "*"
}
}
/* RTP Consul Banner
=================================================================== */
#rtp_consul {
	background-color: rgba(0,0,0,0.3);
	height: 110px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	transition: 0.3s;
	z-index: 9999;
}
#rtp_consul .inner {
	width: 960px;
	margin: 10px auto;
}
#rtp_consul .inner .box_consul {
	width: 475px;
	height: 90px;
	background-color: #ffffff;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
#rtp_consul .inner .box_consul.tel {
	margin-right: 10px;
}
#rtp_consul .inner .box_consul .box_title {
	margin-bottom: 10px;
	font-size: 16px;
	color: #BB0000;
}
#rtp_consul .inner .box_consul .box_msg {
	font-size: 14px;
	color: #555555;
	margin-bottom: 6px;
}
#rtp_consul .inner .box_consul .box_phone {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-left: 30px;
}
#rtp_consul .inner .box_consul .box_phone::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	background: #BB0000 url(../image/icon_rtp_phone.png) no-repeat center center;
	background-size: 16px 16px;
	left: 0;
	top: -2px;
}
#rtp_consul .inner .btn_consul {
	display: block;
	width: 100%;
	background-color: #BB0000;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	font-size: 18px;
	border-radius: 4px;
	box-shadow: 0 3px 0 #660000;
	box-sizing: border-box;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
#rtp_consul .inner .btn_consul:hover {
	background-color: #D60000;
}
#rtp_consul .inner .btn_consul:active {
	top: 3px;
	box-shadow: none;
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}
#rtp_consul .inner .btn_consul::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 15px;
	width: 6px;
	height: 6px;
	vertical-align: middle;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rtp_consul .close {
	position: absolute;
	width: 50px;
	height: 24px;
	background-color: rgba(0,0,0,0.3);
	top: -24px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
#rtp_consul .close:hover {
	background-color: rgba(0,0,0,0.6);
}
#rtp_consul .close:after {
	position: absolute;
	content: "";
	left: 50%;
	top: 4px;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-left: -5px;
}
#rtp_consul.off .close:after {
	transform: rotate(-45deg);
	top: 10px;
}
#rtp_consul.off {
	margin-bottom: -110px;
}
#rtp_consul.webonly .inner .box_consul.tel {

}
#rtp_consul.webonly .inner .box_consul.web {
	margin-left: 0;
}

@media screen and (max-width: 960px) {
	#rtp_consul {
		height: auto;
	}
	#rtp_consul .inner {
		width: 94%;
		padding: 3% 3% 0 3%;
		margin: 0;
	}
	#rtp_consul .inner .box_consul {
		width: 100%;
		height: auto;
		padding: 10px;
		box-sizing: border-box;
	}
	#rtp_consul.off {
		margin-bottom: 0px;
		top: 100%;
	}
	#rtp_consul.webonly .inner .box_consul.web {
		margin-left: 0;
	}
}
/* RTP Footer Banner
=================================================================== */
#ftrBnr {
	text-align: center;
}
#ftrBnr aside {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#ftrBnr aside #rtp_footer {
	margin: 6px 0 20px;
}
#ftrBnr aside #rtp_footer:empty {
	display: none;
}
#ftrBnr aside #rtp_footer a img.hvr_op {
	transition: 0.2s;
	opacity: 1;
	position: relative;
}
#ftrBnr aside #rtp_footer a:hover img.hvr_op {
	opacity: 0.8;
}

@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
	#ftrBnr aside {
		width: 100%;
	}
	#ftrBnr aside #rtp_footer {
		margin: 20px 10px;
	}
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
	#ftrBnr aside #rtp_footer {
		margin: 10px;
	}
}

/*2017.2 サイト内検索
=================================================================== */
header > #hdrLinkEng17 {
	width: 40px;
	float: left;
	margin: 13px 0 0 274px;
}
header > #hdrLinkEng17 p {
	font-size: 85%;
}
header > #hdrLinkEng17 p:before {
	display: inline-block;
	content: "";
	margin-left: -10px;
	border: 3px solid transparent;
	border-left-color: rgba(164,164,164,1.00);
}
header > #hdrLinkEng17 p a {
	color: rgba(102,102,102,1.00);
	text-decoration: none;
}
header > #hdrLinkEng17 p a:hover {
	color: #d10000
}
.hdr_searchForm {
	position: relative;
	float: right;
	margin: 10px 296px 0 0;
}
.hdr_searchQuery {
	width: 128px;
	height: 19px;
	font-size: 12px;
	background: #eee;
	border: none;
	padding: 4px 4px 4px 8px;
	color: #797979;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.hdr_searchSubmit {
	position: absolute;
	top: 0;
	left: 140px;
	padding: 6px;
	border: 0;
	width: 27px;
	height: 27px;
	background: #006057 url(../../common/image/icon_search.png) no-repeat center center;
	background-size: 16px	16px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: pointer;
	transition: 0.2s;
}
.hdr_searchSubmit:hover {
	background-color: rgba(0,122,113,1.0);
}
#ftrSEARCH {
	background: #eceaea;
	padding: 12px 0;
	box-sizing: border-box;
}
.ftr_searchForm {
	margin: 0 auto;
	width: 460px;
	vertical-align: top;
}
.ftr_searchQuery {
	width: 360px;
	font-size: 15px;
	background: #fff;
	border: none;
	padding: 8px 4px 8px 8px;
	color: #797979;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #006057;
	display: block;
	float: left;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.ftr_searchSubmit {
	border: 0;
	width: 100px;
	height: 32px;
	background: #006057 url(../../common/image/icon_search.png) no-repeat 22px center;
	background-size: 16px 16px;
	cursor: pointer;
	text-align: left;
	padding-left: 44px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	transition: 0.2s;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.ftr_searchSubmit:hover {
	background-color: rgba(0,122,113,1.0);
}
*:first-child + html .hdr_searchSubmit {
	top: 1px;
}

header #hdrFCCNT17 {
	float: right;
	/*margin: 15px -2px 0 0;*/
	margin: 15px 0 0;
	position: relative;
}
header #telHdrFC17 {
	position: absolute;
	top: 22px;
	left: 0px;
	z-index: 9;
}
header #btnHdrFC17 {
	position: absolute;
	top: 22px;
	right: 0;
	z-index: 10;
}
header #btnHdrFC17 a {
	width: 89px;
	height: 31px;
	display: block;
	color: rgba(255,255,255,1.00);
	font-size: 108%;
	font-weight: bold;
	line-height: 30px;
	text-decoration-line: none;
	text-decoration: none;
	text-align: center;
	border: 1px solid rgba(185,0,0,1.00);
	border-radius: 4px;
	background-color: rgba(185,0,0,1.00);
	background-image: url(../../image/arrow_w.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 5px 8.5px;
	box-shadow: 0px 2px 0px 0px rgba(151,0,0,1.00);
	-webkit-box-shadow: 0px 2px 0px 0px rgba(151,0,0,1.00);
}
header #btnHdrFC17 a:hover {
	background-color: rgba(242,0,0,1.00);
}
header #btnHdrFC17 a:active {
	position: relative;
	top: 1px;
	box-shadow: 0px 1px 0px 0px rgba(151,0,0,1.00);
	-webkit-box-shadow: 0px 1px 0px 0px rgba(151,0,0,1.00);
}
#spSearch{display: none;}


@media screen and (max-width: 939px) {
/* 939px以下用（タブレット用）の記述（コンテンツ幅） */
	header #hdrFCCNT17 {
		margin-right: 2px;
	}
	.pc {display: none;}
	header > #hdrLinkEng17 {display: none;}
	.tcon-search--xcross {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(../../common/image/icon_search.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 28px 28px;
	}

	#SS_searchForm2 {
		width: 100%;
		height: 46px;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	#SS_searchQuery2 {
		width: 75%;
		height: 100%;
		border: 0;
		padding: 10px;
		box-sizing: border-box;
		overflow: hidden;
		font-size: 16px;
		display: block;
		float: left;
	}
	#SS_searchSubmit2 {
		width: 25%;
		height: 100%;
		box-sizing: border-box;
		padding: 2px 0 0 24px;
		background: url(../../common/image/icon_search.png), #006057;
		background-repeat: no-repeat;
		background-position: 20%;
		background-size: 18px 18px;
		color: #ffffff;
		border: 0;
		cursor: pointer;
		font-size: 18px;
		font-weight: bold;
		overflow: hidden;
	}
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
	header #hdrFCCNT17 {
		float: none;
		height: auto;
		display: table;
		width: 70%;
		margin: 2% auto;
		padding: 18px 2px 2px;
		position: relative;
		background-image: url(../image/bg_hdrFreeConsult.png);
		background-repeat: no-repeat;
		background-position: 50% 1px;
		background-size: 75% auto;
	}
	header #hdrFCCNT17 figure {display: none;}
	header #btnHdrFC17 {
		position: relative;
		top: 0;
		right: 0;
		display: table-cell;
		width: 40%;
		vertical-align: middle;
	}
	header #btnHdrFC17 a {
		display: block;
		margin: 0 auto;
	}
	header #telHdrFC17 {
		position: relative;
		top: 0;
		left: 0;
		display: table-cell;
		width: 60%;
		vertical-align: middle;
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
	header #hdrFCCNT17 {
		height: auto;
		display: table;
		width: 98%;
		padding: 18px 2px 2px;
		position: relative;
		background-image: url(../image/bg_hdrFreeConsult.png);
		background-repeat: no-repeat;
		background-position: 50% 1px;
		background-size: 75% auto;
	}
	header #hdrFCCNT17 figure {display: none;}
	header #btnHdrFC17 {
		position: relative;
		top: 0px;
		right: 0px;
		display: table-cell;
		width: 40%;
		vertical-align: middle;
	}
	header #btnHdrFC17 a {
		display: block;
		margin: 0 auto;
	}
	header #telHdrFC17 {
		position: relative;
		top: 0px;
		left: 0px;
		display: table-cell;
		width: 60%;
		vertical-align: middle;
		text-align: center;
	}
}

/*================================================================= */
