/*!  #gFooter
================================================ */
#gFooter .ftInfo {
	padding: 20px 0;
	text-align: center;
}

#gFooter .ftInfo .logo {
	display: inline-block;
	width: 200px;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

#gFooter .ftInfo .logo a {
	display: block;
}

#gFooter .ftInfo .privacy {
	display: inline-block;
	width: 49px;
	vertical-align: middle;
}


@media all and (min-width:600px) {
	#gFooter .ftInfo {
		padding: 20px 0;
		display: none;
	}

	#gFooter .ftInfo .logo {
		float: left;
		width: 224px;
		margin: 18px 0 0 0;
	}

	#gFooter .ftInfo .privacy {
		float: right;
		width: 70px;
	}
}

@media all and (min-width:600px) and (max-width:1300px) {
	#gFooter .ftInfo .privacy {
		margin-right: 60px;
	}
}

@media all and (max-width:599px) {
	#pagetop {
		position: static !important;
	}
}

#pagetop a {
	display: block;
	padding: 20px 0;
	background-color: #071D49;
	font-size: 0;
	text-decoration: none;
	text-align: center;
}

#pagetop a img {
	width: 15px;
}

@media all and (min-width:600px) {
	#pagetop {
		position: fixed !important;
		right: 0;
		bottom: 54px !important;
		z-index: 100;
		visibility: hidden;
		margin: 0 20px 30px 0;
		opacity: 0;
		transition: opacity .3s ease;
	}

	#pagetop.is_view {
		visibility: visible;
		opacity: 1;
	}
}

@media all and (min-width:600px) and (max-width:1200px) {
	#pagetop {
		right: auto;
		left: 1128px;
	}
}

@media all and (min-width:600px) {
	#pagetop a {
		display: block;
		box-sizing: border-box;
		width: 52px;
		height: 52px;
		padding: 22px 0 0;
		border-radius: 26px;
	}

	#pagetop a img {
		width: 13px;
	}
}

#footer-wrapper {
	background-color: #35363b;
	padding: 50px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	height: 180px;
}

#footer-wrapper a {
	color: #ffffff;
}

.footer-sns {
	width: 240px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 60px;
}


.footer-sns span {
	font-weight: bolder;
}

.footer-sns_list a:hover{
	cursor: auto;
}

.footer-sns_list {
	margin: 30px 0;
}

.footer-sns_list a {
	display: inline-block;
}


.footer-sns_list img {
	width: 40px;
	height: auto;
	margin: 4px;
}

.footer-navi {
	width: 540px;
	display: flex;
}

.footer-navi_list li {
	margin: 20px 30px;
	font-size: 1.7rem;
	font-weight: 500;
}

@media all and (max-width: 599px) {
	a {
		font-size: 85%;
	}

	#footer-wrapper {
		padding: 10px;
	}

	.footer-sns {
		width: 360px;
		margin-right: 0px;
	}

	.footer-sns_list img {
		width: 34px;
	}

	.footer-navi {
		width: 360px;
	}

	.footer-navi_list li {
		margin: 20px 10px;
	}
}