@charset "utf-8";
/* ================================================================================================================== */
/* FOOTER:GotoTop                                                                                                     */
/* ===================================================================================================================*/
#footer #goto_top {
	display: none;
	position: fixed;
	right: 13px;
	bottom: 13px;
	z-index: 5000;
}
#footer #goto_top img {
	width:  50px;
	height: 50px;
	cursor: pointer;
}
@media screen and (max-width: 750px) {
	#footer #goto_top {
		right:  20px;
		bottom: 20px;
	}
	#footer #goto_top img {
		width:  80px;
		height: 80px;
	}
}
/* ================================================================================================================== */
/* FOOTER:BAR                                                                                                         */
/* ===================================================================================================================*/
#footer .bar {
	height: 70px;
	padding: 0 14px 0 33px;
	background: #198bcb;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 750px) {
	#footer .bar {
		height: auto;
		padding: 0;
		display: block;
	}
}
/* =============================================================== */
/* FOOTER:BAR:ITEM(NUM01)                                          */
/* =============================================================== */
#footer .bar ul.item.num01 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
#footer .bar ul.item.num01 li:nth-child(1) img {
	width: 110px;
	height: 36px;
}
#footer .bar ul.item.num01 li:nth-child(2) {
	margin-left: 18px;
	color: #ffffff;
	font-size: 0.20rem;

	font-family: poynter-oldstyle-display,serif;
	font-weight: 600;
	font-style: normal;
}
#footer .bar ul.item.num01 li:nth-child(3) {
	margin-left: 30px;
	color: #ffffff;
	font-size: 0.12rem;
}
#footer .bar ul.item.num01 li:nth-child(3) img {
	margin-left: 2px;
	width:  15px;
	height: 11px;
}
@media screen and (max-width: 750px) {
	#footer .bar ul.item.num01 {
		display: block;
		padding-top: 40px;
		text-align: center;
	}
	#footer .bar ul.item.num01 li:nth-child(1) img {
		width: 247.5px;
		height: 81px;
	}
	#footer .bar ul.item.num01 li:nth-child(2) {
		margin-top: 20px;
		margin-left: 0;
		font-size: 0.36rem;
		line-height: 1;
	}
	#footer .bar ul.item.num01 li:nth-child(3) {
		margin-top: 25px;
		margin-left: 0;
		font-size: 0.24rem;
		line-height: 1;
	}
	#footer .bar ul.item.num01 li:nth-child(3) img {
		margin-left: 10px;
		width:  23.182px;
		height: 17px;
		vertical-align: middle;
	}
}
/* =============================================================== */
/* FOOTER:BAR:ITEM(NUM02)                                          */
/* =============================================================== */
#footer .bar .item.num02 {
}
#footer .bar .item.num02 small {
	color: #ffffff;
	font-size: 0.10rem;

	font-family: brother-1816,sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width: 750px) {
	#footer .bar .item.num02 {
		padding: 30px 0 35px;
		text-align: center;
	}
	#footer .bar .item.num02 small {
		font-size: 0.18rem;
	}
}
