@charset "utf-8";

.blind {
    position: absolute;
    z-index: -10;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    font-size: inherit;
    line-height: inherit;
    word-break: break-all;
    clip: rect(0, 0, 0, 0);
    clip-path: polygon(0 0, 0 0, 0 0);
    white-space: nowrap;
    transform: scale(.01);
}

.event-benefit-template {
    min-height: 0;
    margin: 0 auto;
}

.event-benefit-template:not(.event-benefit-template--welfare-business) {
    max-width: 1380px;
}

.event-benefit-template .banner-section
{
    position: relative;
    max-width: 1380px;
    padding: 2% 14% 8% 14%;
}
.event-benefit-template .banner-section .banner_btn {
    position: relative;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}
.event-benefit-template .banner-section .banner_btn picture img {
    display: block;
    width: 100%;
    height: auto; 
}


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

        .event-benefit-template .banner-section
        {
            position: relative;
            max-width: 1380px;
            padding: 2% 6% 10% 6%;
        }
        .event-benefit-template .banner-section .banner_btn {
            position: relative;
            display: block;
            margin: 0 auto;
            max-width: 640px;
        }

}