body:not(.dev-mb) .cms-public .h1_style .heading h1 {
    height: 34px;
    padding: 18px 0 18px 15px;
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 175%;
    font-weight: bold;
}

div.disaster-map-detail h3 {
    background-color: var(--theme-color1);
    padding: 3px;
    margin-bottom: 10px;
}

.disaster-map-detail h3 {
    padding: 5px 0 5px 10px;
    border-left: 5px solid var(--theme-color2);
    border-bottom: 1px solid var(--theme-color2);
    font-size: 130%;
}

.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 .disaster-map-detail #message_earthquake ul li.earthquake {
  font-size: 1.25em;
}
.dev-pc .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 .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;
}