
footer
{
	color: #FFF;
	background-color: #6FB544;
	padding-top: 20px;
	padding-bottom: 30px;
}

footer h3
{
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


footer p
{
	font-size: 16px;
	line-height: 160%;
	text-align: center;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

footer h3 span
{
	padding-left: 24px;
}

footer p a
{
	pointer-events: none;
	color: #FFF;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:959px)
{





}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

footer
{
	width: auto;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 100px;
}

footer h3 span
{
	display:block;
}

footer p a
{
	color: #F76199;
}

.foot_up img
{
	width: 60px !important;
	height: auto !important;
	position: fixed;
	bottom: 10px;
	right: 4px;
}



}