

footer
{
	clear: both;
	margin-bottom: 30px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	font-size: 13px;
	padding-bottom: 30px;

}

footer #foot_base
{
	clear: both;
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: center top;
	_zoom:1;
	overflow:hidden;
}

footer #foot_base .body
{
	display: flex;
	justify-content: space-between;
}


footer .company
{
	width: 44%;
}

footer .company h3
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
footer .company h3 a img
{
	transition-duration: 0.6s;
	transform:scale(1,1);
}

footer .company h3 a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}

footer .company table
{
	width: 100%;
}

footer .company th
{
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
	font-weight: normal;
}

footer .company td
{
	text-align: left;
	vertical-align: top;
	padding-right: 0px;
	padding-bottom: 8px;
	line-height: 140%;
}


footer .foot_navi
{
	width: 55%;
	padding-top: 14px;
	position: relative;
}

footer .foot_navi dl
{
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

footer .foot_navi dt
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	display: table-cell;
}

footer .foot_navi dt h4
{
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


footer .foot_navi dd
{
	margin: 0px;
	padding: 0px;
	width: 30px;
	display: table-cell;
}

footer .foot_navi ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

footer .foot_navi li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.6;

}

footer .foot_navi li a
{
	background-image: url(../images/point_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #333;
	text-decoration: none;
}

footer .foot_banner
{
	position: absolute;
	right: 0px;
	bottom: 10px;
}

#foot_line
{
	background-color: #333;
	color: #FFF;
	padding-top: 1em;
	padding-bottom: 1em;
	clear: both;
	_zoom: 1;
	overflow: hidden;
}


footer #foot_line .body
{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}



#foot_line .foot_menu a
{
	color: #FFF;
	text-decoration: none;
	margin-right: 0.5em;
	margin-left: 0.5em;
}



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





}

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

footer #foot_base .body
{
	display: block;
}

footer .company
{
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}

footer .foot_navi
{
	width: 80%;
	padding-top: 30px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}



}

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


footer .company
{
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}


footer .foot_navi
{
	display: none;
}




.foot_up img
{
	height: auto !important;
	position: fixed;
	bottom: 20px;
	right: 4px;
	z-index: 9999;
}


}

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

footer .company
{
	width: auto;
}

footer .company th,
footer .company td
{
	display: block;
	width:auto;	
}

footer #foot_line .body
{
	display: block;
}

footer #foot_line .foot_menu
{
	display: none;
}

footer #foot_line .copyright
{
	text-align: center;
}


}