@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  background: #f1f1f1;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

/*
//=============================================================
// Icon font
//=============================================================
*/
@font-face {
  font-family: 'hazard-map';
  src: url("../fonts/hazard-map.ttf?v1jp8m") format("truetype"), url("../fonts/hazard-map.woff?v1jp8m") format("woff"), url("../fonts/hazard-map.svg?v1jp8m#hazard-map") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'hazard-map' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-f {
  color: #ffde02;
  font-size: 162%;
  padding-right: .25em;
}

.icon-f-tbl {
  font-size: 116%;
  padding-left: .25em;
}

/* 閉じる */
.icon-close:before {
  content: "\e90c";
}

/* ホーム */
.icon-home:before {
  content: "\e90b";
}

/* 災害時様援護者 */
.icon-engosha:before {
  content: "\e909";
}

/* 歩行帰宅者支援ステーション */
.icon-hokoukitaku:before {
  content: "\e90a";
}

/* 風呂 */
.icon-bath:before {
  content: "\e901";
}

/* 自然災害伝承碑 */
.icon-denshouhi:before {
  content: "\e902";
}

/* ダウンロード */
.icon-dl:before {
  content: "\e903";
}

/* 避難可能場所 */
.icon-hinankanou:before {
  content: "\e904";
}

/* 避難所周辺施設 */
.icon-spot:before {
  content: "\e905";
}

/* ため池 */
.icon-tameike:before {
  content: "\e906";
}

/* トイレ */
.icon-toilet:before {
  content: "\e907";
}

/* 給水 */
.icon-water:before {
  content: "\e908";
}

/* 避難所 */
.icon-hinanjyo:before {
  content: "\e900";
}

/*
//=============================================================
//　Header,Global nav
//=============================================================
*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #ffde02;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  z-index: 99999999;
}
.header-is.mypage {
  background: #fff;
}
.header.is-issue {
  background: #e20110;
}

.header-title {
  position: absolute;
  left: 70px;
  top: 0;
  height: 60px;
  width: calc(100% - 140px);
  background: #ffde02;
  z-index: 9999;
}
.header-title.is-only{
  width: 100%;
  background: #fff;
}
.header-title h1 {
  font-size: 154%;
  margin: 15px 10px 0 15px;
}

.gnav-toggle {
  border-right: 1px solid #ceb300;
  background-color: #ffde02;
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
  transition: ease .25s;
}
.gnav-toggle:hover {
  background: #e8c900;
}
.is-issue .gnav-toggle {
  background: #e20110;
}

.gnav-toggle-line {
  position: absolute;
  left: 24px;
  width: 22px;
  height: 2px;
  background-color: #333;
  transition: all .6s;
}
.gnav-toggle-line--1 {
  top: 14px;
}
.gnav-toggle-line--2 {
  top: 20px;
}
.gnav-toggle-line--3 {
  top: 26px;
}
.is-issue .gnav-toggle-line {
  background-color: #fff;
}

.gnav-txt {
  position: absolute;
  bottom: 9px;
  left: 6px;
  color: #333;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
}
.is-issue .gnav-txt {
  color: #fff;
}

.nav-open .gnav {
  left: 0;
}
.nav-open .gnav-toggle {
  background-color: #101111;
}
.nav-open .is-issue .gnav-toggle {
  background: #e20110;
}
.nav-open .gnav-toggle-line {
  background: #fff;
}
.nav-open .gnav-toggle-line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .gnav-toggle-line--2 {
  width: 0;
  left: 50%;
}
.nav-open .gnav-toggle-line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.nav-open .gnav-txt {
  color: #fff;
}

.gnav {
  position: fixed;
  left: -350px;
  top: 60px;
  width: 330px;
  height: 100vh;
  padding: 0 0 0;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  background: #2e2e2e;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .gnav {
    width: 200px;
  }
}
.gnav-sub-ttl {
  color: #808080;
  font-size: 85%;
}

.gnav-layer {
  padding: 0 0 1em 20px;
}
.gnav-layer li {
  position: relative;
}
.gnav-layer li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #ccc;
  top: 40%;
  left: -1em;
}
.gnav-layer a:link, .gnav-layer a:visited {
  color: #ccc;
  text-decoration: none;
}
.gnav-layer a:hover {
  color: #ffde02;
}
.gnav-layer a.is-active {
  color: #ffde02;
}

.gnav-inner {
  padding: 1em 1em 5em;
}

.gnav-list-ac {
  position: relative;
}
.gnav-list-ac p {
  position: relative;
  color: #ccc;
  display: block;
}
.gnav-list-ac ul {
  display: none;
  font-size: 93%;
  padding: 0 0 0 1.45em;
}

.ac-item {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
}
.ac-item::before {
  background: #fff;
  position: absolute;
  content: "";
  height: 2px;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all .2s ease-in-out;
  width: 14px;
}
.ac-item::after {
  background: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
}
.ac-item:hover {
  cursor: pointer;
}
.ac-item.is-active::before {
  transform: rotate(0);
}

.g-hanrei {
  border-top: 1px solid #4d4d4d;
  margin-top: 2em;
  padding-top: 1em;
}

.h-home {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 70px;
  border-left: 1px solid #ceb300;
  cursor: pointer;
  transition: ease .25s;
}
.h-home:hover {
  background: #e8c900;
}
.h-home-inner {
  color: #111;
  line-height: 1;
  padding: .5em 0 0;
  position: relative;
}
.is-issue .h-home-inner {
  color: #fff;
}
.h-home a {
  text-decoration: none;
}

.h-home-icon, .h-home-txt {
  display: block;
  text-align: center;
}

.h-home-icon {
  font-size: 154%;
  font-family: 'hazard-map';
  padding-bottom: 5px;
  display: block;
}
.h-home-icon::after {
  content: "\e90b";
}

.h-home-txt {
  font-size: 85%;
}

footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 4em 1em 2em;
}
footer dl dt {
  color: #ccc;
  font-size: 93%;
}
footer dl dd {
  padding-bottom: 1.5em;
}
footer .h-logo {
  display: block;
  width: 160px;
  text-align: center;
  margin: 3em auto 0;
}
.h-back {
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 70px;
	cursor: pointer;
	line-height: 1;
	background: #1a1a1a;
}
.h-back-icon,.h-back-txt {
	display: block;
	text-align: center;
}
.h-back-icon {
	display: block;
	position: relative;
}
.h-back-txt {
	color: #fff;
	font-size: fz(10);
	position: absolute;
	bottom: 9px;
	left: 0;
	width: 100%;
	text-align: center;
}
/*
// ===================================================================
// Form
// ===================================================================
*/
.gnav input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
}
.gnav input[type="text"], .gnav textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 108%;
  margin-bottom: .5em;
  padding: .5em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.gnav input[type="text"]:focus, .gnav textarea:focus {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #ffde02;
}
.gnav textarea {
  width: 100%;
}
.gnav .f-select {
  -moz-appearance: none;
  background: url(../img/icon_select_arrow.png) no-repeat right 10px center;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: .2em 1.5em .2em .2em;
  position: relative;
}
.gnav select {
  outline: none;
  -moz-appearance: none;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: .2em;
  border: none;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .gnav select {
    font-size: 16px;
  }
}
.gnav select::-ms-expand {
  display: none;
}
.gnav select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.gnav .f-radio input[type="radio"] {
  display: none;
}
.gnav .f-radio input[type="radio"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.gnav .f-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gnav .f-radio label {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 20px;
  cursor: pointer;
}
.gnav .f-radio label::before, .gnav .f-radio label::after {
  position: absolute;
  content: '';
  top: 50%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.gnav .f-radio label::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f3f3f3;
  border: 1px solid #ccc;
}
.gnav .f-radio label:hover::before {
  background: #fff;
}
.gnav .f-radio label::after {
  opacity: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  background: #ffde02;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.gnav .f-check input[type="checkbox"] {
  display: none;
}
.gnav .f-check input[type="checkbox"]:checked + label::before {
  background: #fff;
  border: 1px solid #ccc;
}
.gnav .f-check input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}
.gnav .f-check label {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.gnav .f-check label::before, .gnav .f-check label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}
.gnav .f-check label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.gnav .f-check label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #e20110;
  border-bottom: 2px solid #e20110;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}
