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

/* CSS Document */
/*====================
content
====================*/
[id="content"] {
  clear: both;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}
[id="content"] .wrapper {
  position: relative;
  width: 100rem;
}
[id="content"] .midashi {
  font-size: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1.6rem;
  padding-left: 0.8rem;
  font-weight: bold;
  border-left: 0.4rem solid #006bbd;
  color: #184950;
}

.content-wrapper {
  background: #b8e5f3;
  padding: 0.8rem;
  box-sizing: border-box;
}

.item_wrapper {
  display: flex;
  justify-content: space-between;
}

[id="content"] .item_detail {
  padding: 0px;
  width: 485px;
  position: relative;
}

.shirobg {
  background: #fff;
}

.ueake {
  margin-top: 10px;
}

[id="content"] .item_detail .nuri {
  background: #dfe1e3;
  padding-top: 9px;
  padding-bottom: 7px;
  text-align: center;
}
[id="content"] .item_detail .nuri h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #184950;
  text-align: center;
}
[id="content"] .item_detail .nuri .announce {
  width: 96.9%;
  height: 34px;
  background: #fff;
  border: none;
  margin: 0px auto 0px;
  overflow: hidden;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  border-bottom: 1px solid #b3b3b3;
}

/* MAP区分名 */
.kubun p {
  position: absolute;
  font-size: 1.2rem;
  line-height: 15px;
  color: #000;
  font-weight: bold;
}

