<!DOCTYPE html>
<html lang="ja" class="egovui-responsive">


<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">

  <title>ご利用のページが見つかりません｜e-Gov</title>

<style type="text/css">
<!--
html, body {
    width: 100%;
    font-size: calc(1em * 0.625);
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height:100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-family: 'Meiryo', sans-serif;
    font-size: 1.6rem;
    color: #333333;
}
label {
  font-weight: normal;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Reset
 */
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

input[type="radio"]:focus + .egovui-label:before,
input[type="checkbox"]:focus + .egovui-label:before {
  border-color:#1A94D3;
}
button {
  outline: 0;
  border: 0;
  cursor: pointer;
}

.egovui-radio {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
}

.egovui-radio .egovui-label {
  padding-left: 2.7rem;
  display: inline-block;
}

.egovui-radio .egovui-label::before {
  position: absolute;
  display: block;
  margin-top: 0.2rem;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0.1rem solid #C6C9D3;
  background-color: #FFFFFF;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.egovui-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.egovui-radio input[type="radio"]:checked ~ .egovui-label::after {
  content: "";
  position: absolute;
  display: block;
  margin-top: 0.2rem;
  top: 0.4rem;
  bottom: 0;
  left: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #1042A4;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.egovui-search {
  position: relative;
  display: block;
  height: 3.6rem;
}

.egovui-search input[type="search"] {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  padding-right: 3em;
  padding-left: 1em;
}

.egovui-search input[type="search"]::-webkit-search-cancel-button, .egovui-search input[type="search"]::-ms-clear {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none;
}

.egovui-search input[type="search"]::-webkit-input-placeholder {
  color: #A5A5A5;
}

.egovui-search input[type="search"]:-ms-input-placeholder {
  color: #A5A5A5;
}

.egovui-search input[type="search"]::-ms-input-placeholder {
  color: #A5A5A5;
}

.egovui-search input[type="search"]::placeholder {
  color: #A5A5A5;
}
_::-webkit-full-page-media, _:future, :root .egovui-search input[type="search"]::-webkit-input-placeholder {
  line-height: 1.6em;
}

_::-webkit-full-page-media, _:future, :root .egovui-search input[type="search"]::placeholder {
  line-height: 1.6em;
}

.egovui-search .egovui-search-container {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #EBEEF2;
  border-radius: 0.3rem;
}

.egovui-search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4rem;
  height: 100%;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20d%3D%22M17.8%2C16.85l-3-3a6.065%2C6.065%2C0%2C1%2C0-.953.953l3%2C3a.674.674%2C0%2C0%2C0%2C.953-.953Zm-7.739-2.069a4.717%2C4.717%2C0%2C1%2C1%2C4.717-4.717A4.717%2C4.717%2C0%2C0%2C1%2C10.064%2C14.781Z%22%20transform%3D%22translate(-4%20-4)%22%20fill%3D%22%23515c6f%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 1.2rem center;
  border-radius: 0 0.3rem 0.3rem 0;
  z-index: 1;
}

.egovui-search button:hover {
  opacity: 0.6;
}

.egovui-sp .egovui-search {
  height: 3.4rem;
}
@media (max-width: 599.98px) {
  .egovui-responsive .egovui-search {
    height: 3.4rem;
  }
}

.egovui-search-info-sp {
  padding: 1rem 3.4rem 1.6rem;
}

.egovui-search-info-sp .egovui-search {
  width: 100%;
}

.egovui-search-info-sp .egovui-label {
  white-space: nowrap;
}

