@charset "UTF-8";

#doghotel_item+section .arrow{
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

#doghotel_item+section .arrow:before{
    content: "→";
    position: absolute;
    top: 0;
    left: 0;
}