
footer
{
	_zoom: 1;
	overflow: hidden;
	padding-top: 90px;
	padding-bottom: 90px;
	color: #FFF;
	clear: both;
	background-color: var(--base-color);
	background-image: url(../images/foot_img.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

footer .before_link a:hover,
footer .after_link a:hover
{
	color:#FFF !important;
}

footer .before_link a:before,
footer .after_link a:after
{
  background: #ff0 !important;
}

footer .footer_area
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;

}

footer .company 
{
	display: block;

}

footer .company h3
{
	font-size: 21px;
	line-height: 1;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
}

footer .company h3 a:hover img
{
	transform:scale(1.1,1.1);
	transition:1s all;
}



footer .company p
{
	font-size: 16px;
	line-height:  1.4;
	font-weight: normal;
}

footer .foot_navi
{
}

footer .foot_navi ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 60px; /* 横のスペース */
	row-gap: 20px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;

}

footer .foot_navi ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

footer .foot_navi ul li a
{
	color: #fff;
}



footer .copyright
{
	font-size: 12px;
	line-height: normal;
}






#page_top
{
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
	cursor:pointer;
}


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

footer .copyright
{
	margin-bottom: 30px;
}


}

@media screen and (min-width:1200px)
{
html,body
{
	min-width: none;
}

}

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






}

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

footer 
{
	padding-top: 90px;
	padding-bottom: 90px;
}

footer .footer_area
{
	display: block;
}


footer .company h3
{
	text-align: center;
	margin-bottom: 10px;
}

footer .company
{
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}



footer .company p
{
	font-size: 14px;
	line-height: 1.4;
	text-align: justify;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

footer .foot_navi
{
	display: none;
}

footer .sub_menu
{
	text-align: center;
}

footer .sub_menu ul li:last-child
{
	display:none;
}

footer a
{
	color:#FFF !important;
}

footer .copyright
{
	text-align: center !important;
	clear: none;
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	line-height: 120%;
}


footer .foot_menu
{
	display:block;
}


.foot_up
{
	z-index: 999999999 !important;

}

#page_top img
{
	height: auto !important;
	width: 60px !important;
}


#page_top
{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	cursor:pointer;
}


}

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

}