@charset "UTF-8";

/*!
* Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

:root,
html,
body {
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  background: #fff;
  color: #2a2a2a;
}

body.is-bg-black {
  color: #fff;
  background: #111;
}

body.is-bg-blue {
  color: #fff;
  background: #06f;
}

body.is-bg-yellow {
  color: #111;
  background: #ff0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  color: #1A5692;
}

.is-bg-black a {
  color: #ff0;
}

.is-bg-blue a {
  color: #fc0;
}

.is-bg-yellow a {
  color: #06f;
}

a:visited {
  color: #880088;
}

.is-bg-black a:visited {
  color: #f3deaa;
}

.is-bg-blue a:visited {
  color: #f3deaa;
}

.is-bg-yellow a:visited {
  color: #00a6ff;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

caption {
  caption-side: top;
  color: #2a2a2a;
}

caption.is-bg-black {
  color: #fff;
}

caption.is-bg-blue {
  color: #fff;
}

caption.is-bg-yellow {
  color: #111;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
button {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
button {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

.inner {
  width: calc(1080px + 60px);
  margin: 0 auto;
  padding: 0 30px;
}

.inner-s {
  width: 100%;
  width: calc(920px + 60px);
  margin: 0 auto;
  padding: 0 30px;
}

.container {
  margin-top: 30px;
  padding-bottom: 100px;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: none !important;
}

.page-title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0c8743;
  border-radius: 8px;
  border: 2px solid #0c8743;
  margin-top: 30px;
  padding: 20px 20px 20px 46px;
}

.page-title::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 26px;
  width: 3px;
  height: 40%;
  background: #0c8743;
  border-radius: 2px;
}

.detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -10px 0 0;
}

.detail-head + .detail-content {
  padding-top: 30px;
}

.detail-head__update {
  line-height: 1;
}

.detail-head__print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #0c8743;
  font-size: 1.3rem;
  border-radius: 3px;
  margin-left: 15px;
  padding: 3px 8px;
}

.detail-head__print::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/common/icon_print.svg) center center/contain no-repeat;
  margin-right: 5px;
}

.detail-head__print:hover {
  opacity: 0.8;
}

.detail-content::after {
  content: '';
  display: block;
  clear: both;
}

.detail-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  background: #CFE6DA;
  margin-top: 30px;
  padding: 15px 13px;
}

.detail-content h2:first-child {
  margin-top: 0;
}

.detail-content h3 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid #CFE6DA;
  margin-top: 20px;
  padding: 4px 13px 8px;
}

.detail-content h3:first-child {
  margin-top: 0;
}

.detail-content h3::before {
  content: '';
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 4px;
  height: 1.4em;
  background: #0c8743;
}

.detail-content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
  border: 1px dotted #777;
  padding: 8px 13px 10px;
}

.detail-content h4:first-child {
  margin-top: 0;
}

.detail-content h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.detail-content h5:first-child {
  margin-top: 0;
}

.detail-content h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
}

.detail-content h6:first-child {
  margin-top: 0;
}

.detail-content a {
  text-decoration: underline;
}

.detail-content a:hover {
  text-decoration: none;
}

.detail-content a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".rtf"]):not([href$=".xls"]):not([href$=".xlsx"]):not(.image-link)::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/common/icon_external.svg) center center/contain no-repeat;
  vertical-align: middle;
  margin-left: 6px;
}

.detail-content p {
  margin: 15px 0 0;
  padding: 0 10px;
}

.detail-content p.text-note {
  padding-left: calc(1em + 10px);
}

.detail-content span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

.detail-content hr {
  border: none;
  padding: 0 0 30px 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  height: 1px;
}

.detail-content ul:not([class]) {
  margin: 20px 0 0;
  padding-left: 20px;
}

.detail-content ul:not([class]):first-child {
  margin-top: 0;
}

.detail-content ul:not([class]) li {
  position: relative;
  padding-left: 12px;
}

.detail-content ul:not([class]) li::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2a2a2a;
  border-radius: 50%;
}

.detail-content ul:not([class]) li + li {
  margin-top: 8px;
}

.detail-content ul:not([class]) ul {
  margin: 0;
  padding-left: 8px;
}

.detail-content ol {
  counter-reset: number;
  margin: 20px 0 0;
  padding-left: 20px;
}

.detail-content ol:first-child {
  margin-top: 0;
}

.detail-content ol > li {
  position: relative;
  padding-left: 20px;
}

.detail-content ol > li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 4px;
}

.detail-content ol > li + li {
  margin-top: 8px;
}

.detail-content table {
  width: 100% !important;
  border-collapse: collapse;
  border: 1px solid #c6c6c6;
  margin-top: 20px;
}

.detail-content table:first-child {
  margin-top: 0;
}

.detail-content table caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.detail-content table th,
.detail-content table td {
  border-collapse: collapse;
  border: 1px solid #c6c6c6;
  padding: 12px;
  word-break: break-all;
}

.detail-content table th,
.detail-content table td.th {
  background: #F0F0F0;
  font-weight: 700;
  text-align: center;
}

.link-dir {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: underline;
}

.link-dir::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 21px;
  height: 17px;
  background: url(../images/common/icon_directory.svg) center center/contain no-repeat;
  margin-top: 0.2rem;
  margin-right: 8px;
}

.link-article {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: underline;
}

.link-article::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 21px;
  height: 26px;
  background: url(../images/common/icon_article.svg) center center/contain no-repeat;
  margin-right: 8px;
}

.link-pdf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  line-height: 3.1rem;
}

.link-pdf::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/common/icon_pdf.png) center center/contain no-repeat;
  margin-right: 8px;
}

.list .link-pdf::before {
  width: 24px;
  height: 25px;
}

.link-excel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  line-height: 3.1rem;
}

.link-excel::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/common/icon_excel.png) center center/contain no-repeat;
  margin-right: 8px;
}

.list .link-excel::before {
  width: 24px;
  height: 25px;
}

.link-word {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  line-height: 3.1rem;
}

.link-word::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/common/icon_word.png) center center/contain no-repeat;
  margin-right: 8px;
}

.list .link-word::before {
  width: 24px;
  height: 25px;
}

.link-map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}

.link-map::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
  height: 20px;
  background: url(../images/common/icon_map.svg) center center/contain no-repeat;
  margin-top: -0.1em;
  margin-right: 8px;
}

.text-note {
  text-indent: -1em;
  padding-left: 1em;
}

.icon-pdf {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/common/icon_pdf.png) center center/contain no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-excel {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/common/icon_excel.png) center center/contain no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.icon-word {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url(../images/common/icon_word.png) center center/contain no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.info-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.info-article:first-child {
  padding-top: 0;
}

.info-article__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 238px;
}

.detail-content .info-article__head {
  margin-top: 0;
  padding: 0;
}

.info-article__head--cat-only {
  width: 100px;
}

.info-article__date {
  font-size: 1.4rem;
  color: #666;
  margin-right: 10px;
}

.info-article__cat {
  display: inline-block;
  min-width: 90px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #CFE6DA;
  padding: 3px 6px 2px;
}

.info-article__body {
  margin-bottom: 0;
}

.detail-content .info-article__body {
  margin-top: 0;
  padding: 0;
}

.info-article__body a {
  text-decoration: underline;
}

.inner-disaster {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  -webkit-box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.07);
  box-shadow: 0px 3px 6px rgba(51, 51, 51, 0.07);
  border-top: 4px solid #0c8743;
}

.header .inner-disaster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
}

.header__logo {
  font-size: 1rem;
}

.header__type-disaster {
  width: 130px;
  height: 38px;
  line-height: 36px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #CC0033;
  border-radius: 6px;
  border: 1px solid #CC0033;
  margin-top: 2px;
  margin-left: 18px;
}

.header__type-normal {
  width: 120px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #2a2a2a;
  background: #DFE0E6;
  border-radius: 6px;
  margin-left: auto;
}

.header__type-normal:visited {
  color: #2a2a2a;
}

.container {
  min-height: calc(100vh - 459px);
  background: #f8f8f8;
  margin-top: 0;
  padding: 25px 0 60px;
}

.disaster-block {
  background: #fff;
  border: 2px solid #CC0033;
  margin-top: 50px;
}

.disaster-block:nth-child(1) {
  margin-top: 0;
}

.disaster-block__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #CC0033;
  padding: 12px 12px 11px;
}

.disaster-block__ttl--s {
  font-size: 1.8rem;
}

.disaster-block__body {
  padding: 28px 28px 30px;
}

.disaster-block__body a {
  text-decoration: underline;
}

.disaster-block__body a:visited {
  color: #1A5692;
}

.disaster-read {
  text-align: center;
}

.disaster-read__link {
  font-size: 1.8rem;
}

.disaster-important {
  background: #fff;
  border: 2px solid #CC0033;
  margin-top: 50px;
  padding: 22px 30px 30px;
}

.disaster-important__date {
  font-size: 1.4rem;
  text-align: right;
}

.disaster-important__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #CC0033;
  background: #FFF2F5;
  margin-top: 15px;
  padding: 13px 11px 11px;
}

.disaster-important__body {
  margin-top: 15px;
}

.disaster-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.disaster-search__ttl {
  font-weight: 700;
}

.disaster-search__form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-left: 20px;
}

.disaster-search__form input {
  width: 340px;
  height: 52px;
  line-height: 50px;
  background: #fff;
  border: 2px solid #CC0033;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 0 20px;
}

.disaster-search__form input::-webkit-input-placeholder {
  color: #999;
}

.disaster-search__form input::-moz-placeholder {
  color: #999;
}

.disaster-search__form input:-ms-input-placeholder {
  color: #999;
}

.disaster-search__form input::-ms-input-placeholder {
  color: #999;
}

.disaster-search__form input::placeholder {
  color: #999;
}

.disaster-search__btn {
  display: block;
  width: 115px;
  height: 52px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #CC0033;
  border-radius: 0 6px 6px 0;
}

.disaster-info__item {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}

.disaster-info__item:nth-child(1) {
  padding-top: 0;
}

.disaster-info__item a {
  display: block;
  position: relative;
  padding-left: 16px;
}

.disaster-info__item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #CC0033;
  border-radius: 2px;
}

.disaster-info-link {
  text-align: right;
  margin-top: 15px;
}

.disaster-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.disaster-row .disaster-block {
  width: 48.6%;
  margin-top: 0;
}

.disaster-row .disaster-block:nth-child(n + 3) {
  margin-top: 30px;
}

.disaster-list__item {
  position: relative;
  padding-left: 12px;
}

.disaster-list__item::before {
  content: '';
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #2a2a2a;
  border-radius: 50%;
}

.disaster-list__item + .disaster-list__item {
  margin-top: 10px;
}

.footer {
  padding: 50px 0 20px;
}

.footer__contact {
  text-align: center;
}

.footer__contact-ttl {
  display: inline-block;
  width: 100%;
  max-width: 368px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  background: #CC0033;
  padding: 12px 20px 11px;
}

.footer__contact-txt {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 20px;
}

.footer__contact-access {
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

.footer__contact-tel {
  display: block;
  width: 100%;
  max-width: 368px;
  height: 74px;
  line-height: 70px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  color: #CC0033;
  border: 2px solid #CC0033;
  margin: 34px auto 0;
}

.footer__copy {
  font-size: 1.1rem;
  text-align: center;
  color: #999;
  margin-top: 55px;
}

.disaster .page-title {
  color: #CC0033;
  border-color: #CC0033;
  margin-top: 0;
}

.disaster .page-title::before {
  background: #CC0033;
}

.disaster .detail-head {
  margin-top: 20px;
}

.disaster .detail-content h2 {
  color: #CC0033;
  background: #FFF2F5;
}

.disaster .detail-content h3 {
  color: #CC0033;
  border-color: #CC0033;
}

.disaster .detail-content h3::before {
  background: #CC0033;
}

.disaster .detail-content h4,
.disaster .detail-content h5 {
  color: #CC0033;
}

.disaster .info-article__cat {
  color: #fff;
  background: #CC0033;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-fz-s {
  font-size: 1.2rem;
}

.u-fz-m {
  font-size: 1.6rem;
}

.u-fz-l {
  font-size: 2rem;
}

.u-fw-normal {
  font-weight: 400;
}

.u-fw-bold {
  font-weight: 700;
}

.u-ta-left {
  text-align: left;
}

.u-ta-center {
  text-align: center;
}

.u-ta-right {
  text-align: right;
}

.u-td-line {
  text-decoration: line-through;
}

@media only screen and (min-width: 560px) {
  .is-bg-black .page-title {
    color: #fff;
    border-color: #fff;
  }

  .is-bg-blue .page-title {
    color: #fff;
    border-color: #fff;
  }

  .is-bg-yellow .page-title {
    color: #111;
    border-color: #111;
  }

  .is-bg-black .page-title::before {
    background: #fff;
  }

  .is-bg-blue .page-title::before {
    background: #fff;
  }

  .is-bg-yellow .page-title::before {
    background: #111;
  }

  .is-bg-black .detail-head__print {
    background: #333;
  }

  .is-bg-blue .detail-head__print {
    background: #00a;
  }

  .is-bg-yellow .detail-head__print {
    color: #06f;
    background: #fc0;
  }

  .is-bg-black .detail-content h2 {
    background: #333;
  }

  .is-bg-blue .detail-content h2 {
    background: #00a;
  }

  .is-bg-yellow .detail-content h2 {
    background: #fc0;
  }

  .is-bg-black .detail-content h3::before {
    background: #fff;
  }

  .is-bg-blue .detail-content h3::before {
    background: #fff;
  }

  .is-bg-yellow .detail-content h3::before {
    background: #111;
  }

  .is-bg-black .detail-content h3 {
    color: #fff;
    border-color: #fff;
  }

  .is-bg-blue .detail-content h3 {
    color: #fff;
    border-color: #fff;
  }

  .is-bg-yellow .detail-content h3 {
    color: #111;
    border-color: #111;
  }

  .is-bg-black .detail-content h4 {
    border-color: #fff;
  }

  .is-bg-blue .detail-content h4 {
    border-color: #fff;
  }

  .is-bg-yellow .detail-content h4 {
    border-color: #111;
  }

  .is-bg-black .detail-content ul:not([class]) li::before {
    background: #fff;
  }

  .is-bg-blue .detail-content ul:not([class]) li::before {
    background: #fff;
  }

  .is-bg-yellow .detail-content ul:not([class]) li::before {
    background: #111;
  }

  .is-bg-black .detail-content table caption {
    color: #fff;
  }

  .is-bg-blue .detail-content table caption {
    color: #fff;
  }

  .is-bg-yellow .detail-content table caption {
    color: #111;
  }

  .is-bg-black .detail-content table th,
  .is-bg-black .detail-content table td {
    border-color: #fff;
  }

  .is-bg-blue .detail-content table th,
  .is-bg-blue .detail-content table td {
    border-color: #fff;
  }

  .is-bg-yellow .detail-content table th,
  .is-bg-yellow .detail-content table td {
    border-color: #111;
  }

  .is-bg-black .detail-content table th,
  .is-bg-black .detail-content table td.th {
    background: #333;
  }

  .is-bg-blue .detail-content table th,
  .is-bg-blue .detail-content table td.th {
    background: #00a;
  }

  .is-bg-yellow .detail-content table th,
  .is-bg-yellow .detail-content table td.th {
    background: #fc0;
  }

  .is-bg-black .info-article__date {
    color: #fff;
  }

  .is-bg-blue .info-article__date {
    color: #fff;
  }

  .is-bg-yellow .info-article__date {
    color: #111;
  }

  .is-bg-black .info-article__cat {
    color: #fff;
    background: #333;
  }

  .is-bg-blue .info-article__cat {
    color: #fff;
    background: #00a;
  }

  .is-bg-yellow .info-article__cat {
    color: #111;
    background: #fc0;
  }
}

@media only screen and (min-width: 960px) {
  .pc-only {
    display: block !important;
  }
}

@media only screen and (max-width: 959px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }

  .inner-s {
    width: 100%;
    padding: 0 20px;
  }

  .sp-only {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 559px) {
  body {
    font-size: 14px;
    font-size: 3.733vw;
  }

  .page-title {
    font-size: 22px;
    font-size: 5.86667vw;
    padding: 14px 14px 14px 38px;
  }

  .page-title::before {
    left: 20px;
  }

  .detail-head__print {
    display: none;
  }

  .detail-content h2 {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 13px 13px;
  }

  .detail-content h3 {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .detail-content h4 {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .detail-content h5 {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .detail-content h6 {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .detail-content a[target="_blank"]:not([href$=".pdf"]):not([href$=".doc"]):not([href$=".docx"]):not([href$=".rtf"]):not([href$=".xls"]):not([href$=".xlsx"]):not(.image-link)::after {
    width: 4vw;
    height: 4vw;
    margin-left: 1.6vw;
  }

  .detail-content hr {
    padding-bottom: 20px;
  }

  .detail-content ul:not([class]) {
    padding-left: 10px;
  }

  .detail-content table th,
  .detail-content table td {
    padding: 10px;
  }

  .link-dir::before {
    width: 5.6vw;
    height: 4.53333vw;
  }

  .link-article::before {
    width: 4.8vw;
    height: 5.86667vw;
  }

  .info-article {
    display: block;
  }

  .info-article__head {
    width: auto;
  }

  .info-article__head--cat-only {
    width: auto;
  }

  .info-article__date {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .info-article__cat {
    min-width: 21.33333vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .info-article__body {
    margin-top: 6px;
  }

  .detail-content .info-article__body {
    margin-top: 6px;
  }

  .inner-disaster {
    padding: 0 20px;
  }

  .header .inner-disaster {
    height: 16vw;
    padding: 0 10px;
  }

  .header__logo img {
    width: auto;
    height: 10.66667vw;
  }

  .header__type-disaster {
    width: 23.46667vw;
    height: 7.46667vw;
    line-height: calc(7.467vw - 2px);
    font-size: 13px;
    font-size: 3.46667vw;
    margin-top: 0;
    margin-left: 12px;
  }

  .header__type-normal {
    width: 17.06667vw;
    height: 7.46667vw;
    line-height: calc(7.467vw - 2px);
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .header__type-normal span {
    display: none;
  }

  .container {
    min-height: calc(100vh - 100vw);
    padding: 20px 0 40px;
  }

  .disaster-block {
    margin-top: 40px;
  }

  .disaster-block__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .disaster-block__ttl--s {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .disaster-block__body {
    padding: 16px 12px 20px;
  }

  .disaster-read {
    text-align: left;
  }

  .disaster-read__link {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .disaster-important {
    margin-top: 40px;
    padding: 20px 12px;
  }

  .disaster-important__date {
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .disaster-important__ttl {
    font-size: 18px;
    font-size: 4.8vw;
    margin-top: 10px;
    padding: 9px;
  }

  .disaster-important__body {
    margin-top: 10px;
  }

  .disaster-search {
    display: block;
    margin-top: 30px;
  }

  .disaster-search__ttl {
    font-size: 16px;
    font-size: 4.26667vw;
    text-align: center;
  }

  .disaster-search__form {
    width: 100%;
    margin: 10px 0 0;
  }

  .disaster-search__form input {
    width: calc(100% - 24vw);
    height: 12.8vw;
    line-height: calc(12.8vw - 2px);
    padding: 0 3.2vw 0 3.2vw;
  }

  .disaster-search__btn {
    width: 24vw;
    height: 12.8vw;
    line-height: 12.8vw;
  }

  .disaster-info__item {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .disaster-info-link {
    margin-top: 10px;
  }

  .disaster-row {
    margin-top: 40px;
  }

  .disaster-row .disaster-block {
    width: 100%;
  }

  .disaster-row .disaster-block + .disaster-block {
    margin-top: 30px;
  }

  .footer {
    padding: 32px 0 12px;
  }

  .footer__contact-ttl {
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 4.8vw;
  }

  .footer__contact-txt {
    font-size: 16px;
    font-size: 4.26667vw;
  }

  .footer__contact-access {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .footer__contact-tel {
    height: 16.53333vw;
    line-height: calc(16.533vw - 4px);
    font-size: 22px;
    font-size: 5.86667vw;
    margin-top: 24px;
  }

  .footer__copy {
    font-size: 11px;
    font-size: 2.93333vw;
    margin-top: 36px;
  }

  .u-mt20 {
    margin-top: 15px;
  }

  .u-mt30 {
    margin-top: 15px;
  }

  .u-mt40 {
    margin-top: 20px;
  }

  .u-mt50 {
    margin-top: 25px;
  }

  .u-mt60 {
    margin-top: 30px;
  }

  .u-mb20 {
    margin-bottom: 15px;
  }

  .u-mb30 {
    margin-bottom: 15px;
  }

  .u-mb40 {
    margin-bottom: 20px;
  }

  .u-mb50 {
    margin-bottom: 25px;
  }

  .u-mb60 {
    margin-bottom: 30px;
  }

  .u-fz-s {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .u-fz-m {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .u-fz-l {
    font-size: 16px;
    font-size: 4.26667vw;
  }
}

@media only screen and (max-width: 1430px) and (min-width: 960px) {
  .inner {
    width: 100%;
    min-width: 920px;
  }
}