@charset "utf-8";

/*---------------
header
------------------*/
#headerArea {
	position: relative;
	padding-top: 4px;
	border-bottom: 1px solid #ccc;
}

#headerArea::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(#b71e27 0%,#e02530 100%);
}

#headerArea .page-name {
	margin-top: 5px;
	font-size: 1.1429rem/*16px*/;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#headerArea .inner {
		padding: 11px 15px;
	}

	#headerArea .logo {
		width: 110px;
	}
}

/*---------------
footer
------------------*/
#pageTopArea{position:fixed;width:56px;height:56px;bottom:25px;right:4.687%;z-index:1000;opacity:0;visibility:hidden;transition:opacity .25s ease-in,visibility .25s ease-in}
#pageTopArea.is-release{opacity:1;visibility:visible}
#pageTopArea.fixedNavPage{bottom:70px}
#pageTopArea .pageTopBtn .btn{display:block;width:56px;height:56px;font-size:0;border-radius:50%;background-color:#fff;border:1px solid #BFBFBF;box-shadow:0 2px 4px 0 rgba(0,0,0,.4);position:absolute;bottom:0}
#pageTopArea .pageTopBtn .btn:before{content:'';display:block;width:12px;height:12px;margin:-2px 0 0 -6px;border-top:1px solid #989898;border-right:1px solid #989898;position:absolute;top:50%;left:50%;transition:transform .25s ease-in,margin .25s ease-in;transform:rotate(-45deg)}

#footerArea {
	margin-top: 50px;
	padding-top: 9px;
	background: url(/apply/entry/cmn/images/border.gif) 0 top repeat-x;
}

.mod-link .link-external {
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-left: 5px;
	background-image: url(/apply/entry/cmn/images/sprite2x.png);
	background-repeat: no-repeat;
	background-position: 0 -232px;
	background-size: 43px auto;
	overflow: hidden;
	vertical-align: -2px;
}

@media screen and (max-width: 640px) {
	#footerArea .inner {
		padding: 11px 15px 60px;
	}

	#footerArea .logo {
		width: 217px;
		margin-top: 15px;
	}

	#footerArea .link-list li {
		margin-top: 3px;
		font-size: 0.8572rem/*12px*/;
	}

	#footerArea .link-list li.first-child {
		margin-top: 0;
	}

	.mod-link .link-arrow-right.black {
		display: inline-block;
		width: 6px;
		height: 8px;
		margin-right: 5px;
		background-image: url(/apply/entry/cmn/images/sprite2x.png);
		background-repeat: no-repeat;
		overflow: hidden;
		background-position: 0 -280px;
		background-size: 43px auto;
	}

	#footerArea .copyright {
		margin-top: 6px;
		font-size: 0.8572rem/*12px*/;
		text-align: center;
	}
}
