@charset"utf-8";

/*	common
========================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
	font-family: panton;
	src: url('../fonts/Panton-LightitalicCaps.otf') format("opentype");
}

body {
	color: #333333;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0.7pt;
	font-family: 'Noto Sans Japanese', sans-serif, 'Lucida Grande',
		'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
		Meiryo, メイリオ, sans-serif;
	font-weight: 200;

	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;

}

a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
	font-weight: 200;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		text-decoration: none;
		cursor: default;
	}
}

.wrap {
	box-sizing: border-box;
	width: 1050px;
	margin: 0 auto;
}

.links {
	color: #013D88;
	font-weight: 500;
}

.links:hover {
	color: #0A90D7;
}

.links:after {
	box-sizing: border-box;
	padding: 0.4em;
	content: '\e900';
	font-family: 'icomoon';
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
}

.pagetop img {
	width: 100px;
	height: auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 1050px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/*	#headerWrap
========================================== */
#headerWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100px;
	background: url(../images/headerBg.png) no-repeat top center #164D92;
}

header h1,
#headerNavInner {
	height: 60px;
}

header h1 img {
	float: left;
	margin: 8px 0 0;
	vertical-align: top;
}

#headerNav {
	position: absolute;
	top: 0;
	width: 100%;
}

#headerNavWrap {
	position: relative;
}

#headerNavInner {
	position: absolute;
	right: 0;
}

#headerNavInner div {
	float: left;
}

#headerNavSub {
	margin: 17px 0 0;
}

#headerNavSub li {
	position: relative;
	float: left;
	margin-right: 30px;
}

#headerNavSub li a {
	padding: 0 0 0 1.6em;
	color: #fff;
	font-size: 14px;
}

#headerNavSub li.recruitBtn a:before,
#headerNavSub li.contactBtn a:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	margin: auto 0;
	padding: 0.2em;
	color: #fff;
	font-family: 'icomoon';
	font-size: 14px;
	line-height: 1;

}

#headerNavSub li.recruitBtn a:before {
	content: '\e907';
}

#headerNavSub li.contactBtn a:before {
	content: '\e903';
}


#headerSearch {
	position: relative;
	margin: 14px 180px 0 0;
}

#headerSearch .searchInput {
	width: 200px;
	padding: 7px 25px 7px 7px;
	font-size: 11px;
}

#headerSearch .searchButton {
	position: absolute;
	top: 8px;
	right: 8px;
}

@media screen and (max-width: 1050px) {
	.hidden {
		height: 100%;
		overflow: hidden;
	}

	.wrap {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		padding: 0 15px;
	}

	#headerWrap {
		background: url(../images/headerBg_sp.png) no-repeat top left #164D92;
	}

	header h1 {
		margin-left: -10px;
	}

	header h1,
	#headerNavInner {
		height: auto;
	}

	header h1 {
		width: 130px;
	}

	header h1 img {
		width: 100%;
		height: auto;
		margin: 14px 0 0;
	}

	#headerNav {
		position: relative;
		top: 0;
		width: 100%;
	}

	#headerNavWrap {
		position: relative;
		padding: 0;
	}

	#headerNavInner {
		position: relative;
		right: auto;
	}

	#headerNavInner div {
		float: none;
	}

	#headerNavSub {
		margin: 17px 20px 10px;
	}

	#headerNavSub li {
		position: relative;
		float: none;
		margin-right: 0;
	}

	#headerNavSub li a {
		padding: 0 0 0 1.6em;
		color: #fff;
		font-size: 14px;
	}

	#headerNavSub li.recruitBtn a:before,
	#headerNavSub li.contactBtn a:before {
		position: absolute;
		top: 2px;
		left: 0;
		display: block;
		box-sizing: border-box;
		width: 14px;
		height: 14px;
		margin: auto 0;
		padding: 0.2em;
		color: #fff;
		font-family: 'icomoon';
		font-size: 14px;
		line-height: 1;

	}

	#headerNavSub li.recruitBtn a:before {
		content: '\e902';
	}

	#headerNavSub li.contactBtn a:before {
		content: '\e903';
	}

	#headerSearch {
		position: relative;
		width: 80%;
		margin: 0 20px 0;
	}

	#headerSearch .searchInput {
		box-sizing: border-box;
		width: 100%;
		padding: 7px 25px 7px 7px;
		font-size: 11px;
	}

	#headerSearch .searchButton {
		position: absolute;
		top: 8px;
		right: 8px;
	}
}



