@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/**
 * TOP画面CSS
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.dataBox .column3 {
  width: 33%;
}

.dataBox .column3 + .column3 {
  margin-left: 20px;
}

.dataBox .column3.mapBox {
  margin-top: 20px;
}

.dataBox .column3.mapBox .mapArea, .dataBox .column3.mapBox #svgArea {
  width: 379.9px;
  height: 287.545px;
}

.dataBox .column3.column3_2x {
  width: 68%;
}

.dataBox .column1 {
  width: 100%;
}

/* 地図 */
.panelTitle {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  padding-top: 10px;
  padding-left: 10px;
  color: #232323;
  background-color: #daedda;
  border-bottom: 4px solid #006644;
}

.panelTitle .description {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 16px;
}

div.mapBox {
  width: 580px;
  height: 100%;
  position: relative;
  vertical-align: top;
}

div.mapBox:not(:first-child) {
  margin-left: 20px;
}

.mapArea #svg-defs {
  height: 0;
}

.mapArea #svgArea {
  width: 100%;
  height: 100%;
}

.mapArea #svgArea .advisory {
  fill: #F2E700;
}

.mapArea #svgArea .warning {
  fill: #FF2800;
}

.mapArea #svgArea .emergency {
  fill: #0C000C;
}

.mapArea #svgArea .dosya {
  fill: #AA00AA;
}

.mapArea #svgArea .dosya.advisory, .mapArea #svgArea .dosya.warning {
  fill: #AA00AA;
}

.mapArea #svgArea .dosya.emergency {
  fill: #0C000C;
}

.mapArea #svgArea a {
  pointer-events: none;
}

/*=======================
	infoBox
  =======================*/
.infoBox h4 {
  width: 100%;
  font-size: 18px;
  border-bottom: 4px solid #daedda;
  height: 42px;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.infoBox h4 span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.infoBox h4 span.notice {
  background: url("../img/common/icon_info02.png") no-repeat;
  height: 26px;
  width: 30px;
}

.infoBox h4 span.mobile {
  background: url("../img/common/icon_mobile.png") no-repeat left 3px;
  width: 28px;
  height: 32px;
}

/* -----------------------お知らせ */
ul.noticeUrl.has-scroll {
  max-height: 254px;
  overflow: auto;
}

ul.noticeUrl li {
  line-height: 1.8;
  padding: 0 10px;
}

[id^='noticePopup'] {
  width: 600px;
}

/* -----------------------[A-01]警戒レベル対応表 */
.riskTbl {
  width: 100%;
  margin-top: 15px;
}

.riskTbl td {
  padding: 0 5px;
}

.riskTbl .td_l {
  padding-left: 5px;
  text-align: left;
}

.riskTbl .td_c {
  text-align: center;
}

.riskTbl .td_r {
  text-align: right;
  padding-right: 5px;
}

.riskTbl td {
  border: 1px solid #7f957f;
}

.riskTbl th, .riskTbl td {
  line-height: 1.2;
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 45px;
}

.riskTbl th {
  font-weight: bold;
}

.riskTbl .partition {
  background-color: #BFBFBF;
  background-image: url("../img/common/bg_riskTbl.png");
  background-repeat: repeat-x;
  background-position: center;
}

.riskTbl .partition .msg {
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  color: #AA00AA;
  background-color: #BFBFBF;
}

/* -----------------------モバイル */
ul.mobile {
  margin-top: 10px;
  position: relative;
  height: 95px;
  margin-bottom: 10px;
}

ul.mobile .qrImg {
  position: absolute;
  top: 0;
  left: 10px;
  width: 99px;
  height: 99px;
  padding: 4px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.mobile .title {
  position: relative;
  top: 25px;
  left: 0;
  margin: 10px 0 0 110px;
  padding-left: 30px;
  background: url("../img/common/icon_arrow03.png") no-repeat;
  font-size: 16px;
}

ul.mobile .link {
  position: relative;
  top: 25px;
  left: 0;
  font-size: 13px;
  line-height: 19px;
  padding-left: 20px;
  margin-left: 120px;
}

/* -----------------------各種防災情報 */
.linkList li:not(.linkList-title) {
  padding-left: 20px;
  line-height: 1.8;
}

.linkList-title {
  margin: 10px 0 0 10px;
  padding-left: 30px;
  background: url("../img/common/icon_arrow03.png") no-repeat;
  font-size: 16px;
}

.linkList-content .has-scroll {
  max-height: 254px;
  overflow: auto;
}

.linkList-content ul {
  width: 100%;
}

.linkList-content ul li {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
