@charset "UTF-8";

.scoutSearchLead {
  background: #1074d6;
  color: #fff;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1.5;
  margin: 18px auto 0;
  padding: 24px 20px;
  text-align: center;
}

.scoutSearch {
  background: #ecf0f5;
  color: #333;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 30px 0;
}

.scoutSearch * {
  box-sizing: border-box;
}

.ss_inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 15px;
}

.ss_head {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.ss_h1 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 6px;
}

.ss_count {
  color: #444;
  margin: 0;
}

.ss_box {
  background: #fff;
  border: 1px solid #d2d6de;
  border-radius: 3px;
  border-top: 3px solid #3c8dbc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  margin-bottom: 20px;
}

.ss_tabs {
  background: #f7f9fb;
  border-bottom: 1px solid #d2d6de;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ss_tab {
  border-right: 1px solid #e3e8ee;
  color: #3c8dbc;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 18px;
  user-select: none;
}

.ss_tab:hover {
  background: #eef3f8;
}

.ss_tab.is-active {
  background: #3c8dbc;
  color: #fff;
  font-weight: 700;
}

.ss_tabnote {
  border-bottom: 1px solid #f4f4f4;
  color: #777;
  font-size: 12px;
  margin: 0;
  padding: 8px 15px;
}

.ss_boxbody {
  padding: 15px;
}

.ss_navi_area[hidden],
.city-expand-area[hidden] {
  display: none;
}

.ss_headline {
  background: #00c0ef;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 1em;
  padding: 5px 10px;
}

.ss_subhead {
  font-size: 16px;
  font-weight: 700;
  margin: 18px 0 8px;
}

.ss_subhead--gray {
  background: #eee;
  font-size: 14px;
  padding: 5px 10px;
}

.ss_demo-note {
  color: #666;
  font-size: 12px;
  margin: -6px 0 10px;
}

.ss_checks {
  display: flex;
  flex-wrap: wrap;
}

.ss_checks label,
.ss_areaTable label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-weight: 400;
  gap: 6px;
  line-height: 1.4;
}

.ss_checks label {
  margin: 0 0 8px;
}

.ss_checks input,
.ss_areaTable input {
  flex: 0 0 auto;
  height: 13px;
  margin: 0;
  width: 13px;
}

.ss_checks .is-disabled {
  color: #999;
  cursor: not-allowed;
}

.ss_checks--col3 label {
  width: 33.33%;
}

.ss_checks--w150 label {
  width: 150px;
}

.ss_checks--w250 label {
  width: 250px;
}

.ss_checks--w30 label {
  width: 30%;
}

