@charset "utf-8";

/*-------------------------------------------
a
-------------------------------------------*/
#gnav a,
#breadcrumbs a,
#foot_navi a {
	color: #0842b2;
	text-decoration: none;
}
#gnav a:hover,
#breadcrumbs a:hover,
#foot_navi a:hover {
	color: #666;
	text-decoration: underline;
}
/*-------------------------------------------
header
-------------------------------------------*/
#header {
	position: relative;
	min-height: 70px;
	background-color: #2e58ca;
	background-size: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2e58ca), to(#1b35a3));
	background-image: linear-gradient(#2e58ca 0%, #1b35a3 100%);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 1.4;
}
#header .inner {
	position: relative;
	width: 910px;
	margin: 0 auto;
}

#global-logo {
	position: absolute;
	top: 20px;
/*	bottom: 0;*/
	margin: auto;
}

#snav {
	position: absolute;
	right: 0;
	top: 6px;
}
#snav li {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	font-size: 12px;
}
#snav a {
	color: #fff;
	text-decoration: none;
}
#snav a:hover {
	opacity: .7;
}

.arrow-link-list03 a {
	min-height: 7px;
	padding-left: 10px;
	background-image: url(/images/tp001/shared/arrow_style03.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

#search-area {
	position: absolute;
	right: 0;
	top: 35px;
}
#search-area #srchInput ,
#search-area #SS_searchQuery {
	width: 233px;
	height: 26px;
	margin-right: 10px;
	padding: 2px 10px;
	border: 1px solid #d9d9d9;
	font-size: 16px;
}

.navBtnChk,
.lineupNaviBtn {
	display: none;
}

@media screen and (max-width: 767px) {
	#header {
		min-height: 45px;
	}
	#header .inner {
		width: 100%;
	}
	#global-logo {
		top: 12px;
		left: 10px;
		bottom: inherit;
	}
	#global-logo img {
		width: auto;
		height: 20px;
	}

	#snav,
	#search-area {
		display: none;
	}

	.lineupNaviBtn {
		display: block;
		position: absolute;
		right: 7px;
		top: 7px;
		width: 30px;
		height: 31px;
		background-image: url(/images/apply/shared/ico_menu.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: cover;
	}
	.navBtnChk:checked + .lineupNaviBtn {
		background-position: 0 bottom;
	}
}

/*-------------------------------------------
gnav
-------------------------------------------*/
#gnav {
	min-width: 910px;
	background-color: #f7f6f6;
	text-align: center;
}
#gnav ul {
	overflow: hidden;
	min-width: 910px;
	background-image: url(/images/tp001/shared/gnavi_line.gif);
	background-position: right center;
	background-repeat: no-repeat;
	white-space: nowrap;
}
#gnav li {
	display: inline-block;
	max-width: 178px;
	width: 100%;
	height: 28px;
	background-image: url(/images/tp001/shared/gnavi_line.gif);
	background-position: left center;
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#gnav li a {
	display: block;
	padding: 7px 0;
	line-height: 1.4;
}
#gnav li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.navBtnChk + .lineupNaviBtn + #gnav {
		min-width: inherit;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.navBtnChk:checked + .lineupNaviBtn + #gnav {
		max-height: 280px;
		opacity: 1;
	}
	#gnav .inner {
		padding: 0;
	}
	#gnav ul {
		min-width: inherit;
		border: 1px solid #cbd4e6;
		background-image: none;
	}
	#gnav li {
		display: block;
		height: auto;
		max-width: inherit;
		background-image: none;
		text-align: left;
	}
	#gnav li:not(:last-child) {
		border-bottom: 1px solid #cbd4e6;
	}
	#gnav li a {
		padding: 15px;
	}
}

/*-------------------------------------------
breadcrumbs
-------------------------------------------*/
#breadcrumbs {
	width: 910px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	font-size: .6875rem;
}
#breadcrumbs li {
	display: inline;
}
#breadcrumbs li:not(:last-child)::after {
	content: ">";
	padding: 0 5px;
}

@media screen and (max-width: 767px) {
	#breadcrumbs {
		width: auto;
		padding: 0;
		border-bottom: 1px solid #f3f3f3;
		font-size: .7143rem;
		overflow-x: auto;
	}
	#breadcrumbs .path {
		white-space: nowrap;
	}
	#breadcrumbs li {
		position: relative;
	}
	#breadcrumbs li:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 4px;
		right: 0;
		border-top: 1px solid #dadada;
		border-right: 1px solid #dadada;
		width: 21px;
		height: 21px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		padding: 0;
	}
	#breadcrumbs a,
	#breadcrumbs span {
		height: 30px;
		display: inline-block;
		padding: 0 25px 0 10px;
		line-height: 30px;
		vertical-align: top;
	}
	#breadcrumbs a {
		color: #0050a3;
	}
}

