.top_service nav ul li a span br.pc {
    display: none;
}
@media screen and (min-width: 1000px) {
    .top_service nav ul li a span br.pc {
        display: block;
    }
}

.pl-1 {
    padding-left: 1rem;
}

@media screen and (max-width: 768px) {
    .section_item_list.event .section_title {
        height: auto;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .section_item_list .section_title {
        background-size: auto;
    }
    .section_item_list .content_wrap.detail {
        padding: 30px 15px;
    }
    .table_wrap {
        padding: 0;
    }
    .table_wrap .info_table {

    }
    .table_wrap .info_table th,
    .table_wrap .info_table td {
        display: block;
        width: 100%;
        padding: 1rem;
    }

    .section_item_list .content_title {
        font-size: 24px;
    }
    .section_item_list .content_sub_title {
        font-size: 18px;
    }
    .section_item_list .content_date {
        font-size: 18px;
    }

    .section_item_list .event_header {
        flex-wrap: wrap;
    }
    .section_item_list .event_header .left {
        margin-bottom: 0.5rem;
    }

    .section_item_list .buttons {
        padding: 0 15px;
    }
    .section_item_list .links .link {
        padding-left: 40px;
    }
}

.section_item_list .cms {
    overflow: hidden;
}