/**************************
 * index, en_index共通css　*
 *************************/
.search_table {
    margin-left: 1rem;
}
.search_table *:not(select) {
    border-style: none;
}
.search_table th {
    width: 10%;
}
.search_table td select {
    width: 100%;
}

/* 要検討 */
@media only screen and (max-width: 600px) {
    .search_table th {
        width: 25%;
    }
}