.system-notice {
  box-sizing: border-box;
  width: 100%;
  margin: 12px auto;
  padding: 14px 18px;
  border: 1px solid #b7791f;
  border-radius: 4px;
  background: #fffaf0;
  color: #744210;
  line-height: 1.8;
}

.empty-message {
  min-height: 80px;
  padding: 20px 0;
}

button.top {
  background: transparent;
}

.setting-content .wrap > img {
  box-sizing: border-box;
  display: block;
  flex: 0 0 124px;
  width: 124px;
  min-width: 124px;
  max-width: 124px;
  height: 165px;
  object-fit: cover;
  object-position: center top;
}

.wiz-public-list-wrap {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: -96px 0 22px;
  overflow-x: auto;
}

.wiz-home-tab-list-wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 22px;
  overflow-x: auto;
}

.i-nav-div-box-content .i-nav-div-box-content-div-3 {
  max-width: 100%;
}

.wiz-public-list {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  color: #263238;
  font-size: 16px;
  line-height: 1.6;
}

.wiz-home-tab-list {
  margin: 0;
  letter-spacing: normal;
}

.wiz-public-list caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.wiz-public-list th {
  padding: 7px 12px;
  border-right: 4px solid #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.wiz-public-list th:last-child {
  border-right: 0;
}

.wiz-public-list-order-heading,
.wiz-public-list-type-heading {
  width: 138px;
  background: #c7e0ee;
  color: #274a5c;
}

.wiz-public-list-title-heading {
  background: #087ab8;
  color: #fff;
}

.wiz-public-list-date-heading {
  width: 170px;
  background: #226b63;
  color: #fff;
}

.wiz-public-list td {
  padding: 10px 14px;
  border-bottom: 0;
  vertical-align: middle;
}

.wiz-public-list tbody tr:hover {
  background: #f3f9fc;
}

.wiz-public-list-order,
.wiz-public-list-type {
  color: #4d565b;
  text-align: center;
  white-space: nowrap;
}

.wiz-public-list-type i {
  width: 1.25em;
  margin-right: 4px;
  color: #39464c;
  text-align: center;
}

.wiz-public-list-date {
  color: #455a64;
  text-align: center;
  white-space: nowrap;
}

.wiz-public-list-title {
  text-align: left;
}

.wiz-public-list-title a {
  color: #0071bc;
  font-weight: 500;
  text-decoration: none;
}

.wiz-public-list-title a:hover,
.wiz-public-list-title a:focus-visible {
  color: #4f2f76;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wiz-public-list-title a:focus-visible,
.new-page a:focus-visible {
  outline: 3px solid #d99a00;
  outline-offset: 3px;
}

.new-page {
  clear: both;
  box-sizing: border-box;
  margin-top: 14px;
  padding-top: 18px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.new-page span,
.new-page a {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  min-width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0 9px;
  border: 1px solid #c7ced2;
  border-radius: 2px;
  background: #e6e9ea;
  color: #4a555b;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}

.new-page span[aria-current="page"],
.new-page a[aria-current="page"] {
  border-color: #4c8dcc;
  background: #4c8dcc;
  color: #fff;
}

.new-page a:hover,
.new-page a:focus-visible {
  border-color: #087ab8;
  background: #087ab8;
  color: #fff;
}

.new-page a[rel="prev"],
.new-page a[rel="next"],
.new-page a[data-wiz-home-list-next] {
  min-width: 52px;
}

@media screen and (max-width: 768px) {
  .menu.wizcare-menu-open {
    display: block !important;
  }

  .wiz-public-list {
    font-size: 15px;
  }

  .wiz-public-list-wrap {
    margin-top: -40px;
  }

  .wiz-public-list-order-heading,
  .wiz-public-list-type-heading {
    width: 108px;
  }

  .wiz-public-list th,
  .wiz-public-list td {
    padding: 9px 8px;
  }
}
