@charset "utf-8";

select {
	font-size:1.6rem;
	color:#fff;
	border:2px solid #fff;
	background:url('../images/select_arrow_icon.png') no-repeat 90% center;
	border-radius:0;
	padding:2.0rem 8rem 2.0rem 2rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
option {
	color:#000;
}
select::-ms-expand {
	display: none
}

.footer_logo { margin-bottom:20px; }

.footer_box {
	position: relative;
	display: block;
	font-size: 1.6rem;
	color: #ffff;
	margin: 0 auto;
	line-height: 24px;
	width: 100%;
	background: #304b78;
	padding: 80px 0;
}

.footer_box_inner {
	max-width:1400px;
	margin:0 auto;
}
.footer_box_inner a {
	color:#fff;
}

.footer_logo img {
	width:155px;
}

.footer_inner {
	color: #fff;
}
.footer_inner span:after {
	width:1px;
	height:10px;
	content:"";
	vertical-align: middle;
	background: #fff;
	margin:-2px 15px 0 15px;
	display:inline-block;
}

.footer_inner span.copyright {
	font-size: 14px;
	font-weight: 300;
}
.footer_inner span.copyright:after {
	display:none;
}

.footer_home {
	width: 15%;
	text-align:center;
	display: block;
	color: #fff;
	border: 1px solid #fff;
	margin-bottom: 20px;
	padding: 1.6rem 0;
}
.footer_home:hover {
	color:#fff;
}

.footer_box_inner {
	display:flex;
}

.footer_box_inner > div {
	flex:1;
}

.footer_box_inner > div:last-child {
	margin-left:auto;
	flex: none;
	display:flex;
	justify-content: center;
	flex-direction: column;
}

@media screen and (max-width: 1400px) {
	.footer_box_inner {
		padding:0 1rem;
	}
}

@media screen and (max-width: 980px) {
	.footer_box_inner {
		text-align: center;
		display:block;
	}
	.footer_box_inner > div:first-child {
		margin-bottom:2rem;
	}
	.footer_home {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.footer_box {
		padding: 10% 0;
	}
}