.gnav .f-check label:hover::before {
  background: #fff;
}
.gnav .f-check:hover {
  color: #ffde02;
}

.f-w-xs {
  width: 3em;
}
@media screen and (max-width: 599px) {
  .f-w-xs {
    width: 100%;
  }
}

.f-w-sm {
  width: 7em;
}
@media screen and (max-width: 599px) {
  .f-w-sm {
    width: 100%;
  }
}

.f-w-md {
  width: 18em;
}
@media screen and (max-width: 599px) {
  .f-w-md {
    width: 100%;
  }
}

.f-w-lg {
  width: 100%;
}

.f-error {
  display: inline-block;
  padding: .1em;
  border-radius: 5px;
  color: #ff3737;
}

.c-label {
  background: #666;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-weight: normal;
  font-size: 77%;
  float: right;
  letter-spacing: .1em;
  padding: 0 0.8em;
  margin: 0 .5em;
}

.submit-btn {
  display: flex;
  justify-content: center;
}
.submit-btn li {
  margin: 0 1em 1em;
  width: 150px;
}

.popup-btn {
  margin-top: 2em;
  text-align: center;
}

/*
//-------------------------------------------------------------
//　Button
//-------------------------------------------------------------
*/
a.c-btn, .c-btn {
  box-sizing: border-box;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease 0s;
  font-size: 100%;
}

