﻿a:focus,
input[type=text]:focus,
button:focus {
  outline: 4px dashed #888 !important;
  border-radius: 4px;
}
.issue_link {
  position: relative;
}
.issue_link .new_block {
  position: absolute;
  width: 70px;
  z-index: 200;
}
.issue_link .new_block img {
  max-width: 100%;
}
.notice_block {
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  padding: 24px 0px;
  color: #ff6a00;
  font-weight: bold;
}
#btn_close_sitemap:focus {
  outline: 4px dashed #888 !important;
  border-radius: 4px;
}
.accesskey {
  width: fit-content !important;
}
.jump_content {
  position: fixed;
  top: 4px;
  left: 4px;
  opacity: 0;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0.38);
  z-index: 99999;
  padding: 4px 12px;
}
.jump_content:focus {
  opacity: 1;
}
.banner--unstick {
  display: none !important;
}
.keyword_blcok {
  display: flex;
  gap: 10px;
}
.keyword_blcok button {
  width: fit-content;
  white-space: nowrap;
}
.z200 {
  position: relative;
  z-index: 200;
}