@charset "UTF-8";

.c-overflow-table-table th{
    width: inherit;
    line-height: 1.2;
}

.is-scrolable .c-overflow-table-guide{
    max-height: 100%;
}

.search-list__search-box {
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.search-list__search-box svg {
    width: 25.32px;
    height: 25.32px;
    fill: #074396;
    position: absolute;
    right: 20px;
}

.search {
    min-height: 70px;
    border-radius: 35px;
    padding: 0.6em 110px 0.6em 2em;
    font-size: 123.1%;
}

dl.search-list__filter-types {
    margin-bottom: 30px;
}

.search-list__filter-types dd {
    display: block;
}

@media print,
screen and (min-width: 48em) {
    .search-list__filter-types dd {
        display: block;
        width: 80%;
    }
}

@media print,
screen and (min-width: 61.25em) {
    .search-list__filter-types dd {
        display: block;
        width: 80%;
    }
}

.search-list__filter-types dd label {
    margin-right: 1em;
    display: inline-block;
}

.search-list__filter-type {
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 20px 15px;
}

.search-list__filter-type:last-child {
    border-bottom: none;
}

.search-list__filter-name {
    font-size: 20px;
    font-weight: 700;
    width: 20%;
}

@media print,
screen and (min-width: 48em) {
    .search-list__filter-name {
        font-size: 20px;
        font-weight: 700;
        width: 20%;
    }
}

@media print,
screen and (min-width: 61.25em) {
    .search-list__filter-name {
        font-size: 20px;
        font-weight: 700;
        width: 20%;
    }
}

.search-list__filter-data+.search-list__filter-data {
    margin-top: 10px;
}

.search-list__table {
    margin-top: 10px;
    width: 1320px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    
}

.search-list__table th,
.search-list__table td {
    padding: 8px 12px;

    text-align: left;
    vertical-align: middle;
}

.search-list__table th {
    font-weight: 700;
    font-size: 100%;
    background-color: #F3F3F3;
    /* line-height: 1.3; */
}

.search-list__table th.sort {
    cursor: pointer;
}

.search-list__table th.sort::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    font-size: 10px;
    width: 1.6em;
    height: 1.6em;
    background: url('../img/icon-sort.svg') no-repeat center / contain;
    vertical-align: text-top;
}

.search-list__table th.sort.desc::after {
    background: url('../img/icon-sort-down.svg') no-repeat center / contain;
}

.search-list__table th.sort.asc::after {
    background: url('../img/icon-sort-up.svg') no-repeat center / contain;
}

.search-list__pagination {
    margin-top: 30px;
    text-align: center;
}

.search-list__pagination-items {
    display: inline-flex;
    list-style: none;
}

.search-list__pagination-items li {
    border: 1px solid #ccc;
}

.search-list__pagination-items li a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #000;
    transition: all .3s ease 0s;
}

@media (any-hover: hover) {
    .search-list__pagination-items li a:hover {
        background-color: #000;
        color: #fff;
    }
}

.search-list__pagination-items li.active a {
    background-color: #000;
    color: #fff;
}

.search-list__pagination-items li+li {
    margin-left: 20px;
}


