@charset "UTF-8";

.hero {
    background: url(/img/event/bg-hero.webp) no-repeat center;
    background-size: cover;
}

.main.event_single {
    background: url(/img/cmn/bg-blue.png) center top;
    background-size: contain;
}

.event .inner {
    max-width: 1160px;
}

.event.-single {
    padding: 100px 0;
}

.event_single .inner {
    max-width: 1240px;
}

.event_single_body {
    background: #fff;
    padding: 50px 100px;
    border-radius: 30px;
    margin-bottom: 60px;
    display: block;
}

.event_single_ttl {
    font-size: 30px;
    margin-bottom: 40px;
}

.event_list_single_ttl {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.event_list_single {
    padding: 90px 0;
    background: #fff;
}

.event_list_single_ttl::before {
    content: '';
    width: 30px;
    height: 30px;
    background: url(/img/cmn/icon-event.png) no-repeat center;
    background-size: cover;
}

.event_wrapper {
    /* justify-content: center; */
}

.event_cnt {
    margin-bottom: 50px;
    /* max-width: 360px; */
}

.end_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.event_info_cnt {
    padding: 25px 5px;
    position: relative;
}

.event_info_cnt::after {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/cmn/cmn_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.event_info_cnt:first-child::before {
    content: '';
    width: 100%;
    height: 2px;
    background: url(/img/cmn/cmn_line.svg);
    background-size: contain;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.event_info_ttl {
    color: #6E96CD;
}

.event_info_cnt a {
    color: #314D98;
    text-decoration: underline;
}

.event_info_cnt a:hover {
    text-decoration: none;
}


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

    .event_single_body {
        padding: 30px 20px;
    }

    .event_single_ttl {
        font-size: 24px;
        line-height: 35px;
    }

    .event_info_cnt {
        padding: 15px 0;
    }

    .event_list_single {
        padding: 50px 0;
    }



    .end_txt {
        font-size: 15px;
    }
}