/*	#langSwich
========================================== */
#langSwich {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 23px 0 0;
}

#langSwich .wrap {
	position: relative;
}

#langSwich a {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

#langSwich a:nth-child(1) {
	right: 88px;
}

#langSwich a:nth-child(2) {
	right: 0;
}

#langSwich a::before {
	box-sizing: border-box;
	margin: auto 0;
	padding: 0 5px 0 0;
	color: #fff;
	vertical-align: middle;
	font-family: 'icomoon';
	font-size: 14px;
}

#langSwich a::before {
	content: '\e90c';
}

@media screen and (max-width: 768px) {

	#langSwich {
		margin: 25px 0 0;
	}

	#langSwich a {
		position: absolute;
		top: 0;
		height: auto;
		padding: 20px 20px 12px 0 0 0;
		color: #fff;
		font-size: 11px;
	}


	#langSwich a:nth-child(1) {
		right: 127px;
	}

	#langSwich a:nth-child(2) {
		right: 55px;
	}
}


/*	#gNavWrap
========================================== */

#gNavWrap {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #B7B7B7;
	background: #fff;
}

#gNav {
	padding: 0 0 0 80px;
}

#gNav ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

#gNav ul li>a {
	display: block;
	height: 40px;
	padding: 0 40px;
	color: #464A4C;
	font-weight: 200;
	background: url(../images/NavLine.gif) bottom left no-repeat;
	line-height: 40px;
}


#gNav li:first-child a {
	background: none;
}

#gNav ul li ul li a {
	display: none;
}

@media screen and (max-width: 1050px) {

	#headerWrap {
		height: 60px;
	}

	#gNavWrap {
		clear: both;
		width: 100%;
		height: auto;
		border-bottom: none;
		background: none;
	}

	#gNav {
		padding: 0;
	}


	#gNav ul li {
		display: block;
		height: auto;
		padding: 0;
	}

	#gNav ul li>a {
		display: block;
		display: block;
		height: auto;
		padding: 12px 20px;
		color: #fff;
		font-weight: 200;
		background: none;
		line-height: inherit;
	}

	#gNav ul li ul li a {
		display: block;
		padding: 8px 20px;
		color: #fff;
		border-left: none;
	}

	#gNav ul li:first-child a {
		border-left: none;
	}

	#gNav ul li div {
		padding: 10px 0;
		background: #222222;
	}

	/*	.spNavBtn
========================================== */

	.spNavBtn {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
		display: block;
		width: 30px;
		padding: 19px 15px;
		cursor: pointer;
	}

	.spNavBtn span {
		display: block;
		width: 100%;
		height: 4px;
		background: #fff;
	}

	.spNavBtn span:nth-of-type(2),
	.spNavBtn span:nth-of-type(3) {
		margin-top: 5px;
	}

	header.navOpen .spNavBtn span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) translateX(0) rotate(45deg);
	}

	header.navOpen .spNavBtn span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}

	header.navOpen .spNavBtn span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) translateX(0) rotate(-45deg);
	}

	#spNavWrap {
		position: fixed;
		right: -100%;
		z-index: 1;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		padding: 60px 0 0;
		opacity: 0;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	#spNavInner {
		height: 100%;
		overflow: auto;
		background: #8C9CA5;
	}

	#spNavInner::-webkit-scrollbar {
		width: 10px;
	}

	#spNavInner::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	#spNavInner::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}

	.navOpen #spNavWrap {
		right: 0;
		opacity: 1;
	}
}

