@charset "UTF-8";
/**********************************************************************
	パソコン - className : none
***********************************************************************/
.m-form .limit_search-box .js-customSelect .value {
  color: #747474;
}

@media only screen and (min-width: 768px) {
  .m-table {
    width: 1200px !important;
    min-width: 1200px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .m-table {
    width: 100% !important;
    min-width: 1200px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .m-table {
    width: 1200px !important;
    min-width: 100% !important;
  }
}
.m-table.arrow-table thead th.sort1 {
  padding-right: 40px;
}
.m-table.arrow-table thead th:after {
    right: 20px;
}
.m-table.arrow-table thead th.sort2 {
  padding-right: 40px;
  width: 156px;
    
}

.m-table.arrow-table thead th.sort3 {
  padding-right: 40px;
}

.m-table.arrow-table thead th.sort4 {
  width: 104px;
  padding-right: 32px;
  /*
  width: 15%;
   */
}

.m-table.thead-fixed.fixed .thead-clone thead {
  /*
  @media only screen and (min-width: 1024px) {
  	width: 100% !important;
  	min-width: 1200px !important;
  }
  */
}
@media only screen and (min-width: 786px) {
  .m-table.thead-fixed.fixed .thead-clone thead {
    width: 100%;
    min-width: 1200px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .m-table.thead-fixed.fixed .thead-clone thead {
    width: 100%;
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
    .m-table.arrow-table thead th {
        padding: 10px 0;
    }
    .m-table.arrow-table thead th:after {
        right: 15px;
    }
    .m-table.arrow-table thead th.sort1 {
        width:15%;
        padding: 10px 0;
    }
    .m-table.arrow-table thead th.sort2 {
        width:12%;
        padding: 10px 0;
    }
    .m-table.arrow-table thead th.sort3 {
        padding: 10px 0;
    }
    .m-table.arrow-table thead th.sort4 {
        padding: 10px 0;
        width: 104px;
    }
    .m-table.table-style01 tbody td.txt_l {
        padding: 20px 10px;
    }
}