/*-------------------------------------------
pageTop
-------------------------------------------*/
.pageTopWrap {
	position: fixed;
	right: 20px;
	bottom: -45px;
	width: 100%;
	z-index: 9998;
	opacity: 0;
}
.pageTopWrap.show {
	bottom: 58px;
	opacity: 1;
}
.pageTopWrap2 {
	position: relative;
	display: none;
}
.btnPageTop {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #0081cc url(/common/images/arr_pageTop.png) center 45% no-repeat;
	background-size: 60% auto;
	color: rgba(255, 255, 255, 0);
	text-indent: -9999px;
	opacity: 1;
	overflow: hidden;
	z-index: 9998;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.pageTopWrap2 .btnPageTop {
	top: -55px;
}
.btnPageTop:hover {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	.pageTopWrap {
		width: 100%;
		right: 5px;
	}
	.pageTopWrap2 {
		display: block;
	}
	.btnPageTop {
		right: 10px;
	}
	.pageTopWrap2 .btnPageTop {
		right: 15px;
	}
	.btnPageTop:hover {
		opacity: 1;
	}
	.pageTopWrap.show {
		bottom: 56px;
	}
	.pageTopWrap.fix {
		bottom: 0;
	}
}

/*-------------------------------------------
footer
-------------------------------------------*/
footer {
	background: #fff;
	color: #333;
	font-size: 10px;
}
footer a {
	color: #0842b2;
	text-decoration: none;
}
footer a:hover {
	color: #666;
	text-decoration: underline;
}
#foot_navi {
	width: 910px;
	margin: 0 auto;
	padding: 15px 0;
	background: #fff;
	line-height: 1.4;
	text-align: center;
}
#foot_navi li {
	position: relative;
	display: inline;
	padding: 0 7px 0 3px;
}
#foot_navi li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1em;
	background: #cbcbcb;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#footer {
	width: 910px;
	margin: 0 auto;
	padding: 10px 0 25px 10px;
	background: #fff;
	background: linear-gradient(to bottom, #b7b7b7 0%, #fff 4px);
  text-align: center;
}
#footer .row1 {
  text-align: left;
	overflow: hidden;
}
#footer .row1 .left {
	position: relative;
	float: left;
	width: 600px;
}
#footer .copy {
	position: absolute;
	display: block;
	top: 30px;
}
#footer .row1 .right {
	float: right;
	padding-left: 10px;
	border-left: 1px solid #999;
}
#footer .footerLinkList {
	margin-top: 15px;
	font-size: 1.1em;
}
#footer .footerLinkList li {
	position: relative;
	display: inline-block;
	padding: 0 7px 0 7px;
}
#footer .footerLinkList li:first-child {
	padding-left: 0;
}
#footer .footerLinkList li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1em;
	background: #cbcbcb;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#footersupport {
	width: 910px;
	margin: 30px auto 30px;
	padding: 0px 15px;
	border: 1px solid #cbd4e6;
}
#footersupport .col3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footersupport .col3 > * {
	width: 34%;
	margin: 15px 0;
	padding: 0 15px;
}
#footersupport .col3 > *:not(:last-child) {
	border-right: 1px solid #cbd4e6;
}
#footersupport .tit-style4 {
	font-size: 1.4em;
	font-weight: bold;
}
#footersupport .arrow-link-list {
	margin: 5px 0;
}
#footersupport .arrow-link-list li {
	padding: 3px 0;
	margin-right: 10px;
}
#footersupport a {
	color: #333;
	font-size: 1.2em;
}
#footersupport .arrow-link-list.arrow-bk a {
	padding-left: 15px;
	background-image: url(/images/tp001/shared/arrow_style04.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}
#footersupport .col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #cbd4e6;
}
#footersupport .col2 > * {
	width: 50%;
	margin: 15px 0;
	padding: 0 15px;
}
#footersupport .arrow-link-list02 a {
	padding-left: 15px;
	background-image: url(/images/tp001/shared/arrow_link.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}
.foot-discription-area {
	width: 910px;
	margin: 0 auto 30px;
	color: #666;
	font-size: 1.2em;
}

