html {
   font-size: 62.5%;
   height: 100%;
}
body {
   height: 100%;
   margin: 0;
   padding: 0;
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 300;
   font-size: 11px;
   font-size: 1.1rem;
   background: #000000;
   /* background-image: url("../web_img/brown-soil-texture.jpg"); */
   background: url(../web_img/soil2.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   overflow: hidden;
}
#legend {
   position: absolute;
   background-color: rgba(0, 0, 0, 0.5);
   width: 100px;
   height: 188px;
   top: 40px;
   right: 0;
   /* pointer-events: none; */
}
span#legend_button{
   position: absolute;
   /* display: block; */
   width: 25px;
   height: 25px;
   top: 10px;
   right: 10px;
   color:rgba(255, 255, 255, 0.8);
   background-image: url("../web_img/legend.png");
   cursor: pointer;
}
#button_slider_container {
   position: absolute;
   width: 100%;
   height: 100px;
   bottom: 0;
   background-color: rgba(0, 0, 0, 0.5);
}
#button_slider {
   position: absolute;
   width: 300px;
   height: 100px;
   bottom: 0;
   left: 50%;
   transform: translate(-50%, 0);
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
}
#slider {
   position: absolute;
   width: 200px;
   height: 100px;
   bottom: 0;
   margin-left: 60px;
}
#btn{
   position: absolute;
   width: 60px;
   height: 100px;
}
button#demo{
   /* position: absolute; */
   outline: none;
   border: 0px;
   top: 0;
   width: 60px;
   height: 60px;
   margin-top: 15px;
}
#time {
   position: absolute;
   width: 180px;
   height: 35px;
   bottom: 0;
   margin-bottom: 100px;
   left: 50%;
   transform: translate(-50%, 0);
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
   background-color: rgba(0, 0, 0, 0.5);
   pointer-events: none;
}
#time_en {
   position: absolute;
   width: 160px;
   height: 35px;
   bottom: 0;
   margin-bottom: 100px;
   left: 50%;
   transform: translate(-50%, 0);
   -webkit-transform: translate(-50%, 0);
   -ms-transform: translate(-50%, 0);
   background-color: rgba(0, 0, 0, 0.5);
   pointer-events: none;
}
/*---------------------
for tablet media query
-----------------------*/
@media (min-width: 768px) and (max-width: 992px) {

   /* body{
      background-color: rgba(0, 100, 0);
   } */
   #legend {
      top: 0;
      right: 0;
   }
   #button_slider_container {
      position: absolute;
      width: 100%;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.5);
   }
   #button_slider {
      position: absolute;
      width: 340px;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
   }
   #slider {
      position: absolute;
      width: 260px;
      bottom: 0;
      margin-left: 70px;
   }
   #btn{
      position: absolute;
      width: 60px;
      /* height: 110px; */
   }
   button#demo{
      margin-left: 15px;
   }
}

/*---------------------
for mini desktop media query
-----------------------*/
@media (min-width: 992px) {

   /* body{
      background-color: rgba(100, 0, 0);
   }   */
   #legend {
      top: 10px;
      right: 10px;
   }
   #button_slider_container {
      width: 340px;
      top: 50%;
      left: 66%;
      /* margin-right: 10px; */
   }
   #button_slider {
      width: 340px;
      left: 50%;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
   }
   #slider {
      width: 260px;
      margin-left: 75px;
   }
   button#demo{
      margin-left: 15px;
   }
   #time {
      bottom: 50%;
      margin-bottom: 0;
      left: 66%;
      transform: translate(160px, 0);
      -webkit-transform: translate(160px, 0);
      -ms-transform: translate(160px, 0);
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none;
   }
   #time_en {
      bottom: 50%;
      margin-bottom: 0;
      left: 66%;
      transform: translate(180px, 0);
      -webkit-transform: translate(180px, 0);
      -ms-transform: translate(180px, 0);
      background-color: rgba(0, 0, 0, 0.5);
      pointer-events: none;
   }
}

/*---------------------
for desktop media query
-----------------------*/
@media (min-width: 1200px) {

   /* body{
      background-color: rgba(100, 100, 0);
   } */
}

