@media only screen and (max-width: 1232px) {
    section {
        width: 100%;
    }

    .btn {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .ttl {
        padding: 0.5rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        padding-bottom: 1rem !important;
        min-width: calc(100% - 5px);
        font-size: 18px;
        line-height: 24px;
    }

    .ttl i {
        line-height: 24px;
    }

    .sttl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        padding: 0 0px 8px;
        border-bottom: 1px solid #aaa;
        margin-bottom: 16px;
    }

    .disp_inblock {
        display: inline-block;
    }

    .top_box {
        display: none;
    }

    .top_box.visible {
        display: block;
        width: 100%;
    }

    .pc_only {
        display: none !important;
    }

    .onecolumn section .box {
        padding-top: 20px;
    }

    .table_wrap {
        width: 100%;
        max-height: 60vh;
        overflow: scroll;
        border: #ccc 1px solid;
    }

    .table_wrap table {
        width: max-content;
        margin: 0 !important;
    }

    .table_wrap table th {
        display: table-cell;
    }

    .table_wrap table td {
        white-space: nowrap;
    }

    .joken {
        display: none;
    }

    .modal {
        top: 100px !important;
    }

    .modal_a,
    .modal_b,
    .modal_c,
    .modal_d {
        width: 90vw !important;
        margin-left: -45vw !important;
        margin-top: 0px !important;
    }

    .modal .date_ttl {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 120%;
    }

    .modal span {
        display: inline-block;
        width: 10%;
        text-align: left;
    }

    .modal select {
        width: 60% !important;
        margin-bottom: 10px;
    }

    .modal_c p.start_date {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .modal_c p.end_date {
        margin-bottom: 10px !important;
    }

    .map_inbox {
        max-width: 100%;
        max-height: 50vh;
        overflow: scroll;
        margin-bottom: 20px;
        border: 0px solid #ccc;
    }
}