.inst-container {
	width: 900px;
	margin: 350px auto 50px;
}
.footer-kari-img {
/* 	width: 100%; */
/* 	margin-top: 1000px; */
}
.footer {
	background-image:url('https://hasegawa-meat.com/wp-content/uploads/2022/03/footer-bk.png') ;
	background-size: cover;
}
.footer-copy {
	padding: 15px;
	color: #fff;
	border-top: 1px solid #fff;
	text-align: center;
}
.footer-list {
	float: left;
	padding-top: 30px;
}
.footer-list:nth-child(1)  {
	margin-left: 0;
}
.footer-list:nth-child(2)  {
	margin-left: 50px;
}
.footer-list:nth-child(3)  {
	margin-left: 50px;
}
.footer-list:nth-child(4)  {
	float: right;
	width: 400px;
}
.footer-list-item {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
}
.footer-list-item::before {
	margin-right: 7px;
	content: ">";
	color: #fff;
}
.footer-list-item a {
	color: #fff;
}
.footer-list-logo a,
.footer-list-logo h2,
.footer-list-logo span {
	color: #fff;
}
.footer-title {
	margin: 20px 0;
	font-size: 30px;
	color: #ffffff;
}
.footer-title span {
	display: block;
	font-size: 16px;
	color: #ffffff;
}



@media screen and (max-width: 768px) {
	.inst-container {
		width: 100%;
		margin: 50px auto 30px;
	}
	.footer {
		padding-bottom: 70px;
	}
	.footer-list {
		float: none;
	}
	.footer-list:nth-child(1) {
		margin-left: 30px;
	} 
	.footer-list:nth-child(2) {
		width: 100%;
		margin-left: 0px;
		padding-left: 25px;
	}
	
}



















