@charset "utf-8";


/* main
==================================== */
#main p {
    line-height: 1.8;
}
.ttl_page {
    background-image: none;
    background-color: #f6f7f8;
}
.ttl_page .txt_main {
    color: #222222;
}
.annotation {
    border-top: solid 1px #bebec8;
}
.annotation a {
    color: #1ba1e6;
}
.menu-area label {
    display: inline-block;
    background-color: #a1a2a2;
    border: solid 1px #a1a2a2;
    text-align: center;
    color: #ffffff;
}
.konro-menu, .plate-menu {
    position: relative;
}
.konro-menu::after, .plate-menu::after {
    display: block;
    position: absolute;
    content: "";
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    transform: rotate(45deg);
}
#konro-select, #plate-select {
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #a1a2a2;
}
.search-note p {
    text-align: right;
    color: #ff0a14;
}
.seach-area {
    height: 65vh;
    overflow: scroll;
}
.seach-area::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.seach-area::-webkit-scrollbar-track {
    background-color: #d9e1e4;
    border-radius: 10px;
}
.seach-area::-webkit-scrollbar-thumb {
    background-color: #ff0a14;
    border-radius: 10px;
}
.search-table {
    cursor: move;
    border-collapse:separate;
}
.search-table th, .search-table td {
    white-space: nowrap;
    border-right: solid 1px #bebec8;
    border-bottom: solid 1px #bebec8;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
}
.search-table tr:nth-child(2n) th,
.search-table tr:nth-child(2n) td {
    background-color: #f6f7f8;
}
.search-table th {
    font-weight: bold;
}
.search-table th:last-child,
.search-table td:last-child {
    border-right: 0;
}
.search-table thead tr:first-child th,
.search-table thead th:first-child,
.search-table tbody th {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
}
.search-table th:first-child {
    text-align: left;
}
.search-table th:first-child,
.search-table thead th {
    z-index: 1;
}
.search-table thead th.cross-fix {
    z-index: 2;
}
.search-table thead th {
    vertical-align: bottom;
}
.search-table thead th:first-child {
    vertical-align: middle;
    text-align: right;
}
.search-table thead th img {
    display: block;
}
.search-table tbody th:first-child div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-table tbody th:first-child img {
    mix-blend-mode: multiply;
}
/*
.search-table .show {
    visibility: visible;
}
.search-table .hide {
    visibility: collapse;
}
*/
.search-table tr.show {
    display: table-row;
}
.search-table col.show {
    display: table-cell;
}
.search-table .hide {
    display: none;
}

.table_normal td div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table_normal td div img{
    mix-blend-mode: multiply;
}
.table_normal tr:last-of-type td{
    border-bottom: 1px solid #bebec8;
}
.table_normal td div p{
    white-space: nowrap;
}
.table_normal thead tr th{
    background-color: transparent;
}
.table_normal thead tr th:nth-of-type(n+2){
    background-color: #a1a2a2;
    color: #fff;
    font-weight: normal;
}

@media screen and (max-width:767px) {
    .ttl_page .ttl_page_inner {
        padding: 20px 20px;
    }
    #main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .annotation {
        margin: 7.5% 0;
        padding-top: 7.5%;
    }
    .btn_dl_type01 a {
        height: calc(110 / 800 * 100vw);
        border-radius: calc(55 / 800 * 100vw);
    }
    .menu-area {
        margin: 7.5% 0;
    }
    .menu-area label {
        display: block;
        width: 80%;
        margin: auto;
        padding: 2.5% 0;
    }
    #konro-select, #plate-select {
        display: block;
        width: 80%;
        margin: auto;
        padding: 2.5%;
        font-size: 14px;
    }
    .konro-menu::after, .plate-menu::after {
        width: calc(20 / 800 * 100vw);
        height: calc(20 / 800 * 100vw);
        bottom: 0;
        right: 0;
        margin-bottom: 5%;
        margin-right: 14%;
    }
    .plate-menu {
        margin-top: 5%;
    }
    .search-note p {
        margin-bottom: 7.5%;
    }
    .search-table {
        margin-bottom: 5%;
    }
    .search-table th {
        font-size: 13px;
    }
    .search-table thead th:first-child {
        padding-right: 1em;
    }
    .search-table thead tr:nth-child(2) td {
        font-size: 13px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    } 
    .search-table thead th img {
        max-width: calc(260 / 800 * 100vw);
        width: calc(260 / 800 * 100vw);
    }
    #main .search-table th:first-child p {
        line-height: 1.3;
    }
    .search-table th:first-child img {
        max-width: calc(200 / 800 * 100vw);
        width: calc(200 / 800 * 100vw);
    }
    .search-table tbody th {
        padding: 0.75em 0;
    }
    .disclaimer {
        margin-top: 2.5%;
        margin-bottom: 7.5%;
    }
    .sp_scroll{
        transform: none;
    }
    .sp_scroll .sp_scroll_cnt{
        transform: none;
    }
}

@media screen and (min-width:768px) {
    .ttl_page .ttl_page_inner {
        padding: 90px 50px;
    }
    #main {
        width: 80%;
        max-width: 1296px;
        min-width: 1024px;
        padding: 0 60px;
    }
    .annotation {
        margin: 30px 0;
        padding-top: 30px;
    }
    .menu-area {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    .menu-area div {
        width: 50%;
    }
    .konro-menu {
        margin-right: 10px;
    }
    .plate-menu {
        margin-left: 10px;
    }
    .menu-area label {
        width: 40%;
        margin-right: -5px;
        padding: 12px 0 13px;
        cursor: default;
    }
    #konro-select, #plate-select {
        width: 60%;
        padding: 15px 14px;
        font-size: 15px;
        cursor: pointer;
    }
    .konro-menu::after, .plate-menu::after {
        width: 10px;
        height: 10px;
        top: 20px;
        right: 15px;
    }
    .seach-area {
        width: 100%;
        margin-top: 30px;
    }
    .search-note {
        margin-top: 30px;
    }
    .search-table {
        margin-bottom: 20px;
    }
    .search-table th {
        font-size: 14px;
    }
    .search-table thead th:first-child {
        padding-right: 15px;
    }
    .search-table thead tr:nth-child(2) td {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .search-table tbody th {
        padding: 10px 0 10px 15px;
    }
    .disclaimer {
        margin-top: 10px;
        margin-bottom: 80px;
    }
}