/*ページトップ*/
#arrow {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 15;
}

@media only screen and (max-width: 640px){

#arrow {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}
}

