@charset "UTF-8";
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* ------------------
 common style
 ------------------- */
.header,
.globalNav_items,
[id="mainContainer"] {
  min-width: 1200px;
  width: 100%;
}

/* ------------------
 map content base style
 ------------------- */
.dataBox {
  border-top: 3px solid #006644;
  display: flex;
  justify-content: space-between;
}

.dataBox .sidePanel {
  background-color: #ffffff;
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.2);
  width: 230px;
  z-index: 1001;
  padding: 10px;
  vertical-align: bottom;
  display: none;
}

.dataBox .mapBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
}

/* ------------------
 サイドに開閉するパネルのタブ
 ------------------- */
.panelTab {
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  z-index: 1000;
  width: 23px;
  height: 100px;
  margin-top: -50px;
  color: #ffffff;
  background-color: #737373;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 5px;
}

.panelTab:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 6px auto;
  background: url("../img/common/panel_open.png") no-repeat center;
}

.panelTab#sidePanelTab {
  left: 0;
}

.panelTab#sidePanelTab:before {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.panelTab#sidePanelTab.open:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.panelTab#graphPanelTab {
  height: 160px;
  margin-top: -65px;
  right: 0px;
}

.panelTab#graphPanelTab:before {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}

.panelTab#graphPanelTab.open {
  right: 50%;
  margin-right: -1px;
}

.panelTab#graphPanelTab.open:before {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}

.panelTab:hover {
  cursor: pointer;
  background-color: rgba(115, 115, 115, 0.6);
}

/* ------------------
 side panel style
 ------------------- */
.sidePanel.open {
  display: block;
}

.sidePanel .panelName {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 4px solid #daedda;
}

.sidePanel .panelName + .dispLayer {
  border-top: none;
}

.sidePanel .dispLayer {
  padding: 10px 0;
  border-top: solid 1px #7f957f;
}

.sidePanel .dispLayer li {
  padding-top: 5px;
  text-indent: 15px;
}

.sidePanel .dispLayer li.layerGroup {
  padding: 0;
  text-indent: 25px;
  background: url("../img/common/icon_arrow03.png") no-repeat left center;
}

.sidePanel .dispLayer li label {
  position: relative;
  line-height: 1.1rem;
}

.sidePanel .dispLayer li label [type="radio"] {
  position: absolute;
  margin: 1px 5px 0 -2px;
}

.sidePanel .dispLayer li label [type="radio"] + span {
  display: inline-block;
  text-indent: 0;
  padding-left: 20px;
}

.sidePanel .dispLayer li label [type='checkbox'] + .dummy {
  margin: 0 5px 0 -2px;
}

.sidePanel .dispLayer li ul {
  padding-left: 25px;
}

.sidePanel .dispLayer:last-child {
  padding-bottom: 0;
}

/* ------------------
 map header style
 ------------------- */
.mapHeader {
  background-color: #daedda;
  padding: 10px 5px;
  display: flex;
  justify-content: space-between;
}

.mapHeader .headerL {
  align-items: center;
  height: 26px;
  width: auto;
}

.mapHeader .headerL .nowTime {
  margin-right: 45px;
  line-height: 1.6rem;
}

.mapHeader .headerL .timeSelect {
  display: inline-block;
}

.mapHeader .headerL .timeSelect label {
  margin-right: 10px;
  line-height: 26px;
  vertical-align: middle;
}

.mapHeader .headerL .timeSelect select {
  margin-right: 10px;
  height: 26px;
  width: 100px;
  margin: 0;
}

.mapHeader .headerL .calendarNotes {
  font-size: 13px;
  font-weight: bold;
}

.mapHeader .headerR {
  align-items: center;
  height: 26px;
  width: auto;
  justify-content: flex-end;
}

.mapHeader .headerR .searchLocation {
  display: inline-block;
}

.mapHeader .headerR .searchLocation input {
  height: 26px;
  width: 120px;
  margin: 0;
}

.mapHeader .headerR [type='button']:last-child {
  margin-right: 0;
}

.mapHeader .headerR .streetview-note {
  position: absolute;
  display: block;
  top: -32px;
  left: auto;
  background: #ffffff;
  margin-left: -64px;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 3px #f1780a;
}

.mapHeader .headerR .streetview-note:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
  z-index: 2;
}

.mapHeader .headerR .streetview-note:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 11px solid #f1780a;
  z-index: 1;
}

.mapHeader button {
  background: #006644 linear-gradient(#006644 50%, #006644);
  border: none;
  color: #ffffff;
  height: 26px;
  margin-right: 0;
  padding: 0 5px;
  font-size: 13px;
}

