.footer {
	background: #262626;
	padding:40px 0 30px 0;
	text-align: center !important;
}

.footer_copy {
	color: #aaaaaa;
	text-align: right;
	font-size: 1.3rem;
	padding: 20px 0;
}
.btn_page_top {
	background: #fd4e4e;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 20;
	width: 60px;
	height: 60px;
}
.btn_page_top:hover {
	opacity: 0.5;
}
.btn_page_top:before {
    display: block;
    position: absolute;
    top: 25px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
@media screen and (max-width: 1120px) {
	.footer {
		min-width: 100%;
		padding:20px 0 80px 0;
	}
	.footer_nav {
		border-top: 0px solid #fff;
		padding: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #2c2c2c;
		padding-bottom: 20px;
	}
	.footer_nav li {
		width: 50%;
		float: left;
    	box-sizing: border-box;
    	border-bottom: 0px solid #fff;
	}
	.footer_nav li:nth-child(2n) {
    	border-right: none;
	}
	.footer_nav li a {
		display: block;
	}
	.btn_page_top {
		right: 0px;
		bottom: 0px;
	}
	.footer_sub_nav {
	overflow: hidden;
	clear: both;
	padding: 0 0 0 20px;
	text-align: center;	
}
.footer_sub_nav li a {
	font-size:3vw;
}
}


.footer_box {
	display: flex;
	justify-content: space-between;
	width:1120px;
	margin:auto;
}
.footer_itemL {
	width: 60%;
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.footerlogo  {
	text-align: center;
	width: 300px;
	margin: auto;
}
.footerlogo img {
	width: 100%;
}
.footer_itemR {
	width: 50%;
}
.footer_title {
	color:#fff;
	font-size: 1.4rem;
	margin-top: 20px;
	margin-left: 40px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif !important;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	
.footerlogo  {
	text-align: center;
	width: 180px;
	margin: auto;
}
	
.footerlogo img {
	width: 100%;
}
.footer_box {
	display: flex;
	justify-content: space-between;
	width:auto;
	margin:auto;
	flex-direction:column;
}
.footer_itemL {
	width: auto;
	text-align:center;
	display: flex;
	justify-content: flex-start;
	flex-direction:column;
	margin-bottom:20px;
}
.footer_itemR {
	width: auto;
}
.footer_itemL img {
	width: 80%;
}

	.footer_title {
	color:#fff;
	font-size: 1.4rem;
	margin-top: 20px;
	margin-left: 0px;
		text-align: center;
}
.footer_copy {
	text-align: center;
	font-size: 1rem;
	padding: 20px 0 0px 0;
}
}