body {
  font-family: Meiryo, Geneva, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'trebuchet ms', Verdana;
  margin: 0;
  padding: 0;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: 10px;
}
input {
  margin: 0;
  padding: 0;
}
form {
  margin: 0;
  padding: 0;
}
#header {
  padding: 0;
  text-align: center;
}
#header img {
  border: none;
}
#header a {
  text-decoration: none;
}
#contents {
  max-width: 600px;
  margin: auto;
  padding: 0 8px;
}
#input {
  width: 80%;
  max-width: 240px;
  height: 34px;
  border-style: solid;
  border-width: 1px;
  border-color: #7f9db9;
  padding-left: 2px;
  margin-top: 5px;
  font-size: 16px;
}
#search_form {
  margin-top: 5px;
  text-align: center;
}
#search_button {
  height: 36px;
  font-size: 16px;
}
#search_option {
  margin-top: 8px;
  font-size: 80%;
  text-align: center;
  border: none;
  padding: 0;
}
#sub_header {
  color: #fff;
  height: 20px;
  background-color: #fa3500;
  padding-right: 10px;
  text-align: right;
}
footer {
  color: #555555;
  font-size: 12px;
  border-top: 1px solid #888888;
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
}
footer a,
footer a:link,
footer a:visited,
footer a:hover {
  color: #555555;
  text-decoration: underline;
}
#counter_area {
  font-family: Meiryo, Arial;
  font-weight: bold;
  font-size: 12px;
  padding-top: 1px;
}
#result_area {
  margin-top: 5px;
}
#result_area p {
  margin: 10px 8px;
}
#result_area strong {
  padding: 2px 4px;
  color: #bb0000;
  background-color: #ffeeee;
  border-radius: 5px;
}
#pager_area {
  display: none;
}
#search_previous,
#search_next {
  color: #00b;
  text-decoration: underline;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
}
#search_previous {
  float: left;
}
#search_next {
  float: right;
}
.postcode {
  font-family:
    trebuchet ms,
    Verdana;
  font-size: 20px;
  width: 200px;
}
.kana {
  font-size: 13px;
  max-width: 500px;
}
.kanji {
  font-size: 18px;
  margin-bottom: 16px;
  max-width: 500px;
  letter-spacing: 0.1em;
  color: #01b;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.nomatch {
  text-align: center;
  font-weight: bold;
  margin-top: 18px;
}
.notfound {
  text-align: center;
  margin: 60px 0 40px;
}
.address_link {
  display: block;
  margin-bottom: 10px;
  margin-left: 8px;
}
.related_address_link {
  margin-top: 10px;
}
.data-from {
  margin-top: 26px;
  font-size: 14px;
  color: #555;
}
.page_comment {
  font-size: 14px;
  text-align: center;
}
.result_item {
  margin-bottom: 20px;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a:focus,
button:focus,
input:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}
.copy-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: -2px;
  cursor: pointer;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2'%3E%3Crect x='9' y='9' width='13' height='13' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1'/%3E%3C/svg%3E");
  background-size: contain;
}
.copy-icon:hover {
  opacity: 1;
}
#toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  z-index: 1000;
  animation: fadeInOut 1.5s ease-in-out;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.99);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.flash {
  animation: flash 200ms ease-in-out;
}