@media (min-width: 600px){
  .egovui-responsive body {
      min-width: 120rem;
  }
  .egovui-responsive .egovui-search-info-sp {
    display: none;
  }
}
@media (max-width: 599.98px){
  .egovui-responsive body {
      margin: 0;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .egovui-responsive .egovui-sp-hide {
    display: none !important;
  }
}
body > header, body > footer, body > nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media (min-width: 600px){
  .egovui-responsive .egovui-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 6.7rem;
      border-bottom: #CCCFD1 0.1rem solid;
  }
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-header {
      padding-right: 1.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 5.5rem;
      border-bottom: #CCCFD1 0.1rem solid;
  }
}
@media (min-width: 600px){
  .egovui-responsive .egovui-header {
      border-bottom: 0.2rem solid #1042A4;
  }
}
@media (min-width: 600px){
  .egovui-responsive .egovui-header .egovui-header-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 116.8rem;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info a {
    color: #1042A4;
    text-decoration: none;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info .egovui-label {
    font-weight: normal;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info a:hover {
    text-decoration: underline;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info.egovui-login-info > * {
    margin-right: 2.8rem;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info.egovui-search-info > * {
    margin-right: 2.2rem;
  }
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-info .egovui-search {
    font-size: 1.4rem;
    width: 29.2rem;
  }

}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-header .egovui-header-inner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-header.egovui-no-menu .egovui-header-inner {
      padding-left: 5.5rem;
  }
}
a {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
}
a[href] {
    cursor: pointer;
}
@media (min-width: 600px){
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-logo {
      display: block;
      width: 14.3rem;
      height: 2.6rem;
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 0.9rem;
  }
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-logo {
      display: block;
      width: 9.1rem;
      height: 2rem;
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 0.3rem;
      margin-right: 0.5rem;
      margin-left: 0.1rem;
  }
}
img {
    border-style: none;
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-logo img,
  .egovui-responsive .egovui-header .egovui-header-inner .egovui-logo a {
      max-width: 100%;
      max-height: 100%;
  }
}
.egovui-breadcrumb {
  width: 100%;
  height: auto;
  background-color: #F5F6F8;
}

.egovui-breadcrumb .egovui-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 116.8rem;
  height: 3.6rem;
  padding-left: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li {
  font-size: 1.2rem;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li:not(:last-child)::after {
  content: '＞';
  margin: 0 1rem;
  font-weight: bold;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li a {
  font-weight: normal;
  color: #1042A4;
  text-decoration: none;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li a:hover,
.egovui-breadcrumb .egovui-breadcrumb-list > li a:focus {
  text-decoration: underline;
}
.egovui-breadcrumb {
  width: 100%;
  height: auto;
  background-color: #F5F6F8;
}

.egovui-breadcrumb .egovui-breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 116.8rem;
  height: 3.6rem;
  padding-left: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li {
  font-size: 1.2rem;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li:not(:last-child)::after {
  content: '＞';
  margin: 0 1rem;
  font-weight: bold;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li a {
  font-weight: normal;
  color: #1042A4;
  text-decoration: none;
}

.egovui-breadcrumb .egovui-breadcrumb-list > li a:hover,
.egovui-breadcrumb .egovui-breadcrumb-list > li a:focus {
  text-decoration: underline;
}

.egovui-icon-label {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
}

.egovui-pc main .egovui-breadcrumb {
  margin-bottom: 5rem;
}

@media (min-width: 600px) {
  .egovui-responsive main .egovui-breadcrumb {
    margin-bottom: 5rem;
  }
}

@media (max-width: 599.98px){
  .egovui-responsive .egovui-breadcrumb {
      display: none;
  }
}

.egovui-notfound {
    padding: 4.5rem 0;
    background-color: #F5F6F8;
}
@media (max-width: 599.98px){
  .egovui-notfound {
      padding: 2.2rem 0 4rem;
  }
}
@media (max-width: 599.98px){
  .egovui-notfound-in {
      padding: 0 1.6rem;
  }
}
.egovui-notfound-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 63rem;
    margin: 0 auto;
}
@media (max-width: 599.98px){
  .egovui-notfound-column {
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
  }
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.egovui-notfound-title {
    color: #1042A4;
    font-weight: bold;
}
@media (max-width: 599.98px){
  .egovui-notfound-title {
      font-size: 2rem;
  }
}
.egovui-notfound-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
@media (max-width: 599.98px){
  .egovui-notfound-image {
      margin: 1.9rem auto 0;
  }
}
body > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (min-width: 600px){
  .egovui-responsive main {
      display: block;
      width: 120rem;
      margin: auto;
      padding: 6rem 0;
  }
}
@media (min-width: 600px){
  .egovui-responsive main {
      padding-top: 0;
      padding-bottom: 10rem;
  }
}
.egovui-responsive .egovui-main-notfound {
    width: 60rem;
    margin: 0 auto;
    padding-top: 3.5rem;
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-main-notfound {
      width: 100%;
      padding: 4rem 0 3rem;
  }
}
.egovui-wrapper {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
}
.egovui-info-submit-area {
    width: 31.6rem;
    margin: 6rem auto 0;
    text-align: center;
}
@media (max-width: 599.98px){
  .egovui-info-submit-area {
      width: 100%;
      margin-top: 8rem;
  }
}

.egovui-normal-button {
    min-width: 20rem;
    min-height: 4.8rem;
    padding: 0 1.8rem;
    border: 0.1rem solid #1042A4;
    border-radius: 0.3rem;
    background: #FFFFFF;
    font-size: 1.6rem;
    color: #1042A4;
    cursor: pointer;
}
.egovui-info-submit-area .egovui-normal-button {
    display: block;
    padding: 1.5rem 0;
    text-decoration: none;
}
.egovui-info-submit-area .egovui-normal-button:hover {
    text-decoration: underline;
}

.egovui-info-list {
  margin-top: 2.5rem;
}

.egovui-flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

@media (max-width: 599.98px) {
  .egovui-info-list {
    margin-top: 3rem;
  }
  .egovui-responsive .egovui-search-info-sp {
    padding-top: 3rem;
    padding-left: calc(3.4rem - 1.6rem);
    padding-right: calc(3.4rem - 1.6rem);
  }
  .egovui-search-info-sp-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.egovui-footer {
    background: #636974;
    color: #FFFFFF;
}
@media (min-width: 600px){
  .egovui-responsive .egovui-footer {
      text-align: center;
      padding: 2.25rem 0;
  }
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-footer {
      padding: 1.5rem 2.4rem;
      text-align: center;
  }
}
.egovui-footer .egovui-copyright {
    display: block;
}
@media (min-width: 600px){
  .egovui-responsive .egovui-footer .egovui-copyright {
      font-size: 1.2rem;
  }
}
@media (max-width: 599.98px){
  .egovui-responsive .egovui-footer .egovui-copyright {
      text-align: left;
      padding-right: 2rem;
      font-size: 1rem;
  }
}
.egovui-go-top .egovui-scroll-indicator {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.egovui-go-top .egovui-go-top-button {
    position: fixed;
    z-index: 10;
    right: 0.6rem;
    bottom: 7.6rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    -webkit-box-shadow: 0.3rem 0.3rem 0.6rem rgba(33, 33, 33, 0.08);
    box-shadow: 0.3rem 0.3rem 0.6rem rgba(33, 33, 33, 0.08);
    background-color: #E5EBF5;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.557%22%20height%3D%2210.766%22%20viewBox%3D%220%200%2019.557%2010.766%22%3E%250D%250A%20%20%3Cg%20id%3D%22%25E5%2589%258D%25E9%259D%25A2%25E3%2582%25AA%25E3%2583%2596%25E3%2582%25B8%25E3%2582%25A7%25E3%2582%25AF%25E3%2583%2588%25E3%2581%25A7%25E5%259E%258B%25E6%258A%259C%25E3%2581%258D_1%22%20data-name%3D%22%25E5%2589%258D%25E9%259D%25A2%25E3%2582%25AA%25E3%2583%2596%25E3%2582%25B8%25E3%2582%25A7%25E3%2582%25AF%25E3%2583%2588%25E3%2581%25A7%25E5%259E%258B%25E6%258A%259C%25E3%2581%258D%201%22%20transform%3D%22translate(-595%2068)%22%20fill%3D%22%23f5f6f8%22%3E%250D%250A%20%20%20%20%3Cpath%20d%3D%22M%20595.9873046875%20-57.94067764282227%20L%20595.7068481445313%20-58.22139358520508%20L%20604.7781982421875%20-67.29328155517578%20L%20613.849365234375%20-58.22156524658203%20L%20613.5692749023438%20-57.94144058227539%20L%20605.1317138671875%20-66.37804412841797%20L%20604.7781982421875%20-66.73155975341797%20L%20604.4246215820313%20-66.37802124023438%20L%20595.9873046875%20-57.94067764282227%20Z%22%20stroke%3D%22none%22%2F%3E%250D%250A%20%20%20%20%3Cpath%20d%3D%22M%20595.9871215820313%20-57.23342132568359%20L%20595.9866333007813%20-57.23388290405273%20L%20594.9999389648438%20-58.22155380249023%20L%20604.7781982421875%20-68.00040435791016%20L%20614.5564575195313%20-58.22155380249023%20L%20613.5692749023438%20-57.23435211181641%20L%20604.7781982421875%20-66.02447509765625%20L%20595.9876098632813%20-57.23388290405273%20L%20595.9871215820313%20-57.23342132568359%20Z%22%20stroke%3D%22none%22%20fill%3D%22%231042a4%22%2F%3E%250D%250A%20%20%3C%2Fg%3E%250D%250A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
-->
</style>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script>
$(function(){
  var searchSiteVal = "6fd28bfb31564c59a";
  var searchCrossVal = "002447498760826957166:biu2ri1k4qo";

  var searchSiteAction = "https://www.e-gov.go.jp/search-site-result.html";
  var searchCrossAction = "https://www.e-gov.go.jp/search-cross-result.html";

  //初期値
  document.form1.cx.value = searchSiteVal;
  document.form1.action = searchSiteAction;

  $(window).on('load', function() {
    param = GetQueryString();

    if (param != null){
      document.form1.q.value = param["q"];

      var searchSelect = param["searchtype"];

      //PC版
      if (searchSelect == "searchsite"){
        //サイト内検索
        document.form1.searchtype[0].checked = true;
        document.form1.cx.value = searchSiteVal;
        document.form1.action = searchSiteAction;

      } else if (searchSelect == "searchcross"){
        //横断検索
        document.form1.searchtype[1].checked = true;
        document.form1.cx.value = searchCrossVal;
        document.form1.action = searchCrossAction;

      }
    }
  }); 

  //ラジオボタン変更のイベント
  //PC版
  $( 'input[name="searchtype"]:radio' ).change( function() {
    if ($(this).val() ==  "searchsite"){
      //サイト内検索
      document.form1.cx.value = searchSiteVal;
      document.form1.action = searchSiteAction;
    } else if ($(this).val() ==  "searchcross"){
      //横断検索
      document.form1.cx.value = searchCrossVal;
      document.form1.action = searchCrossAction;
    }
  }); 

  function GetQueryString() {
    if (1 < document.location.search.length) {
      // 最初の1文字 (?記号) を除いた文字列を取得する
      var query = document.location.search.substring(1);

      // クエリの区切り記号 (&) で文字列を配列に分割する
      var parameters = query.split('&');

      var result = new Object();
      for (var i = 0; i < parameters.length; i++) {
        // パラメータ名とパラメータ値に分割する
        var element = parameters[i].split('=');

        var paramName = decodeURIComponent(element[0]);
        var paramValue = decodeURIComponent(element[1]);

        // パラメータ名をキーとして連想配列に追加する
        result[paramName] = decodeURIComponent(paramValue);
      }
      return result;
    }
    return null;
  }

});
</script>

</head>

<body class="egovui-404-notfound">

  <header class="egovui-header egovui-no-menu" role="banner">
    <div class="egovui-header-inner">
      <a class="egovui-menu" href="javascript: showMenu(); void(0);"></a>
      <svg xmlns="http://www.w3.org/2000/svg" width="143" height="26" viewBox="0 0 143 26"><g transform="translate(0 0)"><g transform="translate(33.403 0)"><path d="M467.2,275.57a8.115,8.115,0,1,1-8.115,8.115,8.124,8.124,0,0,1,8.115-8.115m0-4.423a12.538,12.538,0,1,0,12.538,12.539A12.539,12.539,0,0,0,467.2,271.147Z" transform="translate(-401.012 -271.147)" fill="#1b3993"/><rect width="12.987" height="4.423" transform="translate(0 10.327)" fill="#1b3993"/><path d="M536.115,296.616l11.034-22.067H542.2l-8.143,16.286-8.143-16.286h-4.945l11.034,22.067Z" transform="translate(-437.992 -273.044)" fill="#1b3993"/></g><path d="M275.907,289.606A8.039,8.039,0,0,1,270.4,291.8a8.115,8.115,0,1,1,7.8-10.326H266.022V285.9h16.706a12.564,12.564,0,1,0-3.079,6.228Z" transform="translate(-257.858 -271.147)" fill="#1b3993"/><path d="M389.722,281.474V285.9H401.9a8.112,8.112,0,1,1-7.8-10.327,8.04,8.04,0,0,1,5.511,2.194l3.742-2.519a12.659,12.659,0,1,0,3.079,6.228Z" transform="translate(-326.842 -271.147)" fill="#1a94d3"/></g></svg>

      <form class="egovui-info egovui-search-info egovui-pc-show" id="cse-search-box" name="form1" action="">
      <span class="egovui-info egovui-search-info egovui-pc-show">
        <label class="egovui-radio ">
          <input type="radio" checked name="searchtype" value="searchsite">
          <span class="egovui-label">サイト内検索</span>
        </label>
        <label class="egovui-radio ">
          <input type="radio" name="searchtype" value="searchcross">
          <span class="egovui-label">行政機関横断検索</span>
        </label>
        <span class="egovui-search egovui-sp-hide">
          <input type="search" name="q" placeholder="キーワードを入力">
          <input type="hidden" name="cx" value="">
          <input type="hidden" name="ie" value="UTF-8">
          <span class="egovui-search-container"></span>
          <button type="submit" title="検索"></button>
        </span>
      </span>
      </form>
      <script type="text/javascript" src="https://www.google.com/cse/brand?form=cse-search-box&lang=ja"></script>
    </div>
  </header>

  <div class="egovui-breadcrumb">
    <nav>
      <ul class="egovui-breadcrumb-list">
        <li class="egovui-breadcrumb-item"><a href="https://www.e-gov.go.jp/">e-Govポータル</a></li>
        <li>ご利用のページが見つかりません</li>
      </ul>
    </nav>
  </div>


  <div class="egovui-notfound">
    <div class="egovui-notfound-in">
      <div class="egovui-notfound-column">
        <h1 class="egovui-notfound-title">ご利用のページが見つかりません</h1>
        <div class="egovui-notfound-image">
          <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGsAAABMCAIAAADldN7VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwNjUyQ0IwOTU3QjExRTk4MTQxODAwRkRGRjc3ODREIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwNjUyQ0IxOTU3QjExRTk4MTQxODAwRkRGRjc3ODREIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjA1N0UwRkI5NTdCMTFFOTgxNDE4MDBGREZGNzc4NEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjA1N0UwRkM5NTdCMTFFOTgxNDE4MDBGREZGNzc4NEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4IryNwAAAJ90lEQVR42uyc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" />
        </div>
      </div>
    </div>
  </div>

<main class="egovui-main-notfound" role="main">
  <div class="egovui-wrapper">

    <div class="egovui-info">
      <p class="egovui-info-main-text">アクセスいただいたURLには、ページまたはファイルが存在しません。</p>
      <ul class="egovui-info-list">
        <li class="egovui-info-item"><span>・</span>移動または削除されている場合があります。</li>
        <li class="egovui-info-item"><span>・</span>直前に閲覧頂いていたページへのリンクに誤りがある可能性があります。</li>
        <li class="egovui-info-item"><span>・</span>ご入力頂いたURLに誤りがある可能性があります。</li>
        <li class="egovui-info-item"><span>・</span>一時的に利用できない状況にある可能性があります。</li>
      </ul>
      <div class="egovui-info-submit-area">
        <a class="egovui-normal-button" href="https://www.e-gov.go.jp/">e-Govポータルトップへ</a>
      </div>
    </div>
    <div class="egovui-search-info-sp">
      <div class="egovui-search-info-sp-in">
        <label class="egovui-radio egovui-flex-fill">
          <input type="radio" checked="" name="search-type-sp">
          <span class="egovui-label">サイト内検索</span>
        </label>
        <label class="egovui-radio egovui-flex-fill">
          <input type="radio" name="search-type-sp">
          <span class="egovui-label">行政機関横断検索</span>
        </label>
      </div>
      <span class="egovui-search">
        <input type="search" placeholder="キーワードを入力">
        <span class="egovui-search-container"></span>
        <button type="button"></button>
      </span>
    </div>

  </div>

</main>

<footer class="egovui-footer" role="contentinfo">
  <span class="egovui-copyright" lang="en">Copyright &copy; Digital Agency All Rights Reserved.</span>
</footer>
<div class="egovui-go-top">
  <span class="egovui-scroll-indicator"></span>
  <a class="egovui-go-top-button" href="javascript:void(0)">ページトップ</a>
</div>


</body>
</html>
