@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  font-style: normal;
}
img {
  vertical-align: bottom;
  border: none;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
:root {
  scroll-behavior: smooth;
  font-size: min(16px, 4vw);
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
}
.eds-header {
  padding: 8px;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #DF0013;
}
.eds-header__body {
  display: block;
  width: min(90vw, 1200px);
  margin-inline: auto;
}
.eds-header__body-logo-img {
  display: block;
  width: 100px;
  height: auto;
}
.eds-main__mv-picture-img {
  display: block;
  width: 100%;
  height: auto;
}
.eds-footer {
  padding: 60px 20px 20px;
  background-color: #1f2937;
}
.eds-footer__body {
  width: min(90vw, 1200px);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 2em;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.eds-footer__body-link {
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
}
.eds-footer__body-link::after {
  content: "open_in_new";
  display: inline-block;
  margin-left: 0.25em;
  vertical-align: bottom;
  font-family: "Material Icons";
  opacity: 0.5;
}
.eds-footer__body-link:hover {
  opacity: 1;
}
.eds-footer__cr {
  width: min(90vw, 1200px);
  padding-top: 1em;
  margin: 2em auto;
  border-top-style: solid;
  border-top-width: 1px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.eds-app {
  width: min(90vw, 1200px);
  margin-inline: auto;
}
.eds-app__usage {
  width: min(90vw, 1200px);
  margin: 100px auto;
}
.eds-app__usage-title {
  margin-bottom: 1em;
  padding: 0.25em 0px 0.75em 0.75em;
  border-left-style: solid;
  border-left-width: 0.25em;
  border-left-color: #003399;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #666;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}
.eds-app__usage-detail {
  position: relative;
  padding: 2em;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: #dbeafe;
  border-radius: 1em;
  background-color: #eff6ff;
}
.eds-app__usage-detail::before {
  content: "search";
  position: absolute;
  right: -0.1em;
  top: -0.1em;
  z-index: 1;
  font-size: 200px;
  line-height: 1em;
  font-family: "Material Icons";
  color: #def;
}
.eds-app__usage-detail-text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
}
.eds-app__usage-detail-annotation {
  position: relative;
  min-width: auto;
  width: fit-content;
  padding: min(3vw, 1em);
  margin-top: 1em;
  z-index: 2;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 0.25em;
  background-color: #fff;
  border-radius: 0.5em;
  font-size: 14px;
  list-style: none;
  color: #DF0013;
}
.eds-app__usage-detail-annotation-item {
  position: relative;
  padding-left: 1.25em;
}
.eds-app__usage-detail-annotation-item::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.eds-app__prefectures {
  margin: 60px auto;
  padding: min(6vw, 60px);
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 1em;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
.eds-app__prefectures-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 1em;
}
.eds-app__prefectures-section-title {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 160px;
  padding-left: 0.5em;
  border-left-style: solid;
  border-left-width: 0.25em;
  border-left-color: #003399;
  font-size: 18px;
  font-weight: 700;
}
.eds-app__prefectures-section-itmes {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 300px;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(90px, 100%), 1fr));
  grid-gap: 0.75em;
}
.eds-app__prefectures-section-itmes-item {
  display: block;
  padding: 1em 0.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 0.25em;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.eds-app__prefectures-section-itmes-item:hover, .eds-app__prefectures-section-itmes-item.is-active {
  background-color: #eff6ff;
  border-color: #003399;
}
.eds-app__prefectures-section-itmes-item[disabled] {
  pointer-events: none;
}
.eds-app__prefectures-section-itmes-item[disabled], .eds-app__prefectures-section-itmes-item[disabled]:hover {
  background-color: #eee;
}
.eds-app__results {
  position: relative;
  padding: min(6vw, 60px);
  margin: 60px auto;
  background-color: #f7f8fc;
  border-style: solid;
  border-width: 1px;
  border-color: #dbeafe;
  border-radius: 0px 0px 1em 1em;
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #003399;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.eds-app__results-title {
  margin-bottom: 2em;
  font-size: 24px;
}
.eds-app__results-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 20px;
  right: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.8;
  cursor: pointer;
}
.eds-app__results-close::before {
  content: "close";
  font-size: 32px;
  line-height: 1em;
  font-family: "Material Icons";
  color: #ccc;
}
.eds-app__results-body {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
.eds-app__results-body-municipality {
  padding: min(4vw, 40px);
  background-color: #fff;
  border-radius: 12px;
}
.eds-app__results-body-municipality-title {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  gap: 1em;
}
.eds-app__results-body-municipality-title-prefecture {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  padding: 0.25em 0.5em;
  background-color: #003399;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.eds-app__results-body-municipality-title-name {
  color: #666;
}
.eds-app__results-body-municipality-title-name[href=""] {
  pointer-events: none;
}
.eds-app__results-body-municipality-items {
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 1.25em;
}
.eds-app__results-body-municipality-items-item {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 12px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.eds-app__results-body-municipality-items-item:hover {
  background-color: #eff6ff;
  border-color: #003399;
}
.eds-app__results-body-municipality-items-item.is-active .eds-app__results-body-municipality-items-item-period {
  background-color: #eff6ff;
}
.eds-app__results-body-municipality-items-item-name {
  display: block;
  position: relative;
  -webkit-box-flex: 15;
  flex-grow: 15;
  flex-shrink: 15;
  flex-basis: 300px;
  min-height: 60px;
  height: auto;
  padding: 1em;
  padding-right: 3em;
  align-content: center;
  font-size: 16px;
  font-weight: 500;
}
.eds-app__results-body-municipality-items-item-name::after {
  content: "open_in_new";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  inset: 0px;
  margin: auto;
  margin-right: 1em;
  font-size: 1.25em;
  line-height: 1em;
  font-family: "Material Icons";
  color: #ccc;
}
.eds-app__results-body-municipality-items-item-period {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 120px;
  padding: 0.5em 1em;
  margin: -1px;
  align-content: center;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.eds-app__results-body-municipality-items-item-period-text {
  text-align: center;
}
.eds-app__results-body-municipality-items-item-period-text-pref {
  display: block;
  font-size: 12px;
  color: #888;
}
.eds-app__results-body-municipality-items-item-period-text-date {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.eds-app__results-body-municipality-items-item-period-text-status {
  font-size: 16px;
  font-weight: 500;
  color: #003399;
}
.eds-app__results-body-municipality-items-item-period-annotation {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}
.eds-app__results-body-municipality-shops {
  padding-top: 32px;
  margin-top: 32px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}
.eds-app__results-body-municipality-shops-title {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.eds-app__results-body-municipality-shops-items {
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 1em;
}
.eds-app__results-body-municipality-shops-items-item {
  display: block;
  padding: 0.5em 1em;
  border-style: solid;
  border-width: 2px;
  border-radius: 2em;
  border-color: #DF0013;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #DF0013;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.eds-app__results-body-municipality-shops-items-item::before {
  content: "location_on";
  font-size: 1.25em;
  vertical-align: -0.15em;
  font-family: "Material Icons";
}
.eds-app__results-body-municipality-shops-items-item:hover, .eds-app__results-body-municipality-shops-items-item.is-active {
  background-color: #DF0013;
  color: #fff;
}
.eds-app__results-body-municipality-shops-annotation {
  margin-top: 1em;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.eds-app__results-body-message {
  padding: 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0.25em;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  color: #888;
  word-break: keep-all;
}
.eds-app__banner {
  width: min(90vw, 1200px);
  margin: 80px auto;
}
.eds-app__banner-title {
  background-image: -webkit-linear-gradient(left, #2563eb, #009944);
  background-image: -moz-linear-gradient(left, #2563eb, #009944);
  background-image: -ms-linear-gradient(left, #2563eb, #009944);
  background-image: -o-linear-gradient(left, #2563eb, #009944);
  background-image: linear-gradient(90deg, #2563eb, #009944);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  font-weight: 700;
  color: transparent;
  word-break: keep-all;
}
.eds-app__banner-link-img {
  display: block;
  width: min(90vw, 640px);
  height: auto;
  margin: 40px auto;
  cursor: pointer;
  border-radius: 32px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: -webkit- scale(1);
  transform: scale(1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.eds-app__banner-link-img:hover {
  transform: -webkit- scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 16px 33px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=./style.css.map */