/*-------------------------------
/* テーブル
*/
table{
  border-collapse:  collapse; 
  width:100%;
}
table th i.must{
  font-size: 0;
  display: inline-block;
  height: 17px;
}
table th i.must::before
{
  content: "*";
  color: #e94d4d;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  padding: 0 4px;
}
table tbody.sortable {
  overflow: auto;
}
table tbody.sortable .sort-placeholder {
  background: #bfcfdd;
  position: relative;
}
table tbody.sortable .sort-placeholder:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #bfcfdd;
}

table.-tableHover tr > td {
  transition: background 0.2s;
}
table.-tableHover tr:hover > td {
  background: #f8f9f9 !important;
  cursor: pointer;
}
table{
  border-bottom:1px solid #b0b6be;
  border-left:1px solid #b0b6be;
}
th{
  font-weight: normal;
  border-top:1px solid #b0b6be;
  border-right:1px solid #b0b6be;
}
td{
  font-weight: normal;
  border-top:1px solid #b0b6be;
  border-right:1px solid #b0b6be;
}
/*-------------------------------
/* テーブル1
*/
.table1 th,
.table1 td {
  vertical-align: middle;
  position: relative;
  padding: 4px;
  box-sizing: border-box;
}
.table1 th {
  color: #7d7d7d;
  background: rgba(226, 238, 245, 0.8);
  text-align:left;
}
.table1 td {
  text-align: left;
  /* background: #fff; */
}
.table1 td input[type=text],
.table1 td .select {
  width: 100%;
}
.table1 td:not(:last-of-type) input {
  text-align: center;
}
.table1 td i.must {
  float: right;
  margin-top: 3px;
  margin-left: 5px;
}
.table1 tr[data-noavail="1"] td {
  background: rgba(191, 207, 221, 0.6);
}
/*-------------------------------
/* テーブル2
*/
.table2 thead th {
  color: #5b84a8;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
  background: transparent;
  padding: 7px 3px;
}
.table2 thead th .checkboxarea.-single label {
  vertical-align: middle;
}
.table2 td {
  vertical-align: middle;
  padding: 7px 3px;
}
.table2 td[data-linkarea] {
  cursor: pointer;
}
.table2.-stripe > tbody > tr:nth-of-type(odd) > td {
  background: #fff;
}
.table2.-stripe > tbody > tr:nth-of-type(even) > td {
  background: rgba(31, 148, 204, 0.06);
}

