@charset "utf-8";

/*フッター*/
.g-c0jpb_footer {
	background: #fff;
	width:100%;
	height: auto;
	margin: 0;
	font-size: 11px;
}
.g-c0jpb_footer a {
	text-decoration: none;
}
.g-c0jpb_footer_text {
	display:block;
	margin: auto;
	width:100%;
	max-width:1000px;
	line-height: 1.5em;
	color: #9b9b9b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding:5px;
	box-sizing: border-box;
}
.g-c0jpb_footer_text span {
	color:#000;
}
.m-c0jpb_footer_logo {
	width:auto;
	height: 20px;
	margin: auto 10px;
}


@media only screen and (max-width: 767px){
	.g-c0jpb_footer_list_sp {
		display: block;
		margin: 10px auto 5px;
		padding: .5em;
		box-sizing: border-box;
		background: #f6f6f6;
		text-align: center;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		font-weight: bold;
		font-size: 11px;
		width:100%;
	}
	.g-c0jpb_footer_list_pc {
		display: none;
	}
}

@media only screen and (min-width: 768px){
	.g-c0jpb_footer_list_pc {
		display: block;
		margin: 10px auto 5px;
		padding: .5em;
		box-sizing: border-box;
		background: #f6f6f6;
		text-align: center;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		font-weight: bold;
		font-size: 11px;
		width:100%;
	}
	.g-c0jpb_footer_list_sp {
		display: none;
	}
}