/*--------------------------------------  
	メガナビゲーション
	---------------------------------------*/

#productMN,
#businessMN,
#companyMN,
#irMN,
#languageMN {
	display: none;
}

#megaNav {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 9999;
	width: 100%;
}

#megaNavWrap {
	width: 1050px;
	margin: 0 auto;
	padding: 0 15px;
	background: #EEEEEE;
}

#megaNavWrap li a {
	color: #013D81;
	font-weight: 300;
}

#megaNavWrap li a:hover {
	color: #0A90D7;
	text-decoration: underline;
}

#megaNavWrap h3 {
	padding: 0 0 20px;
	color: #BFBFBF;
	font-weight: 200;
	font-size: 29px;
}

#megaNavWrap h3:before {
	box-sizing: border-box;
	padding: 0 7px 0 0;
	color: #BFBFBF;
	vertical-align: middle;
	font-family: 'icomoon';
	font-size: 29px;
}

#megaNavWrap #irMN h3:before {
	content: '\e90d';
}

#megaNavWrap #productMN h3:before {
	content: '\e90f';
}

#megaNavWrap #businessMN h3:before {
	content: '\e90e';
}

#megaNavWrap #companyMN h3:before {
	content: '\e910';
}

#productMN,
#businessMN,
#companyMN,
#irMN {
	padding: 30px 0;
}

.leftBox,
.rightBox {
	display: inline-block;
	vertical-align: top;
}

/*---------------------  
	メガ　IR情報
	-----------------------*/

#irMN .titleBox {
	display: inline-block;
	margin: 0 23px 0 0;
	vertical-align: top;
}

#irMN .pickup {
	display: inline-block;
	margin: 60px 0 0;
	color: #013D81;
	vertical-align: top;
	font-size: 22px;
}

#irMN .pickup li:first-child {
	width: 185px;
	border-top: none;
}

#irMN .pickup li {
	height: 45px;
	border-top: 1px solid #C2C8CC;
	line-height: 45px;
}

#irMN .pickup li:after {
	box-sizing: border-box;
	padding: 0 0 0 8px;
	color: #013D81;
	content: '\e901';
	vertical-align: 0.25em;
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 11px;
}

#irMN .leftBox {
	width: 540px;
}

#irMN .rightBox {
	width: 510px;
}

#irMN .rightBox .box01 {
	height: 105px;
	margin: 0 0 20px;
	border-bottom: 1px solid #C2C8CC;
}

#irMN .rightBox figure {
	float: left;
	clear: left;
	padding: 0 20px 0 0;
}

#irMN .rightBox h4 {
	margin: 0 0 5px;
	color: #013D81;
	font-weight: 400;
	font-size: 17px;
}

#irMN .rightBox ul {
	overflow: auto;
}

#irMN .rightBox li {
	display: inline-block;
}

#irMN .rightBox li a {
	font-size: 15px;
}

#irMN .rightBox li:first-child:before {
	content: "";
}

#irMN .rightBox li:before {
	content: "｜";
}

/*---------------------  
	メガ　kitagawaについて
	-----------------------*/

#companyMN .titleBox {
	display: inline-block;
	margin: 0 23px 0 0;
	vertical-align: top;
}

#companyMN .pickup {
	display: inline-block;
	margin: 60px 0 0;
	color: #013D81;
	vertical-align: top;
	font-size: 22px;
}

#companyMN .pickup li:first-child {
	width: 185px;
	border-top: none;
}

#companyMN .pickup li {
	height: 45px;
	border-top: 1px solid #C2C8CC;
	line-height: 45px;
}

#companyMN .pickup li:after {
	box-sizing: border-box;
	padding: 0 0 0 8px;
	color: #013D81;
	content: '\e901';
	vertical-align: 0.25em;
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 11px;
}

#companyMN .leftBox {
	width: 540px;
}

