.dev-pc .cms-public .layout #hatsurei {
  margin-bottom: 2em;
}
.dev-pc .cms-public .layout #hatsurei .block .heading {
  display: inline-block;
}
.dev-pc .cms-public .layout #hatsurei .block .heading h2 {
  margin: 1em 1em 0 1em;
}

#ward-list {
  font-size: 1.5em;
}
#ward-list option:first-child {
  color: #757575;
}

#ward-detail {
  display: none;
  padding: 1em;
}
#ward-detail .disaster-map-detail {
  background-color: var(--theme-color1);
  padding: 0.5em;
}
#ward-detail .disaster-map-detail h3 {
  position: relative;
  padding-left: 2em;
  color: var(--theme-color2);
}
#ward-detail .disaster-map-detail h3.evacuation {
  display: inline-block;
  vertical-align: top;
  margin-right: 3em;
}
#ward-detail .disaster-map-detail h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color2);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#ward-detail .disaster-map-detail h3::after {
  content: '>';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}
#ward-detail .disaster-map-detail ul {
  list-style-type: none;
}
.dev-sp #ward-detail .disaster-map-detail #message_weather ul,
.dev-sp #ward-detail .disaster-map-detail #message_earthquake ul,
.dev-sp #ward-detail .disaster-map-detail #message_evacuation ul {
  padding: 0;
}
#ward-detail .disaster-map-detail #message_weather ul li.weather {
  display: inline-block;
  margin: 0.25em 0.5em;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.15em 0.5em;
  border-radius: 4px;
}
.dev-pc #ward-detail .disaster-map-detail #message_earthquake ul li.earthquake {
  font-size: 1.25em;
}
.dev-pc #ward-detail .disaster-map-detail #message_earthquake ul li.earthquake span {
  margin-left: 2em;
  font-weight: bold;
  margin: 0.25em 0.5em;
  padding: 0.15em 0.5em;
  border-radius: 4px;
}
.dev-sp #ward-detail .disaster-map-detail #message_earthquake ul li.earthquake span {
  font-weight: bold;
  display: inline-block;
  font-size: 1.25em;
  margin: 0.25em 0.5em;
  padding: 0.15em 0.5em;
  border-radius: 4px;
}
#ward-detail .disaster-map-detail h3.evacuation+#message_evacuation {
  display: inline-block;
  margin: 1em;
}
#ward-detail .disaster-map-detail #message_evacuation table {
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
}
#ward-detail .disaster-map-detail #message_evacuation table caption {
  display: none;
}
#ward-detail .disaster-map-detail #message_evacuation table tr th {
  background-color: var(--theme-color3);
  border: 1px solid var(--theme-color1);
}
.dev-pc #ward-detail .disaster-map-detail #message_evacuation table tr th {
  padding: 0.25em 1em;
}
.dev-sp #ward-detail .disaster-map-detail #message_evacuation table tr th {
  font-size: 0.8em;
}
#ward-detail .disaster-map-detail #message_evacuation table tr td {
  border: 1px solid var(--theme-color1);
  padding: 0.25em 0.5em;
}
.dev-sp #ward-detail .disaster-map-detail #message_evacuation table tr td {
  font-size: 0.8em;
}