@media screen and (max-width:1200px) {
    .event_title {
        font-size: 23px;
    }
}
@media screen and (max-width:991px) {
    .nopadl {
        padding-left: 15px;
    }

    .nopadr {
        padding-right: 15px;
    }

    .mobc {
        text-align: center !important;
    }

    .nomob {
        display: none
    }

    .onlymob {
        display: block
    }

    section {
        height: auto !important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        margin: 0 !important;
        min-height: 10px !important;
    }

    .row.mobowl {
        margin-left: 0;
        margin-right: 0;
    }

    .mopad0 {
        padding: 0 !important;
    }

    body.modal-open {
        padding-right: 0 !important;
    }
    h1.main_title {
        font-size: 20px;
    }
    .event_title_area {
        padding: 0 20px;
    }
    
    .event_date {
        padding-top: 20px;
    }
    
    .event_title {
        font-size: 19px;
        line-height: 1.2;
    }
}

@media screen and (max-width:767px) {
    .noxs {
        display: none
    }

    .onlyxs {
        display: block
    }

    .logo_part {
        gap: 0 10px;
        flex-wrap: wrap;
    }

    .web_title {
        font-size: 14px;
        margin-left: 5px;
        border-left: 2px solid #cbcbcb;
        height: 30px;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    span.logo_divider {
        display: none;
    }

    .menu_top {
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    padding: 19px 0;
    }

    .menu_top a {
        font-size: 14px;
        height: 36px;
        padding-bottom: 0 !important;
        line-height: 1.2;
        padding: 0;
        border: none;
    }

    .intro_img {
        height: 240px;
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .content img {
        display: block;
        max-width: 120px;
    }

    .content p,
    .content ul {
        font-size: 14px;
    }

    .plan_list>li>p:nth-child(1) {
        width: 120px;
    }

    .accordion-question {
        font-size: 15px;
    }

    .footer_flex {
        display: block;
    }

    span.footer_divider {
        width: 40px;
        height: 1px;
        margin: 20px 0;
    }

    .person_name {
        font-size: 15px;
        line-height: 1.3;
    }

    .news_list li {
        font-size: 14px;
    }

    .contact_name {
        font-size: 18px;
    }

    .contact_info {
        font-size: 13px;
    }

    .arrow_item {
        position: absolute;
        left: 0;
        top: -1px;
        background-color: #fff;
        padding: 6px 6px;
        height: 33px;
        width: 24px;
    }

    .arrow_item img {
        width: 11px;
    }

    .arrow_right {
        left: calc(100% - 24px);
    }

    .top_button {
        right: 20px;
    }
    .foot_soc {
        margin-top: 12px;
    }
    .content_info {
        padding: 0;
        padding-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .arrow_right {
        display: block;
    }

    .date_flex {
        display: block;
    }

    .date_flex>div {
        width: 100% !important;
    }
    .post_item {
        display: block;
    }
    
    div.post_description {
        padding: 20px;
    }
    
    .post_img {
        width: 100%;
        display: block;
        height: 160px;
        background-position: top center;
        background-size: 57%;
    }
    .gallery_item {
        min-width: calc(50% - 16px);
    }
    .detail_post_section h1 {
        font-size: 29px;
    }
    .logo_part img {
        max-width: 100%;
        max-height: 42px;
        margin: 12px 0;
        margin-right: 10px;
    }
    .logo_part > div {
}

.logo_part > div:nth-child(1) {
    width: 100%;
}

.logo_part img.logo_psp {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 219px;
}

h1.main_title {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
}

h1.main_title br {
    display: none;
}

.open_nav {
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    background: #3c71ac;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.open_nav img {
    width: 20px;
    filter: brightness(0) invert(1);
}

header {
    padding-bottom: 20px;
}
.show_menu {
    display: block;
}
.opened_nav {
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    border: 1px solid #f2f2f2;
    border-top: none;
    border-right: none;
}
.opened_nav img {
    display: none;
}
header {
    padding-top: 20px!important;
}

.header_new_wrp .logo_psp {
    max-width: 180px;
}

.event_logo {
    max-width: 260px;
}

.event_title_area {
    border: none;
    border-top: 1px solid #cbcbcb;
    padding: 0;
}

.row.flex.box.post_list_flex > div {
    width: 50%;
    padding: 0 5px;
}

.row.flex.box.post_list_flex {
    margin: 0 -5px;
}

section#section6 {
    overflow: hidden;
}

div.post_description {
    padding: 14px;
}

.post_title {
    font-size: 17px;
}

.show_menu {
    border-radius: 0;
    padding-bottom: 0;
}

.menu_top li::after {
    display: none;
}

.menu_top li::before {
    background: #3c71ac;
    border-bottom: 1px solid #b1b1b1;
}

.menu_top li:last-child a::before {
    border-bottom: none;
}

.menu_top li:last-child::before {
    border: none;
}
.col-md-12 .stream_content iframe {
    min-height: 310px;
}
}