#companyMN .rightBox {
	width: 510px;
}

#companyMN .rightBox .box01 {
	height: 105px;
	margin: 0 0 20px;
	border-bottom: 1px solid #C2C8CC;
}

#companyMN .rightBox figure {
	float: left;
	clear: left;
	padding: 0 20px 0 0;
}

#companyMN .rightBox h4 {
	margin: 0 0 5px;
	color: #013D81;
	font-weight: 400;
	font-size: 17px;
}

#companyMN .rightBox ul {
	overflow: auto;
}

#companyMN .rightBox li {
	display: inline-block;
}

#companyMN .rightBox li a {
	font-size: 14px;
}

#companyMN .rightBox li:first-child:before {
	content: "";
}

#companyMN .rightBox li:before {
	content: "｜";
}


/*---------------------  
	メガ　製品情報
	-----------------------*/


#productMN .leftBox,
#productMN .rightBox {
	box-sizing: border-box;
	width: 50%;
}

#productMN .leftBox {
	padding: 0 20px 0 0;
}

#productMN .rightBox {
	padding: 0 0 0 20px;
}

#productMN .menuWrap {
	clear: both;
	margin: 0 0 10px;
	padding: 15px 0 15px;
	border-top: 1px solid #B4C4D7;
}

#productMN .leftBox h3+.menuWrap,
#productMN .rightBox .menuWrap:first-child {
	border-top: none;
}

#productMN ul {
	overflow: auto;
}

#productMN .menuWrap figure {
	float: left;
	padding: 0 20px 0 0;
}

#productMN .menuWrap li {
	display: inline-block;
}

#productMN .menuWrap li a {
	font-size: 15px;
}

#productMN .menuWrap li:first-child:before {
	content: "";
}

#productMN .menuWrap li:before {
	content: "｜";
}

#productMN h4,
#productMN h4 a {
	margin: 0 0 5px;
	color: #013D81;
	font-weight: 400;
	font-size: 17px;
}


/*---------------------  
	メガ　事業紹介
	-----------------------*/

#businessMN div {
	display: inline-block;
	box-sizing: border-box;
	width: 300px;
	margin: 0 0 0 50px;
}

#businessMN h3+div {
	margin: 0 0 0 25px;
}

#businessMN div h4 {
	height: 44px;
	margin: 0 0 10px;
	color: #013D81;
	font-weight: 400;
	font-size: 22px;
	border-bottom: 1px solid #C2C8CC;
	line-height: 44px;
}

#businessMN div h4:after {
	box-sizing: border-box;
	padding: 0 0 0 8px;
	color: #013D81;
	content: '\e901';
	vertical-align: 0.25em;
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 11px;
}

#businessMN div a:hover h4,
#businessMN div a:hover h4:after {
	color: #0A90D7;
}

#businessMN div p {
	color: #646464;
	font-size: 13px;
}

#businessMN div figure {
	position: relative;
}

#businessMN div figure:before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	border: 0px solid #0A90D7;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

#businessMN div a:hover figure:before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	border: 4px solid #0A90D7;
}

#businessMN div img {
	vertical-align: bottom;
}


/*---------------------  
	メガ　language
	-----------------------*/

#languageMN {
	display: none;
}

#megaNavSub {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9999;
	width: 100%;
}

#megaNavSubWrap {
	width: 1050px;
	margin: 0 auto;
}

#megaNavSubWrap li a {
	color: #013D81;
	font-weight: 300;
}

#megaNavSubWrap li a:hover {
	color: #0A90D7;
	text-decoration: underline;
}

#megaNavSubWrap h3 {
	padding: 0 0 20px;
	color: #BFBFBF;
	font-weight: 200;
	font-size: 29px;
}

#megaNavSubWrap h3:before {
	box-sizing: border-box;
	padding: 0 7px 0 0;
	color: #BFBFBF;
	vertical-align: middle;
	font-family: 'icomoon';
	font-size: 29px;
}

