.footer {
	background: #363636;
	padding:40px 0 30px 0;
	text-align: center !important;
}
.footerlogo  {
	text-align: center;
	width: 300px;
	margin: 60px auto 0px auto;
}
.footerlogo img {
	width: 100%;
}
.copy {
	color: #aaaaaa;
	text-align: center;
	font-size: 1.2rem;
	padding: 20px 0;
}
.btn_page_top {
	background: #215cbd;
	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: "";
}

.footer_fix_btn {
  display:none;
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
	color: #fff;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.footer-sitemap {
	width: 1120px;
	margin: 0 auto 20px;
}
.footer-sitemap-item {
	width: 100%;
}
.ft-areabox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.ft-areabox li {
	min-width: 100px;
	padding: 0 10px;
	border-left: 1px solid #626262;
	height: 20px;
	line-height: 1.7;
	font-size: 1.4rem;
	box-sizing: border-box;
	color:#fff;
	margin-bottom: 8px;
}
.ft-areabox li:last-child {
	border-right: 1px solid #626262;
	box-sizing: border-box;
}
.ft-areabox li a {
	color:#fff;
	min-width: 100px;
}

.ft-areabox02 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.ft-areabox02 li {
	min-width: 100px;
	padding: 0 10px;
	border-left: 1px solid #626262;
	height: 20px;
	line-height: 1.7;
	font-size: 1.4rem;
	box-sizing: border-box;
	color:#fff;
	margin-bottom: 8px;
}
.ft-areabox02 li:last-child {
	border-right: 1px solid #626262;
	box-sizing: border-box;
}
.ft-areabox li a {
	color:#fff;
	min-width: 100px;
}

.ft-areabox02 li a {
	color:#fff;
	min-width: 100px;
}

.footer-sitemap h2 {
  position: relative;
  padding: 0px 0 5px 0;
  border-bottom: 3px solid #626262;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
	color:#fff;
}

.footer-sitemap h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 15%;
  height: 3px;
  content: '';
  background: #4285f3;
}

.footer-sitemap h3 {
	color:#fff;
	font-size: 1.6rem;
	text-align: left;
	padding: 0;
	margin: 0 0 10px;
}



@media screen and (max-width: 1200px) {
.footer {
		min-width: 100%;
		padding:20px 0 60px 0;
}
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  background:#8fd9f9;
  z-index: 2;
  display:block;
}
.footer_fix_btn a {
  display:block;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}
.footerbutton {
	display: flex;
	justify-content: space-between;
}
.footerbutton .history {
	background: #262626;
	position: relative;
	width: 50%;
	height: 40px;
	line-height: 40px;
display: flex;
  justify-content: center;
  align-items: right;
	padding-left: 15px;
	font-size: 1.2rem;
}
.footerbutton .favorite {
	background: #262626;
	position: relative;
	width: 50%;
	height: 40px;
	line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: right;
	padding-left: 15px;
	font-size: 1.2rem;
}

.footerbutton .history:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f017";
  position: absolute;
   left : 0.8em; 
  color: #fff; 
   font-size: 1.4rem;
}
.footerbutton .favorite:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f004";
  position: absolute;
  left : 0.8em; 
  color: #fff; 
  font-size: 1.4rem;
}
.footerbutton .headcount,
.footerbutton .headcount {
	color:#fc1466;
	font-size: 1.8rem;
}
	
	
.footerlogo  {
	text-align: center;
	width: 180px;
	margin: auto;
}
	
.footerlogo img {
	width: 100%;
}
.copy {
	text-align: center;
	font-size: 1rem;
	padding: 10px 0 0px 0;
}
	
	
.footer-sitemap {
	width: auto;
	margin: 0 15px 20px;
}
.footer-sitemap-item {
	width: 100%;
}
.ft-areabox {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.ft-areabox li {
	min-width: auto;
	width: 33%;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin-left: -1px;
}
.ft-areabox li:last-child {
	border-left: 1px solid #626262;
	box-sizing: border-box;
}
.ft-areabox li a {
	color:#fff;
	width: 100px;
}
	
.ft-areabox02 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.ft-areabox02 li {
	min-width: auto;
	width: 48%;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	height: 20px;
	padding: 0 8px;
	line-height: 20px;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 5px;
	box-sizing: border-box;
	margin-left: -1px;
}
.ft-areabox02 li:last-child {
	border-left: 1px solid #626262;
	box-sizing: border-box;
}
.ft-areabox02 li a {
	color:#fff;
	width: auto;
}

.footer-sitemap h2 {
  position: relative;
  padding: 0px 0 5px 0;
  border-bottom: 3px solid #626262;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
	color:#fff;
}

.footer-sitemap h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 15%;
  height: 3px;
  content: '';
  background: #4285f3;
}
	
	
.btn_page_top {
	background: #215cbd;
	display: block;
	position: fixed;
	right: 0px;
	bottom: 40px;
	z-index: 20;
	width: 45px;
	height: 45px;
}
.btn_page_top:hover {
	opacity: 0.5;
}
.btn_page_top:before {
    display: block;
    position: absolute;
    top:20px;
    left: 16px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.footer-sitemap h3 {
	color:#fff;
	font-size: 1.6rem;
	text-align: left;
	padding: 0;
	margin: 0 0 10px;
}	
	
	
}