.fixed_sns_link{
position: fixed;
bottom: 30px;
right: 30px;
z-index: 10;
}
.fixed_sns_link a {
display: block;
margin-bottom: 10px;
}
.fixed_sns_link a img{
width: 60px;
height: 60px;
}
@media screen and (max-width:480px) {
.fixed_sns_link{
position: fixed;
bottom: 85px;
right: 15px;
z-index: 1000;
}
.fixed_sns_link a img{
width: 45px;
height: 45px;
}
}