/*----------------------------------------
	footer
----------------------------------------*/
#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#contents_frame {
	flex: 1;
}

#header_frame,
.sp_nav,
.foot_copy_btm {
	flex-shrink: 0;
}

.footer{
    background: #fff;
}

.foot_main_frame{
	width: 100%;
	box-sizing: border-box;
}

.footer a {	color: #a40000;}
.footer a:hover{ color: #fe7e25;}

#container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}




/*ページトップ*/
.page_top a{
	display: block;
	background: #fff;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #000;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #e9e3d7;
}
.page_top a img{
	width: 5px;
	transform: rotate(-90deg);
	margin-left: 10px;
	vertical-align: 0;
}
.page_top a:hover{ color: #fd8532; }

/*メニュー*/
.copyright li a,
.footer li a{
	text-decoration: none;
}

/*組合員サービスセンター*/
.foot_service_frame{
	border: 1px solid #917e6d;
	border-radius: 5px;
}
.foot_service_ttl{
	color: #fff;
	text-align: center;
	background: #917e6d;
	line-height: 1.4;
}
.foot_service_text1{
	font-size: 1.2rem;
	line-height: 1.8;
	color: #59493f;
}
.foot_service_text2{
	font-size: 1.1rem;
	line-height: 1.5;
	color: #a6937c;
}

/*コピーライト*/
.copyright{
	border-top: 1px solid #e9e3d7;
	background: #fff;
}
.copyright small{ color: #7e6b5a; }

.copyright a{ color: #a40000; }
.copyright a:hover{ color: #fe7e25;	}

	/*メニュー＆コピーライト*/
	.footer{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.foot_main_frame{
		padding-left: 1.04%;
		padding-right: 1.04%;
	}
	.footer ul{
		font-size: 0;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 15px;
		border-bottom: 1px solid #e9e3d7;
	}
	.footer ul ul{
		display: inline;
		margin: 0;
		border: none;
	}
	.footer li{
		display: inline-block;
		font-size: 12px;
		padding-bottom: 10px;
		line-height: 1.3;
	}
	.footer li li{ padding-bottom: 0; }
	.copyright li a:after,
	.footer li li:after{
		content: "｜";
		padding-left: 8px;
		color: #8d847f;
		margin-right: 8px;
	}
	.copyright li:last-child a:after,
	.footer li:last-child:after{
		content: none;
	}
	.footer li:first-child span{
		display: inline-block;
		width: 11em;
		padding-right: 1em;
		padding-left: 8px;
		box-sizing: border-box;
	}
	.copyright ul{
		font-size: 0;
		float: left;
		margin-left: 0.5%;
	}
	.copyright small{
		float: right;
		margin-right: 1.2%;
	}
	.copyright{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size:12px;
	}
	.copyright li{
		display: inline-block;
		font-size: 12px;
		margin-left: 12px;
		white-space: nowrap;
	}

	/*組合員サービスセンター*/
	.foot_service_frame{
		float: left;
		margin-top: 8px;
		display: table;
		margin-left: 3%;
		width: 66.66%;
		margin-bottom: 30px;
	}
	.foot_service_ttl{
		display: table-cell;
		width: 13em;
		vertical-align: middle;
		font-size: 12px;
	}

	.foot_service_tel{
		display: table-cell;
		padding: 15px 10px 7px 10px;
	}
	.foot_service_tel img{
		padding-right: 10px;
		margin-bottom: 8px;
	}

	/*SSL*/
	.foot_ssl{
		float: right;
		width: 26.04%;
		margin-top: 8px;
		margin-bottom: 30px;
	}

	.foot_main_frame{
		width: 980px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
	}


#footer{
	background: #c8bb9b;
	font-size: 1.2rem;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


.under_pagetop{ text-align: right; }
.under_pagetop a{
	text-decoration: none;
	font-size: 1.2rem;
	text-align: right;
}
.under_pagetop a:before{
	content: "▲";
	font-size: 1rem;
	color: #f28d14;
	display: inline-block;
	margin-right: 3px;
	vertical-align: 0;
}

	/*SSL*/
	.foot_ssl{
		text-align: center;
		padding-bottom: 20px;
	}

.br_sp_s {
	display: none;
}

@media screen and (max-width: 375px) {
	.br_sp_s {
		display: block;
	}
}
/*END*/

@media screen and (max-width: 768px) {
	.copyright {
		padding-top: 14px;
		padding-bottom: 14px;
		font-size: 1.1rem;
		text-align: center;
	}

	.copyright small {
		float:none;
		text-align:center;
	}
}