@charset "utf-8";


.event-benefit-template .relative-wrap {
    position: relative;
    
    .link_button_01{
        position: absolute;
        top: 52.5%;
        width: 10.4%;
        height: 1%;
        left: 13.3%;
        @media screen and (max-width: 767px) {
            top: 44.8%;
            width: 20%;
            height: 0.6%;
            left: 39.5%;
        }
    }
    .link_button_02{
        position: absolute;
        top: 59.95%;
        width: 10.4%;
        height: 1%;
        left: 13.3%;
        @media screen and (max-width: 767px) {
            top: 55.9%;
            width: 20%;
            height: 0.6%;
            left: 39.5%;
        }
    }
    .link_button_03{
        position: absolute;
        top: 67.9%;
        width: 10.4%;
        height: 1%;
        left: 13.3%;
        @media screen and (max-width: 767px) {
            top: 67.7%;
            width: 20%;
            height: 0.6%;
            left: 39.5%;
        }
    }
    .link_button_04{
        position: absolute;
        bottom: 1.2%;
        width: 43.6%;
        height: 2%;
        left: 28.3%;
        @media screen and (max-width: 767px) {
            bottom: 1%;
            width: 83.45%;
            height: 1.45%;
            left: 8.5%;
        }
    }
}