@charset "UTF-8";
#footerNav {
	clear: both;
}
#footerNav dl dt {
	font-weight: bold;
}
#footerNav dl dd {
	margin-bottom: 10px;
}
#footerNav dl dt,
#footerNav dl dd,
#footerNav dl dd a,
#footerNav p,
#footerNav p a,
#footer p.links,
#footer p.links a {
	color: #555;
}
div#footerNav dl dt,
div#footerNav dl dd,
div#footerNav ul li,
div#footerNav p,
div#footer p,
div#footer ul li,
div#footer dl dt,
div#footer dl dd,
div#footer address {
	font-size: 100%;
}
.wideFooterInner {
	width: 950px;
	margin: 0 auto;
}
.footerWrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 950px;
	margin: 0 auto 18px;
	padding-top: 8px;
}
.footerWrap .contentLeft {
	display: flex;
	align-items: flex-end;
}
.footerWrap .recruitLinkWrap {
	font-size: initial;
}
.footerWrap .recruitLinkWrap a {
	display: flex;
	align-items: flex-end;
	text-decoration: none !important;
}
.footerWrap .recruitLinkWrap a:hover,
.footerWrap .recruitLinkWrap a:active {
	text-decoration: none !important;
}
.footerWrap .recruitLinkWrap a:hover > img {
	opacity: 1;
}
.footerWrap .recruitLogoWrap {
	width: 100px;
	height: 26px;
}
.footerWrap .recruitLogoWrap > img {
	width: 100%;
	height: 100%;
}
.footerWrap .copyright {
	display: block;
	margin-left: 10px;
	color: #435B67;
	font-size: 10px;
	font-family: 'メイリオ', sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
}
.footerRelatedLinkWrap {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: solid 1px #CCCCCC;
	color: #4E4E4E;
	font-size: 10px;
	text-align: left;
}
.footerPageLinkWrap {
	display: flex;
	height: 10px;
	margin-left: auto;
	justify-content: flex-end;
	order: 3;
}
.footerPageLinkWrap > li {
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #CCCCCC;
	line-height: 1;
	font-size: 10px;
}
.footerPageLinkWrap > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none;
}
.linkForStoreWrap {
	display: flex;
	align-items: baseline;
	padding-left: 35px;
}
.linkForStoreWrap .linkForStoreText {
	position: relative;
	padding: 0 8px 0 18px;
	font-size: 10px;
	font-weight: bold;
	color: #4E4E4E;
	line-height: 1;
}
.linkForStoreWrap .linkForStoreText::before,
.linkForStoreWrap .linkForStoreText::after {
	position: absolute;
	top: 5px;
	transform: translate3d(0, -50%, 0);
	content: "";
}
.linkForStoreWrap .linkForStoreText::before {
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: #F6A004;
}
.linkForStoreWrap .linkForStoreText::after {
	left: 4px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 5px solid #FFFFFF;
}
.linkForStoreWrap > a {
	font-size: 10px;
	line-height: 1;
}
