@charset "utf-8";

#footer .deep_footer {
	margin-bottom: 2.3%;
	padding-bottom: 2.3%;
	border-bottom: 1px solid #e2e2e2;
}

.box_gmenu_sp .sns_text{
	margin-top: 0;
}

.sns_box{
	position: relative;
	width: 70%;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
}

.box_gmenu_sp .sns_box{
	background: #f6f6f6;
	padding-bottom: 20px;
}

.box_gmenu_sp .sns_links{
	height: 52px;
}

.sns_footer{
	margin: 15px;
	margin-bottom: 0;
}

.sns_footer .sns_box{
	width: 100%;
	border-right: 0;
	background: transparent;
}

.sns_box .sns_text{
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
	color: #444;
	font-size: 12px;
}
.sns_box li{
	display: inline-block;
}

.sns_box li:first-child{
	margin-right: 10px;
}

.box_gmenu_sp .sns_box li{
	display: inline-block;
	margin-left: 20px;
}

.box_gmenu_sp .sns_box li:first-child{
	margin-right: 20px;
	margin-left: 0;
}

.sns_box a{
	display: table;
	width: 100%;
}

.sns_box a:hover,
.sns_box a:hover span{
	text-decoration: none;
}

.sns_box a img{
	width: 38px;
	height: 38px;
	margin-right: 10px;
}

.box_gmenu_sp .sns_box a img{
	width: 52px;
	height: 52px;
	margin-right: 0;
}

.sns_box a img,
.sns_box a span{
	display: table-cell;
	vertical-align: middle;
}

.sns_box a,
.sns_box a span{
	color: #444444;
}

@media screen and (min-width:767px){
	.sns_footer{
		max-width: 560px;
		width: 100%;
		margin: 0 auto
	}

	.sns_box{
		display: table;
		position: relative;
		width: 100%;
		border-top: 0;
	}

	.sns_box .sns_text{
		position: relative;
		text-align: right;
		padding-right: 30px;
		padding-top: 0;
	}

	.sns_box .sns_text:after{
		position: absolute;
		right: 0;
		top: 10px;
		height: 15px;
		border-right: 2px solid #b1b1b1;
		display: block;
		content: "";
	}

	.sns_box .sns_links{
		padding-left: 30px;
	}

	.sns_box .sns_text,
	.sns_box .sns_links{
		display: table-cell;
		vertical-align: middle;
	}

	.sns_box a{
		display: table;
		width: 100%;
	}

	.sns_box li{
		display: inline-block;
	}

	.sns_box li:first-child{
		margin-right: 20px;
	}

	.sns_box a img,
	.sns_box a span{
		display: table-cell;
		vertical-align: middle;
	}

	.sns_box a img{
		width: 34px;
		height: 34px;
		margin-right: 20px;
	}

	.sns_box a,
	.sns_box a span{
		font-size: 12px;
	}
}
