@charset "Shift_JIS";
/* ===========================================
	POPUP用フローティングCTAエリア
=========================================== */
.p-cta{
	display: block;
}
.ctaInner-top {
	border-bottom: 4px solid rgb(51, 51, 51);
	border-radius: 4px;
	background-color: rgb(74, 74, 74) !important;
}
.ctaInner-top::before {
	display: inline-block;
	content: "";
	background: url(/image/hsc/common/icon_top.svg) no-repeat left center;
}
.ctaInner-top ::after{
	content: '';
	display: inline-block;
	background-image: url(/image/hsc/common/icon_new-window_white.svg);
	width: 15px;
	height: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 5px 0 0 5px;
}

footer.l-footer{
	padding: 0;
}
#Footer1{
	padding-bottom: 0 !important;
	z-index: 100;
}
.l-wrapper{
	margin-bottom: 100px;
}
#PageTopControler #FooterPageTop{
	bottom: 120px;
}
@media screen and (max-width: 767px) {
	.JS #PageTopControler #FooterPageTop{
		bottom: 125px !important;
	}
}