.mapHeader button:hover {
  cursor: pointer;
  background: rgba(0, 102, 68, 0.6) linear-gradient(rgba(0, 102, 68, 0.6) 50%, rgba(0, 102, 68, 0.6));
  color: #ffffff;
}

.mapHeader button:disabled, .mapHeader button.is-disabled {
  cursor: default;
  background: #dee1e0;
  color: #808c88;
  pointer-events: none;
}

.mapHeader button.mapwin1 {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
}

.mapHeader button.mapwin1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_mapwin1.png");
  background-position: center;
  vertical-align: middle;
}

.mapHeader button.mapwin2 {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
}

.mapHeader button.mapwin2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_mapwin2.png");
  background-position: center;
  vertical-align: middle;
}

.mapHeader button.mapwin1, .mapHeader button.mapwin2 {
  width: auto;
  background-size: 24px 20px;
  padding: 3px 5px 0 30px;
  font-size: 13px;
}

.mapHeader button.mapwin1:before, .mapHeader button.mapwin2:before {
  left: 3px;
}

.mapHeader button.search {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
  margin-left: -3px;
}

.mapHeader button.search:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_search.png");
  background-position: center;
  vertical-align: middle;
}

.mapHeader button.print {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
  width: auto;
  background-position: 10px center;
  background-size: 14px 17px;
  padding: 3px 5px 0 25px;
  font-size: 13px;
}

.mapHeader button.print:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_print.png");
  background-position: center;
  vertical-align: middle;
}

.mapHeader button.setting {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
}

.mapHeader button.setting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_setting.png");
  background-position: center;
  vertical-align: middle;
}

.mapHeader button.calendar {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
}

.mapHeader button.calendar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_calendar.png");
  background-position: center;
  vertical-align: middle;
}

.mapHeader button.download {
  position: relative;
  min-width: 0;
  transition: background .15s;
  vertical-align: middle;
  font-size: 0;
  height: 26px;
  width: 26px;
  width: auto;
  padding: 3px 5px 0 25px;
  font-size: 13px;
}

.mapHeader button.download:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-image: url("../img/common/icon_download.png");
  background-position: center;
  vertical-align: middle;
}

/* ------------------
 map contents style
 ------------------- */
#mapWrapper {
  border: solid 1px #7f957f;
  height: 660px;
  position: relative;
}

#mapWrapper #mapCanvas {
  width: 100%;
  height: 100%;
  border: none;
}

#mapWrapper .leaflet-top.leaflet-left {
  width: 485px;
}

#mapWrapper .leaflet-left .leaflet-control {
  margin-left: 10px;
}

#mapWrapper .leaflet-control-layers-expanded {
  padding: 0;
}

#mapWrapper .leaflet-container.streetview-mode {
  cursor: url("../img/map/point_view.png"), crosshair;
}

#mapWrapper.intraMap .leaflet-control-attribution a {
  color: #232323;
  pointer-events: none;
}

#mapWrapper .leaflet-control-layers label {
  width: 70px;
}

#mapWrapper .leaflet-control-layers label.select * {
  pointer-events: none;
  cursor: default;
}

#mapWrapper .leaflet-control-layers label.select:hover {
  cursor: default;
}

#mapWrapper .leaflet-control-layers [type="radio"] + span:hover {
  color: inherit;
}

#mapWrapper .leaflet-container .opacity_slider_box {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 1px;
  font-size: 14px;
  vertical-align: middle;
  padding: 0 10px;
}

#mapWrapper #opacity_slider {
  width: 120px;
  margin: 10px 15px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #737373;
}

#mapWrapper #opacity_slider .ui-slider-handle {
  text-decoration: none;
  text-align: center;
  background: #737373;
  border: solid 1px #737373;
  cursor: pointer;
}

#mapWrapper #opacity_slider .ui-slider-handle .cur-value {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  position: relative;
  top: -14px;
  width: auto;
}

#mapWrapper .leaflet-top.leaflet-left .layerName {
  float: none;
  display: none;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: -5px;
  font-size: 14px;
  text-align: center;
  padding: 3px 10px;
  width: 200px;
  color: #ffffff;
  background-color: #737373;
}

#mapWrapper .fcTime_slider_box,
#mapWrapper .pastTime_slider_box {
  display: block;
  overflow: hidden;
}

#mapWrapper .fcTime_slider_box .timeSelect,
#mapWrapper .pastTime_slider_box .timeSelect {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 4px 4px 0 4px;
}

