/**
 * content block view template stylesheet
 */
:root {
  --content-table-bgcolor: white;
  --content-table-th-bgcolor: #fffff0;
  --content-modern-h3-color: white;
  --content-modern-h3-bgcolor: #0aa546;
  --content-modern-h3-border-color: #0aa546;
  --content-modern-h4-color: #0aa546;
  --content-modern-h4-border-color: #969696;
  --content-modern-h5-color: #323232;
}
html[data-background_color="blue"] {
  --content-table-bgcolor: #00008b;
  --content-table-th-bgcolor: blue;
  --content-modern-h3-color: yellow;
  --content-modern-h3-bgcolor: #00008b;
  --content-modern-h3-border-color: yellow;
  --content-modern-h4-color: yellow;
  --content-modern-h4-border-color: #969696;
  --content-modern-h5-color: yellow;
}
html[data-background_color="black"] {
  --content-table-bgcolor: #000000;
  --content-table-th-bgcolor: #1e1e1e;
  --content-modern-h3-color: white;
  --content-modern-h3-bgcolor: #000000;
  --content-modern-h3-border-color: white;
  --content-modern-h4-color: white;
  --content-modern-h4-border-color: #969696;
  --content-modern-h5-color: #969696;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article h3,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable h3 {
  margin: 1.2rem 0;
  font-weight: bold;
  font-size: 1.4rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article h4,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable h4 {
  margin: 1rem 0;
  font-size: 1.2rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article strong,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable strong {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article * img,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable * img {
    max-width: 100%;
    height: unset;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article *[style*="padding-left"],
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable *[style*="padding-left"] {
    padding-left: 0;
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article div.table_wrapper,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.table_wrapper {
  background-color: var(--content-table-bgcolor);
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article div.table_wrapper,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.table_wrapper {
    position: relative;
    width: 100%;
    overflow: scroll;
    background-color: #c8c8c8;
    border: solid 10px #c8c8c8;
  }
}
@media print, screen and (min-width: 751px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article div.table_wrapper div.sp_only,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.table_wrapper div.sp_only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article div.table_wrapper div.sp_only,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.table_wrapper div.sp_only {
    position: sticky;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1px 0;
    text-align: right;
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article div.table_wrapper div.sp_only p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.table_wrapper div.sp_only p {
  display: inline;
  padding: 0 4px;
  background-color: white;
  border-radius: 4px;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article div.nude_table_wrapper,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.nude_table_wrapper {
    width: 100%;
  }
  html body .ccm-page #wrapper main .page_contents #main_section div.container article div.nude_table_wrapper table,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable div.nude_table_wrapper table {
    width: 100% !important;
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table {
  margin: 20px 0;
  background-color: var(--content-table-bgcolor);
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table {
    width: 200%;
    min-width: 100%;
    max-width: 870px;
    margin: 10px 0 !important;
  }
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table[style*="width: 100%"],
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table[style*="width: 100%"],
  html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table[style*="width:100%;"],
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table[style*="width:100%;"] {
    width: 870px !important;
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table caption,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table caption {
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody {
  border: solid 1px #c8c8c8;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td {
  border: solid 1px #c8c8c8;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td:first-of-type:not(:last-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td:first-of-type:not(:last-of-type) {
  border-left: none;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td > p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td > p {
  margin: 0;
  padding: 0;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th {
  padding: 8px;
  background-color: var(--content-table-th-bgcolor);
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th p {
  font-size: 1rem;
  font-weight: bold;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr th p sub {
  font-size: 1rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td {
  padding: 5px 8px;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td p {
  font-size: 1rem;
  text-align: justify;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table thead tr td p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table thead tr td p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table.contents_table tbody tr td p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table.contents_table tbody tr td p sub {
  font-size: 1rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table {
  margin: 20px 0;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td {
  padding: 0;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td p,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td p,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td p {
  font-size: 1rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td p sup,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td p sub,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td p sub {
  font-size: 1rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr th img,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr th img,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr th img,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr th img,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table thead tr td img,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table thead tr td img,
html body .ccm-page #wrapper main .page_contents #main_section div.container article table tbody tr td img,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable table tbody tr td img {
  max-width: 100%;
  height: unset;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.category_page_newslist ul,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable.category_page_newslist ul,
html body .ccm-page #wrapper main .page_contents #main_section div.container article.category_only_newslist ul,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable.category_only_newslist ul {
  padding-left: 2rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article.category_page_newslist ul li,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable.category_page_newslist ul li,
html body .ccm-page #wrapper main .page_contents #main_section div.container article.category_only_newslist ul li,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable.category_only_newslist ul li {
  list-style: circle;
  margin: 0.8em 0;
  font-size: 1.4rem;
  line-height: 1.2em;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList {
  text-align: left;
  list-style: none;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList > li:not(:first-of-type),
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList > li:not(:first-of-type) {
  margin-top: 1.6rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList > li > span,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList > li > span {
  font-size: 1.3rem;
  line-height: 2.6rem;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList > li > span:first-of-type::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList > li > span:first-of-type::after {
  content: "\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList > li[class^="li_addlist"] > span:first-of-type::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList > li[class^="li_addlist"] > span:first-of-type::after {
  content: "";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList {
  padding: revert;
  list-style: circle;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_shu1::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_shu1::before {
  content: "\76EE\540D\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_shu2::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_shu2::before {
  content: "\79D1\540D\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_shu4::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_shu4::before {
  content: "\5B66\540D\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_shu5::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_shu5::before {
  content: "\30E9\30F3\30AF\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chikei1::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chikei1::before {
  content: "\6240\5728\5730\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chikei3::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chikei3::before {
  content: "\5206\985E\533A\5206\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chikei4::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chikei4::before {
  content: "\30E9\30F3\30AF\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chikei5::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chikei5::before {
  content: "\4F4D\7F6E\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chishitsu1::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chishitsu1::before {
  content: "\6240\5728\5730\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chishitsu3::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chishitsu3::before {
  content: "\5206\985E\533A\5206\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chishitsu4::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chishitsu4::before {
  content: "\30E9\30F3\30AF\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_chishitsu5::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_chishitsu5::before {
  content: "\4F4D\7F6E\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_keikan1::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_keikan1::before {
  content: "\5E02\753A\540D\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_keikan2::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_keikan2::before {
  content: "\6240\5728\5730\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_keikan4::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_keikan4::before {
  content: "\30E9\30F3\30AF\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_keikan5::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_keikan5::before {
  content: "\4F4D\7F6E\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_addlist1::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_addlist1::before {
  content: "\5B66\540D\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_addlist2::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_addlist2::before {
  content: "\30E9\30F3\30AF\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article ul.ul_redList ul.subUl_redList li.subLi_addlist3::before,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable ul.ul_redList ul.subUl_redList li.subLi_addlist3::before {
  content: "\8FFD\52A0\7B49\5E74\6708\65E5\30FB\30EA\30B9\30C8\FF1A";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href]::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href]::after {
  display: inline-block;
  text-indent: initial;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href]:not([href=""]):not([href^="/"]):not([href^="#"]):not([href^="tel"]):not([href^="mailto"]):not([href*="hyogo.lg.jp"]):not([href^="http://192.168"]):not([href^="http://10.2"]):not([href*="amazonaws"]):not([href*="//localhost/"]):not([href^="http://3."])::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href]:not([href=""]):not([href^="/"]):not([href^="#"]):not([href^="tel"]):not([href^="mailto"]):not([href*="hyogo.lg.jp"]):not([href^="http://192.168"]):not([href^="http://10.2"]):not([href*="amazonaws"]):not([href*="//localhost/"]):not([href^="http://3."])::after {
  content: "\5916\90E8\30B5\30A4\30C8";
  min-width: 1.2em;
  min-height: 1.2em;
  vertical-align: baseline;
  margin: 0 0.4em;
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/outer_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0.8em;
  line-height: 1.5em;
  text-indent: 1.8em;
  color: red;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href]:not([href=""]):not([href^="/"]):not([href^="#"]):not([href^="tel"]):not([href^="mailto"]):not([href*="hyogo.lg.jp"]):not([href^="http://192.168"]):not([href^="http://10.2"]):not([href*="amazonaws"]):not([href*="//localhost/"]):not([href^="http://3."])::after,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href]:not([href=""]):not([href^="/"]):not([href^="#"]):not([href^="tel"]):not([href^="mailto"]):not([href*="hyogo.lg.jp"]):not([href^="http://192.168"]):not([href^="http://10.2"]):not([href*="amazonaws"]):not([href*="//localhost/"]):not([href^="http://3."])::after {
    content: "";
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="web.pref.hyogo.lg.jp"]::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="web.pref.hyogo.lg.jp"]::after {
  content: "\5175\5EAB\770C\30B5\30A4\30C8";
  min-width: 1.2em;
  min-height: 1.2em;
  vertical-align: baseline;
  margin: 0 0.4em;
  padding-left: 1.6em;
  background-image: url("/application/themes/hyogo_kankyo_y2024/images/intra_link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #1e1e1e;
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="web.pref.hyogo.lg.jp"]::after,
  html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="web.pref.hyogo.lg.jp"]::after {
    content: "";
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='pdf']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='pdf']::after {
  content: "PDF";
  margin: 0 0.4em;
  padding: 0 4px;
  font-size: 0.9em;
  line-height: 1.3em;
  color: white;
  background-color: #c8050f;
  border-radius: 4px;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='doc']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='docx']::after {
  content: "DOC";
  margin: 0 0.4em;
  padding: 0 4px;
  font-size: 0.9em;
  line-height: 1.3em;
  color: white;
  background-color: #0c3078;
  border-radius: 4px;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='docx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='docx']::after {
  content: "DOCX";
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='xls']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='xlsx']::after {
  content: "XLS";
  margin: 0 0.4em;
  padding: 0 4px;
  font-size: 0.9em;
  line-height: 1.3em;
  color: white;
  background-color: #1e6e00;
  border-radius: 4px;
}
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][title$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="kankyo.pref.hyogo.lg.jp"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="192.168"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="192.168"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href*="10.2"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href*="10.2"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container article:not(.page_redirect_contents) a[href^="/"][href$='xlsx']::after,
html body .ccm-page #wrapper main .page_contents #main_section div.container .cke_editable:not(.page_redirect_contents) a[href^="/"][href$='xlsx']::after {
  content: "XLSX";
}
@media screen and (max-width: 750px) {
  html body .ccm-page #wrapper main .page_contents #main_section div.container .ccm-image-slider-container {
    margin: 30px auto;
    max-width: 310px;
  }
  html body .ccm-page #wrapper main .page_contents #main_section div.container .ccm-image-slider-container .rslides_tabs {
    text-align: center;
  }
  html body .ccm-page #wrapper main .page_contents #main_section div.container .ccm-image-slider-container .rslides_tabs a {
    width: 1em;
    height: 1em;
  }
}
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern article h3,
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern .cke_editable h3,
html body .ccm-page #wrapper main .page_contents #main_section div.container div article.modern h3 {
  display: block;
  margin: 1.9rem 0;
  padding: 0 10px;
  background-color: var(--content-modern-h3-bgcolor);
  border: solid 2px var(--content-modern-h3-border-color);
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 180%;
  color: var(--content-modern-h3-color);
}
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern article h4,
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern .cke_editable h4,
html body .ccm-page #wrapper main .page_contents #main_section div.container div article.modern h4 {
  display: block;
  margin: 1.7rem 0;
  border-bottom: solid 2px var(--content-modern-h4-border-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 180%;
  color: var(--content-modern-h4-color);
}
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern article h5,
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern .cke_editable h5,
html body .ccm-page #wrapper main .page_contents #main_section div.container div article.modern h5,
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern article h6,
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern .cke_editable h6,
html body .ccm-page #wrapper main .page_contents #main_section div.container div article.modern h6 {
  display: block;
  margin: 0.4rem 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 160%;
  color: var(--content-modern-h5-color);
}
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern article h6,
html body .ccm-page #wrapper main .page_contents #main_section div.container div.modern .cke_editable h6,
html body .ccm-page #wrapper main .page_contents #main_section div.container div article.modern h6 {
  font-size: 1.1rem;
}
/*# sourceMappingURL=view.css.map */