@charset "UTF-8";
/* box-notice */
.box-notice {
  margin: 0.5rem -0.5rem 0;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 0.3rem;
}

.box-notice:first-child {
  margin-top: 0;
}

.box-notice:last-child {
  margin-bottom: -0.5rem;
}

.notice-title {
  padding: 2rem 2rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: left;
  border-bottom: 3px solid #25528c;
}

.notice-title h3 {
  margin: 1rem 0 0;
  font-size: 1.4rem;
  max-width: 100%;  /* IE11で表示される折り返さないバグ回避 */
}

.notice-title a {
  color: #045ac4;
}

.notice-content {
  margin: 0;
  padding: 2rem;
}

.notice-attach {
  margin: 0;
  padding: 0 2rem 2rem;
}

.notice-attach a::before {
  /* content: "\025bd"; */
  content: " ";
  display: inline-block;
  margin-right: 0.4rem;
  width: 13px;
  height: 13px;
  background: url(../img/icon.png) no-repeat;
  vertical-align: middle;
  margin-left: 0.4rem;
  padding-top: 0.2rem;
}

/* side emergency-info */
.box-evacuation {
  margin: 0.5rem -0.5rem 0;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 0.3rem;
}

.box-evacuation:first-child {
  margin-top: 0;
}

.box-evacuation:last-child {
  margin-bottom: -0.5rem;
}

.box-evacuation .box-title .title {
  margin: 0.5rem;
  padding: 0.5rem;
  font-weight: normal;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.box-evacuation .box-content p {
  margin: 1rem;
}

/* side emergency */
.site-secondary .block-emergency .block-content {
  padding: 0.5rem 0 0 0;
}

.block-emergency .view-btn-emergency {
  margin: 1rem 0 0 0;
  text-align: right;
}

.emergency-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  background-color: #fff;
}

.emergency-list dt {
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.emergency-list dt .emergency-data {
  width: auto;
  font-weight: bold;
}

.emergency-list dt .emergency-type {
  margin-right: 3rem;
  padding: 0.2rem;
  width: 10rem;
  text-align: center;
  border-radius: 0.3rem;
  background-color: #eee;
  border: solid 1px #ccc;
}

.emergency-list dt .emergency-type.alert_c {
  background-color: #ea5550;
  color: #fff;
}

.emergency-list dt .emergency-type.alert_d {
  background-color: #753f9e;
  color: #fff;
}

.emergency-list dt .emergency-type.alert_w {
  background-color: #fff462;
  border: solid 1px #e0de94;
}

.emergency-list dt .emergency-type.alert_k {
  background-color: #f38e4a;
  border: none;
  color: #fff;
}

.emergency-list dt .emergency-type.alert_s {
  background-color: #a19090;
  border: none;
  color: #fff;
}

.emergency-list dt .emergency-type.alert_a {
  background-color: #800000;
  border: none;
  color: #fff;
}

.emergency-list dt .emergency-type.alert_sd {
  background-color: #ffb862;
  border: none;
}

.emergency-list dd {
  margin: 0;
  /* padding: 0 0.5rem 0.5rem 9.5rem; */
  width: 100%;
  border-bottom: dotted 1px #ccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* side emergency-info */
.site-secondary .emergency-list dd {
  padding: 0.5rem;
}

/* ブラウザ幅が800px以下の場合 */
/* ブラウザ幅が550px以下の場合 */
