.ope-DocHeader {
    margin-top: 0;
}

.ope-DocHeader img {
    line-height: 1;
    vertical-align: middle;
}

.ope-Filter_Inner {
    background-color: #f1f9fd;
}

.ope-Filter_ClearCond {
    padding: 0;
    border-width: 0;
    background: none;
    color: #0060ae;
    cursor: pointer;
}

.ope-Filter_TypeSelect {
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    border: 1px solid #0077c2;
    border-radius: 6px;
    width: 355px;
    background: url(/operations/images/blt_arrow_down_select.png) no-repeat right 10px center,
                linear-gradient(to right, #fff 0%, #fff 90%, #0077c2 90%);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 1rem;
}

.ope-Filter_TypeSelect::-ms-expand {
    display: none;
}

.ope-Filter_KanaSelect {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.ope-Filter_KanaSelect li {
    margin: 0 10px 10px 0;
}

.ope-Filter_KanaSelect button {
    display: block;
    padding: 13px 10px;
    border: 1px solid #0077c2;
    border-radius: 6px;
    background-color: white;
    line-height: 1;
    color: #0060ae;
    cursor: pointer;
}

.ope-Filter_KanaSelect button[aria-checked] {
    background-color: #0077c2;
    color: #fff;
}

.ope-Filter_KanaSelect button[disabled] {
    border-color: #000;
    background-color: #f0f0f0;
    color: #000;
    cursor: default;
}

.ope-Filter_LayoutContainer {
    margin-top: 50px;
}

.ope-Filter_TitleContainer {
    position: relative;
}

.ope-Filter_TitleContainer .cmn-Hdg3Pt1 {
    padding-right: 2.5em;
}

.ope-Filter_TitleContainer .ope-Filter_ClearCond {
    position: absolute;
    top: .5em;
    right: 10px;
}

.ope-Table {
    margin-bottom: 30px;
    width: 1000px;
}

.ope-Table th, .ope-Table td {
    box-sizing: border-box;
    width: 200px;
}

.ope-Table.ope-Table-Col6 th:nth-child(5),
.ope-Table.ope-Table-Col6 td:nth-child(5) {
    width: 200px;
}

.ope-Table.ope-Table-Col6 th:not(:nth-child(5)),
.ope-Table.ope-Table-Col6 td:not(:nth-child(5)) {
    width: 160px;
}

.ope-Table.ope-Table-Col6 td:last-child {
    text-align: center;
}

.ope-Table_New {
    box-sizing: border-box;
    display: block;
    margin: 0 auto 5px;
    border-radius: 10px !important;
    width: 70px;
    background-color: #d13e00;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-style: normal;
}

.ope-Table_Link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ope-Table_Link a {
    margin: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 770px) {
    .ope-DocHeader {
        position: relative;
        overflow: hidden;
        min-width: 1000px;
        height: 226px;
    }

    .ope-DocHeader img {
        position: absolute;
        left: 50%;
        margin-left: -640px;
        max-width: none;
    }

    .ope-Filter_Inner {
        padding: 20px 0 60px;
        min-width: 1000px;
    }

    .ope-Filter_LayoutContainer {
        display: -ms-flexbox;
        display: flex;
    }

    .ope-Filter_LayoutContainer .ope-Filter_LayoutColumn:first-child {
        margin-right: 140px;
        width: 360px;
    }

    .ope-Filter_LayoutContainer .ope-Filter_LayoutColumn:last-child {
        width: 410px;
    }

    .ope-TableContainer {
        padding: 60px 0;
    }

    .ope-Table_New {
        padding: 3px 15px;
        font-size: .75em;
    }
}

@media screen and (max-width: 769px) {
    .ope-DocHeader img {
        width: 100%;
    }

    .ope-Filter_Inner {
        padding: 20px 0 30px;
    }

    .ope-Filter_LayoutContainer .ope-Filter_LayoutColumn:first-child {
        margin-bottom: 30px;
    }

    .ope-TableContainer {
        padding: 30px 0;
    }

    .ope-Table_New {
        padding: 3px 10px;
        font-size: .923em;
    }
}

@media screen and (max-width: 389px) {
    .ope-Filter_TypeSelect {
        width: 285px;
        background: url(/operations/images/blt_arrow_down_select.png) no-repeat right 10px center,
                    linear-gradient(to right, #fff 0%, #fff 87%, #0077c2 87%);
    }
}

/*# sourceMappingURL=operations.css.map */