a.c-btn-default, .c-btn-default {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}
a.c-btn-default:hover, a.c-btn-default:focus, a.c-btn-default:active, .c-btn-default:hover, .c-btn-default:focus, .c-btn-default:active {
  color: #ffde02;
  background: #000;
}
a.c-btn-default:visited, .c-btn-default:visited {
  color: #fff;
}

a.c-btn-solid, .c-btn-solid {
  border: 1px solid #000;
  background: #000;
  border-radius: 8px;
  color: #fff;
  font-size: 116%;
}
a.c-btn-solid:hover, a.c-btn-solid:focus, a.c-btn-solid:active, .c-btn-solid:hover, .c-btn-solid:focus, .c-btn-solid:active {
  background: rgba(226, 1, 16, 0.8);
  border-color: #e20110;
  color: #fff;
}
a.c-btn-solid:visited, .c-btn-solid:visited {
  color: #fff;
}

a.c-btn-line, .c-btn-line {
  border: 1px solid #fff;
  color: #fff;
  font-size: 116%;
  text-align: left;
}
a.c-btn-line:link, .c-btn-line:link {
  color: #fff;
}
a.c-btn-line:hover, a.c-btn-line:focus, a.c-btn-line:active, .c-btn-line:hover, .c-btn-line:focus, .c-btn-line:active {
  background: rgba(255, 222, 2, 0.8);
  border-color: #ffde02;
}
a.c-btn-line:visited, .c-btn-line:visited {
  color: #fff;
}

a.c-btn-fixed, .c-btn-fixed {
  box-sizing: border-box;
  padding: 1em;
  width: 100%;
}
@media screen and (max-width: 599px) {
  a.c-btn-fixed, .c-btn-fixed {
    font-size: 93%;
    line-height: 1.2;
    padding: .85em 1em;
    width: 100%;
  }
}

.c-btn-sm {
  padding: .5em 2em;
}
@media screen and (max-width: 599px) {
  .c-btn-sm {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-md {
  padding: 1em 1.5em;
}
@media screen and (max-width: 959px) {
  .c-btn-md {
    padding: 1em;
    width: 100%;
  }
}

.c-btn-lg {
  font-size: 124%;
  margin: 0 auto;
  padding: 1em;
  width: 300px;
}
@media screen and (max-width: 959px) {
  .c-btn-lg {
    padding: .5em 1em;
    width: 100%;
  }
}

.c-btn-xl {
  box-sizing: border-box;
  font-size: 124%;
  margin: 0 auto;
  padding: 1.4em 1em;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-btn-xl {
    padding: .5em 1em;
    width: 100%;
  }
}

/*
//=============================================================
//　Main Style
//=============================================================
*/
body {
  background: #ebebeb;
}

a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
  width: auto\9;
}

#app {
  height: 100%;
  width: 100%;
  margin-top: -50px;
}

#map {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.main {
  margin-top: 50px;
}

.main-inner {
  padding-left: 0;
  margin-top: 50px;
}

.top-container {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 2;
  height: 100vh;
}
.top-container::before {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/top_bg.jpg) left top;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .top-container {
    height: auto;
  }
}

