@media(min-width:751px){
     .event_sp{
         display: none !important;
    }
     .event_text{
         color: #000;
         text-align: center;
         margin: 30px 0px 60px;
         font-size: 14px;
         font-weight: bold;
         line-height: 1.6;
    }
     .event_title{
         color: #000;
         font-size: 14px;
         font-weight: bold;
         line-height: 1.6;
    }
        .image{
        display: flex;
            justify-content: center;
                margin-bottom: 60px;
    }
     .image a{
         margin: 20px;
         width:20%;
                 TEXT-ALIGN: center;
     }
}

 @media(max-width:750px){
     .event_pc{
         display: none !important;
    }
     .event_text{
         color: #000;
         text-align: center;
         margin: 30px 20px 60px;
         font-size: 14px;
         font-weight: bold;
         line-height: 1.6;
    }
     .event_title{
         color: #000;
         font-size: 14px;
         font-weight: bold;
         line-height: 1.6;
    }
        .image{
        display: flex;
            justify-content: center;
                margin-bottom: 60px;
    }
     .image a{
         margin: 20px;
         width:40%;
                 TEXT-ALIGN: center;
     }
}
