.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
}
.clear-none {
  clear: none;
}
.layout-center {
  margin: 0 auto;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.pos-r {
  position: relative;
}
.pos-a {
  position: absolute;
}
.overflow {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap !important;
}
.width-auto {
  width: auto !important;
}
.w1em {
  width: 1em;
}
.w100 {
  width: 100%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w70 {
  width: 70%;
}
.w400px {
  width: 400px;
}
.w6em {
  width: 6em;
}
.w5em {
  width: 5em;
}
.w3em {
  width: 3em;
}
.w10em {
  width: 10em;
}
.w12em {
  width: 12em;
}
.w20em {
  width: 20em;
}
.w24em {
  width: 24em;
}
.h209px {
  width: auto !important;
  height: 209px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1em {
  margin-left: 1em !important;
}
.ml4em {
  margin-left: 4em !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr1em {
  margin-right: 1em !important;
}
.no-indent {
  text-indent: 0 !important;
}
.indent {
  margin-left: 1em !important;
  text-indent: -1em;
}
.indent3 {
  margin-left: 3em !important;
  text-indent: -3em;
  display: block;
}
.indentblock {
  margin-left: 1em !important;
}
.space-normal {
  letter-spacing: normal;
}
.inbox {
  display: inline-block;
}
.block {
  width: 100%;
  display: block;
}
.border-flex {
  margin: 0 -5px;
}
.border-flex div {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 800px) {
  #page9-1,#page9-1-1 .w20em {
    width: 10em;
  }
  #page9-1,#page9-1-1 .w24em {
    width: 10em;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
sup,
sub {
  font-size: 1rem;
}
sup {
  position: relative;
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}
:focus {
  outline: 0;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table .gray {
  background: #cbcbcb;
}
table .gray2 {
  background: #e0e0e0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after {
  content: "";
}
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
  display: block;
}
section {
  display: block;
  display: block;
  margin: 0;
  padding: 0;
}
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-size: 1.5rem;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  margin: 0 auto;
  color: #000;
}
a:link,
a:visited {
  color: #005dad;
}
a:hover {
  color: #c00;
}
a:active {
  color: red;
}
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important;
}
#mainheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}
#mainheader #logo {
  margin-right: 10px;
}
#mainheader #logo a {
  display: block;
}
#mainheader #logo img {
  max-width: 100%;
}
.breadcrumb {
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  letter-spacing: -0.4em;
  color: #fff;
}
.breadcrumb.foot {
  padding: 30px 0 0 !important;
  text-align: left;
  color: #000;
}
.breadcrumb.foot a {
  color: #000;
}
.breadcrumb li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 1.2rem;
}
.breadcrumb li br {
  display: none;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  padding: 0 5px;
  display: inline-block;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
body > .breadcrumb {
  width: calc(100% - 225px);
  position: absolute;
  top: 37px;
  right: 20px;
}
.nv-btn {
  display: none;
}
#wrapper {
  margin: 0 auto;
  padding: 0;
  min-width: 800px;
  max-width: 1300px;
  overflow: hidden;
}
#globalnav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.4rem;
}
#globalnav li {
  display: block;
  vertical-align: middle;
  font-size: 1.3rem;
  position: relative;
  border-bottom: 3px solid #fff;
}
#globalnav li a,
#globalnav li span {
  text-decoration: none;
  display: block;
  padding: 15px 25px 15px 10px;
  background-position: 0 0;
  background-size: 200% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