.ss_areaTable {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

.ss_areaTable th {
  background: #f0f0f0;
  border: 1px solid #ddd;
  font-weight: 700;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 145px;
}

.ss_areaTable td {
  border: 1px solid #ddd;
  padding: 8px 10px;
}

.ss_areaTable td > label {
  display: inline-flex;
  margin: 0 8px 4px 0;
  width: 78px;
}

.city-expand-area {
  background: #f8fbfd;
  border: 1px solid #dbe7ef;
  margin: 8px 0 12px;
  padding: 10px;
}

.city-expand-area h5 {
  font-size: 14px;
  margin: 0 0 8px;
}

.city-clear-btn {
  background: transparent;
  border: 0;
  color: #3c8dbc;
  cursor: pointer;
  font: inherit;
  margin-left: 8px;
  padding: 0;
  text-decoration: underline;
}

.city-checkboxes label {
  min-width: 120px;
}

.city-note {
  color: #777;
  font-size: 12px;
  margin: 6px 0 0;
}

.city-loading,
.city-error {
  color: #777;
  display: inline-block;
  font-size: 12px;
  padding: 4px 0;
}

.city-error {
  color: #dd4b39;
}

.ss_btns {
  border-top: 1px solid #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 15px;
}

.scoutSearch button {
  position: static;
  right: auto;
  top: auto;
}

.ss_btn {
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 15px;
  margin-bottom: 0;
  padding: 10px 24px;
  width: auto;
}

.ss_btn-info {
  background: #00c0ef;
  border-color: #00acd6;
  color: #fff;
}

.ss_btn-info:hover {
  background: #00a7d0;
}

.ss_btn-clear {
  background: #f4f4f4;
  border-color: #ddd;
  color: #333;
}

.ss_btn-clear:hover {
  background: #e7e7e7;
}

.ss_resultHead {
  border-bottom: 1px solid #f4f4f4;
  padding: 12px 15px;
}

.ss_resultTitle {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.ss_resultNote {
  color: #dd4b39;
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0 0;
}

.ss_resultNote b {
  color: #dd4b39;
}

.ss_tableWrap {
  overflow-x: auto;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}

.ss_table {
  border-collapse: collapse;
  font-size: 13px;
  min-width: 1020px;
  table-layout: auto;
  white-space: normal;
  width: 100%;
}

.scoutSearch table.dataTable {
  margin: 0 !important;
  width: 100% !important;
}

.ss_table th,
.ss_table td {
  border: 1px solid #f4f4f4;
  padding: 8px 10px;
  text-align: left;
  vertical-align: middle;
  word-break: keep-all;
}

.ss_table th:nth-child(1),
.ss_table td:nth-child(1) {
  width: 11%;
}

.ss_table th:nth-child(2),
.ss_table td:nth-child(2) {
  width: 13%;
}

.ss_table th:nth-child(3),
.ss_table td:nth-child(3),
.ss_table th:nth-child(4),
.ss_table td:nth-child(4) {
  width: 8%;
}

.ss_table th:nth-child(5),
.ss_table td:nth-child(5) {
  width: 15%;
}

.ss_table th:nth-child(6),
.ss_table td:nth-child(6),
.ss_table th:nth-child(7),
.ss_table td:nth-child(7) {
  width: 10%;
}

.ss_table th:nth-child(8),
.ss_table td:nth-child(8),
.ss_table th:nth-child(9),
.ss_table td:nth-child(9) {
  width: 12%;
}

.ss_table thead th {
  background: #f9fafb;
  border-bottom: 2px solid #f4f4f4;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
}

.ss_table tbody tr:hover {
  background: #f5f5f5;
}

.ss_table a {
  color: #3c8dbc;
  text-decoration: none;
}

.ss_table a:hover {
  color: #72afd2;
  text-decoration: underline;
}

.ss_licenseMark {
  font-size: 20px;
  line-height: 1;
}

.ss_table .dataTables_empty {
  text-align: center;
}

.scoutSearch .dataTables_wrapper .dataTables_info,
.scoutSearch .dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
  padding: 10px 15px 15px;
}

.scoutSearch .dataTables_wrapper .dataTables_paginate {
  text-align: right;
}

.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button > a,
.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button > span {
  border: 1px solid #ddd;
  color: #333 !important;
  line-height: 1.4;
  margin-left: 4px;
  padding: 6px 10px;
}

.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button.active > a,
.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button.current > a,
.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button.current > span {
  background: #3c8dbc;
  border-color: #367fa9;
  color: #fff !important;
}

.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button.disabled > a,
.scoutSearch .dataTables_wrapper .dataTables_paginate .paginate_button.disabled > span {
  background: #fff;
  border-color: #ddd;
  color: #999 !important;
}

.scoutSearch table.dataTable thead > tr > th.sorting,
.scoutSearch table.dataTable thead > tr > th.sorting_asc,
.scoutSearch table.dataTable thead > tr > th.sorting_desc {
  background-image: none !important;
  padding-right: 10px;
  position: static;
}

.scoutSearch table.dataTable thead > tr > th.sorting:after,
.scoutSearch table.dataTable thead > tr > th.sorting_asc:after,
.scoutSearch table.dataTable thead > tr > th.sorting_desc:after {
  display: inline-block !important;
  font-family: inherit;
  font-size: 11px;
  margin-left: 5px;
  opacity: 1;
  padding-left: 0;
  position: static;
}

.scoutSearch table.dataTable thead > tr > th.sorting:after {
  color: #b8c2cc;
  content: "▲▼" !important;
}

.scoutSearch.scoutSearch--noLogin table.dataTable thead > tr > th.sorting:after {
  color: #fff;
}

.scoutSearch table.dataTable thead > tr > th.sorting_asc:after {
  color: transparent;
  content: "" !important;
}

.scoutSearch table.dataTable thead > tr > th.sorting_desc:after {
  color: transparent;
  content: "" !important;
}

.scoutSearch table.dataTable .sort-order-number {
  background: #1976d2;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 16px;
  margin-left: 4px;
  min-width: 22px;
  padding: 0 4px;
  white-space: nowrap;
}

.ss_loginNote {
  color: #999;
  font-size: 12px;
  margin: 10px 15px 15px;
  text-align: center;
}

.ss_head .ss_loginNote {
  color: #dd4b39;
  font-size: 14px;
  font-weight: 700;
  margin: 4px 0 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .scoutSearch {
    padding: 24px 0;
  }

  .scoutSearchLead {
    font-size: 16px;
    padding: 20px 14px;
  }

  .ss_head {
    display: block;
  }

  .ss_head .ss_loginNote {
    margin-top: 8px;
    text-align: left;
  }

  .ss_h1 {
    font-size: 20px;
  }

  .ss_tab {
    font-size: 13px;
    padding: 10px 12px;
  }

  .ss_checks--col3 label,
  .ss_checks--w150 label,
  .ss_checks--w250 label,
  .ss_checks--w30 label {
    width: 50%;
  }

  .ss_tableWrap {
    margin: 0;
    padding: 12px 10px;
  }

  .ss_table {
    min-width: 860px;
    table-layout: auto;
    white-space: nowrap;
  }

  .ss_table th,
  .ss_table td {
    word-break: normal;
  }

  .ss_tableWrap::after {
    color: #8094a8;
    content: "横にスクロールできます";
    display: block;
    font-size: 12px;
    padding-top: 8px;
    text-align: center;
  }
}