.top-contents {
  position: relative;
  background: url(../img/map_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 10% 7%;
  z-index: 10;
  height: 100%;
}

.top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.top-inner > li {
  width: 50%;
  text-align: center;
}
.top-inner > li:last-child {
  width: 40%;
}
.top-inner h2 {
  color: #ffde02;
  font-size: 124%;
  letter-spacing: .1em;
  text-align: left;
  padding-bottom: .8em;
}
@media screen and (max-width: 959px) {
  .top-inner {
    display: block;
  }
  .top-inner > li, .top-inner > li:last-child {
    width: auto;
  }
  .top-inner > li h2, .top-inner > li:last-child h2 {
    text-align: center;
  }
  .top-inner > li {
    margin-bottom: 2em;
  }
}

.main-title {
  text-align: center;
}
.main-title img {
  width: 50vw;
}

.map-btn {
  text-align: left;
}
.map-btn li {
  margin: 0 0 1em;
}
@media screen and (max-width: 959px) {
  .map-btn li {
    width: 100%;
  }
}

.about-img {
  text-align: center;
  padding: 1em 0 3em;
}

.top-link {
  text-align: center;
}
.top-link a {
  color: #fff;
}

.hanrei-list li, .spot-list li {
  color: #ccc;
  display: flex;
  align-items: center;
  font-size: 93%;
  line-height: 1.45;
}
.hanrei-list span, .spot-list span {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: .5em;
}
.hanrei-list .l-circle, .spot-list .l-circle {
  border-radius: 15px;
  width: 16px;
  height: 16px;
}

/*
// 凡例
//-------------------------------------------------------------
*/
.color-deep-purple {
  background: #622082;
}
.color-violet {
  background: #9932cc;
}
.color-carmine {
  background: #d7003a;
}
.color-orange {
  background: #ee7800;
}
.color-golden-yellow {
  background: #f8b856;
}
.color-canary-yellow {
  background: #fff262;
}
.color-green {
  background: #008000;
}
.color-meadow-green {
  background: #65ab31;
}
.color-green-yellow {
  background: #adff2f;
}
.color-blue {
  background: #3e63f5;
}
.color-cyan {
  background: #4194f6;
}
.color-sky-blue {
  background: #5cc6f8;
}
.color-baby-blue {
  background: #8ffcfd;
}
.color-alice-blue {
  background: #d0fefd;
}
.color-gray {
  background: #888;
}
.color-kasen-rank1 {
  background: #f6f4c5
}
.color-kasen-rank2 {
  background: #f7dccc
}
.color-kasen-rank3 {
  background: #f0c3c4
}
.color-kasen-rank4 {
  background: #e9a9ad
}

/*
// 避難所周辺施設
//-------------------------------------------------------------
*/
.color-gas {
  /* ガソリンスタンド */
  background: #b27ce9;
}
.color-car-rental {
  /* レンタカー */
  background: #841cee;
}
.color-bank {
  /* 銀行 */
  background: #11ed92;
}
.color-hotel {
  /* 宿泊施設 */
  background: #6e9459;
}
.color-station {
  /* 駅・バス停 */
  background: #07bb24;
}
.color-laundry {
  /* コインランドリー */
  background: #50f1ff;
}
.color-convenience {
  /* コンビニ */
  background: #007f15;
}
.color-supermarket {
  /* スーパーマーケット */
  background: #f25a07;
}
.color-restaurant {
  /* 飲食店 */
  background: #ff9600;
}
.color-drag-store {
  /* ドラッグストア */
  background: #ffcc00;
}
.color-home-center {
  /* ホームセンター */
  background: #a1553e;
}
.color-clothing-store {
  /* 衣料品店 */
  background: #3f5aff;
}
.color-park {
  /* 公園 */
  background: #2bf40a;
}
.color-baby {
  /* 赤ちゃんの駅 */
  background: #ff979e;
}
.color-welfare {
  /* 福祉施設 */
  background: #e633a0;
}
.color-pharmacy {
  /* 薬局 */
  background: #ff2323;
}
.color-hospital {
  /* 病院 */
  background: #b70000;
}

/*
//-------------------------------------------------------------
// Common     	    - 共通
//-------------------------------------------------------------
*/
.container {
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}
.container.is-top {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .container.is-top {
    margin-top: 60px;
  }
}
.container.is-about {
  background: #f5f5f5;
  padding: 6em 0;
}
.container.is-dataset {
  padding: 6em 0;
}

.contents {
  margin: 0 auto;
  max-width: 900px;
  min-width: 800px;
  width: 84%;
  z-index: 99;
  position: relative;
}
.contents::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}
.contents.is-about {
  background: #fff;
  padding: 5em 0;
}
@media screen and (max-width: 959px) {
  .contents {
    max-width: 100%;
    min-width: 100%;
  }
}

.row {
  margin: 0 auto;
  width: 80%;
}

.page-title {
  font-size: 154%;
  padding: 0 0 2em;
  text-align: center;
}
.page-title span {
  font-size: 62%;
  display: block;
  padding-top: .5em;
}

