/* フッター▼ */
footer{
	width: 100%;
	height: auto;
	padding-top: 150px;
	padding-bottom: 150px;
	background: #8bc300;
	color: #fff;
}
.footer-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-in p{
	line-height: 2;
}
.footer-left{
	padding-left: 5%;
}
.footer-logo{
	width: 300px;
}
.footer-right{
	padding-right: 5%;
	display: flex;
	justify-content: space-between;
}
.footer-in ul{
	margin-left: 40px;
}
.footer-in ul li:before {
  content: "・";
}
.footer-in ul li:nth-child(1) {
	font-size: 18px;
}
.footer-in ul li:nth-child(1):before{
	content: none;
}
.footer-in ul li{
	line-height: 2;
}
address{
	font-style: normal;
}
.copyright{
	margin-top: 0;
}
.copyright-sp{
	display: none;
}
/* 1200px以下▼ */
@media screen and (max-width:1200px) { 
/* フッター▼ */
.footer-right{
	padding-right: 5%;
	display: flex;
	flex-direction: column;
}
}
/* 599px以下▼ */
@media screen and (max-width:599px) { 
/* フッター▼ */
footer{
	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 60px;
	background: #8bc300;
	color: #fff;
}
.footer-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: none;
	padding-left: 2%;
	padding-right: 2%;
}
.footer-in p{
	margin-top: 40px;
}
.footer-left{
	padding-left: 0;
}
.footer-logo{
	width: 50%;
}
.footer-right{
	padding-right: 0;
	margin-top: 40px;

}
.footer-in ul{
	margin-left: 0;
}
.copyright{
	display: none;
}
.copyright-sp{
	margin-top: 40px;
	display: block;
	text-align: center;
}
}