@charset "utf-8";

.copyright {
padding: 40px 0;
text-align: center;
color: #fff5dc;
font-size: 1.2rem;
background: url(../../images/main/tz/main_img01_bg.jpg) center top;
}
.socialList {
background: url(../../images/main/tz/bush.png) center bottom repeat-x #fff5dc;
}
.socialList ul {
display: flex;
justify-content: center;
max-width: 2000px;
margin: 0 auto;
padding: 0 0 40px 0;
background: url(../../images/main/tz/footer_cub.png) right 40px bottom no-repeat;
}
.socialList li {
margin: 0 20px;
}

#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 20px;
bottom: 0;
font-size: 1.2rem;
border-radius: 10px;
background: #000;
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
color: #000;
}
#page_top a::before{
content: '▲';
font-size: 1.2rem;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

@media screen and (max-width: 900px){

.socialList ul {
padding: 0 0 120px 0;
}

}