  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Red+Hat+Display:wght@300&display=swap");
:root {
  --z-index-content:10;
  --z-index-header:100;
  --z-index-menu:150;
  --z-index-overlay:200;
  --z-index-cursor:300;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  src: url("/disaster-portals/font/YakuHanJPs-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  src: url("/disaster-portals/font/YakuHanJPs-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  src: url("/disaster-portals/font/YakuHanJPs-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 300;
  src: url("/disaster-portals/font/YakuHanJPs-Light.woff2") format("woff2");
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

a:hover {
  text-decoration: underline !important;
}

#wrap {
  font-family: "YakuHanJPs", "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 400;
  /*////////////////////////////////////////////// COMMON ///////////////////////////////////////////*/
  /* //////////////////////////////////// header ////////////////////////////////////*/
  /*////////////////////////// HUMBEGER MENU ////////////////////////////////////////////*/
}
#wrap #header {
  height: 80px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  position: relative;
}
#wrap #header .logoBlock {
  margin-left: 40px;
  width: 276px;
}
@media screen and (max-width: 768px) {
  #wrap #header .logoBlock {
    margin-left: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  #wrap #header .menu-trigger,
  #wrap #header .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  #wrap #header .menu-trigger {
    position: absolute;
    width: 30px;
    height: 26px;
    right: 15px;
    top: 30px;
  }
  #wrap #header .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #171888;
    border-radius: 4px;
  }
  #wrap #header .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #wrap #header .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
  #wrap #header .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
}
#wrap #header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2px) rotate(-45deg);
}
#wrap #header .menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-9px) rotate(45deg);
}
#wrap #header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(0px) rotate(45deg);
}

/*/////////////////////////// CONTENTS //////////////////////////*/
.in_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.in_wrap .breadcrumbs {
  font-size: 0.88rem;
  margin: 24px 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .in_wrap .breadcrumbs {
    font-size: 0.7rem;
  }
}
.in_wrap .breadcrumbs a {
  text-decoration: none;
  color: #0268B6;
}
@media screen and (max-width: 768px) {
  .in_wrap {
    padding: 0 20px;
  }
}

.pageTitleArea {
  background-color: #EFF6FF;
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pageTitleArea {
    padding: 60px 20px;
  }
}
.pageTitleArea h1 {
  font-weight: 700;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .pageTitleArea h1 {
    font-size: 28px;
  }
}
.pageTitleArea h1:after {
  content: "";
  width: 80px;
  display: block;
  height: 3px;
  background-color: #0268B6;
  margin: 24px auto 0;
}
.pageTitleArea .txt {
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .pageTitleArea .txt {
    line-height: 1.6;
    text-align: left;
  }
}

.LinkArea {
  padding: 65px 0;
}
.LinkArea dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .LinkArea dl {
    display: block;
  }
}
.LinkArea dl dt {
  width: 29.2%;
  margin-right: 2.3%;
  margin-bottom: 45px;
}
.LinkArea dl dt:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .LinkArea dl dt {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}
.LinkArea dl dt h2 {
  border-left: 8px solid #0268B6;
  padding-left: 12px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0268B6;
}
@media screen and (max-width: 768px) {
  .LinkArea dl dt h2 {
    font-size: 1.5rem;
  }
}
.LinkArea dl dd {
  width: 68.5%;
}
@media screen and (max-width: 768px) {
  .LinkArea dl dd {
    width: 100%;
  }
}
.LinkArea dl dd p {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .LinkArea dl dd p {
    line-height: 1.6;
    margin-top: 15px;
  }
}

/*//////////////////////////// Message //////////////////////////*/
.page .pageTitleArea {
  padding: 30px 0 25px;
  background-color: #EFF6FF;
  text-align: left;
}
.page .pageTitleArea.line01 {
  padding: 63px 0;
}
.page .pageTitleArea h1 {
  border-left: 8px solid #0268B6;
  padding-left: 12px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0268B6;
}
@media screen and (max-width: 768px) {
  .page .pageTitleArea h1 {
    font-size: 1.6rem;
  }
}
.page .pageTitleArea h1:after {
  display: none;
}
.page .pageTitleArea .txt {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.page .sh-wrap {
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .sh-wrap {
    padding: 0 20px;
  }
}
.page .dete-line {
  background-color: #F5F5F5;
  padding: 10px 0;
  margin-top: 70px;
}
.page .dete-line p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .page .dete-line p {
    padding: 0 20px;
  }
}
.page .contentEntry {
  max-width: 850px;
  margin: 45px auto 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .contentEntry {
    padding: 0 20px 40px;
  }
}
.page .contentEntry h2 {
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page .contentEntry p {
  line-height: 1.88;
  margin-top: 30px;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #707070;*/
}
.page .contentEntry .contact {
  margin-top: 20px;
}
.page .contentEntry .contact h3 {
  font-weight: 700;
}
.page .contentEntry .contact dl {
  display: flex;
  font-size: 1.125rem;
  width: 14em;
  flex-wrap: wrap;
}
.page .contentEntry .contact dl dt {
  width: 5em;
  margin-top: 15px;
}
.page .contentEntry .contact dl dd {
  width: 8em;
  font-weight: 500;
  margin-top: 15px;
}
.page .LinkArea {
  margin: 65px 0 0;
}
.page .LinkArea ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .page .LinkArea ul {
    display: block;
  }
}
.page .LinkArea ul.services {
  padding-bottom: 80px;
}
.page .LinkArea ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .LinkArea ul li {
    width: 100%;
  }
  .page .LinkArea ul li:nth-of-type(2) {
    margin-top: 60px;
  }
}
.page .LinkArea ul li h2 {
  font-size: 1.56rem;
  font-weight: 700;
}
.page .LinkArea ul li h2.link:after {
  content: "";
  width: 11px;
  height: 18px;
  background: url(/disaster-portals/images/link-bigarrow.svg) center center/100% auto no-repeat;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  top: 2px;
}
.page .LinkArea ul li .linkEnter {
  margin-top: 35px;
}
.page .LinkArea ul li .linkEnter:nth-of-type(n + 2) {
  margin-top: 25px;
}
.page .LinkArea ul li .linkEnter a {
  display: inline-block;
  color: #0268B6;
  text-decoration: none;
}
.page .LinkArea ul li .linkEnter a:before {
  content: "";
  width: 8px;
  height: 15px;
  background: url(/disaster-portals/images/link-bigarrow.svg) center center/100% auto no-repeat;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .page .LinkArea ul li .linkEnter a {
    font-size: 0.94rem;
    margin-left: 1.25em;
    text-indent: -1.25em;
    line-height: 1.6;
  }
}

/*/////////////////////////// FOOTER ////////////////////////////*/
#footer {
  padding-bottom: 20px;
}
#footer .copyright {
  font-size: 0.75rem;
  text-align: right;
  margin-right: 10%;
}

#wrap #header .disaster-portalsMenu {
  display: none;
}

@media screen and (max-width: 768px) {
  #wrap #header .disaster-portalsMenu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #0268B6;
    padding-bottom: 60px;
  }
  #wrap #header .disaster-portalsMenu.active {
    display: block;
  }
  #wrap #header .disaster-portalsMenu li {
    padding: 18px;
    border-bottom: 1px solid #FFF;
    text-align: center;
  }
  #wrap #header .disaster-portalsMenu li a {
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
  }
}
span.right {
  display: block;
  text-align: right;
}/*# sourceMappingURL=style.css.map */