@charset "utf-8";

.footer {
	width: 100%;
	background-color: #fff;
}
.footerInner {
	margin-top: 50px;
	background-color: #d7d3d0;
}
.ftLinkListBox {
	width: 232px;
	margin-left: 10px;
	float: left;
	font-size: 12px;
	padding: 30px 0 20px;
}
.ftLinkListBox .ftLinkListHome {
	font-size: 16px;
	background: url(http://f2ff.jp/cmt/2017/img/common/ico_footer_home.png) 0 2px no-repeat;
	background-size: 15px;
	color: #2a9bd0;
	margin: 0 0 35px;
	padding: 0 0 0 25px;
	display: block;
	text-decoration: underline;
	line-height: 18px;
}
.ftLinkListBox .ftLinkListHome:hover {
	text-decoration: none;
}
.ftLinkListBox dl {
	margin: 0;
}
.ftLinkListBox dl dt {
	font-size: 14px;
	margin: 0 0 10px;
}
.ftLinkListBox dl dt {
	font-size: 14px;
	color: #333;
	margin: 0 0 10px;
	font-weight: bold;
}
.ftLinkListDt02,
.ftLinkListBox dl dt.ftLinkListDt02 {
	margin-top: 30px;
}
.ftLinkListBox dl dd  {
	margin: 0;
}
.ftLinkListBox ul li {
	float: none;
	margin-bottom: 5px;
}
.ftLinkListBox ul li a,
.ftLinkListBox ul li span {
	background: url(http://f2ff.jp/cmt/2017/img/common/red_arrow.png) 0 2px no-repeat;
	background-size: 15px;
	padding: 0 0 0 25px;
	color: #2a9bd0;
	display: block;
	text-decoration: underline;
	line-height: 18px;
}
.ftLinkListBox ul li a:hover {
	text-decoration: none;
}
.ftLinkListPreRegi a,
.ftLinkListPreRegi span {
	background: #e1f741 url(http://f2ff.jp/cmt/2017/img/common/black_out.png) 15px 50% no-repeat;
  margin-bottom: 10px;
	padding: 10px 0 10px 35px;
	background-size: 15px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #000;
	text-decoration: underline;
}
.ftLinkListPreRegi.sl {
  border-top: 1px solid #382f73;
}
.ftLinkListPreRegi a:hover {
	text-decoration: none;
}
.ftLinkListBox ul li span,
.ftLinkListPreRegi span {
	filter:alpha(opacity=50);
	opacity: 0.5;
	text-decoration: none;
}
.ftLinkListLastYear a {
	background: url(http://f2ff.jp/cmt/2017/img/common/ico_aqua_link_mini.png) 205px 50% no-repeat;
	background-size: 13px;
	padding: 8px 0 8px 10px;
	margin-top: 20px;
	display: block;
	color: #2a9bd0;
	text-decoration: none;
	border: 1px solid #2a9bd0;
	font-weight: bold;
	line-height: 1.2em;
}
.ftLinkListLastYear a:hover {
	text-decoration: underline;
}
.ftLinkListSns {
	margin-top: 20px;
}
.ftLinkListSns img {
	width: 40px;
}
.ftLinkListSns .tw {
	margin-right: 10px;
}
/*.ftLinkListBox:last-child {
  float: right;
	margin-right: 0;
}*/
.ftLinkListBox .jprs {
  display: inline-block;
  margin-left: 10px;
}
.footer .footerBox {
	height: 70px;
	line-height: 70px;
	width: 970px;
	margin: 0 auto;
}
.lowerPage .footer .footerBox {
	height: 90px;
}
.footer .copyright {
	float: left;
}
.footer .fLogo {
	float: right;
}
.footer .fLogo img {
	vertical-align: middle;
}
.footer .fLogo .fLogoNom {
	/*margin-right: 20px;*/
}



@media only screen and (max-width: 768px) {

	/*フッター*/
	.footer {
		/*margin-top: -6.25%;*/
    margin-top:-40px;
	}
	.footer .footerBox {
		position: relative;
	}
	.ftLinkListArea.w970 {
		padding: 0;
	}
	.ftLinkListBox  {
		width: 100%;
    margin-left: 0;
		margin-right: 0;
		float: none;
		font-size: 14px;
		padding: 0;
	}
	.ftLinkListBox .ftLinkListHome {
		background-position: 4% center;
		background-size: 15px;
		margin: 0;
		padding-left: 12%;
		border-bottom: 1px solid #bbb;
		line-height: 3em;
		font-weight: normal;
		text-decoration: none;
	}
	.ftLinkListDt02,
	.ftLinkListBox dl dt {
		background: url(http://f2ff.jp/cmt/2017/img/common/white_plus.png) 4% center no-repeat;
		background-size: 15px;
		margin: 0;
		padding-left: 12%;
		border-bottom: 1px solid #bbb;
		line-height: 3em;
		font-weight: normal;
		transition: all .2;
	}
	.ftLinkListDt02.open,
	.ftLinkListBox dl dt.open {
		background: url(http://f2ff.jp/cmt/2017/img/common/white_minus.png) 4% center no-repeat;
		background-size: 15px;
		transition: all .2s;
	}
	.ftLinkListDt02,
	.ftLinkListBox dl dt.ftLinkListDt02 {
		margin: 0;
	}
	.ftLinkListBox dd {
		display: none;
	}
	.ftLinkListBox dd li {
		/*background-color: #fafafa;*/
		margin: 0;
	}
	.ftLinkListBox dd li a,
  .ftLinkListBox dd li span {
		background-position: 12.5% center;
		background-size: 15px;
		/*background-color: #d7d3d0;*/
		margin: 0;
		padding:10px 10px 10px 20%;
		border-bottom: 1px solid #bbb;
		line-height: 1.5em;
		font-weight: normal;
		text-decoration: none;
	}
	.ftLinkListBox dd li.sl a {
		padding: 0.5em 0;
		padding-left: 20%;
		line-height: 1.8em;
	}
	.ftLinkListPreRegi a,
	.ftLinkListPreRegi span {
		width: 100%;
		background: #e1f741 url(http://f2ff.jp/cmt/2017/img/common/black_out_s.png) 4.5% center no-repeat;
		background-size: 15px;
		margin: 0;
		padding: 0 0 0 12%;
		line-height: 3em;
		font-weight: normal;
		text-decoration: none;
	}
  .ftLinkListPreRegi br {
    display: none;
  }
	.ftLinkListLastYear {
		width: 94%;
		margin: auto;
	}
	.ftLinkListLastYear a {
		background-position: 96.875% center;
    background-size: 18px;
    padding: 0 3.125%;
    margin-top: 3.125%;
    font-weight: normal;
    line-height: 3em;
	}
  .ftLinkListLastYear.line2 a {
    line-height: 2em;
  } 
	.ftLinkListSns {
		margin: 3.125% auto 6.25%;
    padding: 0 3.125%;
		text-align: left;
	}
	.ftLinkListSns .tw {
		margin-right: 3.125%;
	}
	.footer .copyright {
		float: none;
		width: 100%;
		font-size: 12px;
		line-height: 3.5em;
		text-align: center;
	}
	.footer .fLogo {
		float: none;
		width: 100%;
		padding-bottom: 6.25%;
		text-align: center;
		line-height: 0;
	}
	.footer .fLogo .fLogoNom {
		margin-right: 3.125%;
	}

}


