.privacy_txt p{
	margin-top: 40px;
	font-weight: 600;
	line-height: 25px;
}
.privacy_txt p span{
	display: block;
	font-weight: 400;
	color: #666;
}
.privacy_txt p span span{
	margin-left: 20px;
}
.term{
	font-weight: 600;
}
#footer p a{
	color: #000;
}
#footer p a:nth-child(2){
	margin: 0 120px 0 50px;
}


/*------m-------*/

@media screen and (max-width: 959px){
	#contents{
		margin-bottom: 112px;
	}
	.privacy_txt p{
		font-size: 16px;
	}
	div.privacy_txt p span{
		line-height: 25px;
		font-size: 16px;
		color: #333;
	}
	.privacy_txt p>span:first-child{
		margin-top: 10px;
	}
	#footer{
		position: fixed;
		bottom: 0;
		width: 92%;
		background-color: #fff;
		text-align: center;
	}
	#footer p.copyright{
		line-height: 30px;
		padding-top: 20px;
	}
	#footer p a{
		font-size: 16px;
	}
	#footer p a:nth-child(2){
		margin: 0 0 0 10px;
	}
	#footer p span{
		display: block;
		color: #666;
	}
	#footer a.btn_mall,
	.family_site{
		display: none;
	}
}