@charset "UTF-8";
.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: 100%;
    table-layout: fixed;
}
.search-list__table th,
.search-list__table td {
    padding: 10px 15px;
    border: 1px solid #ccc;
    text-align: left;
}
.c-common-table .search-list__table td {
    font-size: 98%;
}
.search-list__table th {
    font-weight: 700;
    font-size: 120%;
    background-color: #f5f5f5;
    /* line-height: 1.3; */
}
.search-list__table th.blank-th {
    border-top: none;
    background-color: #fff !important;
    border-left: none;
}
.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 0.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,
td.group,
th.group-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, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
}
@media print, screen and (min-width: 48em) {
    input.filter {
        max-width: 430px;
    }
}
.mt-1 {
    margin-top: 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%;
    }
}
.table-hide {
    display: none;
}
.search-list__table.c-common-table tbody td {
    font-size: 90%;
}


/*20260107追加*/
.search-list__table.c-common-table tbody td.title {
    font-weight:bold;
}
@media screen and (min-width: 61.25em) {
    .c-common-table tbody td {
        padding: 12px 16px;
    }
}