@charset "UTF-8";

/*-----------------------------------

    headline

-----------------------------------*/
#headline {
    background: url(../img/case/headline_bg.jpg) no-repeat center;
    background-size: cover;
}
/*-----------------------------------

	case_block

-----------------------------------*/
#case_block {
    padding: 80px 0;
}
#case_block .contents_inner {
    max-width: 1100px;
}
#case_block .contents_inner .wrap {
    overflow: auto;
    white-space: nowrap;
}
#case_block .consent_text {
    margin-bottom: 20px;
}
#case_block .consent_text .note {
    font-size: 24px;
}
#case_block .consent_text .number {
    font-weight: bold;
}
#case_table {
    width: 1080px !important;
    font-size: 12px;
}
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}
.dataTables_filter {
    margin-bottom: 10px;
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 640px) {
    #case_block {
        padding: 40px 0;
    }
    #case_block .consent_text .note {
        font-size: 20px;
    }
}

/*-----------------------------------

	table

-----------------------------------*/
/* .table_wrapper {
    height: 400px;
    overflow-y: scroll;
    padding-bottom: 10px;
} */
#case_block .search_box {
    text-align: right;
    margin-bottom: 10px;
}
#case_block .search_box select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

table#case_table thead th {
    background: #efefef;
    text-align: center;
}
table#case_table tbody td {
    white-space: pre-wrap;
    vertical-align: middle;
    letter-spacing: 0.01rem;
}
table#case_table tbody .us_p {
    padding: 8px 6px;
    
}

table#case_table tbody .tar {
    text-align: right;
}
.dataTables_filter {
    margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
    /* table#case_table tbody td.ws_nowrap {
        white-space: nowrap !important;
    } */
}
@media screen and (max-width: 640px) {
    #case_block .search_box {
        text-align: center;        
    }
}