#page1 li#side1::before,
#page2 li#side2::before,
#page3 li#side3::before,
#page4 li#side4::before,
#page5 li#side5::before,
#page6 li#side6::before,
.color07 li#side7::before,
.color08 li#side8::before,
.color09 li#side9::before,
#page10 li#side10::before,
#page11 li#side11::before,
#page12 li#side12::before {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #fff;
}
#globalnav li#side11,
#globalnav li#side12 {
  background-color: rgba(0, 149, 67, 0.3);
}
#globalnav li#side11 a:hover,
#globalnav li#side12 a:hover {
  background-color: #009543;
  color: #fff;
}
#globalnav li#side1,
#globalnav li#side2,
#globalnav li#side3,
#globalnav li#side4,
#globalnav li#side5,
#globalnav li#side6 {
  background-color: rgba(244, 164, 92, 0.3);
}
#globalnav li#side1 a:hover,
#globalnav li#side2 a:hover,
#globalnav li#side3 a:hover,
#globalnav li#side4 a:hover,
#globalnav li#side5 a:hover,
#globalnav li#side6 a:hover {
  background-color: #f4a45c;
  color: #fff;
}
#page11 #globalnav li#side11 a,
#page12 #globalnav li#side12 a {
  background-color: #009543;
  color: #fff;
}
#page1 #globalnav li#side1 a,
#page2 #globalnav li#side2 a,
#page3 #globalnav li#side3 a,
#page4 #globalnav li#side4 a,
#page5 #globalnav li#side5 a,
#page6 #globalnav li#side6 a {
  background-color: #f4a45c;
  color: #fff;
}
#globalnav li#side7,
.color07 #globalnav li#side7 {
  background-color: rgba(103, 190, 149, 0.3);
}
#globalnav li#side7 a:hover,
.color07 #globalnav li#side7 a {
  background-color: #67be95;
  color: #fff;
}
#globalnav li#side8,
.color08 #globalnav li#side8 {
  background-color: rgba(117, 178, 226, 0.3);
}
#globalnav li#side8 a:hover,
.color08 #globalnav li#side8 a {
  background-color: #75b2e2;
  color: #fff;
}
#globalnav li#side9,
.color09 #globalnav li#side9 {
  background-color: rgba(243, 171, 202, 0.3);
}
#globalnav li#side9 a:hover,
.color09 #globalnav li#side9 a {
  background-color: #f3abca;
  color: #fff;
}
#globalnav li#side10,
#page10 #globalnav li#side10 {
  background-color: rgba(152, 139, 194, 0.3);
}
#globalnav li#side10 a:hover,
#page10 #globalnav li#side10 a {
  background-color: #988bc2;
  color: #fff;
}
.color07 #globalnav li#side7sub ol a,
.color08 #globalnav li#side8sub ol a,
.color09 #globalnav li#side9sub ol a {
  padding: 3px 0 3px 10px;
  margin-bottom: 5px;
}
.color07 #globalnav li#side7sub li,
.color08 #globalnav li#side8sub li,
.color09 #globalnav li#side9sub li {
  display: block;
  vertical-align: middle;
  padding: 0;
  font-size: 1.2rem;
  position: relative;
}
.color07 #globalnav li#side7sub ol li a {
  border-left: 3px solid #67be95;
}
.color07 #globalnav li#side7sub ol li a:hover {
  color: #67be95;
  font-weight: 700;
}
.color07 #globalnav li#side7sub li a,
.color07 #globalnav li#side7sub li span {
  padding: 5px 10px;
  margin-bottom: 3px;
}
.color07 #globalnav li#side7sub li a:hover {
  font-weight: 700;
}
.color07 #globalnav li#side7sub li span.side7-1,
.color07 #globalnav li#side7sub li span.side7-2,
.color07 #globalnav li#side7sub li span.side7-3,
.color07 #globalnav li#side7sub li span.side7-4,
.color07 #globalnav li#side7sub li span.side7-5,
.color07 #globalnav li#side7sub li span.side7-6 {
  border: 1px solid #67be95;
  color: #67be95;
  font-weight: 700;
  padding-right: 30px;
}
#page7-1-1 #globalnav li#side7sub li#side7-1-1 a,
#page7-1-2 #globalnav li#side7sub li#side7-1-2 a,
#page7-1-3 #globalnav li#side7sub li#side7-1-3 a,
#page7-1-4 #globalnav li#side7sub li#side7-1-4 a,
#page7-1-5 #globalnav li#side7sub li#side7-1-5 a,
#page7-2-1 #globalnav li#side7sub li#side7-2-1 a,
#page7-2-2 #globalnav li#side7sub li#side7-2-2 a,
#page7-2-3 #globalnav li#side7sub li#side7-2-3 a,
#page7-3-1 #globalnav li#side7sub li#side7-3-1 a,
#page7-3-2 #globalnav li#side7sub li#side7-3-2 a,
#page7-3-3 #globalnav li#side7sub li#side7-3-3 a,
#page7-4-1 #globalnav li#side7sub li#side7-4-1 a,
#page7-4-2 #globalnav li#side7sub li#side7-4-2 a,
#page7-4-3 #globalnav li#side7sub li#side7-4-3 a,
#page7-4-4 #globalnav li#side7sub li#side7-4-4 a,
#page7-4-5 #globalnav li#side7sub li#side7-4-5 a,
#page7-4-6 #globalnav li#side7sub li#side7-4-6 a,
#page7-5-1 #globalnav li#side7sub li#side7-5-1 a,
#page7-6-1 #globalnav li#side7sub li#side7-6-1 a {
  color: #67be95;
  font-weight: 700;
}
.color08 #globalnav li#side8sub ol li a {
  border-left: 3px solid #75b2e2;
}
.color08 #globalnav li#side8sub ol li a:hover {
  color: #75b2e2;
  font-weight: 700;
}
.color08 #globalnav li#side8sub li a,
.color08 #globalnav li#side8sub li span {
  padding: 5px 10px;
  margin-bottom: 3px;
}
.color08 #globalnav li#side8sub li a:hover {
  font-weight: 700;
}
.color08 #globalnav li#side8sub li a.side8-2 {
  border: 1px solid #75b2e2;
  color: #75b2e2;
  font-weight: 700;
  padding-right: 30px;
}
.color08 #globalnav li#side8sub li span.side8-1,
.color08 #globalnav li#side8sub li span.side8-3,
.color08 #globalnav li#side8sub li span.side8-4,
.color08 #globalnav li#side8sub li span.side8-5,
.color08 #globalnav li#side8sub li span.side8-6,
.color08 #globalnav li#side8sub li span.side8-7 {
  border: 1px solid #75b2e2;
  color: #75b2e2;
  font-weight: 700;
  padding-right: 30px;
}
#page8-1-1 #globalnav li#side8sub li#side8-1-1 a,
#page8-1-2 #globalnav li#side8sub li#side8-1-2 a,
#page8-1-3 #globalnav li#side8sub li#side8-1-3 a,
#page8-2 #globalnav li#side8sub li#side8-2 a,
#page8-3-1 #globalnav li#side8sub li#side8-3-1 a,
#page8-3-2 #globalnav li#side8sub li#side8-3-2 a,
#page8-3-3 #globalnav li#side8sub li#side8-3-3 a,
#page8-3-4 #globalnav li#side8sub li#side8-3-4 a,
#page8-3-5 #globalnav li#side8sub li#side8-3-5 a,
#page8-4-1 #globalnav li#side8sub li#side8-4-1 a,
#page8-4-2 #globalnav li#side8sub li#side8-4-2 a,
#page8-4-3 #globalnav li#side8sub li#side8-4-3 a,
#page8-4-4 #globalnav li#side8sub li#side8-4-4 a,
#page8-5-1 #globalnav li#side8sub li#side8-5-1 a,
#page8-5-2 #globalnav li#side8sub li#side8-5-2 a,
#page8-5-3 #globalnav li#side8sub li#side8-5-3 a,
#page8-5-4 #globalnav li#side8sub li#side8-5-4 a,
#page8-5-5 #globalnav li#side8sub li#side8-5-5 a,
#page8-5-6 #globalnav li#side8sub li#side8-5-6 a,
#page8-5-7 #globalnav li#side8sub li#side8-5-7 a,
#page8-6-1 #globalnav li#side8sub li#side8-6-1 a,
#page8-6-2 #globalnav li#side8sub li#side8-6-2 a,
#page8-7-1 #globalnav li#side8sub li#side8-7-1 a,
#page8-7-2 #globalnav li#side8sub li#side8-7-2 a {
  color: #75b2e2;
  font-weight: 700;
}
.color09 #globalnav li#side9sub ol li a {
  border-left: 3px solid #f3abca;
}
.color09 #globalnav li#side9sub ol li a:hover {
  color: #f3abca;
  font-weight: 700;
}
.color09 #globalnav li#side9sub li a,
.color09 #globalnav li#side9sub li span {
  padding: 5px 10px;
  margin-bottom: 3px;
}
.color09 #globalnav li#side9sub li a:hover {
  font-weight: 700;
}
.color09 #globalnav li#side9sub li span.side9-1,
.color09 #globalnav li#side9sub li span.side9-2,
.color09 #globalnav li#side9sub li span.side9-3,
.color09 #globalnav li#side9sub li span.side9-4,
.color09 #globalnav li#side9sub li span.side9-5,
.color09 #globalnav li#side9sub li span.side9-6 {
  border: 1px solid #f3abca;
  color: #f3abca;
  font-weight: 700;
  padding-right: 30px;
}
#page9-1-1 #globalnav li#side9sub li#side9-1-1 a,
#page9-1-2 #globalnav li#side9sub li#side9-1-2 a,
#page9-1-3 #globalnav li#side9sub li#side9-1-3 a,
#page9-1-4 #globalnav li#side9sub li#side9-1-4 a,
#page9-2-1 #globalnav li#side9sub li#side9-2-1 a,
#page9-2-2 #globalnav li#side9sub li#side9-2-2 a {
  color: #f3abca;
  font-weight: 700;
}
.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
}
.pagetop a {
  display: block;
}
.pagetop a i {
  font-size: 4.8rem;
  color: #009543;
}
.pagetop a:hover i {
  color: #999;
}
footer {
  background-color: #009543;
  padding: 5px;
}
footer p {
  font-size: 1.3rem;
  color: #fff;
}
.cont-inner {
  padding: 10px 50px;
  background: url(/report/environmental/2024/images/common/header.png) top -150px left no-repeat;
  background-size: 100% auto;
}
#contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contents h1 {
  color: #fff;
  margin: 30px 0 90px;
  font-size: 2.6rem;
  text-align: center;
}
#contents h2 {
  border-radius: 100vh;
  font-size: 2.4rem;
  margin: 30px 0 15px;
  padding: 7px 28px;
}
.color16 #contents h2 {
  background-color: #fdead8;
}
.color07 #contents h2 {
  background-color: #e0f0e6;
}
.color08 #contents h2 {
  background-color: #e2edf9;
}
.color09 #contents h2 {
  background-color: #fcedf4;
}
#contents h2.title-ts {
  border-left: 0 solid #004ca1;
  background: none;
  padding: 0;
}
.basic #contents h2.title-ts {
  color: #009543;
}
.color16 #contents h2.title-ts {
  color: #f4a45c;
}
.color07 #contents h2.title-ts {
  color: #67be95;
}
.color08 #contents h2.title-ts {
  color: #75b2e2;
}
.color09 #contents h2.title-ts {
  color: #f3abca;
}
.color10 #contents h2.title-ts {
  color: #988bc2;
}
#contents h3 {
  font-size: 2.2rem;
  margin: 30px 0 15px;
}
.basic #contents h3 {
  color: #009543;
}
.color16 #contents h3 {
  color: #f4a45c;
}
.color07 #contents h3 {
  color: #67be95;
}
.color08 #contents h3 {
  color: #75b2e2;
}
.color09 #contents h3 {
  color: #f3abca;
}
.color10 #contents h3 {
  color: #988bc2;
}
#contents h3.title-pg {
  border-radius: 100vh;
  color: #000;
  font-size: 2.2rem;
  margin: 0 0 15px;
  padding: 7px 28px;
}
.color16 #contents h3.title-pg {
  background-color: #fdead8;
}
.color07 #contents h3.title-pg {
  background-color: #e0f0e6;
}
.color08 #contents h3.title-pg {
  background-color: #e2edf9;
}
.color09 #contents h3.title-pg {
  background-color: #fcedf4;
}
#contents h4 {
  font-size: 2rem;
  font-weight: 500;
  margin: 1em 0;
}
.basic #contents h4 {
  color: #009543;
}
.color16 #contents h4 {
  color: #f4a45c;
}
.color07 #contents h4 {
  color: #67be95;
}
.color08 #contents h4 {
  color: #75b2e2;
}
.color09 #contents h4 {
  color: #f3abca;
}
.color10 #contents h4 {
  color: #988bc2;
}
#contents h5 {
  font-weight: 700;
  font-size: 1.6rem;
}
#contents p,
#contents h6 {
  text-indent: 1em;
  font-size: 1.4rem;
}
#contents figure {
  margin-bottom: 20px;
}
#contents figure.img-space {
  text-align: center;
}
#contents figcaption {
  margin-top: 5px;
  font-size: 1.2rem;
}
#contents div.img-space {
  margin-left: -10px;
}
#contents div.img-space figure {
  margin-left: 10px;
}
#contents .img-space2 img {
  width: calc(100% - 5px);
}
#contents .pure-table caption {
  font: unset;
  padding: 10px 0;
  text-align: left;
}
#contents ol.kakko1 {
  font-size: 1.4rem;
  margin: 10px 0;
  padding: 0;
}
#contents ol.kakko1 li {
  list-style-type: none;
  counter-increment: cnt;
}
#contents ol.kakko1 li:before {
  content: "（" counter(cnt) "）";
}
#contents dl {
  overflow: hidden;
  margin: 1em auto;
  font-size: 1.4rem;
}
#contents dt {
  float: left;
  clear: left;
  width: 100px;
  vertical-align: top;
}
.info #contents dt {
  width: 80px;
}
#contents dd {
  padding: 0 0 5px 120px;
  vertical-align: top;
}
#contents table {
  font-size: 1.4rem;
}
#contents ul {
  list-style: disc;
  padding-left: 17px;
  font-size: 1.4rem;
}
#contents ol {
  list-style: auto;
  padding-left: 22px;
  font-size: 1.4rem;
}
#contents img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#contents .sp-image {
  display: none;
}
#contents .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
#contents .alignright {
  float: right;
  margin: 0 0 10px 20px;
}
#contents .aligncenter {
  float: none;
  margin: 20px auto;
}
#contents .aligncenter.txt-center {
  margin: 30px auto 0 !important;
}
#contents .noborder {
  border: none !important;
}
#contents article {
  margin: 0 auto 30px;
  overflow: hidden;
}
#contents article .data {
  margin: 1em 0;
  text-align: right;
}
#contents article .name {
  text-align: right;
  margin: 0 auto 20px;
}
#contents .border-box {
  padding: 10px;
  border: 1px solid #333;
  border-radius: 20px;
  margin: 20px auto;
}
#contents .border-img {
  border: 1px solid #333;
  width: calc(100% - 2px);
}
#contents .bkcolor-blue {
  background-color: #0a6eb1 !important;
}
#contents .img-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#contents .img-bottom figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#contents .img-bottom2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
body#home {
  background-color: #efefef;
}
body#home .mainimg {
  margin: 0 auto;
  width: 800px;
  height: auto;
  position: relative;
}
body#home .mainimg h1 {
  display: none;
}
body#home .mainimg .unv-link {
  display: block;
  width: 230px;
  height: 55px;
  position: absolute;
  left: 30px;
  bottom: 140px;
}
body#home .mainimg .unv-link:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
body#home .site-link {
  margin: -200px auto 150px;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 30;
  width: 750px;
}
body#home .site-link li {
  display: inline-block;
  margin: 0 10px;
}
body#pdf h1 {
  font-size: 2rem;
  margin: 10px auto 0;
  width: 600px;
}
body#pdf h2 {
  font-size: 2rem;
  margin: 50px 0 0px;
  text-align: center;
  font-weight: bold;
}
body#pdf .dw {
  margin: 30px auto 0;
  padding: 0;
  text-align: center;
}
body#pdf .dw img {
  margin: 0px 0 40px;
}
body#pdf .dw img.hyoshi {
  border: 1px solid #ccc;
  width: 300px;
  height: auto;
}
body#pdf .close {
  text-align: center;
  margin-bottom: 15px;
}
body#pdf footer {
  text-align: center;
  background: none !important;
  color: #666 !important;
}
body#pdf footer small {
  color: #000;
}
#page1 article figure.txt-center {
  margin: 0 0 2em;
}
#page1 article .pure-u-1-2 {
  margin: 0;
}
#page1 article .pure-u-1-2 img {
  width: 98%;
}
#page1 article .message-box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page1 article .message-box .profile {
  background-color: #fdead8;
  letter-spacing: normal;
}
#page1 article .message-box .info2 {
  background-color: #fdead8;
  letter-spacing: normal;
}
#page1 article .message-box .profile img {
  height: auto;
}
#page1 article .message-box dl {
  line-height: 1.3em;
  padding: 0 10px;
  margin: 0;
  font-size: 1.3rem;
}
#page1 article .message-box dl dt {
  width: 80px;
}
#page1 article .message-box dl dd {
  padding: 0 0 5px 80px;
}
#page1 article .message-box p {
  margin: 10px 0;
  font-weight: 600;
  font-size: 1.4rem;
}
#page2 dt {
  width: 5em;
}
#page2 dd {
  padding-left: 6em;
}
#page3 .img-space img {
  width: auto;
  max-height: 150px;
  margin: 5px 10px;
  display: inline-block;
}
#page5 article dt,
#page5 article dd {
  padding: 5px 10px;
  vertical-align: top;
  margin: 0 0 5px;
}
#page5 article dt {
  width: 7em;
}
#page5 article .gaiyo dd {
  padding-left: 8em;
}
#page5 article table {
  margin: 20px auto;
}
#page5 article table th,
#page5 article table td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #cbcbcb;
}
#page5 article table thead th:first-child {
  border-right: double 3px #cbcbcb;
}
#page5 article table th {
  background: #fdead8;
  text-align: center;
}
#page5 article table td:nth-of-type(2) {
  background-color: rgba(244, 164, 92, 0.2);
  text-align: right;
}
#page5 article table td:nth-of-type(1) {
  border-left: double 3px #cbcbcb;
}
#page5 article table tbody tr:last-child {
  border-top: double 3px #cbcbcb;
}
.color07 dl dt {
  width: auto !important;
}
.color07 dl dd {
  padding: 0 0 5px 200px !important;
}
.color07 table {
  margin: 20px auto;
}
.color07 table th,
.color07 table td {
  text-align: left;
  vertical-align: middle;
  border: 1px solid #cbcbcb;
}
.color07 table th {
  background-color: #e0f0e6;
  text-align: center;
}
#page7-3-1 .pure-u-10-24 img {
  width: auto;
}
#page7-4-1 table {
  margin-bottom: 5px;
}
#page7-4-1 table + p {
  margin: 0;
  font-size: 1.2rem;
}
#page7-4-1 table th {
  background-color: #a91d29;
  color: #fff;
}
#page7-4-1 table th,
#page7-4-1 table td {
  border: 1px solid #333;
}
.color08 article table.pure-table {
  width: 95%;
}
.color08 article table.pure-table th[scope="row"] {
  background-color: #eeefef !important;
  white-space: nowrap;
  border-top: 1px solid #cbcbcb;
}
.color08 article table.pure-table thead th {
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  background: #eeefef;
}
.color08 article table.pure-table caption {
  font-style: normal;
  text-align: left;
}
.color08 article table.transition,
.color08 article table.transition2 {
  border-collapse: collapse;
  border: 1px solid #333;
  margin: 20px auto;
  width: 95%;
  font-size: 1.4rem;
}
.color08 article table.transition th,
.color08 article table.transition td,
.color08 article table.transition2 th,
.color08 article table.transition2 td {
  padding: 3px 5px;
  border: 1px solid #333;
  vertical-align: middle;
}
.color08 article table.transition caption,
.color08 article table.transition2 caption {
  margin: 0 0 5px;
}
.color08 article table.transition th,
.color08 article table.transition2 th {
  background: #eeefef;
  text-align: left;
  white-space: nowrap;
}
.color08 article table.transition tr:first-child th,
.color08 article table.transition2 tr:first-child th {
  text-align: center;
}
.color08 article table.transition tr:first-child th:nth-child(6),
.color08 article table.transition2 tr:first-child th:nth-child(6) {
  border-right: none !important;
}
.color08 article table.transition .no-br,
.color08 article table.transition2 .no-br {
  border-right: none !important;
}
.color08 article table.transition tr td,
.color08 article table.transition2 tr td {
  text-align: right;
}
.color08 article table.transition tr.back,
.color08 article table.transition2 tr.back {
  background-color: #eeefef !important;
}
.color08 article table.transition tr.back td:nth-child(6),
.color08 article table.transition2 tr.back td:nth-child(6) {
  background-color: #d5ede9;
}
.color08 article table.pure-table tr.green2,
.color08 article table.pure-table th.green2,
.color08 article table.pure-table td.green2 {
  background-color: #afdcd4 !important;
}
.color08 article table.pure-table tr.blue2,
.color08 article table.pure-table th.blue2,
.color08 article table.pure-table td.blue2 {
  background-color: #75b2e2 !important;
}
.color08 article table.transition tr:first-child th:last-child,
.color08 article table.transition tr:last-child td:last-child {
  background-color: #d5ede9;
}
.color08 article table.transition tr.bk-white td {
  background: #fff !important;
}
.color08 article table.transition th.green,
.color08 article table.transition td.green {
  background-color: #afdcd4 !important;
}
.color08 article table.transition th.green2 {
  background-color: #afdcd4;
}
.color08 article table.transition th.blue,
.color08 article table.transition td.blue {
  background-color: #e2edf9 !important;
}
.color08 article table.transition th.blue2 {
  background-color: #75b2e2;
}
.color08 article table.transition td:last-child,
.color08 article table.transition td:nth-child(7),
.color08 article table.transition td:nth-child(6) {
  background-color: #e2edf9 !important;
}
.color08 article table.transition td.green2 {
  background-color: #afdcd4 !important;
}
.color08 article table.transition td.blue2 {
  background-color: #75b2e2 !important;
}
.color08 article table.transition2 tr:first-child th {
  text-align: center;
}
.color08 article table.transition2 td.green2,
.color08 article table.transition2 td:last-child {
  background-color: #d5ede9 !important;
}
.color08 article table.transition2 td.blue2,
.color08 article table.transition2 td:last-child {
  background-color: #75b2e2 !important;
}
.color08 article table.transition2 td:nth-child(6) {
  background-color: #fff;
}
.color08 article table.transition2 td.green {
  background-color: #afdcd4 !important;
}
.color08 article table.transition2 td.blue {
  background-color: #e2edf9 !important;
}
.color08 article table.transition2 .gray1 {
  border-top: 1.2px solid #eeefef !important;
  background-color: #eeefef !important;
}
.color08 article table.transition2 .green2 {
  background-color: #afdcd4;
}
.color08 article table.transition2 .green3 {
  border-top: 1.2px solid tint(#75b2e2, 85%) !important;
  background-color: #afdcd4 !important;
}
.color08 article table.transition2 .blue2 {
  background-color: #75b2e2;
}
.color08 article table.transition2 .blue3 {
  border-top: 1.2px solid tint(#75b2e2, 85%) !important;
  background-color: #afdcd4 !important;
}
.color08 article .waku {
  background-color: #75b2e2;
  border-radius: 10px;
  color: #fff;
  margin: 1em auto;
  padding: 5px;
  list-style: none;
  text-align: center;
}
.color08 article .waku li {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}
.color08 article .waku li:nth-child(2) {
  background: url("/report/environmental/2024/images/common/arrow.png") center center no-repeat;
  background-size: cover;
  color: red;
  padding: 10px;
}
.color08 article table tr:first-child th:last-child.green2 {
  background-color: #afdcd4 !important;
}
.color08 article table tr:first-child th:last-child.green {
  background-color: #afdcd4 !important;
}
.color08 article table tr:first-child th:last-child.blue2 {
  background-color: #75b2e2 !important;
}
.color08 article table tr:first-child th:last-child.blue {
  background-color: #e2edf9 !important;
}
.pink2 {
  background-color: #f3abca !important;
}
#page8-2 article .tbl-bl {
  border: 10px solid #0085bd;
}
#page8-2 article .tbl-gr {
  border: 10px solid #009233;
}
#page8-2 article .tbl-or {
  border: 10px solid #d28300;
}
#page8-2 article .pure-table {
  width: 65% !important;
  margin: 1em auto;
}
#page8-2 article .pure-table th {
  background: #fff;
  text-align: center;
}
#page8-2 article .pure-table th:last-child {
  border-left: 1px solid #cbcbcb;
}
#page8-2 article .pure-table td:first-child {
  width: 70%;
}
#page8-2 article .pure-table td:last-child {
  text-align: right;
  width: 15%;
  border-left: 1px solid #cbcbcb;
}
#page8-2 article i {
  font-size: 5rem;
  color: red;
  width: 100%;
  text-align: center;
}
#page8-4-3 #contents table.transition tr:first-child th {
  border-bottom: none !important;
}
#page8-4-3 #contents table.transition tr:nth-child(2) th:first-child,
#page8-4-3 #contents table.transition tr:nth-child(2) th:nth-child(2),
#page8-4-3 #contents table.transition tr:nth-child(2) th:nth-child(3),
#page8-4-3 #contents table.transition tr:nth-child(2) th:nth-child(4) {
  border-top: none !important;
}
#page8-5-4 table.pure-table th.green2,
#page8-5-4 table tr:first-child th:last-child.green2,
#page8-5-5 table.pure-table th.green2,
#page8-5-5 table tr:first-child th:last-child.green2,
#page8-4-2 table.pure-table th.green2,
#page8-4-2 table tr:first-child th:last-child.green2 {
  background-color: #d5ede9 !important;
}
#page8-5-4 table.pure-table th.blue2,
#page8-5-4 table tr:first-child th:last-child.blue2,
#page8-5-5 table.pure-table th.blue2,
#page8-5-5 table tr:first-child th:last-child.blue2,
#page8-4-2 table.pure-table th.blue2,
#page8-4-2 table tr:first-child th:last-child.blue2 {
  background-color: #75b2e2 !important;
}
#page8-5-4 table td,
#page8-5-5 table td,
#page8-4-2 table td,
#page8-7-1 table td {
  text-align: right;
}
#page8-5-4 table td.gray2,
#page8-5-5 table td.gray2,
#page8-4-2 table td.gray2 {
  background: #eeefef;
}
#page8-7-1 table td .nowrap {
  white-space: nowrap;;
}
#page9-1,#page9-1-3 .title-ts {
  display: none;
}
#page9-1,#page9-1-3 .no01 figure {
  margin: 2em 0;
  text-align: center;
}
#page9-1,#page9-1-3 .no01 figure img {
  width: 300px;
}
#page9-1,#page9-1-1 .no01 dt {
  width: 3em;
}
#page9-1,#page9-1-1 .no01 dd {
  padding-left: 4em;
}
#page9-1-3 .no01 dt {
  width: 5em;
}
#page9-1-3 .no01 dd {
  padding-left: 6em;
}
#page9-1,#page9-1-1,#page9-1-3 #no02 .alignright,
#page9-1,#page9-1-1,#page9-1-3 #no04 .alignright {
  width: 200px;
}
#page9-1,#page9-1-1,#page9-1-3 #no02 .alignright img,
#page9-1,#page9-1-1,#page9-1-3 #no04 .alignright img {
  width: 100%;
}
#page9-2 .title-ts {
  display: none;
}
#page10 article .pure-u-1-3 img {
  width: 90%;
}
#page10 article .pure-u-2-3 dl {
  margin: 0 auto;
}
#page10 article .pure-u-2-3 dd span {
  color: #1ab7cd;
}
#page11 article table {
  width: 100%;
}
#page11 article tr td:first-child {
  padding-left: 6em;
}
#page11 article th:last-child,
#page11 article td:last-child {
  text-align: center;
}
#page11 article .sho th {
  background-color: #b2d9ad;
}
#page11 article .sec td {
  background-color: #fce0af;
}
#page11 article .sec td:first-child {
  padding-left: 2em;
}
#page11 article .third td {
  background-color: #bad4ee;
}
#page11 article .third td:first-child {
  padding-left: 4em;
}
#page12 .title-ts {
  display: none;
}
#page12 .photo-info {
  background-color: #e8f2d9;
  padding: 30px;
}
#page12 article table th {
  background-color: #eee;
  padding: 10px;
}
#page12 article table td {
  padding: 10px;
}
@media print {
  body {
    _zoom: 0.68;
  }
  #contents .photo li img {
    width: auto;
    width: 90%;
    height: auto;
  }
  #contents .center img {
    width: auto;
    height: auto;
    width: 90%;
  }
}
@media only screen and (max-width: 1300px) {
  #page1 article .message-box {
    position: relative;
    padding-bottom: 154px;
  }
  #page1 article .message-box .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #bdd6ed;
  }
  #page1 article .message-box .info2 {
    position: absolute;
    left: 0;
    bottom: 0;
    /* top: 150px; */
    width: 100%;
    background: #fdead8;
    /* height: calc(100% - 150px); */
  }
  #page1 article .message-box .profile img {
    height: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #contents .photo li img {
    width: 90%;
    height: auto;
  }
  #contents .center img {
    width: auto;
    height: auto;
    max-width: 90%;
  }
  #page12 #contents .pure-u-1-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  #globalnav li {
    font-size: 1.5rem;
  }
  #mainheader {
    display: block;
	position: relative;
  }
  #mainheader > * {
    display: inline-block !important;
  }
  .menu {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .menu.menu-open {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 0.8;
  }
  #logo {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 50px;
  }
  body {
    background-position: top -60px center;
  }
  body > .breadcrumb {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    padding: 10px;
    width: calc(100% - 20px);
    background: #f2f2f2;
  }
  body > .breadcrumb li {
    font-size: 1.4rem;
  }
  .breadcrumb.foot {
    padding: 10px !important;
    background: none !important;
  }
  .breadcrumb.foot li {
    font-size: 1.4rem;
  }
  #wrapper {
    min-width: auto;
    width: 100%;
    display: block;
  }
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #wrapper {
    height: 100%;
  }
  #globalnav {
	position: relative;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  #globalnav ul {
    display: none;
    margin: auto;
    padding-bottom: 20px;
    background: #fff;
    position: relative;
    z-index: 3;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 250px;
    vertical-align: top;
    font-size: 1.4rem;
  }
  #contents {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #contents .breadcrumb {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    padding: 10px;
    width: calc(100% - 20px);
    background: #f2f2f2;
    color: #000;
  }
  #contents .breadcrumb li {
    display: inline;
  }
  #contents .breadcrumb li a {
    color: #000;
  }
  #contents article {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    background: #fff;
    padding: 10px 10px 30px;
    margin-bottom: 0;
  }
  #contents .pure-g {
    display: block;
  }
  #contents .pure-u-1-3,
  #contents .pure-u-8-24 {
    width: 50%;
  }
  #contents .img-space img {
    max-width: calc(100% - 10px);
    margin: 5px;
  }
  #contents div.img-space {
    margin-left: 0;
  }
  #contents div.img-space figure {
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .cont-inner {
    padding: 0;
    background: url(/report/environmental/2024/images/common/header.png) top 30px left no-repeat;
    background-size: 100% auto;
  }
  .nv-btn {
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 39px;
    height: 39px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3;
  }
  .nv-btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .nv-btn.open {
    z-index: 3;
  }
  .nv-btn.open:hover {
    opacity: 1;
  }
  .nv-btn.open .fa-bars {
    width: 17.5px;
    height: 20px;
    text-align: center;
  }
  .nv-btn.open .fa-bars:before {
    content: "\f00d";
  }
  .nv-btn .fa-bars {
    padding: 8px 10px;
    border: 1px solid #000;
    background: #e1f3f8;
    border-radius: 5px;
    font-size: 20px;
    position: relative;
    z-index: 3;
  }
  html {
    font-size: 57.5%;
  }
  .color07 #globalnav li#side7sub li,
  .color08 #globalnav li#side8sub li,
  .color09 #globalnav li#side9sub li {
    font-size: 1.4rem;
  }
  #contents h1 {
    margin: 0;
    padding: 10px;
  }
  #contents h2 {
    padding: 5px 10px 5px 10px;
  }
  #contents h6,
  #contents p,
  #contents ol.kakko1,
  #contents ul,
  #contents ol,
  #contents table {
    font-size: 1.6rem;
  }
  #contents p {
    line-height: 2;
  }
  #contents h2.title-ts {
    background: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 0;
  }
  #contents h3.title-pg {
    margin-bottom: 0;
    background-color: #fff;
    margin: 0 10px;
  }
  #contents .alignright {
    float: none;
    margin: 10px auto;
  }
  #contents .pure-u-7-12,
  #contents .pure-u-5-12,
  #contents .pure-u-2-3 {
    width: 100%;
  }
  #contents .photo2 li img {
    width: 90%;
    height: auto;
  }
  #contents .w70 {
    width: 100%;
  }
  #contents .sp-image {
    display: block;
  }
  #contents .sp-noimage {
    display: none;
  }
  #contents figcaption {
    font-size: 1.4rem;
  }
  #contents dl {
    font-size: 1.6rem;
  }
  #contents .w400px {
    width: 100%;
  }
  #page1 article .message-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 154px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
  }
  #page1 article .message-box img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
   #page1 article .message-box .pure-u-1-3 {
    width: 33.3333%;
  } 
  #page1 article .message-box p {
    text-indent: 10px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #page1 article .message-box .info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: #bdd6ed;
  }
  #page1 article .message-box dl {
    font-size: 1.5rem;
  }
  #page3 article .pure-u-1-4.ml0 img {
    max-width: calc(50% - 13px);
  }
  #page7-1-1 #contents .pure-u-1-2 {
    width: 50%;
  }
  #page7-1-1 #contents .pure-u-1-2 img {
    max-width: calc(100% - 10px);
  }
  #page8-1-2 #contents .w50 {
    margin: 0 auto 20px;
  }
  #page8-1-2 #contents .pure-u-1-5 {
    width: 33.333%;
  }
  #page8-1-2 #contents .pure-u-1-5 img {
    max-width: calc(100% - 10px);
  }
  #page8-1-3 #contents .pure-u-7-12 .pure-u-1-3 {
    width: 33.3333%;
    margin-bottom: 5px;
  }
  #page8-1-3 #contents .pure-u-5-12 .ml10 {
    margin-left: 0 !important;
  }
  #page8-1-3 #contents .h209px {
    height: 183px !important;
  }
  #page8-2 article .pure-table {
    width: 100% !important;
  }
  #page8-2 article .pure-table td:first-child {
    width: 63%;
  }
  #page8-2 article .pure-u-1-2 {
    width: 100%;
  }
  .color08 article table.pure-table {
    width: 100%;
  }
  #page8-5-1 article .pure-u-7-24,
  #page8-5-1 article .pure-u-5-24 {
    width: 50%;
  }
  #page8-5-3 article .img-space > .pure-u-1-2 {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #page8-5-3 article .pure-u-8-24 {
    width: calc(50% - 40px);
  }
  #page8-5-4 article table.pure-table th.green2 {
    background-color: #d5ede9 !important;
  }
  #page8-5-5 article table.pure-table th.green2 {
    background-color: #d5ede9 !important;
  }
  #page8-5-4 article table.pure-table th.blue2 {
    background-color: #75b2e2 !important;
  }
  #page8-5-5 article table.pure-table th.blue2 {
    background-color: #75b2e2 !important;
  }
  #page8-6-1 article table.pure-table th[scope="row"] {
    white-space: normal !important;
  }
  #page8-6-1 article table.pure-table tr th.green:first-child {
    width: 20% !important;
  }
  #page8-6-1 article table.pure-table th.green2 {
    background: #d5ede9 !important;
  }
  #page8-6-2 article table.pure-table th.green2 {
    background: #d5ede9 !important;
  }
  #page8-6-1 article table.pure-table tr th.blue:first-child {
    width: 20% !important;
  }
  #page8-6-1 article table.pure-table th.blue2 {
    background: #75b2e2 !important;
  }
  #page8-6-2 article table.pure-table th.blue2 {
    background: #75b2e2 !important;
  }
  #page9-2 article figure.txt-right {
    text-align: left;
  }
  #page10 article .pure-u-1-3 {
    margin: 30px auto;
    display: block;
  }
  #page12 #contents .pure-u-1-2 {
    width: 100%;
  }
  #page12 #contents figure {
    text-align: center;
    display: block;
  }
  #page12 #contents .ml10 {
    margin-left: 0 !important;
  }
  body#pdf h1 {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 0;
  }
  body#pdf .dw img {
    width: 100%;
    max-width: 200px;
  }
  body#pdf .dw img.hyoshi {
    max-width: 100%;
  }
  body#home .mainimg {
    max-width: 100%;
  }
  body#home .mainimg img {
    width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  body#home .mainimg .site-link {
    margin: auto;
    position: absolute;
    max-width: 100%;
    height: 55px;
    top: 0;
    bottom: 0;
    left: 10px;
  }
  #page12 .photo-info {
    padding: 10px 10px 30px;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 52.5%;
  }
  #contents h3.title-pg {
    padding: 5px 15px;
  }
  #page8-1-3 #contents .h209px {
    height: 142px !important;
  }
  #globalnav li {
    font-size: 1.7rem;
  }
  .color07 #globalnav li#side7sub li,
  .color08 #globalnav li#side8sub li,
  .color09 #globalnav li#side9sub li {
    font-size: 1.6rem;
  }
  #contents h6,
  #contents p,
  #contents ol.kakko1,
  #contents ul,
  #contents ol,
  #contents table {
    font-size: 1.7rem;
  }
  #contents figcaption {
    font-size: 1.5rem;
  }
  #contents dl {
    font-size: 1.7rem;
  }
  #page1 article .message-box p {
    font-size: 1.7rem;
  }
  #page1 article .message-box dl {
    font-size: 1.7rem;
  }
  #page1 article .message-box .info2 {
    position: absolute;
    left: 0;
/*    bottom: 0;*/
    top: 150px; 
    width: 100%;
    background: #fdead8;
    height: calc(100% - 150px); 
  }
}
