@charset "UTF-8";






/******************************

フッター　ロゴ上バー
2025-1008追加

******************************/
.ft_bar1{
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
	border-bottom: 1px solid #000;
	background: none;
}
/******************************

フッターロゴ
2025-1008追加

******************************/
.ft_logo_bg{
	clear: both;
	width: 92%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-items: center;
}
@media print, screen and (max-width: 750px) {
.ft_logo_bg{
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
}





.ft_logo1fl{
	clear: both;
	width: 33.333333%;
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.ft_logo1fc{
	clear: both;
	width: 33.333333%;
	max-width:100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.ft_logo1fr{
	clear: both;
	width: 33.333333%;
	max-width:100%;
	height: auto;
	margin: 0 ;
	padding: 0;
	position: relative;
}
.ft_logo1fl a{
	display:block;
	width:94%;
}
.ft_logo1fc a{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:94%;
}
.ft_logo1fr a{
	display:block;
	float:right;
	width:94%;
}

@media print, screen and (max-width: 750px) {
.ft_logo1fl{
	width: 55%;
	height: auto;
	margin: 10px auto 20px;
	padding: 0;
}
.ft_logo1fl a{
	display:block;
	width:100%;
}
.ft_logo1fc{
	width: 47%;
}
.ft_logo1fr{
	width: 50%;
}

}


.logo-txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 12px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.logo-txt1 span{
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 100.1%;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	position: relative;
	top: 0;
	left: -1px;
	color: #191919;
	text-decoration: none;
	float: left;
}
@media print, screen and (max-width: 750px) {
.logo-txt1 span{
	font-size: 14px;
	font-size: 2.8vw;
}
}