@charset "UTF-8";
.disaster-mode .header-ctr {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .header-ctr {
    background-color: var(--bgcolor1);
    border-bottom: 5px solid var(--bgcolorx1);
  }
}
.disaster-mode .header-area {
  border-bottom: var(--bgcolorx1) 5px solid;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .header-area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: clamp(85px, 7vw, 100px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.disaster-mode .header-area .sitelogo {
  background: var(--bgcolorx6);
  border-bottom: var(--bgcolorx1) 5px solid;
  height: 100%;
  padding: 10px 20px 5px 0;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .header-area .sitelogo {
    background-size: 70px;
    border-bottom: none;
    height: auto;
    margin-left: 0;
    max-width: 290px;
    padding: 0;
  }
}
.disaster-mode .header-area .symbol-logo {
  max-width: 207px;
  height: auto;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .header-area .symbol-logo {
    margin-left: 0;
    width: 100%;
  }
}
.disaster-mode .header-area .acc-ctr {
  margin: min(10px, 1.5vw) 5px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .header-area .acc-ctr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .header-area .acc-ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid !important;
    grid-auto-rows: 48%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 100%;
    padding: 10px 0;
    row-gap: 4%;
  }
  .disaster-mode .header-area .acc-ctr .search-wrapper {
    margin: 0 0 0 auto;
    max-width: 280px;
    width: 100%;
  }
  .disaster-mode .header-area .acc-ctr .search-wrapper form input,
  .disaster-mode .header-area .acc-ctr .search-wrapper form button {
    height: clamp(30px, 1vw, 35px);
  }
  .disaster-mode .header-area .acc-ctr .search-wrapper form input {
    width: calc(100% - 50px);
  }
  .disaster-mode .header-area .acc-ctr .search-wrapper form button {
    width: 50px;
  }
}
.disaster-mode .header-area .acc-ctr .accessibility {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-size: 1.4rem;
}
.disaster-mode .header-area .acc-ctr .accessibility section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.disaster-mode .header-area .acc-ctr .accessibility section.languagectl-ctr {
  display: none;
}
@media screen and (min-width: 768px) {
  .disaster-mode .header-area .acc-ctr .accessibility section {
    float: left;
    margin: 0 20px 0 0;
  }
}
.disaster-mode .header-area .acc-ctr h2 {
  font-size: clamp(1.2rem, 5vw - 1.2rem, 1.4rem);
  font-weight: 600;
  margin-right: 10px;
}
.disaster-mode .header-area .acc-ctr .option {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.2rem, 5vw - 1.2rem, 1.4rem);
}
.disaster-mode .header-area .acc-ctr .option button {
  border-radius: 5px;
  font-weight: 600;
  padding: 3px 5px;
}
.disaster-mode .header-area .acc-ctr .option .btn-medium {
  background-color: var(--bgcolor7);
  border: 1px solid var(--bgcolor7);
  color: var(--fontcolor14);
}
.disaster-mode .header-area .acc-ctr .option .btn-large {
  background-color: var(--bgcolor1);
  border: 1px solid var(--bgcolor0);
}
.disaster-mode .header-area .acc-ctr .option .bg-white {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.disaster-mode .header-area .acc-ctr .option .bg-black {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}
.disaster-mode .header-area .acc-ctr .option .bg-blue {
  background-color: #00f;
  border: 1px solid #00f;
  color: #fff;
}
.disaster-mode .header-area .acc-ctr .languagectl-ctr {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.disaster-mode .header-area .acc-ctr .languagectl-ctr .title-text {
  vertical-align: middle;
}
.disaster-mode .header-area .gtranslate_wrapper {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.2rem, 5vw - 1.2rem, 1.4rem);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 5px 5px 0 0;
}
.disaster-mode .header-area .gtranslate_wrapper a {
  margin-bottom: 0;
}
.disaster-mode .header-area .gtranslate_wrapper a.glink::before {
  content: none;
}
.disaster-mode .bosaimusen-base {
  background: var(--bgcolor24);
  height: 50px;
  line-height: 1.5;
}
.disaster-mode .bosaimusen-data {
  color: var(--fontcolor9);
  font-size: 2.6rem;
  height: 100%;
  overflow: hidden;
}
.disaster-mode .bosaimusen-data .marquee {
  -webkit-animation: marquee 90s linear infinite;
          animation: marquee 90s linear infinite;
  display: inline-block;
  padding-left: 100vw;
  vertical-align: sub;
  white-space: nowrap;
}
.disaster-mode .bosaimusen-data .marquee br {
  display: none;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

.disaster-mode .global-nav-ctr {
  background: none;
  margin: 10px 0 20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .disaster-mode .global-nav-ctr {
    margin: 5px 0 30px;
  }
  .disaster-mode .global-nav-ctr .nav-list {
    row-gap: unset;
  }
  .disaster-mode .global-nav-ctr .nav {
    -ms-flex-preferred-size: 16%;
        flex-basis: 16%;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .global-nav-ctr {
    background: var(--bgcolor1);
    margin: 0 0 50px;
    padding: 10px 0;
  }
  .disaster-mode .global-nav-ctr .nav {
    -ms-flex-preferred-size: 16.7%;
        flex-basis: 16.7%;
    height: auto;
  }
  .disaster-mode .global-nav-ctr .nav:first-child {
    -ms-flex-preferred-size: 16.5%;
        flex-basis: 16.5%;
  }
}

.sub .crisis-mode .global-nav-ctr {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .sub .crisis-mode .global-nav-ctr {
    display: block !important;
    margin-bottom: 35px;
  }
}

.nav-list {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  row-gap: 0;
}
@media screen and (min-width: 768px) {
  .nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-list .nav {
  background-color: var(--bgcolor1);
  border-right: 1px solid #999;
  border-radius: 0;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  height: calc((100vw - 10px - 4vw) / 3 * 0.5);
  max-height: 75px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-list .nav:nth-child(3n) {
    border-right: none;
  }
  .nav-list .nav:nth-child(n+4) {
    border-top: 1px solid #999;
  }
  .nav-list .nav:nth-child(3n-1) {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
  }
}
@media screen and (min-width: 768px) {
  .nav-list .nav.n1 {
    border-left: 1px solid #999;
  }
}
@media screen and (min-width: 1024px) {
  .nav-list .nav {
    border-right-width: 2px;
  }
  .nav-list .nav.n1 {
    border-left-width: 2px;
  }
}
.nav-list .nav a {
  color: var(--fontcolor3);
  display: block;
  height: 100%;
  padding: 0 0 10px;
  text-decoration: none;
}
.nav-list .nav a::after {
  border-top: 6px solid var(--bgcolorx1);
  border-right: 7px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  display: block;
  margin: 0 auto;
  width: 5px;
}
@media screen and (min-width: 1024px) {
  .nav-list .nav a {
    padding: 10px 0 1px;
  }
}
.nav-list .nav .nav-img {
  display: none;
}
.nav-list .nav .nav-text1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.nav-list .nav .nav-text1.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .nav-list .nav .nav-text1 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .nav-list .nav .nav-text1 {
    font-size: 1.4rem;
    height: auto;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
  }
  .nav-list .nav .nav-text1.mobile {
    display: none;
  }
  .nav-list .nav .nav-text1.pc {
    display: block;
  }
}
.nav-list .nav .nav-text2 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .nav-list .nav .nav-text2 {
    display: block;
    font-size: 1.1rem;
  }
}
.nav-list .n1 img {
  width: 38%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n1 img {
    width: 40px;
  }
}
.nav-list .n2 img {
  width: 45%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n2 img {
    width: 51px;
  }
}
.nav-list .n3 img {
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n3 img {
    width: 40px;
  }
}
.nav-list .n4 img {
  width: 35%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n4 img {
    width: 38px;
  }
}
.nav-list .n5 img {
  width: 45%;
}
.nav-list .n6 img {
  width: 35%;
}
@media screen and (min-width: 1024px) {
  .nav-list .n6 img {
    width: 38px;
  }
}

.disaster-mode .menu-ctr {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 auto;
  padding: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.disaster-mode .menu-ctr.overlay {
  width: 100%;
  z-index: 200;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-ctr {
    display: none;
  }
}
.disaster-mode .menu-btn {
  height: 55px;
  position: relative;
  width: 55px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-btn {
    height: clamp(60px, 5.5vw, 75px);
    width: clamp(60px, 5.5vw, 75px);
  }
}
.disaster-mode .menu-btn .mobile-btn,
.disaster-mode .menu-btn .more-vertical-solid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.disaster-mode .menu-btn .mobile-btn {
  background-color: var(--bgcolorX3);
  border: var(--bgcolorx1) 1px solid;
  border-radius: 5px;
  color: var(--fontcolorx2);
  height: 100%;
  text-align: right;
  width: 100%;
}
.disaster-mode .menu-btn .mobile-btn .btn-text {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-btn .mobile-btn .btn-text {
    font-size: clamp(1.2rem, 1vw, 1.4rem);
    bottom: 5px;
    top: auto;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-btn .mobile-btn {
    background-color: var(--bgcolor22);
  }
}
.disaster-mode .menu-btn .mobile-btn .more-vertical-solid {
  height: 50px;
  position: absolute;
  width: 50px;
}
.disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon {
  text-indent: unset;
  padding: 0;
  color: var(--fontcolorx2);
  position: absolute;
  width: 34px;
  height: 5px;
  border-radius: 3px;
  border: solid 1px currentColor;
  background-color: currentColor;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon {
    height: 7px;
    max-width: 48px;
    width: 4vw;
  }
}
.disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(1) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(2) {
  top: calc(40% - 10px);
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(2) {
    top: 20%;
  }
}
.disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(3) {
  top: calc(40% + 10px);
  left: 51%;
  -webkit-transform: translate(-50%, -51%);
          transform: translate(-50%, -51%);
  content: "";
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-btn .mobile-btn .more-vertical-solid.icon:nth-of-type(3) {
    top: 61%;
  }
}
.disaster-mode .menu-btn .mobile-btn.open {
  -webkit-animation: menu-close 0.6s;
          animation: menu-close 0.6s;
}
.disaster-mode .menu-btn .mobile-btn.open .btn-text.open {
  display: block !important;
}
.disaster-mode .menu-btn .mobile-btn.open .btn-text.close {
  display: none !important;
}
.disaster-mode .menu-btn .mobile-btn.close {
  -webkit-animation: menu-open 0.6s;
          animation: menu-open 0.6s;
  border: var(--bgcolor0) 1px solid;
}
.disaster-mode .menu-btn .mobile-btn.close .more-vertical-solid {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.disaster-mode .menu-btn .mobile-btn.close .more-vertical-solid:nth-of-type(1) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.disaster-mode .menu-btn .mobile-btn.close .more-vertical-solid:nth-of-type(2) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.disaster-mode .menu-btn .mobile-btn.close .more-vertical-solid:nth-of-type(3) {
  top: 40%;
  left: 51%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.disaster-mode .menu-btn .mobile-btn.close .btn-text.open {
  display: none !important;
}
.disaster-mode .menu-btn .mobile-btn.close .btn-text.close {
  display: block !important;
}
.disaster-mode .menu-mobile {
  display: block !important;
  max-width: 600px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-mobile {
    display: none !important;
  }
}
.disaster-mode .menu-pc {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .menu-pc {
    display: grid !important;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    grid-template-columns: 65% 32%;
    margin: 10vh auto 0;
    position: relative;
    row-gap: 30px;
    width: 1000px;
    z-index: 1;
  }
}
.disaster-mode .menu-pc .acc-ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/3;
  grid-row: 1/2;
  height: 50px;
  padding: 10px 0;
}
.disaster-mode .menu-pc .lifenav-ctr {
  grid-column: 2/3;
  grid-row: 2/3;
}
.disaster-mode .menu-pc .lifenav-ctr .common-title {
  color: var(--fontcolor2);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  height: 2.6rem;
  letter-spacing: normal;
  margin-bottom: 20px;
  text-align: center;
}
.disaster-mode .menu-pc .lifenav-ctr .common-title::after {
  content: none;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-area {
  margin: 0;
  width: 100%;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list {
  background-color: var(--bgcolor1);
  border-radius: 5px;
  display: grid;
  gap: 0;
  grid-template-columns: 33% 34% 33%;
  grid-template-rows: repeat(5, 10vh);
  padding: 10px;
  width: 100%;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav {
  border-right: 1px solid #8cb27e;
  border-bottom: 1px solid #8cb27e;
  text-align: center;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(3n) {
  border-right: none;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-last-child(1), .disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-last-child(2):nth-child(3n+1), .disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-last-child(2):nth-child(3n+2), .disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-last-child(3):nth-child(3n+1) {
  border-bottom: none;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav.nocont {
  background-size: cover;
  border-radius: 0 0 5px 0;
  padding: 20px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav.nocont .lifenav-img {
  background: url(../img/icon/icon_shisho2.png) no-repeat center center;
  background-size: contain;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(1) img {
  width: 40px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(2) img {
  width: 40px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(3) img {
  width: 40px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(4) img {
  width: 30px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(5) img {
  width: 50px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(6) img {
  width: 46px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(7) img {
  width: 34px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(8) img {
  width: 37px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(9) img {
  width: 35px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(10) img {
  width: 32px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(11) img {
  width: 37px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(12) img {
  width: 31px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(13) img {
  width: 33px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(14) img {
  width: 45px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav:nth-child(15) img {
  width: 46px;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav .lifenav-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav a {
  color: var(--fontcolor3);
  display: grid;
  grid-template-rows: 70% 30%;
  height: 100%;
  text-decoration: none;
}
.disaster-mode .menu-pc .lifenav-ctr .lifenav-list .lifenav p {
  background: none;
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.disaster-mode .slide {
  background: rgba(30, 22, 20, 0.9);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 80px;
  position: absolute;
  top: 0;
  right: 0;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  visibility: hidden;
  width: 100vw;
}
.disaster-mode .slide.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide {
    padding: 0;
    height: 100vh;
    width: 100%;
  }
}
.disaster-mode .slide .languagectl-ctr .title-language {
  color: var(--fontcolor2);
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  margin-bottom: 10px;
}
.disaster-mode .slide .languagectl-ctr .langctl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.disaster-mode .slide .languagectl-ctr .langctl li {
  text-align: center;
}
.disaster-mode .slide .languagectl-ctr .langctl .gflag {
  background: var(--bgcolor1);
  border-radius: 5px;
  color: var(--fontcolorx2);
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.disaster-mode .slide .accessibility {
  display: block;
  margin: 20px auto;
  max-width: 750px;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.disaster-mode .slide .accessibility img {
  display: none;
}
.disaster-mode .slide .accessibility section {
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section {
    border-radius: unset;
  }
}
.disaster-mode .slide .accessibility section .option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
}
.disaster-mode .slide .accessibility section .option button {
  border-radius: 5px;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  padding: 5px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .disaster-mode .slide .accessibility section .option button {
    padding: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section .option button {
    font-size: 1.4rem;
    padding: 5px;
  }
}
.disaster-mode .slide .accessibility section .option .fontsize {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section .option .fontsize {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 45px;
  }
}
.disaster-mode .slide .accessibility section .option .fontsize .btn-text {
  vertical-align: middle;
}
.disaster-mode .slide .accessibility section.fontsize-ctr, .disaster-mode .slide .accessibility section.bg-select-ctr {
  display: table;
  margin-bottom: 6vw;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section.fontsize-ctr, .disaster-mode .slide .accessibility section.bg-select-ctr {
    border-right: var(--bgcolor0) 1px solid;
    margin: 0;
  }
}
.disaster-mode .slide .accessibility section.fontsize-ctr {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section.fontsize-ctr {
    width: 225px;
  }
}
.disaster-mode .slide .accessibility section.fontsize-ctr .btn-medium {
  background-color: var(--bgcolor7);
  border: var(--bgcolor6) 1px solid;
  color: var(--fontcolor14);
}
.disaster-mode .slide .accessibility section.fontsize-ctr .btn-large {
  background-color: var(--bgcolor1);
  border: var(--bgcolor12) 1px solid;
  color: var(--fontcolor3);
}
.disaster-mode .slide .accessibility section.bg-select-ctr {
  width: 100%;
}
.disaster-mode .slide .accessibility section.bg-select-ctr .bgcolor0 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.disaster-mode .slide .accessibility section.bg-select-ctr .bgcolor1,
.disaster-mode .slide .accessibility section.bg-select-ctr .bgcolor2 {
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section.bg-select-ctr {
    width: 240px;
  }
  .disaster-mode .slide .accessibility section.bg-select-ctr .bgcolor0 {
    max-width: 45px;
  }
  .disaster-mode .slide .accessibility section.bg-select-ctr .bgcolor1,
  .disaster-mode .slide .accessibility section.bg-select-ctr .bgcolor2 {
    max-width: 25px;
  }
}
.disaster-mode .slide .accessibility section.bg-select-ctr button {
  border-radius: 5px;
  width: 100%;
}
.disaster-mode .slide .accessibility section.bg-select-ctr .bg-white {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.disaster-mode .slide .accessibility section.bg-select-ctr .bg-black {
  background-color: #333;
  color: #fff;
}
.disaster-mode .slide .accessibility section.bg-select-ctr .bg-blue {
  background-color: #00f;
  color: #fff;
}
.disaster-mode .slide .accessibility section .title-fontsize,
.disaster-mode .slide .accessibility section .title-bg-select {
  color: var(--fontcolor2);
  display: table-cell;
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 600;
  vertical-align: middle;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  .disaster-mode .slide .accessibility section .title-fontsize,
  .disaster-mode .slide .accessibility section .title-bg-select {
    width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .accessibility section .title-fontsize,
  .disaster-mode .slide .accessibility section .title-bg-select {
    color: var(--fontcolor3);
    text-align: center;
    width: auto;
  }
}
.disaster-mode .slide .accessibility .languagectl-ctr {
  display: none;
}
.disaster-mode .slide .contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 500;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .disaster-mode .slide .contact-menu {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .contact-menu {
    margin: 0;
    width: 355px;
  }
}
.disaster-mode .slide .contact-menu p {
  max-width: 200px;
  height: 40px;
}
.disaster-mode .slide .contact-menu p.access {
  min-width: 140px;
  width: 50%;
}
.disaster-mode .slide .contact-menu p.inquiry {
  min-width: 140px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .disaster-mode .slide .contact-menu p {
    height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .contact-menu p {
    margin: 0;
    height: auto;
  }
  .disaster-mode .slide .contact-menu p.access {
    border-right: var(--bgcolor0) 1px solid;
    width: 155px;
  }
  .disaster-mode .slide .contact-menu p.inquiry {
    width: 200px;
  }
}
.disaster-mode .slide .contact-menu a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: var(--fontcolor3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 5px 5px 15%;
  text-decoration: none;
}
.disaster-mode .slide .contact-menu .access a {
  background: var(--bgcolor1) url(../img/common/icon_location.png) no-repeat 15% center;
  background-size: 12%;
}
.disaster-mode .slide .contact-menu .inquiry a {
  background: var(--bgcolor1) url(../img/common/icon_mail.png) no-repeat 5% center;
  background-size: 12%;
}
.disaster-mode .slide .close-menu-btn {
  background-color: var(--bgcolor1);
  font-size: 1.2rem;
  height: 10vw;
  max-height: 50px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .close-menu-btn {
    border-radius: 5px;
    bottom: 50px;
    font-size: 1.6rem;
    max-height: 40px;
    margin: 50px auto 0;
    width: 150px;
  }
}
.disaster-mode .slide .close-menu-btn .mobile-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.disaster-mode .slide .close-menu-btn .batsu {
  display: block;
  height: 30px;
  margin-right: 10px;
  position: relative;
  width: 30px;
}
.disaster-mode .slide .close-menu-btn .batsu::before, .disaster-mode .slide .close-menu-btn .batsu::after {
  background: var(--fontcolor3);
  border-radius: 2px;
  content: "";
  height: 20px; /* 棒の高さ */
  left: 50%;
  position: absolute;
  top: 50%;
  width: 3px; /* 棒の幅（太さ） */
}
@media screen and (min-width: 1024px) {
  .disaster-mode .slide .close-menu-btn .batsu::before, .disaster-mode .slide .close-menu-btn .batsu::after {
    height: 25px;
    width: 4px;
  }
}
.disaster-mode .slide .close-menu-btn .batsu::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.disaster-mode .slide .close-menu-btn .batsu::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.disaster-mode .menu-nav-ctr::after {
  border-radius: 3px;
  background-color: var(--bgcolor1);
  content: "";
  display: block;
  height: 6px;
  margin: 20px auto;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .menu-nav-ctr::after {
    margin: 40px auto;
  }
}
.disaster-mode {
  /*---------- vertical tab nav */
}
.disaster-mode .menu-pc > .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
  row-gap: 3%;
}
.disaster-mode .menu-pc > .gmenu > .menu {
  -ms-flex-preferred-size: 14.1666666667%;
      flex-basis: 14.1666666667%;
  width: 220px;
}
.disaster-mode .menu-pc > .gmenu > .menu > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolor1);
  border-radius: 5px;
  color: var(--fontcolor1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 10px;
  pointer-events: none;
  text-decoration: none;
}
.disaster-mode .menu-pc > .gmenu > .menu > .child_menu {
  background: url(../img/icon/icon_kijiuma.png) no-repeat bottom right, var(--bgcolor1);
  background-size: 100px;
  border-radius: 5px;
  display: none;
  height: 100%;
  list-style-type: disc;
  margin: 0px;
  padding: 30px 10px 20px 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
}
.disaster-mode .menu-pc > .gmenu > .menu > a.selected {
  border-radius: 5px 0 0 5px;
  width: 110%;
}
.disaster-mode .menu-pc > .gmenu > .menu > a.selected + .child_menu {
  gap: 10px 8%;
  display: grid;
  grid-template-columns: repeat(2, 46%);
  grid-auto-rows: 40px;
}
.disaster-mode .menu-pc > .gmenu > .menu > a.selected + .child_menu > .menu {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
.disaster-mode .menu-pc > .gmenu > .menu > a.selected .arrow-r-maru {
  display: none;
}
.disaster-mode .menu-pc > .gmenu > .menu .menu-title {
  color: var(--fontcolor5);
}
.disaster-mode .menu-pc > .gmenu > .menu .jp-title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
}
.disaster-mode .menu-pc > .gmenu > .menu .en-title {
  display: block;
  font-size: 1.3rem;
  font-family: "calibri", sans-serif;
}
.disaster-mode .menu-pc .arrow-r-maru {
  display: inline-block;
  vertical-align: middle;
  color: #3b755e;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.disaster-mode .menu-pc .arrow-r-maru::before, .disaster-mode .menu-pc .arrow-r-maru::after {
  background: currentColor;
  border-radius: 0.2em;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.disaster-mode .menu-pc .arrow-r-maru::before {
  left: 0;
  height: 0.3em;
}
.disaster-mode .menu-pc .arrow-r-maru::after {
  bottom: 0;
  width: 0.3em;
}

.disaster-mode #main {
  display: block;
}
.disaster-mode .disaster-ctr {
  margin: 0 auto 100px;
  width: 100%;
}
.disaster-mode .disaster-guide {
  margin-bottom: min(10px, 5vw - 5px);
}
.disaster-mode .disaster-guide .bosai_site-area {
  background: var(--bgcolorx0);
  margin: min(10vw, 50px) auto;
  max-width: 650px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .disaster-mode .disaster-guide .bosai_site-area {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .disaster-guide {
    max-width: 1000px;
    margin: 0 auto;
    padding: 5px 0;
  }
}
.disaster-mode .disaster-desc-area {
  border: 1px solid var(--bgcolorx4);
  border-left: none;
  border-right: none;
  background-color: var(--bgcolorX2);
  margin-bottom: min(7.5vw, 50px);
  padding: min(3vw, 20px) 10px;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .disaster-desc-area {
    border: 1px solid var(--bgcolorx4);
    border-radius: 5px;
  }
}
.disaster-mode .disaster-desc {
  border-left: 10px #881D00 solid;
  color: #b71c1c;
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 600;
  line-height: 1.5;
  max-width: 650px;
  margin: 0 auto 10px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .disaster-desc {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .disaster-desc {
    padding: 5px 15px;
  }
}
.disaster-mode .disaster-desc span {
  vertical-align: middle;
}
.disaster-mode .disaster-txt {
  border-top: #666 2px dotted;
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  max-width: 650px;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .disaster-txt {
    max-width: 1000px;
  }
}
.disaster-mode .bosai_site-area {
  border: 1px solid var(--bgcolorx5);
  border-radius: 5px;
  padding: 5px;
}
.disaster-mode .bosai_site-area .bosai_site-title {
  border-bottom: 2px solid var(--bgcolorx5);
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 15px;
  padding: 5px 10px;
}
.disaster-mode .bosai_site-area .bosai_site-list {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  margin-left: 5px;
}
.disaster-mode .bosai_site-area .bosai-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.disaster-mode .bosai_site-area .bosai-link::before {
  content: "";
  background: #666;
  border-radius: 50%;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 5px;
  width: 5px;
}
.disaster-mode .bosai_site-area .bosai-link a {
  margin-left: 5px;
}
.disaster-mode .usual_site {
  font-size: clamp(1.3rem, 3vw, 1.5rem);
  line-height: 1.5;
  margin: 15px auto 0;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .usual_site {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .usual_site {
    margin: 20px auto 0;
  }
}
.disaster-mode .usual_site-link {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.disaster-mode .usual_site-link::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  vertical-align: middle;
  width: 3px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .usual_site-link {
    padding-left: 0;
    text-align: center;
    text-indent: unset;
  }
  .disaster-mode .usual_site-link::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .disaster-mode .disaster_info-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .disaster_info-area {
    padding: 0;
  }
}
.disaster-mode section.search-ctr {
  margin: min(10vw, 50px) auto;
  max-width: 500px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .disaster-mode section.search-ctr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto;
    max-width: 630px;
    width: 70%;
  }
  .disaster-mode section.search-ctr .search-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode section.search-ctr {
    grid-column: 1/3;
  }
}
.disaster-mode section.disaster-cont {
  border: 1px solid var(--bgcolorx1);
  border-radius: 5px;
  margin: 0 auto min(7.5vw, 50px);
  max-width: 650px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .disaster-mode section.disaster-cont {
    max-width: 490px;
    width: auto;
  }
  .disaster-mode section.disaster-cont:nth-child(2n-1) {
    margin: 0 0 30px 10px;
  }
  .disaster-mode section.disaster-cont:nth-child(2n) {
    margin: 0 10px 30px 0;
  }
  .disaster-mode section.disaster-cont:first-child {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode section.disaster-cont {
    margin-bottom: 0;
  }
}
.disaster-mode section .search-title {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 600;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .disaster-mode section .search-title {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1;
    margin: 0 10px 0 0;
    text-align: center;
  }
}
.disaster-mode section .d-cont-title {
  background-color: var(--bgcolorx1);
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  padding: 10px 5px;
}
.disaster-mode section .d-cont-title a {
  color: var(--fontcolorx1);
}
.disaster-mode section.d-sns-ctr .d-cont-title, .disaster-mode section.d-bosaisite-ctr .d-cont-title {
  color: var(--fontcolorx1);
}
.disaster-mode section .disaster-info {
  font-size: clamp(1.4rem, 3vw, 1.6rem);
  padding: 15px 10px;
}
.disaster-mode section .disaster-info .rss-area {
  display: none;
}
.disaster-mode section .disaster-info .news {
  margin-bottom: 10px;
}
.disaster-mode section .disaster-info .news:last-child {
  margin-bottom: 0;
}
.disaster-mode section .disaster-info .news a {
  display: inline-block;
  text-decoration: none;
}
.disaster-mode section .disaster-info .newstitle::before {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--bgcolorx1);
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.disaster-mode section .disaster-info .newsdate {
  display: none;
}
.disaster-mode section .disaster-info .newstitle_text,
.disaster-mode section .disaster-info .links {
  text-decoration: underline;
}
.disaster-mode section .disaster-info .news_new {
  color: var(--fontcolor12);
}
.disaster-mode section .disaster-info .archivelink {
  border-top: 1px solid var(--bgcolor3);
  margin-top: 10px;
  padding: 10px 0 0;
  text-align: right;
}
.disaster-mode section.d-bosaimusen-ctr .news:first-child {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
.disaster-mode section.d-bosaimusen-ctr .newstitle {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .disaster-mode section.d-bosaimusen-ctr {
    grid-column: 1/3;
    max-width: none;
  }
  .disaster-mode section.d-bosaimusen-ctr .news_excerpt {
    margin-bottom: 5px;
  }
  .disaster-mode section.d-bosaimusen-ctr .newsdate {
    color: #999;
    display: block;
    font-size: 1.2rem;
  }
}
.disaster-mode .page-top-btn {
  background: var(--bgcolorx3);
  border: solid 2px var(--bgcolorx1);
}
.disaster-mode .page-top {
  background: url(../img/icon/cpagetop_arrow.svg) no-repeat top 15% center;
}

.disaster-mode .mobile-search {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .mobile-search {
    display: none !important;
  }
}
.disaster-mode .mobile-search .search-wrapper {
  max-width: 500px;
  margin: 20px auto 0;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .disaster-mode .mobile-search .search-wrapper {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .mobile-search .search-wrapper {
    margin: 50px auto 0;
  }
}
.disaster-mode .mobile-search .search-wrapper form input,
.disaster-mode .mobile-search .search-wrapper form button {
  height: 32px;
}
.disaster-mode .mobile-search .search-wrapper form input {
  width: calc(100% - 50px);
}
.disaster-mode .mobile-search .search-wrapper form button {
  font-size: 1.6rem;
  width: 50px;
}
.disaster-mode .pc-search {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .pc-search {
    display: block !important;
    background-color: var(--bgcolor22);
    border: 1px solid var(--bgcolor7);
    border-radius: 5px;
  }
}
.disaster-mode .pc-search .search-wrapper {
  padding: 20px 40px 20px 20px;
}
.disaster-mode .pc-search .search-title {
  color: var(--fontcolorx2);
  font-size: 2.1rem;
  margin-bottom: 10px;
}
.disaster-mode .pc-search .search-title span {
  border-radius: 10px;
  padding: 8px 10px 8px 50px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
}
@media screen and (min-width: 1024px) {
  .search-wrapper form {
    height: 3em;
  }
}
.search-wrapper form input {
  background-color: var(--bgcolorx3);
  border: var(--bgcolor3) 1px solid;
  border-radius: 5px 0 0 5px;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}
.search-wrapper form input::-webkit-input-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input::-moz-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input:-ms-input-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input::-ms-input-placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form input::placeholder {
  color: var(--fontcolor13);
}
.search-wrapper form button {
  background-color: var(--bgcolorx1);
  border: var(--bgcolorx1) 1px solid;
  border-left: none;
  border-radius: 0 5px 5px 0;
  color: var(--fontcolorx1);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 2px;
  text-align: center;
  text-shadow: none;
  width: 5rem;
}
.search-wrapper form button svg {
  fill: var(--bgcolorx0);
  height: 100%;
  width: auto;
}

.disaster-mode .footer-area {
  position: relative;
}
.disaster-mode .footer-area .footer-cont {
  margin: 0 auto 30px;
  max-width: 650px;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .disaster-mode .footer-area .footer-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 10px;
    max-width: 1000px;
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area .footer-cont {
    max-width: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area .f-sitelogo {
    margin: 0;
  }
}
.disaster-mode .footer-area .f-sitelogo a {
  color: var(--fontcolor3);
  text-decoration: none;
}
.disaster-mode .footer-area .f-sitelogo .name1 {
  font-size: clamp(1.8rem, 3vw, 2rem);
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .disaster-mode .footer-area .f-sitelogo .name1 {
    font-size: 2.1rem;
  }
}
.disaster-mode .footer-area .f-sitelogo span {
  display: block;
}
.disaster-mode .footer-area .f-sitelogo .co-id-No {
  font-family: "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: clamp(1rem, 3vw, 1.2rem);
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area .f-sitelogo .co-id-No {
    font-size: 1.4rem;
  }
}
.disaster-mode .footer-area address {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  margin-bottom: 20px;
  line-height: 1.4;
}
.disaster-mode .footer-area address .postalcode {
  display: block;
}
.disaster-mode .footer-area address .office-hours {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .disaster-mode .footer-area address {
    margin: 0;
  }
  .disaster-mode .footer-area address .add-cont.oh {
    padding-left: 4em;
    text-indent: -4em;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area address {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .disaster-mode .footer-area address .postalcode {
    margin-right: 5px;
  }
  .disaster-mode .footer-area address .pc {
    display: block;
  }
  .disaster-mode .footer-area address .tel {
    float: left;
    margin-right: 25px;
  }
}
.disaster-mode .footer-area .contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .disaster-mode .footer-area .contact-menu {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 0 125px;
  }
}
.disaster-mode .footer-area .contact-menu p.access {
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area .contact-menu p.access a::before {
    background: url(../img/common/icon_location.png) no-repeat center center/contain, var(--bgcolor1);
  }
  .disaster-mode .footer-area .contact-menu p.inquiry a::before {
    background: url(../img/common/icon_mail.png) no-repeat center center/contain, var(--bgcolor1);
  }
}
.disaster-mode .footer-area .contact-menu p span {
  vertical-align: middle;
}
.disaster-mode .footer-area .fmenu-ctr {
  margin: 50px auto 0;
  max-width: 650px;
  width: 96%;
}
.disaster-mode .footer-area .fmenu-list {
  gap: 10px 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .disaster-mode .footer-area .fmenu-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area .fmenu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.disaster-mode .footer-area .fmenu-list .fmenu {
  margin: 3px 0;
}
@media screen and (min-width: 768px) {
  .disaster-mode .footer-area .fmenu-list .fmenu {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.disaster-mode .footer-area .footer-img {
  background: none;
  background-size: cover;
  height: 25vw;
}
.disaster-mode .footer-area .copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--bgcolorx1);
  color: var(--fontcolorx1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-family: "calibri", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .disaster-mode .footer-area .copyright {
    font-size: 1.4rem;
    height: 50px;
  }
}

body {
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: unset;
}/*# sourceMappingURL=disaster.css.map */