#mapWrapper .fcTime_slider_box .timeSelect li,
#mapWrapper .pastTime_slider_box .timeSelect li {
  padding-left: 4px;
  position: relative;
  text-align: center;
}

#mapWrapper .fcTime_slider_box .timeSelect li:before,
#mapWrapper .pastTime_slider_box .timeSelect li:before {
  content: "";
  background-color: #006644;
  width: 14px;
  height: 3px;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -5px;
}

#mapWrapper .fcTime_slider_box .timeSelect li:first-child:before,
#mapWrapper .pastTime_slider_box .timeSelect li:first-child:before {
  display: none;
}

#mapWrapper .fcTime_slider_box .timeSelect li [type="radio"],
#mapWrapper .pastTime_slider_box .timeSelect li [type="radio"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
}

#mapWrapper .fcTime_slider_box .timeSelect li [type="radio"] + .dummy,
#mapWrapper .pastTime_slider_box .timeSelect li [type="radio"] + .dummy {
  display: inline-block;
}

#mapWrapper .fcTime_slider_box .timeSelect li [type="radio"] + .dummy:before,
#mapWrapper .pastTime_slider_box .timeSelect li [type="radio"] + .dummy:before {
  content: "";
  background-color: #ffffff;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: solid 2px #006644;
  box-sizing: border-box;
}

#mapWrapper .fcTime_slider_box .timeSelect li [type="radio"]:checked + .dummy:after,
#mapWrapper .pastTime_slider_box .timeSelect li [type="radio"]:checked + .dummy:after {
  content: "";
  background-color: #006644;
  display: block;
  height: 20px;
  width: 20px;
  margin: 5px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: auto;
}

#mapWrapper .fcTime_slider_box .timeSelect li [type="radio"] + .dummy + span,
#mapWrapper .pastTime_slider_box .timeSelect li [type="radio"] + .dummy + span {
  display: block;
  font-size: 11px;
  color: #006644;
  margin-top: -5px;
  width: 40px;
}

#mapWrapper .time_slider_template {
  display: none;
}

#mapWrapper .leaflet-marker-icon.meshNo {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #636363;
  pointer-events: none;
  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 0, rgba(255, 255, 255, 0.2) 0 -1px 0, rgba(255, 255, 255, 0.2) 1px 0px 0, rgba(255, 255, 255, 0.2) -1px 0px 0;
}

#mapWrapper .leaflet-marker-icon.meshNo div {
  text-align: center;
}

#mapWrapper .leaflet-marker-icon.meshNo-lv13 {
  font-size: 14px;
  width: 80px !important;
  height: 20px !important;
  margin-left: -40px !important;
  margin-top: -10px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo-lv14 {
  font-size: 28px;
  width: 160px !important;
  height: 40px !important;
  margin-left: -80px !important;
  margin-top: -20px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo-lv15 {
  font-size: 56px;
  width: 320px !important;
  height: 80px !important;
  margin-left: -160px !important;
  margin-top: -40px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo-lv16 {
  font-size: 112px;
  width: 640px !important;
  height: 160px !important;
  margin-left: -320px !important;
  margin-top: -80px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo-lv17 {
  font-size: 224px;
  width: 1280px !important;
  height: 320px !important;
  margin-left: -640px !important;
  margin-top: -160px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv11 {
  font-size: 14px;
  width: 80px !important;
  height: 20px !important;
  margin-left: -40px !important;
  margin-top: -10px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv12 {
  font-size: 28px;
  width: 160px !important;
  height: 40px !important;
  margin-left: -80px !important;
  margin-top: -20px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv13 {
  font-size: 56px;
  width: 320px !important;
  height: 80px !important;
  margin-left: -160px !important;
  margin-top: -40px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv14 {
  font-size: 112px;
  width: 640px !important;
  height: 160px !important;
  margin-left: -320px !important;
  margin-top: -80px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv15 {
  font-size: 224px;
  width: 1280px !important;
  height: 320px !important;
  margin-left: -640px !important;
  margin-top: -160px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv16 {
  font-size: 224px;
  width: 1280px !important;
  height: 320px !important;
  margin-left: -640px !important;
  margin-top: -160px !important;
}

#mapWrapper .leaflet-marker-icon.meshNo5km-lv17 {
  font-size: 224px;
  width: 1280px !important;
  height: 320px !important;
  margin-left: -640px !important;
  margin-top: -160px !important;
}

#mapWrapper .mapPanel {
  position: absolute;
  height: auto;
  z-index: 1000;
}

#mapWrapper .mapPanel .panel-back {
  display: none;
}

#mapWrapper .mapPanel .panel-label {
  height: 20px;
  background-color: #ffffff;
}

#mapWrapper .mapPanel .panel-label span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background: #737373 url("../img/common/panel_open.png") no-repeat right 10px center;
}

#mapWrapper .mapPanel .panel-label span:hover {
  cursor: pointer;
  background-color: rgba(115, 115, 115, 0.6);
}

#mapWrapper .mapPanel .panel-label.is-open span {
  background-image: url("../img/common/panel_close.png");
}

#mapWrapper .mapPanel.open .panel-label span {
  background-image: url("../img/common/panel_close.png");
}

#mapWrapper .mapPanel .panel-box {
  display: none;
  padding: 0 10px;
  border: solid 1px #737373;
  color: #232323;
  background-color: #ffffff;
}