/* オキシダント MAP */
[id="mapox"],
[id="mappm"] {
  width: 100%;
  position: relative;
}
[id="mapox"] ul.map li,
[id="mappm"] ul.map li {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
[id="mapox"] ul.map li:first-child,
[id="mappm"] ul.map li:first-child {
  position: static;
}
[id="mapox"] ul.map li img,
[id="mappm"] ul.map li img {
  width: 100%;
  height: auto;
}

/* PM2.5 MAP */
/* 凡例 */
ul.hanrei {
  position: absolute;
  top: 3%;
  left: 3%;
}
ul.hanrei li {
  font-size: 1.4rem;
  line-height: 1.4em;
}
ul.hanrei li span {
  font-size: 1.6rem;
  margin-right: 0px;
}
ul.hanrei .blue {
  color: #bad7ed;
}
ul.hanrei .yellow {
  color: #d1c74b;
}
ul.hanrei .red {
  color: #ca313b;
}
ul.hanrei .purple {
  color: #864dd1;
}

/* PM2.5 MAP */
.kaisetsu {
  padding: 0.8rem;
  text-align: center;
  min-height: 350px;
}
.kaisetsu h3 {
  text-align: center;
  font-size: 1.6rem;
  color: #006bbd;
  font-weight: bold;
  text-shadow: none;
  margin-bottom: 0.8rem;
}
.kaisetsu h4 {
  padding: 5px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 20px;
}
.kaisetsu .illust {
  align-items: flex-end;
  display: flex;
  height: 40rem;
}
.kaisetsu ul {
  min-height: 13rem;
}
.kaisetsu li {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 4px;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
.kaisetsu li:before {
  content: "●";
  font-size: 1.2rem;
  color: #dfe1e3;
}

/*====================
 history
====================*/
.history .upperside {
  display: flex;
  justify-content: space-between;
  padding-right: 1rem;
  margin-bottom: 0.8rem;
}
.history h3 {
  color: #184950;
  background: #dfe1e3;
  font-size: 1.4rem;
  font-weight: bold;
  height: 2.4rem;
  line-height: 2.4rem;
  padding-left: 1.6rem;
  width: 32rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.history table {
  width: 100%;
}
.history p {
  font-size: 1.4rem;
  padding-left: 1.4rem;
}

/* ======================
年度切替
====================== */
.time-ctrl {
  width: 14.5rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
}
.time-ctrl .button {
  width: 8.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #006bbd;
  background: linear-gradient(#008ffd 5%, #006bbd);
}
.time-ctrl .button:hover {
  background: linear-gradient(#0d96ff 5%, #008ffd);
}
.time-ctrl .button + .button {
  margin-left: 0.8rem;
}
.time-ctrl .button a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.time-ctrl .button2 {
  width: 7.4rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  border-radius: 0.2rem;
  background-color: #006bbd;
  background: linear-gradient(#008ffd 5%, #006bbd);
}
.time-ctrl .button2:hover {
  background: linear-gradient(#0d96ff 5%, #008ffd);
}
.time-ctrl .button2 + .button2 {
  margin-left: 0.8rem;
}
.time-ctrl .button2 a {
  display: block;
  width: 100%;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
.time-ctrl li.mae a {
  padding-left: 0.5em;
  background: url(../images/mae_sankaku.png) no-repeat 6px 0;
}
.time-ctrl li.ato a {
  padding-right: 0.5em;
  background: url(../images/ato_sankaku.png) no-repeat right 6px top 0;
}
.time-ctrl li.button a {
  font-size: 1.2rem;
}

/* ======================
table
====================== */
.tabcontent {
  padding-bottom: 1rem;
  margin: 0 1rem;
}
.tabcontent table {
  text-align: center;
  vertical-align: middle;
}
.tabcontent table td {
  border: #a7a7a7 1px solid;
  padding: 0.4rem 0;
}
.tabcontent table thead td {
  background: #e8ebe6;
  vertical-align: middle;
  font-size: 1.2rem;
}
.tabcontent table tbody td {
  vertical-align: middle;
  font-size: 1.1rem;
  background: #ffffff;
}

/*====================
tyuui
====================*/
.tyuui {
  margin: 0px 0 0 0px;
  padding-top: 1.6rem;
}
.tyuui li {
  font-size: 1.2rem;
  line-height: 1.2;
}

/* ======================
pop-up
====================== */
.mfp-content .midashi {
  text-align: center;
  margin-bottom: 15px;
}
.mfp-content h2 {
  font-size: 1.7rem;
  text-align: center;
  color: #3966ac;
  line-height: 1.5em;
}
.mfp-content h3 {
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
}
.mfp-content h4 {
  margin: 20px 0 5px;
  font-size: 1.5rem;
  color: #3966ac;
}
.mfp-content p {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.mfp-content .kakunin {
  margin: 15px 0 15px;
}
.mfp-content .kakunin p {
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: left;
}
.mfp-content .happyou {
  border: 1px solid #3966ac;
  padding: 15px;
  margin-bottom: 1.5em;
}
.mfp-content .happyou h3 {
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #000;
  text-align: justify;
  margin-bottom: 5px;
}
.mfp-content .happyou p {
  font-size: 1.5rem;
  line-height: 1.6em;
  margin-bottom: 5px;
  color: #3966ac;
}
.mfp-content .happyou table {
  min-width: 70%;
  margin: 0 auto;
}
.mfp-content .happyou table th {
  font-size: 1.3rem;
  padding: 3px 8px;
  line-height: 1.2em;
}
.mfp-content .happyou table td {
  font-size: 1.3rem;
  padding: 3px 8px;
  line-height: 1.2em;
  vertical-align: top;
}
.mfp-content .happyou table th {
  vertical-align: middle;
}
.mfp-content .pop-con p {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.mfp-content .pop-con2 p {
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
}
.mfp-content .attent {
  margin-top: 15px;
}
.mfp-content .attent p {
  text-indent: -1em;
  padding-left: 1em;
}
.mfp-content .attent ul {
  padding-left: 2em;
  margin-bottom: 1em;
}
.mfp-content .attent ul li {
  font-size: 1.2rem;
  line-height: 1.5em;
  list-style: disc;
  list-style-position: outside;
}

table tr td.yellow {
  background: yellow;
  color: #000000;
}
table tr td.hotpink {
  background: hotpink;
  color: #000000;
}
table tr td.red {
  background: red;
  color: #000000;
}

/*====================
hyogumi
====================*/
.hyogumi {
  width: 100%;
  box-sizing: border-box;
}
.hyogumi table {
  box-sizing: border-box;
}
.hyogumi thead td {
  padding: 3px 2px 3px;
  font-size: 1.1rem;
  line-height: 1em;
  box-sizing: border-box;
}
.hyogumi thead td .kmk {
  height: 30px;
  font-size: 1rem;
  color: #000;
  line-height: 30px;
}
.hyogumi thead td .kmk.nigyo {
  line-height: 13px;
}
.hyogumi thead td .enk {
  font-size: 1.7rem;
  color: #000;
  line-height: 1.5em;
  font-weight: normal;
}
.hyogumi thead td .tni {
  font-size: 1.1rem;
  color: #000;
  line-height: 1.2em;
  font-weight: normal;
}
.hyogumi td,
.hyogumi th {
  box-sizing: border-box;
  white-space: nowrap;
  border: 1px solid #989898;
  text-align: center;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 3px;
}
.hyogumi td.algn-left {
  white-space: normal;
  text-align: justify;
}
.hyogumi thead td {
  box-sizing: border-box;
  background-color: #99abcd;
}
.hyogumi tbody tr {
  background: #fff;
}
.hyogumi tbody tr:nth-child(2n-1) {
  background-color: #fff;
}
.hyogumi thead td:first-child {
  border: 1px solid #989898;
}
.hyogumi tbody tr th {
  box-sizing: border-box;
  border: 1px solid #989898;
  font-size: 1.2rem;
  background-color: #d0ecf4;
  text-align: left;
  padding: 0 4px;
}
.hyogumi tbody tr td {
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  /*====================
  content
  ====================*/
  [id="content"] .wrapper {
    position: relative;
    width: 94%;
  }
  [id="content"] h2.midashi {
    font-size: 1.6rem;
    line-height: 1em;
    background-size: 3%;
    margin-bottom: 11px;
  }

  .item_wrapper {
    flex-direction: column;
  }

  [id="content"] .item_detail {
    width: 100%;
  }
  [id="content"] .item_detail iframe {
    width: 98%;
    height: 34px;
    background: #fff;
    border: none;
    margin: 9px auto 0px;
    overflow: hidden;
  }
  [id="content"] .item_detail + .item_detail {
    margin-top: 1.6rem;
  }

  /* オキシダント MAP */
  /* PM2.5 MAP */
  [id="mapox"],
  [id="mappm"] {
    width: 100%;
    position: relative;
  }
  [id="mapox"] ul.map li,
  [id="mappm"] ul.map li {
    width: 100%;
    position: absolute;
  }
  [id="mapox"] ul.map li img,
  [id="mappm"] ul.map li img {
    width: 100%;
    height: auto;
  }

  .kaisetsu h3 {
    font-size: 1.4rem;
  }
  .kaisetsu ul {
    min-height: 9rem;
  }
  .kaisetsu li {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    text-indent: -1.2rem;
  }

  /*====================
   履歴
  ====================*/
  .history h3 {
    font-size: 1.4rem;
    width: 60%;
  }
}
