

#footer-contact-area{
background-color:#363636;color:white;text-align:center;font-weight:bold;font-size:15px;
position:relative;
padding-top:1.5rem;
padding-bottom:3rem;
}

#footer-area{
position:relative;
}

#footer-area a:link{
text-decoration:none;}

#footer-page-top{
width:100%;
height:46px;
background-repeat:no-repeat;
background-position:center top;
background-size:auto 46px;
margin-top:60px;
background-image:url(../images/footer-contact-bg.png);
background-size:auto 46px;
background-repeat:no-repeat;
}

#footer-page-top a{
width:45px;
height:46px;
display:block;
background-image:url(../images/icon_footer-contact-arrow-g.png);
background-size:45px 46px;
background-repeat:no-repeat;
margin:0 auto;
}

#footer-page-top a:hover{
background-image:url(../images/icon_footer-contact-arrow-w.png);
}

nav#footer-nav{
background-color:#555;
padding:2rem 0 1.5rem;
text-align:center;
}



ul.fotter-nav01 li{
display:inline-block;
}

ul.fotter-nav01 li a{
 color:white;
 display:block;
 padding:13px 45px 11px;
 line-height:100%;
 border:solid 1px #777;
 margin:0 5px;
 font-size:15px;
 }
ul.fotter-nav01 li a:hover{
	background-color:#999;
 }

ul.fotter-nav02 {
margin-top:1rem;
}

ul.fotter-nav02 li{
display:inline-block;
}

ul.fotter-nav02 li a:after{
content:"|";
margin:0 10px;
display:inline-block;
}

ul.fotter-nav02 li:last-child a:after{
content:none;
}

ul.fotter-nav02 a{
color:#ccc;
font-size:12px;
display:block;
}
ul.fotter-nav02 a:hover{
text-decoration:underline;
color:#fff;
}

#copyright{
background-color:black;
color:#aaa;
font-size:11px;
text-align:center;
padding:10px 0 5px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 0px;
  background:black;
  opacity: 0.3;
  border-radius: 3px 3px 0 0;
  z-index:50;
}
#page_top:hover{
  opacity: 0.8;
}

#page_top.is-fixed{
bottom:40px;
border-radius: 3px;
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top:before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  top:-20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}




/*　767以下サイズ　*/
@media screen and (max-width:767px){

	nav#footer-nav{
	padding-top:10px;
	}
	ul.fotter-nav01 li{
	line-height:30px;
	display:block;
	margin-top:10px;
	}

	#page_top{
	right:10px;
	bottom:10px;
	border-radius: 5px;3;
	}

	#page_top.is-fixed{
	bottom:10px;
	}
}