/*footer
------------------------------------------*/
footer{
width: 100%;
background:#c20009;
display: block;
text-align: center;
line-height: 3.5;
}

footer h1{
padding-top:10px;
color: #ffffff;
font-size:1.8rem;
}

footer p{
color: #ffffff;
font-size: 16px;
font-size: 1.2rem;
}


p#copy{
font-size: 12px;
color: #ffffff;
font-size: 1.2rem;
}

footer a{
color: #ffffff!important;
}
.footer_sns{
display: flex;
justify-content: center;
align-items: flex-start;
}
.footer_sns img{
max-width:50px;
}
.footer_sns > div{
margin:10px;
}


/*pagetop
------------------------------------------*/
#page_top{
width: 85px;
height: 85px;
position: fixed;
right: 15px;
bottom: 15px;
background:#c20009;
z-index: 999;
}
#page_top a{
position: relative;
display: block;
width: 85px;
height: 85px;
text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f062';
font-size: 25px;
color: #fff;
position: absolute;
width: 25px;
height: 25px;
top: 0;
bottom: 0px;
right: 0;
left: 0;
margin: auto;
text-align: center;
line-height: 100%;
}

@media (max-width: 780px){
#page_top{
width: 60px;
height: 60px;
right: 10px;
bottom: 10px;
}
#page_top a{
width: 60px;
height: 60px;
}
#page_top a::before{
font-size: 20px;
width: 25px;
height: 25px;
}
}