#megaNavSubWrap #languageMN h3:before {
	content: '\e90c';
}

#languageMN {
	float: right;
	width: 450px;
	padding: 10px 15px;
	background: #EEEEEE;
}

#languageMN .leftBox {
	padding: 0 20px 0 0;
}

#languageMN .rightBox {
	padding: 0 0 0 20px;
}

#languageMN .menuWrap {
	clear: both;
	min-height: 60px;
	padding: 15px 0;
	border-top: 1px solid #B4C4D7;
}

#languageMN .leftBox h3+.menuWrap,
#languageMN .rightBox .menuWrap:first-child {
	border-top: none;
}

#languageMN ul {
	overflow: auto;
}

#languageMN .menuWrap figure {
	float: left;
	height: 60px;
	padding: 0 15px 0 0;
}

#languageMN .menuWrap li {
	display: inline-block;
}


#languageMN h4 a {
	margin: 0 0 5px;
	color: #013D81;
	font-weight: 400;
	font-size: 22px;
}

#languageMN div h4:after {
	box-sizing: border-box;
	padding: 0 0 0 8px;
	color: #013D81;
	content: '\e901';
	vertical-align: 0.25em;
	font-family: 'icomoon';
	font-size: 11px;
	line-height: 11px;
}

@media screen and (max-width: 1050px) {

	#megaNavSubWrap {
		width: 100%;
		margin: 0 auto;
	}

	#languageMN {
		float: none;
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		background: #EEEEEE;
	}

	#languageMN .menuWrap {
		clear: both;
		box-sizing: border-box;
		min-height: 75px;
		padding: 15px 0;
		border-top: 1px solid #B4C4D7;
	}

	#megaNavSubWrap #languageMN h3 {
		padding: 0 0 10px;
		color: #BFBFBF;
		font-weight: 200;
		font-size: 18px;
	}

	#languageMN .menuWrap figure {
		float: left;
		width: 60px;
		padding: 0 15px 0 0;
	}

	#languageMN .menuWrap figure img {
		width: 100%;
		height: auto;
	}

	#languageMN h4 a {
		margin: 0 0 5px;
		color: #013D81;
		font-weight: 400;
		font-size: 22px;
	}

}

@media screen and (max-width: 768px) {

	#languageMN {
		float: none;
		box-sizing: border-box;
		width: 100%;
		padding: 5px 15px 15px;
		background: #EEEEEE;
	}

	#languageMN .menuWrap {
		clear: both;
		min-height: 50px;
		padding: 15px 0;
		border-top: 1px solid #B4C4D7;
	}


	#megaNavSubWrap #languageMN h3 {
		padding: 5px 0 8px;
		color: #BFBFBF;
		font-weight: 200;
		font-size: 14px;
	}

	#languageMN .menuWrap figure {
		float: left;
		width: 40px;
		padding: 0 15px 0 0;
	}


	#languageMN h4 a {
		margin: 0 0 5px;
		color: #013D81;
		font-weight: 400;
		font-size: 12px;
	}

	#languageMN div h4:after {
		vertical-align: baseline;
		font-size: 9px;
		line-height: 9px;
	}

}

@media screen and (max-width: 1050px) {
	#megaNav {
		display: none;
	}
}

/*	#footerLinkWrap 20220218
========================================== */

#footerLinkWrap {
	clear: both;
	padding: 60px 0 120px;
	font-size: 12px;
	background: #F2F2F2;
}

#footerLinkInner {
	position: relative;
}

.footerLinkBox {
	display: inline-block;
	width: 182px;
	vertical-align: top;
	letter-spacing: normal;
}

.footerLinkBox ul {
	padding: 0 0 20px;
}

.footerLinkBox h3 a {
	color: #3FA9F5;
	font-weight: 500;
}

.footerLinkBox h4 a {
	color: #3FA9F5;
	font-weight: 300;
}

