@charset "UTF-8";
/***********************-
タイトル：神戸大学環境報告書2022
概要：ベーススタイルシート
制作日：2022/09
-***********************/
.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; }

.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; }

.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; }

.justify {
  text-align-last: justify;
  text-justify: inter-ideograph; }

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;
  background-position: top -120px center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  body.color16 {
    background-image: url(/report/environmental/2022/images/common/hd_color16.png); }
  body.color07 {
    background-image: url(/report/environmental/2022/images/common/hd_color7.png); }
  body.color08 {
    background-image: url(/report/environmental/2022/images/common/hd_color8.png); }
  body.color09 {
    background-image: url(/report/environmental/2022/images/common/hd_color9.png); }
  body.color10 {
    background-image: url(/report/environmental/2022/images/common/hd_color10.png); }
  body.basic {
    background-image: url(/report/environmental/2022/images/common/hd_basic.png); }

a:link, a:visited {
  color: #005dad; }
a:hover {
  color: #c00; }
a:active {
  color: #f00; }
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important; }

#mainheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100px; }
  #mainheader #logo a {
    display: block; }

.breadcrumb {
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  letter-spacing: -0.4em; }
  .breadcrumb.foot {
    padding: 30px 0 0 !important;
    text-align: left; }
  .breadcrumb li {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.2rem; }
    .breadcrumb li:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      padding: 0 5px;
      display: inline-block; }
    .breadcrumb li:last-child:after {
      content: ""; }
    .breadcrumb li a {
      color: #000; }
      .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 {
  box-sizing: border-box;
  min-width: 250px;
  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;
      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: "\f054";
  color: #fff; }

#globalnav li#side11, #globalnav li#side12 {
  background-color: rgba(0, 76, 161, 0.3); }
  #globalnav li#side11 a:hover, #globalnav li#side12 a:hover {
    background-color: #004ca1;
    color: #fff; }
#globalnav li#side1, #globalnav li#side2, #globalnav li#side3, #globalnav li#side4, #globalnav li#side5, #globalnav li#side6 {
  background-color: rgba(49, 172, 217, 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: #31acd9;
    color: #fff; }

#page11 #globalnav li#side11 a,
#page12 #globalnav li#side12 a {
  background-color: #004ca1;
  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: #31acd9;
  color: #fff; }

#globalnav li#side7,
.color07 #globalnav li#side7 {
  background-color: rgba(238, 135, 180, 0.3); }

#globalnav li#side7 a:hover,
.color07 #globalnav li#side7 a {
  background-color: #ee87b4;
  color: #fff; }

#globalnav li#side8,
.color08 #globalnav li#side8 {
  background-color: rgba(102, 191, 151, 0.3); }

#globalnav li#side8 a:hover,
.color08 #globalnav li#side8 a {
  background-color: #66bf97;
  color: #fff; }

#globalnav li#side9,
.color09 #globalnav li#side9 {
  background-color: rgba(242, 155, 118, 0.3); }

#globalnav li#side9 a:hover,
.color09 #globalnav li#side9 a {
  background-color: #f29b76;
  color: #fff; }

#globalnav li#side10,
#page10 #globalnav li#side10 {
  background-color: rgba(159, 150, 189, 0.3); }

#globalnav li#side10 a:hover,
#page10 #globalnav li#side10 a {
  background-color: #9f96bd;
  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 #ee87b4; }
  .color07 #globalnav li#side7sub ol li a:hover {
    color: #ee87b4;
    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 {
  border: 1px solid #ee87b4;
  color: #ee87b4;
  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-2-1 #globalnav li#side7sub li#side7-2-1 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 {
  color: #ee87b4;
  font-weight: 700; }

.color08 #globalnav li#side8sub ol li a {
  border-left: 3px solid #66bf97; }
  .color08 #globalnav li#side8sub ol li a:hover {
    color: #66bf97;
    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 #66bf97;
  color: #66bf97;
  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 #66bf97;
  color: #66bf97;
  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-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: #66bf97;
  font-weight: 700; }

.color09 #globalnav li#side9sub ol li a {
  border-left: 3px solid #f29b76; }
  .color09 #globalnav li#side9sub ol li a:hover {
    color: #f29b76;
    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 #f29b76;
  color: #f29b76;
  font-weight: 700;
  padding-right: 30px; }

#page9-1 #globalnav li#side9sub li#side9-1 a,
#page9-2 #globalnav li#side9sub li#side9-2 a,
#page9-3 #globalnav li#side9sub li#side9-3 a,
#page9-4 #globalnav li#side9sub li#side9-4 a,
#page9-5 #globalnav li#side9sub li#side9-5 a,
#page9-6 #globalnav li#side9sub li#side9-6 a {
  color: #f29b76;
  font-weight: 700; }

.pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px; }
  .pagetop a {
    display: block; }
    .pagetop a i {
      font-size: 6rem;
      color: #004ca1; }
    .pagetop a:hover i {
      color: #999; }

footer {
  background-color: #004ca1;
  padding: 5px; }
  footer p {
    font-size: 1.3rem;
    color: #fff; }

.cont-inner {
  padding: 10px 50px; }

#contents {
  box-sizing: border-box;
  max-width: calc(100% - 250px); }
  #contents h1 {
    color: #000;
    margin: 30px 0 60px;
    font-size: 2.6rem; }
  #contents h2 {
    border-left: 10px solid #0a6eb1;
    color: #fff;
    font-size: 2.4rem;
    margin: 30px 0 15px;
    padding: 5px 90px 5px 10px; }
    .basic #contents h2 {
      background: linear-gradient(to right, #004ca1 55%, #ffffff); }
    .color16 #contents h2 {
      background: linear-gradient(to right, #31acd9 55%, #ffffff); }
    .color07 #contents h2 {
      background: linear-gradient(to right, #ee87b4 55%, #ffffff); }
    .color08 #contents h2 {
      background: linear-gradient(to right, #66bf97 55%, #ffffff); }
    .color09 #contents h2 {
      background: linear-gradient(to right, #f29b76 55%, #ffffff); }
    .color10 #contents h2 {
      background: linear-gradient(to right, #9f96bd 55%, #ffffff); }
    #contents h2.title-ts {
      border-left: 0 solid #0a6eb1;
      background: none;
      padding: 0; }
      .basic #contents h2.title-ts {
        color: #004ca1; }
      .color16 #contents h2.title-ts {
        color: #31acd9; }
      .color07 #contents h2.title-ts {
        color: #ee87b4; }
      .color08 #contents h2.title-ts {
        color: #66bf97; }
      .color09 #contents h2.title-ts {
        color: #f29b76; }
      .color10 #contents h2.title-ts {
        color: #9f96bd; }
  #contents h3 {
    font-size: 2.2rem;
    margin: 30px 0 15px; }
    .basic #contents h3 {
      color: #004ca1; }
    .color16 #contents h3 {
      color: #31acd9; }
    .color07 #contents h3 {
      color: #ee87b4; }
    .color08 #contents h3 {
      color: #66bf97; }
    .color09 #contents h3 {
      color: #f29b76; }
    .color10 #contents h3 {
      color: #9f96bd; }
    #contents h3.title-pg {
      border-left: 10px solid #0a6eb1;
      color: #fff;
      font-size: 2.2rem;
      margin: 0 0 15px;
      padding: 5px 90px 5px 10px; }
      .basic #contents h3.title-pg {
        background: linear-gradient(to right, #004ca1 55%, #ffffff); }
      .color16 #contents h3.title-pg {
        background: linear-gradient(to right, #31acd9 55%, #ffffff); }
      .color07 #contents h3.title-pg {
        background: linear-gradient(to right, #ee87b4 55%, #ffffff); }
      .color08 #contents h3.title-pg {
        background: linear-gradient(to right, #66bf97 55%, #ffffff); }
      .color09 #contents h3.title-pg {
        background: linear-gradient(to right, #f29b76 55%, #ffffff); }
      .color10 #contents h3.title-pg {
        background: linear-gradient(to right, #9f96bd 55%, #ffffff); }
  #contents h4 {
    font-size: 2rem;
    font-weight: 500;
    margin: 1em 0; }
    .basic #contents h4 {
      color: #004ca1; }
    .color16 #contents h4 {
      color: #31acd9; }
    .color07 #contents h4 {
      color: #ee87b4; }
    .color08 #contents h4 {
      color: #66bf97; }
    .color09 #contents h4 {
      color: #f29b76; }
    .color10 #contents h4 {
      color: #9f96bd; }
  #contents h5 {
    font-weight: 700;
    font-size: 1.8rem; }
  #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; }
  #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 {
    align-items: end; }
    #contents .img-bottom figure {
      display: flex;
      align-items: end; }
  #contents .img-bottom2 {
    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: -800px auto 750px;
    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 .w45 {
  width: 45%;
  background: rgba(49, 172, 217, 0.4);
  letter-spacing: normal; }
#page1 article .message-box .w55 {
  width: 55%; }
#page1 article .message-box dl {
  line-height: 1.3em;
  padding: 0 10px;
  margin: 0;
  font-size: 1.3rem; }
  #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; }

#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: #daeef8;
    text-align: center; }
  #page5 article table td:nth-of-type(2) {
    background-color: rgba(49, 172, 217, 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 10px !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: #fce7f0;
    text-align: center; }

.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 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: #d1ece0; }
.color08 article table.pure-table tr.green2,
.color08 article table.pure-table th.green2,
.color08 article table.pure-table td.green2 {
  background-color: #e8f5ef !important; }
.color08 article table.transition tr:first-child th:last-child, .color08 article table.transition tr:last-child td:last-child {
  background-color: #d1ece0; }
.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: #d1ece0; }
.color08 article table.transition th.green2 {
  background-color: #e8f5ef; }
.color08 article table.transition td:last-child, .color08 article table.transition td:nth-child(6) {
  background-color: #e8f5ef !important; }
.color08 article table.transition td.green2 {
  background-color: #d1ece0 !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: #e8f5ef !important; }
.color08 article table.transition2 td:nth-child(6) {
  background-color: #fff; }
.color08 article table.transition2 .gray1 {
  border-top: 1.2px solid #eeefef !important;
  background-color: #eeefef !important; }
.color08 article table.transition2 .green2 {
  background-color: #e8f5ef !important; }
.color08 article table.transition2 .green3 {
  border-top: 1.2px solid #e8f5ef !important;
  background-color: #e8f5ef !important; }
.color08 article .waku {
  background-color: #69a062;
  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/2022/images/common/arrow.png") center center no-repeat;
      background-size: cover;
      color: #f00;
      padding: 10px; }
.color08 article table tr:first-child th:last-child.green2 {
  background-color: #e8f5ef !important; }
.color08 article table tr:first-child th:last-child.green {
  background-color: #d1ece0 !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: #f00;
  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; }

#page9-1 .no01 figure {
  margin: 2em 0;
  text-align: center; }
  #page9-1 .no01 figure img {
    width: 300px; }
#page9-1 .no01 dt {
  width: 3em; }
#page9-1 .no01 dd {
  padding-left: 4em; }
#page9-1 #no02 .alignright,
#page9-1 #no04 .alignright {
  width: 200px; }
#page9-1 #no02 .alignright img,
#page9-1 #no04 .alignright img {
  width: 100%; }

#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: #e7f4e3;
  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;
      bottom: 0;
      width: 100%;
      background: #b4def0; }
    #page1 article .message-box .w45 {
      width: 57%; }
    #page1 article .message-box .w55 {
      width: 43%; } }
@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;
    width: calc(100% - 40px);
    position: relative; }
    #mainheader > * {
      display: inline-block !important; }

  .menu {
    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: 58px; }

  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 0 !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 {
      margin-top: -50px;
      height: 100%; }

  #globalnav {
    width: calc(100% - 20px);
    margin: auto;
    padding-bottom: 20px;
    background: #fff;
    position: relative;
    z-index: 3;
    display: none;
    overflow: scroll; }

  #contents {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin: 0 auto;
    display: block;
    /*.pure-u-1-4,.pure-u-1-2 {
      width: 100%;
    }*/ }
    #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; }

  .nv-btn {
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 39px;
    height: 39px;
    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: 30px 0 0; }
  #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 .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: flex;
    position: relative;
    padding-bottom: 154px; }
    #page1 article .message-box p {
      text-indent: 10px;
      font-size: 1.6rem;
      font-weight: bold; }
    #page1 article .message-box .info {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: #b4def0; }
    #page1 article .message-box dl {
      font-size: 1.5rem; }
    #page1 article .message-box .w45 {
      width: 57%; }
    #page1 article .message-box .w55 {
      width: 43%; }

  #page3 article .pure-u-1-4.ml0 {
    width: calc(100% - 10px); }
    #page3 article .pure-u-1-4.ml0 img {
      max-width: calc(50% - 13px); }

  #page7-1-1 #contents .pure-u-1-2,
  #page8-1-2 #contents .pure-u-1-2 {
    width: 50%; }

  #page8-1-2 #contents .w50 {
    margin: 0 auto 20px; }

  #page8-1-3 #contents .pure-u-7-12 .pure-u-1-3 {
    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: 80%;
    margin: 0 auto;
    display: block; }

  #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; }

  #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; } }
@media only screen and (max-width: 500px) {
  html {
    font-size: 52.5%; }

  #contents h3.title-pg {
    padding: 5px 30px 5px 10px; }

  #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; } }