#spSv,
#ftNavA,
.cardTop #foot_navi,
.spCopy {
	display: none;
}

@media screen and (max-width: 767px) {
	#foot_navi,
	#footer .row1,
	.cardTop #spSv,
	.cardTop #ftNavA li:not(.form_in) {
		display: none;
	}

	footer {
		font-size: 12px;
	}
	#spSv {
		display: block;
		border-top: solid 1px #274ab2;
		border-bottom: solid 1px #274ab2;
	}
	#spSv dd {
		margin-bottom: 1px;
		border-bottom: solid 1px #d4dbf0;
	}
	#spSv dd a {
		display: block;
		padding: 10px;
		color: #274ab2;
		font-size: 1.084em;
		font-weight: bold;
		text-decoration: none;
	}
	#ftNavA {
		display: block;
		margin-top: 1px;
		padding: 15px 10px 10px 10px;
		border-bottom: dotted 1px #274ab2;
		border-top: solid 1px #d4dbf0;
	}
	#ftNavA li {
		padding-left: 8px;
		margin-bottom: 7px;
		background: url(/cmn_data/img/listmark01.gif) left 0.5em no-repeat;
	}
	#ftNavA li a {
		color: #333;
	}
	#ftNavA li.form_in {
		margin-top: 20px;
		padding: 0;
		background: none;
	}
	#SS_searchFormSP {
		margin-bottom: 2em;
		padding: 10px;
		border-radius: 3px;
		background-color: #b6b8c2;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
	}
	#SS_searchQuery {
		width: 88%;
		height: 30px;
		padding-left: 0.5em;
		border-width: 1px;
		border-color: rgb(246, 246, 246);
		border-style: solid;
		border-radius: 2px;
		background-color: #fff;
		-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
		box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1.334em;
	}
	#SS_searchSubmit {
		float: right;
		width: 10%;
		height: 30px;
		padding: 0;
		border: none;
		background-position: center center;
		border-radius: 3px;
		background-color: #3f4ea3;
		background-image: url(/spn/spn_cmn/img/icn_seek.png);
		background-repeat: no-repeat;
		background-size: 17px auto;
		-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
		color: #FFFFFF;
		font-size: 18px;
		text-indent: 200%;
		white-space: nowrap;
		overflow: hidden;
		outline: none;
	}
	#footer {
		width: 100%;
		padding: 0;
		background: #fff;
	}
	#footer .footerLinkList {
		margin-top: 0;
		padding: 10px 10px 60px;
		font-size: 1em;
		text-align: center;
	}
	#footer .footerLinkList li {
		margin-bottom: 6px;
	}
	#footer .footerLinkList li.rsp {
		padding-right: 0;
	}
	#footer .footerLinkList li.rsp::after {
		content: none
	}
	#footer .footerLinkList a {
		color: #333;
	}
	.spCopy {
		display: block;
		padding: 10px 0 10px 0;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #274AB2), color-stop(61%, #1B3479));
		background: linear-gradient(to bottom, #274AB2 12%, #1B3479 61%);
		color: #fff;
		font-size: 11px;
		line-height: 1.4;
		text-align: center;
	}

	#footersupport {
		width: 100%;
		margin: 30px auto 0;
		padding: 0px 15px;
		border: none;
	}
	#footersupport .col3 {
		display: block;
	}
	#footersupport .col3 > * {
		width: 100%;
		padding: 0;
	}
	#footersupport .col3 > *:not(:last-child) {
		border-right: none;
	}
	#footersupport .tit-style4 {
		font-size: 1.167em;
	}
	#footersupport li a {
		font-size: 1em;
	}
	#footersupport .arrow-link-list a {
		display: block;
		margin-bottom: 2px;
		padding: 5px 15px;
	}
	#footersupport .col2 {
		display: block;
	}
	#footersupport .col2 > * {
		width: 100%;
		padding: 0;
	}
	#footersupport .col2 .tit-style4 {
		margin-bottom: 10px;
	}
	.cardTop #ftNavA {
		border: none;
	}
	.cardTop #ftNavA li.form_in {
		margin-top: 0;
	}
	.cardTop #SS_searchFormSP {
		margin-bottom: 3em;
	}
	.foot-discription-area {
		width: 100%;
		padding: 0 10px;
		font-size: 1em;
	}
	#ftNavA + .foot-discription-area {
		margin-top: 20px;
	}
}