@charset "UTF-8";
/* reset
============================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif; }

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  line-height: 1.8; }
  body h1 {
    font-family: "Shippori Mincho", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.3px;
    /* 68.25% */
    color: white;
    margin-top: 10px; }

.header {
  background-color: #f8f8f8; }
  .header h2 {
    color: white;
    font-size: 16px;
    font-weight: 400; }

.header-title {
  padding: 25px 0 40px 80px;
  height: 132px;
  background-image: url("../img/title_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box; }

.header-update {
  padding: 16px 80px;
  background: #3470b4;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: rem(16);
  font-style: normal;
  font-weight: 400;
  line-height: 22.3px;
  /* 139.375% */ }

.add-button {
  width: 22px;
  height: 22px;
  flex-shrink: 0; }

.search-container {
  background: #f1f1f1;
  padding: 30px 80px;
  border-radius: 5px; }
  .search-container .search-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .search-container .search-row .search-field {
      margin-right: 5px; }
      .search-container .search-row .search-field select,
      .search-container .search-row .search-field input[type="text"] {
        padding: 7px 5px 5px 10px;
        border: 1px solid #999;
        border-radius: 3px;
        min-width: 150px;
        font-size: 16px;
        background-color: white; }
      .search-container .search-row .search-field .-wide {
        width: 469px; }
    .search-container .search-row .operator-field {
      margin-right: 5px;
      width: 120px; }
      .search-container .search-row .operator-field select {
        padding: 7px 5px 5px 10px;
        border: 1px solid #999;
        border-radius: 3px;
        min-width: 120px;
        width: 120px;
        font-size: 16px;
        background-color: white; }

.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important; }

.search-buttons {
  margin-top: 15px;
  text-align: center; }
  .search-buttons button,
  .search-buttons input[type="submit"] {
    background-color: #337ab7;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px; }
    .search-buttons button:hover,
    .search-buttons input[type="submit"]:hover {
      background-color: #4893c9;
      transition-duration: 0.25s; }
  .search-buttons button.reset {
    background-color: #f0ad4e; }

.remove-condition {
  color: white;
  border: none;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer; }

.add-condition {
  color: white;
  display: inline-block;
  border: none;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer; }

.form-actions {
  margin-top: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center; }
  .form-actions button,
  .form-actions input[type="submit"] {
    background-color: #337ab7;
    color: white;
    font-size: 18px;
    width: 150px;
    border: none;
    padding: 6px 15px;
    border-radius: 30px;
    cursor: pointer;
    margin-right: 5px; }
    .form-actions button:hover,
    .form-actions input[type="submit"]:hover {
      background-color: #4893c9;
      transition-duration: 0.25s; }
  .form-actions button.reset {
    background-color: #aaa;
    width: 120px; }
    .form-actions button.reset:hover {
      background-color: #bbb;
      transition-duration: 0.25s; }

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px; }
  table th,
  table td {
    border: 1px solid #ddd;
    padding: 15px 20px;
    text-align: left;
    min-width: 140px;
    white-space: nowrap; }
  table thead th {
    background-color: #337ab7;
    color: white;
    font-weight: 400; }
    table thead th a {
      color: white;
      text-decoration: none;
      display: block;
      position: relative;
      padding-right: 15px;
      text-decoration: underline; }
      table thead th a:hover {
        text-decoration: none; }
      table thead th a.asc::after {
        content: "▲";
        font-size: 0.8em;
        position: absolute;
        right: 0;
        top: 2px; }
      table thead th a.desc::after {
        content: "▼";
        font-size: 0.8em;
        position: absolute;
        right: 0;
        top: 2px; }
  table tr:nth-child(even) {
    background-color: #f9f9f9; }

.no-results {
  text-align: center;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px; }

.footer-pagination-container {
  margin: 8px 0 30px 80px; }

.pagination-container {
  display: flex;
  align-items: flex-end; }
  .pagination-container .page-counter {
    text-align: center;
    margin: 0 20px; }
  .pagination-container .pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 16px; }
    .pagination-container .pagination li {
      display: inline-block;
      font-size: 16px; }
      .pagination-container .pagination li a {
        display: block;
        border-radius: 3px;
        color: #3470b4;
        text-decoration: underline; }
        .pagination-container .pagination li a:hover {
          color: #4893c9;
          transition-duration: 0.25s;
          text-decoration: none; }
      .pagination-container .pagination li.disabled a, .pagination-container .pagination li.disabled a:hover {
        color: #ccc;
        cursor: default;
        text-decoration: none; }
    .pagination-container .pagination .current {
      background-color: #286090;
      padding: 8px 15px;
      border-radius: 3px;
      color: white; }

.limit-selector {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 10px 15px 8px;
  gap: 50px; }
  .limit-selector select {
    margin: 0 5px;
    padding: 7px 5px 5px 10px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 16px; }

.limit-notice {
  margin-left: 10px;
  color: #d9534f;
  font-size: 0.9em;
  font-style: italic; }

.value-list-container {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle; }
  .value-list-container .value-list-select {
    padding: 7px 5px 5px 10px;
    border: 1px solid #999;
    border-radius: 3px;
    min-width: 150px;
    background-color: #f1f1f1;
    font-size: 16px; }

.search-result-listarea {
  padding-inline: 80px; }

.search-result-DLarea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 80px 16px; }

.search-result-info {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  justify-content: flex-end;
  height: 100%; }
  .search-result-info p {
    color: #767676;
    font-size: 14px; }
  .search-result-info .result-count {
    color: #3470b4;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 15px; }
    .search-result-info .result-count span {
      font-size: 16px; }
  .search-result-info .csv-button {
    display: inline-block;
    padding: 8px 30px 9px;
    background-color: #3470b4;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    line-height: 0.9;
    margin-bottom: 45px; }
    .search-result-info .csv-button:hover {
      background-color: #4893c9;
      text-decoration: none;
      color: white; }

.dispensation-box {
  line-height: 175%;
  /* 24.5px */
  font-size: 14px; }
  .dispensation-box .dispensation-title {
    display: inline-block;
    background-color: #767676;
    color: white;
    padding: 0 12px;
    margin-bottom: 5px; }
  .dispensation-box .dispensation-txt {
    color: #767676; }

footer {
  width: 100%;
  background: #f1f1f1;
  padding: 30px 0 28px;
  text-align: center; }
  footer p {
    font-size: 12px;
    color: 000; }
