@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: waon;
  font-style: normal;
  font-weight: normal;
  src: url(./fonts/WaonJoyo-R.otf) format("opentype");
}
:root {
  --mobile-header-height: 60px;
  --mobile-height: 0px;
  --wp-menu-height: 0px;
}
@media (max-width: 1200px) {
  :root {
    --mobile-header-height: 60px;
  }
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: inherit;
}

p {
  font-weight: inherit;
}

ul {
  align-self: stretch;
}

h4 {
  font-size: 1.1rem;
}

.fs-normal {
  font-size: 1.5em;
}

.fs-1 {
  font-size: 3rem;
}

.fs-2 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 2rem;
}

.fs-4 {
  font-size: 1.8rem;
}

.fs-5 {
  font-size: 1.4rem;
}

.fs-6 {
  font-size: 1.2rem;
}

th {
  padding: 0.4em;
}

td {
  padding: 0.4em;
}

hr {
  margin: 0 0 1em;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--mobile-header-height) + var(--mobile-height) + var(--wp-menu-height));
}

.grecaptcha-badge {
  margin-left: auto;
}

#link-list {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0.6rem 0;
  background: #fff;
  position: sticky;
  top: calc(var(--mobile-header-height));
  z-index: 1;
  width: 100%;
}
#link-list .area {
  line-height: 1.2;
  font-size: 1rem;
  font-weight: normal;
  flex-shrink: 0;
}
#link-list .area h2 {
  margin-bottom: 0;
  font-size: 1.3rem;
}
#link-list ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media (max-width: 1200px) {
  #link-list ul {
    row-gap: 0.5rem;
  }
}
#link-list ul li a {
  font-size: larger;
  display: block;
  background: #82325c;
  padding: 0.3rem 0.8rem;
  text-decoration: none;
  border-radius: 8px;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 3px #d1d1d1;
  margin-left: 1rem;
}
@media (max-width: 1200px) {
  #link-list ul li a {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  #link-list ul li a {
    font-size: 0.8rem;
  }
}
#link-list.private_support ul li a {
  background: #32827d;
}