input,
select,
textarea,
button {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

td.genre,
th.genre-th {
    display: none;
}

.c-heading-3--ribbon {
    margin-top: 30px;
}

.search-list__table th.category-hrad {
    text-align: left;
    background: #fff;
    border: none;
    font-size: 100%;
}

.search {
    min-height: 45px;
}

input.filter {
    display: block;
    width: 100%;
    max-width: 430px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media print,
screen and (min-width: 48em) {
    input.filter {
        max-width: 430px;
    }
}

.mt-1 {
    margin-top: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
    .search-list__filter-name {
        font-size: 14px;
        width: 100%;
        margin-bottom: 0.5em;
    }

    .search-list__filter-type {
        flex-flow: column;
    }

    .search-list__table {
        font-size: 85%;
    }

    .search-list__table th.sort::after {
        display: block;
        margin: 0 auto;
    }

    .search-list__table th.sort {
        text-align: center;
    }
}




.c-checkbox {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin-top: 10px;
}

@media print,
screen and (min-width: 48em) {
    .c-checkbox {
        display: inline-block;
        margin-top: 0;
        width: 33%;
    }
}

/*add 202507*/
.p-sticky {
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 0;
}

.sticky_table_wrapper {
    overflow: scroll;
    width: 100%;
}

td,
th {
    min-width: 100px;
}

.c-overflow-table-table tr:last-child th {
    border-bottom: none;
}

/* 始めの列固定 */
.c-overflow-table-table th.sticky_row {
    position: sticky;
    z-index: 99999;
    left: 0;
    top: 0;
}

.c-overflow-table-table td.sticky_row {
    position: sticky;
    background: #fff;
    left: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    z-index: 99999;
    font-weight: 700;
}

.search-list__table th.title,
.search-list__table td.title,
.search-list__table th.sticky_from,
.search-list__table td.sticky_from {
    width: 192px;
    line-height: 1.2;
}

.search-list__table td.sticky_from {
    border-bottom: none;
}

.search-list__table th.sticky_from,
.search-list__table td.sticky_from {
    width: 110px;
    border-left: none;
}

/* 途中からの列固定 */
.sticky_from,
.search-list__table th.sticky_from,
.c-overflow-table-table.m-sticky th.sticky_from:first-child, .c-overflow-table-table td.sticky_from {
    position: sticky;

    background: #F3F3F3;
    left: 165px;
    border-left: none;
    border-right: none;
    vertical-align: top;

    z-index: 999;
    border-right: solid 1px #ccc;
}

.c-overflow-table-table td.sticky_from{
    border-bottom: none;
    border-top: none;
    font-weight: 700;
}

.release,
.cat-sortth {
    display: none;
    width: 165px;
}

/*.sticky_row::before,
.sticky_from::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    z-index: -1;
}

.sticky_from::before {
    left: -1px;
}*/
/* 行ハイライト */
#my-table tr.hover-row td,
#my-table tr.hover-row th {
    background-color: #F0F8FF;
    /* お好みで */
}

/* 列ハイライト */
#my-table td.hover-col,
#my-table th.hover-col {
    background-color: #F0F8FF;
}

#my-table tr.hover-row td.sticky_from{
    color: #000;
}

#my-table th.hover-col.none-hover {
    background-color: #F3F3F3;
}

#my-table td.sticky_from.hover-col,
#my-table th.sticky_from.hover-col {
    background-color: #F3F3F3;
}

.dark-th {
    color: #fff;
    background: #333 !important;
}

.search-list__table th.middark-th {
    background: #333 !important;
    color: #fff;
    width: 94px;
    line-height: 1.2;
}

.sp-block {
    display: none;
}

.tag{
    display: inline-block;
    font-size: 8px;
    border-radius: 4px;
    padding: 3px 6px;
}

.tag-web{
    background: #074396;
        color: #fff;
}


.tag-anm{
    background: #074396;
        color: #fff;
}

.tag-inj{
    background: #074396;
        color: #fff;
}

.tag-th{
    background-color: #E52D2D;
    color: #fff;
}

.p-link-arrow:after{
        margin-left: 4px;
        top: -0.2em;
}

@media print,
screen and (min-width: 61.25em) {
    .c-overflow-table-table th {
        width: inherit;
        min-width: 100px;
    }
}

@media (max-width: 767px) {
    .sp-block {
        display: block;
    }

    .search-list__table {
        width: 850px;
    }

    .search-list__table th,
    .search-list__table td {
        padding: 4px 8px;
    }

    .search-list__table th.title,
    .search-list__table td.title {
        width: 100px;
    }

    .search-list__table th.sticky_from,
    .search-list__table td.sticky_from {
        width: 80px;
    }

    .sticky_from,
    .search-list__table th.sticky_from,
    .c-overflow-table-table.m-sticky th.sticky_from:first-child, .c-overflow-table-table td.sticky_from {
        left: 100px;
        z-index: 999;
    }

    .search-list__table th.middark-th {
        width: 64px;
        
    }
}