#mapWrapper .mapPanel .dataTbl {
  margin: 10px 0;
}

#mapWrapper .mapPanel .dataTbl caption {
  text-align: left;
}

#mapWrapper .mapPanel .dataTbl th, #mapWrapper .mapPanel .dataTbl td {
  height: auto;
  line-height: 1.2rem;
  font-size: 12px;
}

#mapWrapper .mapPanel .dataTbl tr:nth-child(2n) {
  background-color: #ffffff;
}

#mapWrapper .mapPanel[id="dataPanel"] {
  top: 15px;
  right: 25px;
  width: 240px;
}

#mapWrapper .mapPanel[id="dataPanel"] .panel-label span:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 10px;
  background: url("../img/common/icon_info03.png") no-repeat left center;
  vertical-align: text-top;
}

#mapWrapper .mapPanel[id="dataPanel"].open .panel-box {
  display: block;
}

#mapWrapper .mapPanel[id="examplePanel"] {
  bottom: 15px;
  left: 15px;
  width: auto;
}

#mapWrapper .mapPanel[id="examplePanel"] .panel-label {
  width: 100px;
}

#mapWrapper .mapPanel[id="examplePanel"] .panel-label span {
  background-image: url("../img/common/panel_close.png");
}

#mapWrapper .mapPanel[id="examplePanel"] .panel-label.is-open span {
  background-image: url("../img/common/panel_open.png");
}

#mapWrapper .mapPanel[id="examplePanel"].open .panel-label span {
  background-image: url("../img/common/panel_open.png");
}

#mapWrapper .mapPanel[id="examplePanel"].open .panel-box {
  display: block;
  padding: 10px;
}

#mapWrapper .mapPanel[id="examplePanel"] .dataTbl + .dataTbl {
  margin-left: 10px;
}

#mapWrapper .mapPanel[id="examplePanel"] .dataTbl {
  width: auto;
  margin: 0;
}

#mapWrapper.wMap {
  display: flex;
}

#mapWrapper.wMap #mapCanvas {
  width: 50%;
}

#mapWrapper.wMap #mapCanvasR {
  width: 50%;
  height: 100%;
  border: none;
  border-left: solid 2px #7f957f;
}

#mapWrapper.wMap .leaflet-top.leaflet-left .layerName {
  display: block;
}

#mapWrapper.wMap .mapPanel[id="dataPanel"] {
  display: none;
}

#mapWrapper #graphPanel {
  height: 100%;
  width: 50%;
  border-left: solid 2px #7f957f;
  background: #ffffff;
  position: relative;
  display: none;
  padding: 10px;
  padding-right: 5px;
  overflow-y: auto;
}

#mapWrapper #graphPanel .dataTime {
  top: 8px;
  right: 10px;
}

#mapWrapper #graphPanel .overMeshCnt {
  color: #e91e00;
  margin-top: 10px;
  display: none;
}

#mapWrapper #graphPanel .overMeshCnt.on {
  display: block;
}

#mapWrapper #graphPanel .graphBox {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: dashed 1px #7f957f;
}

#mapWrapper #graphPanel .graphBox:last-child {
  border-bottom: none;
}

#mapWrapper #graphPanel .graphBox .column2Box:not(:first-child) {
  margin-left: 10px;
}

#mapWrapper #graphPanel .graphBox .tableArea {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

#mapWrapper #graphPanel .graphBox .tableArea .no {
  line-height: 0;
}

#mapWrapper #graphPanel .graphBox .tableArea .no img {
  height: 45px;
}

#mapWrapper #graphPanel .graphBox .tableArea .areaList tr:nth-of-type(2) ~ tr:not(.allSwitch) {
  display: none;
}

#mapWrapper #graphPanel .graphBox .tableArea .areaList tr.allSwitch a:last-child {
  display: none;
}

