.pt-0 {
    padding-top: 0 !important;
}
.pl-3 {
    padding-left: 3rem !important;
}
.color-333 {
    color: #333 !important;
}
.color-fff {
    color: #fff !important;
}
.border-none {
    border: none !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.font-bold {
    font-weight: bold !important;
}
.font-normal {
    font-weight: normal !important;
}
.bg-white {
    background-color: #fff !important;
}
.p-1 {
    padding: 1rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.w-100 {
    width: 100% !important;
}
.d-block {
    display: block !important;
}


.site_header.top .top .logo.logo2025 {
    margin-bottom: 1rem;
}
.top-logo-title {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.site_footer.site_footer2025 .top {
    justify-content: center;
}
.site_footer.site_footer2025 .top nav {
    justify-content: space-around;
}


.section_item_list .section_title.section_title_2025 {
    background:none;
}
.section_item_list .section_title.section_title_2025 .wrap {
    border-color:#5d1818;
}
.section_item_list .section_title.section_title_2025 span {
    font-size: 28px;
    color: #5d1818;
}


.event.section_item_list .section_title {
    align-items: start;
}
.event.section_item_list .section_title .wrap {
    flex-wrap: wrap;
    border: none;
}
.event.section_item_list .section_title .caption {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}



@media screen and (max-width: 768px) {
    .site_footer.site_footer2025 .bottom {
        flex-wrap: wrap;
    }
    .site_footer.site_footer2025 .bottom span.text {
        text-align: center;
        width: 100%;
    }
    .site_footer.site_footer2025 .bottom span img {
        margin: auto;
    }
}