/*footer*/
footer {
	padding: 3rem 0 1rem;
	background-color: #1F1F27;
}

.logo_column li {
	display: flex;
	flex-direction: column;
	font-size: 1.1rem;
	font-weight: 300;
}

.footer_container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer_container li.logo {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.footer_container ul {
	font-size: 1.3rem;
	font-weight: 600;
}

.footer_container li.menu {
	font-size: 1rem;
	line-height: 1em;
	margin-bottom: 1.2rem;
	font-weight: 300;
	color: #ddd !important;
}

.footer_container ul.column.menu_column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 10rem;
}

span.footer_menu_title {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.copywriter {
	color: #949396;
	font-size: 0.95rem !important;
	letter-spacing: 0.5px;
}

ul.column.menu_column li:nth-child(1) {
	margin-right: 4.1rem !important;
}

li.sns_icon_wrap {
	display: flex;
	flex-direction: row;
	margin: 1.8rem 0 1.2rem;
}

span.sns_icon {
	margin-right: 1.5rem;
}