/*
//-------------------------------------------------------------
// Modal            - モーダル
//-------------------------------------------------------------
*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}

.modal-bg {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  line-height: 1;
  box-shadow: 0 3px 3px -1px #777;
}

.modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
  line-height: 1.6;
}
.modal-inner-wrap {
  overflow-y: scroll;
  height: 100%;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #121212;
  color: #fff;
}
.modal-close .icon {
  color: #fff;
  display: inline-block;
  font-size: 154%;
  vertical-align: middle;
  position: relative;
  height: 40px;
  width: 40px;
}
.modal-close .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-title {
  font-size: 131%;
}

/*
//-------------------------------------------------------------
// Page top       	- ページの先頭にもどる
//-------------------------------------------------------------
*/
@media screen and (min-width: 600px) {
  .pagetop {
    position: fixed;
    z-index: 100;
    right: 30px;
    bottom: 30px;
    display: none;
  }
  .pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #ffde02;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.8;
  }
  .pagetop a:hover {
    background: #333;
  }
  .pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 599px) {
  .pagetop {
    margin-top: 20px;
  }
  .pagetop a {
    display: block;
    background: #ffde02;
    color: #fff;
    padding: 1.8em 0;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/*
//-------------------------------------------------------------
// Table            - テーブル
//-------------------------------------------------------------
*/
table {
  width: 100%;
}

.c-tbl {
  border-top: 4px solid #000;
}
.c-tbl th, .c-tbl td {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 1em;
  vertical-align: baseline;
}
.c-tbl th {
  background: #f1f1f1;
  font-weight: 500;
  text-align: center;
}
.c-tbl td {
  background: #fff;
}
@media screen and (max-width: 599px) {
  .c-tbl th, .c-tbl td {
    padding: .5em;
  }
}
.c-tbl a {
  text-decoration: none;
  color: #0c5ff8;
}
.c-tbl a:hover {
  color: #083b97;
}

/*
//-------------------------------------------------------------
// Parts            - 各パーツ
//-------------------------------------------------------------
*/
.dl-list {
  display: table;
  width: 100%;
}
.dl-list dt {
  display: table-cell;
  font-weight: 500;
  padding: 1em;
  vertical-align: top;
}
@media screen and (max-width: 599px) {
  .dl-list dt {
    display: block;
    width: auto;
  }
}
.dl-list dd {
  display: table-cell;
  padding: 1em;
}
@media screen and (max-width: 599px) {
  .dl-list dd {
    display: block;
    padding: 1em;
  }
}

.is-modal {
  border-bottom: 1px solid #ccc;
}
.is-modal.is-first {
  border-top: 1px solid #ccc;
}
.is-modal dt {
  background: #f8f8f8;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .is-modal {
    display: block;
  }
  .is-modal dt, .is-modal dd {
    padding: .5em;
  }
  .is-modal dt {
    display: block;
    width: auto;
    padding: .3em .5em;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 959px) {
  .hidden-pc {
    display: block;
  }
}

.txt-c {
  text-align: center;
}

.txt-justify {
  text-align: justify;
}

.fs-sm {
  font-size: 85%;
}

.pb-xs {
  padding: 0 0 1em;
}

.pb-sm {
  padding: 0 0 2em;
}
@media screen and (max-width: 599px) {
  .pb-sm {
    padding: 0 0 1.5em;
  }
}

.pb-md {
  padding: 0 0 4em;
}
@media screen and (max-width: 599px) {
  .pb-md {
    padding: 0 0 2em;
  }
}

.pb-lg {
  padding: 0 0 6em;
}
@media screen and (max-width: 599px) {
  .pb-lg {
    padding: 0 0 3em;
  }
}

.mb-xs {
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .mb-xs {
    margin-bottom: .5em;
  }
}

.mb-md {
  margin-bottom: 4em;
}
@media screen and (max-width: 599px) {
  .mb-md {
    margin-bottom: 2em;
  }
}

.mb-lg {
  margin-bottom: 6em;
}
@media screen and (max-width: 599px) {
  .mb-lg {
    margin-bottom: 3em;
  }
}

/*
// ===================================================================
// Popup
// ===================================================================
*/
.leaflet-container {
  font-size: 93%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.leaflet-container a.leaflet-popup-close-button {
  width: 38px;
  height: 38px;
  font: 24px/24px Tahoma, Verdana, sans-serif;
  color: #fff;
  background: #000;
  padding: 4px 0 0;
}

.leaflet-popup-content {
  margin: 40px 20px;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
}