/*-------------------------------
/* テーブル3
*/
@media screen and (max-width: 768px) {
  .table3 > col, .table3 > colgroup {
    display: none;
  }
  .table3 tr {
    display: block;
    width: 100%;
  }
}
.search{
  border:none;
}
.search th, .search td{
  border:none;
}
.table3 th:not(.table2 th):not(.search th),
.table3 td:not(.table2 td):not(.search td) {
  text-align: left;
  vertical-align: top;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .table3 th:not(.table2 th):not(.search th),
  .table3 td:not(.table2 td):not(.search td) {
    display: block;
    width: 100% !important;
  }
}
.table3 th:not(.table2 th):not(.search th) {
  color: #666b7d;
  background: #ebeeef;
  width: 150px;
}
.table3 th:not(.table2 th):not(.search th):has(.must), .table3 th:not(.table2 th):not(.search th):has(.must2), .table3 th:not(.table2 th):not(.search th):has(.must_result) {
  padding-right: 36px;
}
.table3 th:not(.table2 th):not(.search th):has(.must) i.must, .table3 th:not(.table2 th):not(.search th):has(.must) i.must2, .table3 th:not(.table2 th):not(.search th):has(.must) i.must_result, .table3 th:not(.table2 th):not(.search th):has(.must2) i.must, .table3 th:not(.table2 th):not(.search th):has(.must2) i.must2, .table3 th:not(.table2 th):not(.search th):has(.must2) i.must_result, .table3 th:not(.table2 th):not(.search th):has(.must_result) i.must, .table3 th:not(.table2 th):not(.search th):has(.must_result) i.must2, .table3 th:not(.table2 th):not(.search th):has(.must_result) i.must_result {
  position: absolute;
  top: 9px;
  right: 4px;
}
@media screen and (max-width: 768px) {
  .table3 th:not(.table2 th):not(.search th):has(.must) i.must, .table3 th:not(.table2 th):not(.search th):has(.must) i.must2, .table3 th:not(.table2 th):not(.search th):has(.must) i.must_result, .table3 th:not(.table2 th):not(.search th):has(.must2) i.must, .table3 th:not(.table2 th):not(.search th):has(.must2) i.must2, .table3 th:not(.table2 th):not(.search th):has(.must2) i.must_result, .table3 th:not(.table2 th):not(.search th):has(.must_result) i.must, .table3 th:not(.table2 th):not(.search th):has(.must_result) i.must2, .table3 th:not(.table2 th):not(.search th):has(.must_result) i.must_result {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.table3 caption {
  color: #517798;
  text-align: left;
  font-weight: 500;
  position: relative;
  padding: 0px 5px 0px 24px;
}
.table3 caption::before, .table3 caption::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 1px;
}
.table3 caption::before {
  top: 4px;
  bottom: 0;
  left: 6px;
  background: #fff;
}
.table3 caption::after {
  top: -2px;
  bottom: 0;
  left: 3px;
  background: #517798;
}

/*-------------------------------
/* 検索テーブル
*/
.search {
  position: relative;
  background: #eff1f1;
  padding: 7px 10px 5px;
}
@media screen and (max-width: 768px) {
  .search {
    padding: 7px 5px 5px;
  }
}
.search th, .search td {
  text-align: left;
  vertical-align: top;
  padding: 10px 5px;
}
.search th {
  color: #5d768b;
  font-weight: 500;
}
.search th i.must, .search th i.must2 {
  position: relative;
  top: 3px;
  margin-left: 5px;
  float: right;
}
.search td div.item i {
  display: block;
  opacity: 0.7;
  margin-bottom: 2px;
}
.search td div.item ~ div.item {
  margin-top: 5px;
}
.search tr > td select,
.search tr > td input,
.search tr > td textarea 
{
  color:#505961;
}
@media screen and (min-width: 769px) {
  .search td .flexPC {
    display: flex;
    align-items: center;
  }
  .search td .flexPC div.item i {
    display: none;
  }
  .search td .flexPC div.item ~ div.item {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .search {
    table-layout: fixed;
  }
  .search col, .search colgroup {
    display: none;
  }
  .search tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
  }
  .search tr > th, .search tr > td {
    display: block;
    padding: 5px 0;
  }
  .search tr > th {
    width: 30%;
  }
  .search tr > td {
    width: 70%;
    padding-left: 5px;
  }
  .search tr > td input[type=text],
  .search tr > td input[type=file],
  .search tr > td .select,
  .search tr > td select {
    max-width: 100%;
    width: 100% !important;
  }
  .search tr > td .tabmenuarea label, .search tr > td .tabmenuarea a {
    min-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .search > .search {
    position: relative;
    /* border-top: none;
    border-bottom: none; */
  }
  .search > .search tbody {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    position: relative;
  }
  .search > .search tbody tr th, .search > .search tbody tr td {
    display: block;
    width: auto;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0;
    /* border-top: none; */
  }
  .search > .search tbody tr th {
    line-height: 1.3;
    padding-bottom: 2px;
    opacity: 0.8;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .search > .search tbody tr th i.must, .search > .search tbody tr th i.must2 {
    top: 0;
    margin-left: 0;
    margin-right: 5px;
    float: left;
  }
  .search > .search tbody tr td {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}
.search .c-toggle {
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .search tr:has(#js_reset) {
    margin-left: auto;
  }
  .search td:has(#js_reset) {
    padding-right: 0;
  }
}

/*-------------------------------
/* ページャー
*/
.pager {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 10px;
}
.pager > span {
  color: #b0b6be;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
  width: 32px;
  height: 35px;
  margin: 5px 3px;
  border: 1px solid #b0b6be;
  /* box-shadow: 0 0 5px 0 rgba(0, 91, 172, 0.3); */
  transition: background 0.2s;
  cursor: pointer;
}
.pager > span.-current {
  color: #fff;
  font-weight: 600;
  background: rgb(188, 207, 224);
  cursor: default;
}
.pager > span.arrow1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2px solid #b0b6be;
  border-bottom: 2px solid #b0b6be;
  box-sizing: border-box;
}
.pager > span.arrow2::before, .pager > span.arrow2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  margin: auto;
  border-right: 2px solid #b0b6be;
  border-bottom: 2px solid #5b84a8;
  box-sizing: border-box;
}
.pager > span.arrow2::before {
  left: -5px;
  right: 0;
}
.pager > span.arrow2::after {
  right: -5px;
  left: 0;
}
.pager > span.-prev::before, .pager > span.-prev::after {
  transform: rotate(135deg);
}
.pager > span.-disabled {
  color: #7c9dba;
  background: rgba(219, 225, 231, 0.8);
  cursor: default;
}
.pager > span.-disabled::before, .pager > span.-disabled::after {
  border-color: #b0b6be;
}
.pager .total {
  color: #b0b6be;
  padding-left: 10px;
}
.pager .total i {
  padding: 0 2px;
}


.th_50 th{
  width:50px!important;
}
.th_100 th{
  width:100px!important;
}
.th_120 th{
  width:120px!important;
}
.th_150 th{
  width:150px!important;
}
.th_200 th{
  width:200px!important;
}
.th1_30 th:nth-of-type(1){
  width:30px!important;
}
.th1_50 th:nth-of-type(1){
  width:50px!important;
}
.th1_80 th:nth-of-type(1){
  width:80px!important;
}
.th1_100 th:nth-of-type(1){
  width:100px!important;
}
.th1_120 th:nth-of-type(1){
  width:120px!important;
}
.th1_150 th:nth-of-type(1){
  width:150px!important;
}
.th2_100 th:nth-of-type(2){
  width:100px!important;
}
.th2_150 th:nth-of-type(2){
  width:150px!important;
}
.th2_200 th:nth-of-type(2){
  width:200px!important;
}
.th3_100 th:nth-of-type(3){
  width:100px!important;
}
.th3_150 th:nth-of-type(3){
  width:150px!important;
}
.th3_200 th:nth-of-type(3){
  width:200px!important;
}
.th4_100 th:nth-of-type(4){
  width:100px!important;
}
.th5_100 th:nth-of-type(5){
  width:100px!important;
}


.td1_50 td:nth-of-type(1){
  width:50px!important;
}
.td1_80 td:nth-of-type(1){
  width:80px!important;
}
.td1_100 td:nth-of-type(1){
  width:100px!important;
}
.td1_120 td:nth-of-type(1){
  width:120px!important;
}
.td1_150 td:nth-of-type(1){
  width:150px!important;
}
.td1_200 td:nth-of-type(1){
  width:200px!important;
}


.td2_50 td:nth-of-type(2){
  width:50px!important;
}
.td2_80 td:nth-of-type(2){
  width:80px!important;
}
.td2_100 td:nth-of-type(2){
  width:100px!important;
}
.td2_120 td:nth-of-type(2){
  width:120px!important;
}
.td2_150 td:nth-of-type(2){
  width:150px!important;
}
.td2_200 td:nth-of-type(2){
  width:200px!important;
}

.td3_50 td:nth-of-type(3){
  width:50px!important;
}
.td3_80 td:nth-of-type(3){
  width:80px!important;
}
.td3_100 td:nth-of-type(3){
  width:100px!important;
}
.td3_150 td:nth-of-type(3){
  width:150px!important;
}
.td3_200 td:nth-of-type(3){
  width:200px!important;
}
.red{
  color:red;
}

h3{
  font-size:1.3rem;
  color:red;
  margin-top:10px;
}

/*---------------
noborder
*/
table.noborder {
  border: none;
  border-collapse: collapse; /* セル間のスペースもなくす場合 */
}

table.noborder td, table.noborder th {
  border: none;
}