
footer
{
	_zoom: 1;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 90px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #78655d;
}

footer .body
{
	padding-top: 30px;
	position: relative;
}

footer .foot_guide
{
	display: flex;
	justify-content: space-between;
}


footer .company 
{
	display: block;
	text-align: left;
	flex-basis: 400px;

}

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

footer .company p
{
	font-size: 16px;
	line-height: 160%;
	font-weight: normal;
	margin-bottom: 0px;
}

footer .company a
{
	display: inline-block;
}

footer .company .access a:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f5a0';
	font-weight: 900;
	margin-right: 10px;

}

footer .foot_navi
{
}

footer .foot_navi ul
{
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px;
}

footer .foot_navi ul li
{
	display: inline-block;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

footer .foot_navi ul li a
{
	font-size: 16px;
	line-height: 1;

}






footer .copyright
{
	font-size: 18px;
	line-height: normal;
	text-align: right;
	clear: both;
}

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




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


}

@media (max-width: 1199px) 
{
}



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


footer .foot_title
{
}






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

}

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


footer 
{
	padding-top: 20px;
	padding-bottom: 30px;
}

footer .body
{
	margin-top: 0px;
	padding-top: 0px;
}



footer .foot_title
{
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}


footer .foot_guide
{
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



footer .company
{
	text-align: left;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

footer .company .access ul li,
footer .company .access ul li:last-child
{
	display: inline-block;
}

footer .company .access ul li:last-child
{
	margin-left: 10px;
}


footer .foot_navi
{
	display: none;
}


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

}

footer .nokotsu
{
	text-align: center;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
}



footer .copyright
{
	text-align: center;
}




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


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


}

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

footer .foot_navi_box
{
	display: block;
	padding-right: 0px;
}

}