#mapWrapper #graphPanel .graphBox .tableArea .areaList.open tr:nth-of-type(2) ~ tr:not(.allSwitch) {
  display: table-row;
}

#mapWrapper #graphPanel .graphBox .tableArea .areaList.open tr.allSwitch a:first-child {
  display: none;
}

#mapWrapper #graphPanel .graphBox .tableArea .areaList.open tr.allSwitch a:last-child {
  display: inline-block;
}

#mapWrapper #graphPanel .graphBox .graphArea {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

#mapWrapper #graphPanel .graphBox .graphArea .graphImg {
  width: 450px;
  height: 300px;
  position: relative;
  display: none;
  margin: 0 auto;
}

#mapWrapper #graphPanel .graphBox .graphArea .graphImg.open {
  display: block;
}

#mapWrapper #graphPanel .graphBox .graphArea .graphImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
  height: 300px;
}

#mapWrapper #graphPanel .graphBox .graphArea .graphImg canvas {
  width: 370px;
  height: 285px;
  position: absolute;
  top: 20px;
  left: 40px;
}

#mapWrapper #graphPanel .graphBox .graphArea .graphImg .dataGraphExclude {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  border: solid 20px #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5;
}

/* ------------------
 凡例cssの上書き
 ------------------- */
.mapExample {
  position: relative;
  right: auto;
  bottom: auto;
}

.mapExample .legend-caption {
  line-height: 0.8rem;
}

.mapExample .legend-box.detail {
  position: absolute;
  top: -210px;
  left: -30px;
  width: 285px;
  border: solid 1px #7f957f;
}

.mapExample .legend-box.detail.intra {
  top: -260px;
}

.mapExample .legend-box.detail [type="button"] {
  min-width: 0;
}

.mapExample .legend-box.detail .mapLegend dd {
  height: auto;
}

.mapExample .legend-box.detail .mapLegend dd .addInfo {
  position: relative;
  display: block;
  top: -3px;
  left: 30px;
  line-height: 14px;
}

.horizontal .label {
  margin: 0px 0 -5px -10px;
  line-height: 1.2rem;
}

.horizontal .caption {
  margin-bottom: -5px;
}

/* ------------------
 土砂警戒区域の凡例
 ------------------- */
.mapExample_Dosya caption {
  margin-top: 5px;
}

.mapExample_Dosya tr:nth-child(even) {
  background-color: #ffffff;
}

.mapExample_Dosya .sample {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  vertical-align: middle;
  position: relative;
}

.mapExample_Dosya .sample:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: 20px;
}

.mapExample_Dosya .sample.YZONE, .mapExample_Dosya .sample.YZONE_SUB {
  border: solid 3px rgba(251, 202, 6, 0.7);
}

.mapExample_Dosya .sample.YZONE:after, .mapExample_Dosya .sample.YZONE_SUB:after {
  border-left: solid 20px rgba(251, 202, 6, 0.3);
}

.mapExample_Dosya .sample.RZONE, .mapExample_Dosya .sample.RZONE_SUB {
  border: solid 3px rgba(255, 18, 18, 0.7);
}

.mapExample_Dosya .sample.RZONE:after, .mapExample_Dosya .sample.RZONE_SUB:after {
  border-left: solid 20px rgba(255, 18, 18, 0.3);
}

.mapExample_Dosya .sample.RZONE_SUB, .mapExample_Dosya .sample.YZONE_SUB {
  border-style: dashed;
}

/* ------------------
 [A-01]メッシュ情報表示の凡例
 ------------------- */
.mapExample_meshInfo caption {
  margin-top: 5px;
}

.mapExample_meshInfo tr:nth-child(even) {
  background-color: #ffffff;
}

.mapExample_meshInfo .sample {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  vertical-align: middle;
  position: relative;
}

.mapExample_meshInfo .sample:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  height: 20px;
}

.mapExample_meshInfo .sample.exclude {
  border: solid 2px #333333;
  background: url("../img/map/ex_exclude.png") no-repeat center;
  opacity: 0.7;
}

.mapExample_meshInfo .sample.exclude:after {
  display: none;
}

/* ------------------
 TM雨量の凡例
 ------------------- */
.mapExample_telem ul {
  margin: 6px 0;
}

.mapExample_telem ul li {
  margin-top: 5px;
}

.mapExample_telem ul li:first-child {
  margin-top: 0;
}

.mapExample_telem ul li img {
  margin-right: 2px;
  vertical-align: text-top;
}

/* TM雨量の詳細情報モーダル */
.telemPopup .mfp-content {
  width: 620px;
  height: 565px;
}
