@charset "utf-8";


.event-benefit-template .relative-wrap {
    position: relative;
    .link_button_01{
        position: absolute;
        top: 56.3%;
        width: 37.6%;
        height: 1.1%;
        left: 31.2%;
        @media screen and (max-width: 767px) {
            top: 53%;
            width: 73.1%;
            height: 1%;
            left: 13.5%;
        }
    }
    .link_button_02{
        position: absolute;
        top: 66.7%;
        width: 37.6%;
        height: 1.1%;
        left: 31.2%;
        @media screen and (max-width: 767px) {
            top: 61.7%;
            width: 73.1%;
            height: 1%;
            left: 13.5%;
        }
    }
    .link_button_03{
        position: absolute;
        top: 86.05%;
        width: 37.6%;
        height: 1.1%;
        left: 31.2%;
        @media screen and (max-width: 767px) {
            top: 82.5%;
            width: 73.1%;
            height: 1%;
            left: 13.5%;
        }
    }
}