/* Header */
.l-header_simple {
	margin-top: 14px;
	border-bottom: 1px solid #cac7be;
	background-color: #fff;
}

.header_simple {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 8px;
}

/* Footer */
.footer-counter {
	background-color: #f1f0e8;
}

.l-footer {
	margin-top: 140px;
	border-top: 5px solid #8c8774;
}

.footer-inner {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 30px;
}

.footer-nav {
	width: 810px;
}

.footer-area {
	display: flex;
	align-items: center;
	line-height: 1;
}

.footer-area li {
	margin-right: 30px;
	line-height: 0px;
}

.footer-area li:last-child {
	margin-right: 0;
}

.footer-area a {
	display: flex;
	align-items: center;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Helvetica, Arial, Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", sans-serif;
}

.footer-area a:hover {
	text-decoration: underline;
}

.footer-area-icon {
	display: block;
	margin-right: 5px;
}

.footer-menu {
	display: flex;
	line-height: 1;
	margin-top: 19px;
	margin-bottom: 1px;
}

.footer-menu li {
	height: 14px;
	margin-right: 15px;
}

.footer-menu li:last-child {
	margin-right: 0;
}

.footer-menu a {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	font-family: Helvetica, Arial, Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic Pro", sans-serif;
}

.footer-menu a:hover {
	text-decoration: underline;
}

/* RECRUIT ロゴ */
.footer-company {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
	padding: 20px 10px 50px;
}

.footer-copyright a {
	text-align: left;
	display: inline-block;
}