.image-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.image-groups .image-group {
  margin-bottom: 20px;
  background: #f0f0f0;
  padding: 16px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: inherit;
}
.image-groups .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.image-groups .thumbnail img {
  width: 200px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.image-groups .image-title {
  font-size: 16px;
  text-align: center;
}
.image-groups .download-btn {
  display: inline-block;
  margin: 10px auto 0;
  padding: 8px 12px;
  background-color: #0073aa;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}
.image-groups .download-btn:hover {
  background-color: #005177;
}

.upcoming-event {
  display: flex;
  justify-content: center;
}
.upcoming-event .inner {
  background: #aaf3a7;
  padding: 16px;
  border-radius: 8px;
}
.upcoming-event .inner h3 {
  display: block;
  width: auto;
  color: #187b15;
}
.upcoming-event .inner h3::before {
  display: none;
}
.upcoming-event .inner p {
  display: inline;
}
.upcoming-event .inner p a {
  color: #187b15;
}

.single-private_support .post_content h3 {
  border-radius: 0;
  font-size: 1.2rem;
  align-self: flex-start;
  background: linear-gradient(transparent 70%, #5ed2cb 70%);
  margin-top: 16px;
}
.single-private_support .post_content figure.wp-block-table {
  border-radius: 8px;
  padding: 0 16px;
  border: 1px solid #ccc;
}
.single-private_support .post_content figure.wp-block-table table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.single-private_support .post_content figure.wp-block-table table tr {
  border: none;
  margin: 3px 0;
}
.single-private_support .post_content figure.wp-block-table table th {
  border: none;
  font-weight: bold;
  width: 130px;
  text-align: center;
  border-bottom: none;
  box-sizing: border-box;
  position: relative;
  background: #d8f7f0;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .single-private_support .post_content figure.wp-block-table table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.single-private_support .post_content figure.wp-block-table table th p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .single-private_support .post_content figure.wp-block-table table th p {
    text-align: left;
  }
}
.single-private_support .post_content figure.wp-block-table table td {
  border: none;
  padding: 16px 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  word-break: break-all;
}
@media (max-width: 1200px) {
  .single-private_support .post_content figure.wp-block-table table td {
    display: block;
    width: 100%;
    padding: 16px 8px;
  }
}
.single-private_support .post_content figure.wp-block-table.detail {
  border-radius: 8px;
  padding: 0 16px 16px;
  border: 1px solid #ccc;
}
.single-private_support .post_content figure.wp-block-table.detail table {
  border: none;
  font-size: 0.9rem;
  border-collapse: separate;
  border-spacing: 0;
}
.single-private_support .post_content figure.wp-block-table.detail table tbody tr {
  border: none;
  margin: 3px 0;
  display: flex;
}
@media (max-width: 1200px) {
  .single-private_support .post_content figure.wp-block-table.detail table tbody tr {
    display: block;
  }
}
.single-private_support .post_content figure.wp-block-table.detail table tbody tr td {
  padding: 0.75rem 1rem;
  flex: 1;
}
.single-private_support .post_content figure.wp-block-table.detail table tbody tr td:nth-of-type(odd) {
  width: 130px;
  flex: none;
  padding: 4px 10px;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .single-private_support .post_content figure.wp-block-table.detail table tbody tr td:nth-of-type(odd) {
    width: 100%;
  }
}
.single-private_support h3::before {
  display: none;
}

.single-municipal_support .post_content h3 {
  font-size: 1.2rem;
  margin-top: 16px;
}
.single-municipal_support .post_content h3::before {
  width: 15px;
  height: 15px;
  background: #82325c;
  border-radius: 50%;
}
.single-municipal_support .post_content figure.wp-block-table {
  border-radius: 8px;
  padding: 0 16px 16px;
  border: 1px solid #ccc;
}
.single-municipal_support .post_content figure.wp-block-table table {
  border-collapse: separate;
  border-spacing: 0px;
}
.single-municipal_support .post_content figure.wp-block-table table tr {
  border: none;
}
@media (max-width: 1200px) {
  .single-municipal_support .post_content figure.wp-block-table table tr {
    display: flex;
    flex-direction: column;
  }
}
.single-municipal_support .post_content figure.wp-block-table table tr > th {
  border: none;
  font-weight: bold;
  width: 130px;
  text-align: center;
  border-bottom: none;
  padding-right: calc(1rem + 5px);
  box-sizing: border-box;
  position: relative;
}
.single-municipal_support .post_content figure.wp-block-table table tr > th::after {
  content: "";
  height: 5px;
  width: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  left: 0px;
  border-radius: 8px;
  background: #ddb2c9;
}
@media (max-width: 1200px) {
  .single-municipal_support .post_content figure.wp-block-table table tr > th {
    text-align: left;
  }
}
.single-municipal_support .post_content figure.wp-block-table table tr td {
  border: 0;
  word-break: break-all;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding: 16px 8px;
}
@media (max-width: 1200px) {
  .single-municipal_support .post_content figure.wp-block-table table tr td {
    width: 100%;
    display: block;
  }
}
.single-municipal_support .post_content figure.wp-block-table.in_charge {
  padding: 16px;
}
.single-municipal_support .post_content figure.wp-block-table.in_charge table {
  margin-bottom: 0;
}
.single-municipal_support .post_content figure.wp-block-table.in_charge table tbody {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.single-municipal_support .post_content figure.wp-block-table.in_charge table tbody tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1200px) {
  .single-municipal_support .post_content figure.wp-block-table.in_charge table tbody tr {
    flex-direction: row;
    justify-content: start;
  }
}
.single-municipal_support .post_content figure.wp-block-table.in_charge table tbody tr td {
  padding: 0 1.5rem 0 0;
  display: block;
  border-bottom: none;
  text-align: left;
  width: auto;
  font-weight: bold;
  font-size: 1.1rem;
  word-break: break-all;
}
.single-municipal_support .post_content figure.wp-block-table.in_charge table tbody tr td:first-of-type {
  font-weight: normal;
  background: none;
  font-size: 1rem;
  padding: 0;
}
.single-municipal_support .post_content figure.wp-block-table.in_charge table tbody tr td:first-of-type::after {
  content: "：";
  width: 0;
  height: 0;
  position: relative;
  background: none;
}
@media (max-width: 1200px) {
  .single-municipal_support .post_content figure.wp-block-table.in_charge table tbody tr td:first-of-type {
    text-align: left;
  }
}

.single-supportorg table,
.single-family table,
.single-peer table,
.single-onlinespace table {
  border: none;
  border-collapse: separate;
  border-spacing: 8px 20px;
}
.single-supportorg table tr,
.single-family table tr,
.single-peer table tr,
.single-onlinespace table tr {
  border: none;
  margin: 3px 0;
}
.single-supportorg table th,
.single-family table th,
.single-peer table th,
.single-onlinespace table th {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
  min-width: 130px;
  box-sizing: border-box;
  background: #d8ecf7;
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .single-supportorg table th,
  .single-family table th,
  .single-peer table th,
  .single-onlinespace table th {
    display: block;
    width: 100%;
    padding: 8px;
    text-align: left;
  }
}
.single-supportorg table th p,
.single-family table th p,
.single-peer table th p,
.single-onlinespace table th p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .single-supportorg table th p,
  .single-family table th p,
  .single-peer table th p,
  .single-onlinespace table th p {
    text-align: left;
  }
}
.single-supportorg table td,
.single-family table td,
.single-peer table td,
.single-onlinespace table td {
  border: none;
  padding: 4px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e1e1e1;
  word-break: break-all;
}
@media (max-width: 1200px) {
  .single-supportorg table td,
  .single-family table td,
  .single-peer table td,
  .single-onlinespace table td {
    display: block;
    width: 100%;
    padding: 10px 4px;
  }
}

.single-report .post_content .embed_video iframe {
  width: 100% !important;
  height: 500px !important;
}

.single-peer table th {
  background: rgb(244.032388664, 247.1659919028, 219.8340080972);
}

#sidebar {
  width: 480px;
}
@media (max-width: 1200px) {
  #sidebar {
    display: none;
  }
}
#sidebar .inner {
  position: sticky;
  top: calc(var(--mobile-header-height) + 10px);
  z-index: 1;
  margin: 20px 0 0 40px;
  padding: 12px;
  border: 1px solid rgba(68, 68, 68, 0.2666666667);
  border-radius: 8px;
}
#sidebar .inner h3 {
  margin-bottom: 8px;
  border-bottom: 1px solid #444;
}
#sidebar .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#sidebar .inner ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #fff;
}
#sidebar .inner ul li a {
  display: block;
}
#sidebar .inner ul li a.area {
  font-size: 0.8rem;
  color: #6f6f6f;
  font-weight: bold;
}
#sidebar .inner ul li a.post_type {
  border: 1px solid;
  border-radius: 0.4rem;
  padding: 0.2rem 0.3rem;
  font-size: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.js .single-onlinespace table tr {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js .single-onlinespace table tr.visible {
  opacity: 1;
  transform: translateY(0);
}
.js .single-onlinespace table th {
  background: #e0f7db;
}
.js .single-municipal_support figure.wp-block-table,
.js .single-private_support figure.wp-block-table,
.js .single-related_organization figure.wp-block-table {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js .single-municipal_support figure.wp-block-table.visible,
.js .single-private_support figure.wp-block-table.visible,
.js .single-related_organization figure.wp-block-table.visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=single.css.map */