.footerLinkBox li a {
	color: #1A1A1A;
	font-weight: 200;
	line-height: 2em;
}


.footerLinkBox:first-child {
	margin: 0 0 0 0;
}

.footerBannerBox {
	display: inline-block;
	width: 320px;
	letter-spacing: normal;
}

.footerLinkBox a:hover {
	text-decoration: underline;
}

.footerBannerBox img {
	width: 100%;
	height: auto;
}

.footerBannerBox li {
	position: relative;
	margin: 0 0 10px;
	line-height: 0;
}

.footerBannerBox li a:before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 0px solid #013D88;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.footerBannerBox li:hover a:before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 4px solid #013D88;
}

@media screen and (max-width: 1050px) {
	.footerLinkBox {
		display: inline-block;
		width: 25%;
		vertical-align: top;
		letter-spacing: normal;
		line-height: 2em;
	}

	.footerBannerBox {
		display: block;
		width: 100%;
		letter-spacing: normal;
	}

	.footerBannerBox li {
		display: inline-block;
		box-sizing: border-box;
		width: 33.00000%;
		padding: 30px 10px 0;
		vertical-align: top;
	}
}

@media screen and (max-width: 480px) {
	#footerLinkWrap {
		padding: 30px 0 30px;
		letter-spacing: -1em;
		font-size: 12px;
		background: #F2F2F2;
	}

	.footerLinkBox {
		display: block;
		width: 50%;
		vertical-align: top;
		letter-spacing: normal;
		line-height: 2em;
	}

	.footerBannerBox {
		display: block;
		width: 100%;
		margin: 20px 0 0;
		letter-spacing: normal;
	}

	.footerBannerBox li {
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		padding: 00;
		vertical-align: top;
	}
}

/*	#footerNavWrap 20220218
========================================== */
#footerNavWrap {
	padding: 24px 0;
	background: #8C9CA5;
}

#footerNavWrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 12px;
}

#footerNavWrap ul li {
	margin: 4px 0;
	padding: 0 10px;
	color: #fff;
	border-left: 1px solid #fff;
}

#footerNavWrap ul li:first-child {
	padding: 0 10px 0 0;
	border-left: none;
}

#footerNavWrap ul li a {
	color: #fff;
	font-weight: 500;
}

#copyrights {
	padding: 16px 0 0;
	color: #fff;
	text-align: center;
	font-weight: 200;
	font-size: 11px;
}


@media screen and (max-width: 1050px) {
	#footerNavWrap {
		height: auto;
		padding: 0 0 100px;
		background: #8C9CA5;
	}

	#footerNavWrap ul {
		float: none;
		height: auto;
		padding: 23px 0 10px;
		text-align: center;
		font-size: 10px;
	}

	#copyrights {
		float: none;
		width: 100%;
		color: #fff;
		text-align: center;
		font-weight: 200;
		font-size: 9px;
		line-height: normal;
	}

}

/*--------------------------------------  
	パンくず
	---------------------------------------*/
#breadcrumb {
	position: relative;
	z-index: 1;
	padding: 20px 0 10px;
	color: #1590D0;
	font-size: 14px;
	background: #EAEAEA;
}

#breadcrumb a {
	color: #1590D0;
}

#breadcrumb a:first-child:before {
	box-sizing: border-box;
	padding: 0.4em;
	content: '\e909';
	font-family: 'icomoon';
}



@media screen and (max-width: 480px) {
	#breadcrumb {
		font-size: 14px;
	}
}

/*--------------------------------------  
	バナー
	---------------------------------------*/

.banner figure {
	position: relative;
}

.banner figure:before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 0px solid #013D88;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

.banner a:hover figure:before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 101%;
	content: "";
	border: 4px solid #013D88;
}


/*--------------------------------------  
	動画のオーバーレイ
	---------------------------------------*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	background: url('../images/pixel-screen.png');
}

@media screen and (max-width: 1050px) {
	#overlay {
		background: none;
	}
}