/*------------------------------------------
--------------------------------------------*/

#map {
   /* position: absolute;
   top: 0;
   left: 0; */
   width: 100%;
   height: 100%;
   text-align: center;
}
h2{
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 300;
   font-size: 15px;
   margin-bottom: 45px;
}
h3{
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 300;
   font-size: 11px;
   color: #444;
}
h3.total{
   position: absolute;
   top: 45px;
   left: 25px;
   /* color: #003366; */
}
h3.exceed{
   position: absolute;
   top: 45px;
   left: 95px;
   color: #B74304;
}
h3.exceed_en{
   position: absolute;
   top: 45px;
   left: 110px;
   color: #B74304;
}
h3.rate{
   position: absolute;
   top: 45px;
   right: 70px;
}
h3.rate_num{
   position: absolute;
   top: 30px;
   right: 25px;
   font-size: 18px; 
   color: #8F3204;
}
h4.exceed_title{
   top: 70px;
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 400;
   font-size: 11px; 
   text-align: center;
   margin-bottom: 12px;
   color: #555;
}
h4.description{
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 100;
   margin-top: 5px;
   /* padding-top: 0; */
   font-size: 10px;
   text-align: center; 
   color: #444;
}
p{
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 300;
   font-size: 11px;
   line-height: 1.5;
   margin:0;
}
.axis path,
.axis line {
   fill: none;
   /* stroke: #f00; */
   shape-rendering: crispEdges;  /*形をシャープに描画*/
}
.axis text {
   font-family: sans-serif;
   opacity: 0;
}
.parameter-value text {
   font-family: sans-serif;
   font-size: 12px;
   fill: #fff;
}
#time text{
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 100;
   letter-spacing: 1px;
   font-size: 27px;
   fill: rgb(255, 255, 255, 0.8);
}
.track, .track-inset{
   stroke: rgb(255, 255, 255, 0.5);
}
text{
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 100;
   pointer-events: none;
}
p.pref{
   font-size: 15px;
   color: #ddd;
   margin-bottom: 5px;
}
p.total{
   font-size: 12px;
   color: #CED8F6;
   margin-bottom: 3px;
}
p.exceed{
   font-size: 12px;
   color: #F6CEE3;
}
p.no_data{
   font-size: 13px;
   color: #ddd;
   margin-top: 12px;
}
#home{
   position: absolute;
   width: 25px;
   height: 25px;
   top: 10px;
   left: 10px;
}
span#home_button a{
   display: block;
   width: 25px;
   height: 25px;
   color:rgba(255, 255, 255, 0.8);
   background-image: url("../web_img/home4.png");
}
span.tooltip_pref {
   position: absolute;
   width: 140px;
   height: 70px;
   line-height: 1.4;
   padding: 10px 5px 5px 5px;
   font-size: 11px;
   text-align: center;
   background: #251818	;
   border: 4px solid #251818;
   border-radius: 4px;
   box-shadow: rgba(0, 0, 0, 0.3) 0 1px 8px;
   opacity: 1.0;
   z-index: 10001;
   pointer-events: none;
}
span.tooltip_pref:after {
   content: "";
   position: absolute;
   width: 0;
   height: 0;
   border-width: 8px;
   border-style: solid;
   border-color: #251818 transparent transparent transparent;
   top: 89px;
   left: 66px;
   pointer-events: none;
}
.styled-table {
   border-collapse: collapse;
   margin-bottom: 3px;
   font-size: 1em;
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 300;
   width: 100%;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
   border-bottom: 1px solid #999999;
   /* text-align: left; */
}
.styled-table thead tr th {
   font-family: 'Noto Sans JP', sans-serif;   font-weight: 400;
   color: #666;
   background-color: #FFFFE5;
}
.styled-table th,
.styled-table td {
    padding: 3px;
}
.styled-table tbody tr {
   border-bottom: 1px solid #999999;
}

.styled-table tbody tr:nth-of-type(even) {
   background-color: #eee;
}

.styled-table tbody tr:last-of-type {
   border-bottom: 1px solid #999999;
}
.styled-table tbody tr.active-row {
   /* font-weight: bold; */
   color: #6b4747;
}