#news .newsWrap {
  max-height: 30rem;
  padding: 1.5rem;
  background-color: #FFF;
  border: solid 2px #CCC;
  overflow-y: auto;
}
#news li {
  margin-bottom: 1.5rem;
  border-bottom: solid 1px #999;
  position: relative;
}
#news li .postTitle {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0.5rem 0 1rem;
}
#news li .postTitle a {
  color: #036BB3;
  font-size: inherit;
}
#news li .postDate {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}
#news .btnWrap {
  margin-bottom: 0;
}
body.children #news .btnWrap .btn {
  background-color: #CF7C00;
}
body.culture #news .btnWrap .btn {
  background-color: #992646;
}
body.environment #news .btnWrap .btn {
  background-color: #036BB3;
}

@media print, screen and (min-width: 600px) {
  #news .newsWrap {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2% 4%;
  }
  #news li {
    margin-bottom: 15px;
  }
  #news li .postTitle {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  #news li {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #news li .catWrap {
    width: 100px;
    flex-shrink: 0;
  }
  #news li .postTitle {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 0;
    flex-grow: 1;
  }
  #news li .postTitle a {
    color: #333;
  }
  #news li .postTitle a:hover {
    color: #036BB3;
    text-decoration: underline;
  }
  #news li .postDate {
    color: #423461;
    font-size: 1.5rem;
    text-align: right;
    width: 150px;
    position: relative;
    right: auto;
    top: auto;
    flex-shrink: 0;
  }
}
.pageHeader {
  background-image: url("../img/environment/bg-header.jpg");
}

figcaption.desc {
  background-color: #036BB3;
}

.intro .col .textBox strong {
  color: #036BB3;
}
.intro .col .textBox ul li::before {
  background-color: #036BB3;
}
.intro .col .imgBox {
  margin-bottom: 3rem;
}

#activity {
  background-color: #F6F6F8;
}
#activity h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  text-align: center;
}
#activity h3.areaHeader {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
#activity h3.areaHeader a {
  width: auto;
  transition: opacity 0.3s;
}
#activity h3.areaHeader a::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.3em;
  background-image: url(../img/environment/ico-down.svg);
  background-size: contain;
  position: relative;
  top: 0.1em;
}
#activity h3.areaHeader a:hover {
  opacity: 0.6;
}
#activity table {
  width: auto;
}
#activity thead {
  background-color: #FFF;
}
#activity thead th {
  color: #FFF;
  font-weight: 500;
  text-align: center;
  padding: 1em;
  background-color: rgba(3, 110, 184, 0.7);
  border-left: solid 1px #FFF;
}
#activity thead th:first-child {
  border-left: solid 1px #036EB8;
}
#activity thead th:last-child {
  border-right: solid 1px #036EB8;
}
#activity tr td:first-child {
  text-align: center;
}
#activity tr td:first-child img {
  width: 1.8em;
}
#activity td {
  white-space: nowrap;
  padding: 1em;
  vertical-align: top;
  background-color: #FFF;
  border: solid 1px #036EB8;
}
#activity td .pageLink {
  font-size: inherit;
  transition: color 0.3s;
}
#activity td .pageLink::after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-left: 0.3em;
  background-image: url("../img/environment/ico-down.svg");
  background-size: contain;
  position: relative;
  top: 0.1em;
}
#activity td .pageLink:hover {
  color: #036BB3;
  text-decoration: underline;
}
#activity p.caution {
  font-size: 1.1rem;
  margin-top: 0.5em;
}
#activity .desc {
  margin-top: 6rem;
}
#activity .desc li {
  margin-bottom: 4rem;
}
#activity .desc li h4 {
  font-size: 1.6rem;
  line-height: 1.3;
  vertical-align: bottom;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #000;
}
#activity .desc li h4 img {
  width: 1.8em;
  margin-right: 0.6em;
  position: relative;
  top: -0.1em;
}
#activity .desc .map {
  margin-bottom: 6rem;
}

@media print, screen and (min-width: 600px) {
  .intro .col {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .intro .col .imgBox {
    width: 31.2%;
    margin-bottom: 0;
    padding-top: 1rem;
  }
  .intro .col .textBox {
    width: 62.6%;
  }

  #activity h3 {
    font-size: 3rem;
  }
  #activity h3.areaHeader {
    font-size: 3.4rem;
  }
  #activity table {
    width: 100%;
  }
  #activity p.caution {
    font-size: 1.6rem;
  }
  #activity .desc {
    margin-top: 9rem;
  }
  #activity .desc li {
    margin-bottom: 6rem;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #activity .desc li .textBox {
    width: 53.6%;
  }
  #activity .desc li .imgBox {
    width: 42%;
    padding-top: 0.6rem;
  }
  #activity .desc li h4 {
    font-size: 2.8rem;
    font-weight: 400;
  }
  #activity .desc .map {
    margin-bottom: 16rem;
  }
  #activity .desc .map:last-of-type {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=environment.css.map */
