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

.main_title_wrapper {
  width: 100%;
  margin: 0 auto 0;
}
.main_title_wrapper .main_title {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  background-size: auto 80px;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .main_title_wrapper .main_title {
    height: auto;
    margin: 0;
    background-size: auto 80px;
    background-position: right top;
  }
}
@media (max-width: 600px) {
  .main_title_wrapper .main_title {
    justify-content: flex-start;
  }
}
.main_title_wrapper .main_title .page_attribute {
  display: block;
}
@media (max-width: 1200px) {
  .main_title_wrapper .main_title .page_attribute {
    max-width: inherit;
    display: block;
  }
}
.main_title_wrapper .main_title .page_title {
  margin: 0 0 0;
  font-size: 1.7rem;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  z-index: 1;
}
.main_title_wrapper .main_title .page_title.page {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .main_title_wrapper .main_title .page_title.page {
    font-size: 1.75rem;
  }
}
@media (max-width: 1200px) {
  .main_title_wrapper .main_title .page_title {
    max-width: inherit;
    width: 100%;
    font-size: 1.5rem;
    margin: 0 0;
  }
}
@media (max-width: 600px) {
  .main_title_wrapper .main_title .page_title {
    font-size: 1.3rem;
  }
}
.main_title_wrapper .main_title .page_desc {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
.main_title_wrapper .main_title .page_desc .name {
  font-size: 1rem;
}
.main_title_wrapper .main_title .page_desc .drop_down {
  display: inline-block;
}
.main_title_wrapper .main_title .page_desc .search_box {
  display: inline-block;
  font-size: 1rem;
}

.site_des_sub {
  color: #88898a;
  font-size: 0.934rem;
  font-weight: bold;
  padding: 8px 16px 16px 16px;
}
@media (max-width: 1200px) {
  .site_des_sub {
    margin-bottom: 0.5em;
    max-width: calc(100% - 120px);
  }
}
.site_des_sub .inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.site_des_sub .inner p {
  margin: 0;
}
@media (max-width: 1200px) {
  .site_des_sub .inner p {
    background-color: rgba(255, 255, 255, 0.8431372549);
    border-radius: 6px;
    margin: 0 0 0.7em;
  }
}
@media (max-width: 600px) {
  .site_des_sub .inner p {
    font-size: 11px;
  }
}

.breadcrumbs {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 8px 16px;
  align-items: center;
  color: #333;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  font-size: 1.1em;
}
.breadcrumbs .inner {
  max-width: 1268px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
  align-items: center;
}
.breadcrumbs .inner > span {
  font-size: 0.9rem;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .breadcrumbs .inner > span {
    font-size: 0.7rem;
  }
}
.breadcrumbs .inner > span a {
  padding: 0 0;
  text-decoration: none;
}
.breadcrumbs .inner > span:first-of-type a {
  padding-left: 0;
}
.breadcrumbs .inner > span:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs .inner > span.arrow {
  display: flex;
  align-items: center;
  margin: 0 0.2rem;
}

.article {
  position: relative;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .article {
    padding: 0;
    width: 100%;
  }
}
.article > .inner {
  background: #fff;
  flex-basis: 80%;
  min-height: 40vh;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 1200px) {
  .article > .inner {
    flex-basis: auto;
    margin-right: 0;
  }
}
.article.one > .inner {
  display: flex;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .article.one > .inner {
    display: block;
  }
}
.article.one > .inner article {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}
.article.search, .article.archive, .article.index {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  row-gap: 20px;
}
.article.search .row, .article.archive .row, .article.index .row {
  background: #fff;
  margin: 0 auto;
  flex-basis: 80%;
  padding: 0;
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .article.search .row, .article.archive .row, .article.index .row {
    flex-basis: auto;
    margin-right: 0;
    margin: 0 0 0;
  }
}
.article.search .row .rank, .article.archive .row .rank, .article.index .row .rank {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.article.search .row .rank .article_a_row, .article.archive .row .rank .article_a_row, .article.index .row .rank .article_a_row {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  padding: 1rem;
}
.article.search .row .rank .article_a_row .article_inner, .article.archive .row .rank .article_a_row .article_inner, .article.index .row .rank .article_a_row .article_inner {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
.article.search .row .rank .article_a_row .article_inner .article_title, .article.archive .row .rank .article_a_row .article_inner .article_title, .article.index .row .rank .article_a_row .article_inner .article_title {
  display: inline-block;
  font-size: 1.1rem;
}
.article.search .row .rank .article_a_row .article_inner h5, .article.archive .row .rank .article_a_row .article_inner h5, .article.index .row .rank .article_a_row .article_inner h5 {
  margin: 0.2rem 0;
  font-size: 1rem;
  padding: 0;
}
.article.search .row .rank .article_a_row .article_inner h5::before, .article.archive .row .rank .article_a_row .article_inner h5::before, .article.index .row .rank .article_a_row .article_inner h5::before {
  display: none;
}
.article.search .row .rank .article_a_row .article_inner .post_content, .article.archive .row .rank .article_a_row .article_inner .post_content, .article.index .row .rank .article_a_row .article_inner .post_content {
  padding: 0;
}
.article.search .row .rank .article_a_row .article_inner .post_content p, .article.archive .row .rank .article_a_row .article_inner .post_content p, .article.index .row .rank .article_a_row .article_inner .post_content p {
  margin: 0;
}

.article_wrap {
  width: auto;
  margin: 0 auto 0;
  background: #fff;
  padding: 0 0 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .article_wrap {
    float: none;
  }
}
@media (max-width: 600px) {
  .article_wrap {
    row-gap: 16px;
  }
}

.edit_link {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
}

.edit_link a {
  background: #333;
  color: #fff !important;
  padding: 0.3em 0.7em;
  font-size: 1.3em;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
}

.article_title_back {
  position: relative;
  margin-top: 4px;
}
@media (max-width: 600px) {
  .article_title_back {
    margin-top: 4px;
  }
}

.post_meta {
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}
.post_meta .inner {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  color: #444;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .post_meta .inner {
    line-height: 1.9;
  }
}

.organ_info {
  display: inline-block;
  background: #eaeaea;
  border-radius: 8px;
  padding: 0.8rem;
  margin-top: 1rem;
}

.meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.meta > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
.meta a {
  text-decoration: none;
  color: gray;
  font-size: 0.8rem;
}
.meta .btn {
  background: #fff;
  border: 1px solid;
  margin-right: 0.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
}
.meta .btn.address_btn {
  font-weight: normal;
  background: #105fc0;
  color: #fff;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
  padding: 0.4rem 0.8rem;
}
.meta .btn.address_btn i {
  font-size: 0.96rem;
}
.meta .classify {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0.5rem;
}
.meta .classify a {
  color: gray;
}
.meta .post_tags .tag_style a {
  color: gray;
}
.meta .address {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.meta i {
  padding-right: 0.4rem;
}

.date_block {
  margin-top: 16px;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
.date_block i {
  padding-right: 8px;
}

.single .date_block, .page .date_block {
  margin-bottom: -16px;
}

.meta_block {
  display: flex;
  align-items: center;
}
.meta_block .name + div {
  font-weight: #222;
}
.meta_block > div {
  flex-shrink: 0;
}
.meta_block ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.meta_block ul.implements li.tag_style {
  margin-right: 0;
  cursor: inherit;
  font-weight: #222;
}
.meta_block ul.implements li.tag_style a {
  font-weight: #222;
}
.meta_block ul.implements li::after {
  content: " / ";
  margin: 0 0.4rem;
}
.meta_block ul.implements li:last-of-type::after {
  display: none;
}

.page .article_title {
  font-size: 1.2rem;
  margin: 0 0 0;
  position: relative;
}
@media (max-width: 1200px) {
  .page .article_title {
    font-size: 2em;
  }
}

/** content-page.php
 */
.page_has_child_meta {
  display: none;
  width: 100%;
  margin: 0 0 1em;
  line-height: 1.7;
  text-decoration: none;
  flex: 1;
}
@media (max-width: 1200px) {
  .page_has_child_meta {
    width: 100%;
    float: none;
    display: block;
  }
}
.page_has_child_meta .drop_down {
  width: 180px;
}
@media (max-width: 1200px) {
  .page_has_child_meta .drop_down {
    width: 100%;
  }
}
.page_has_child_meta .drop_down .pt20 {
  padding-top: 20px;
}
.page_has_child_meta .drop_down .inverse {
  background: #000;
  padding: 20px 0;
  color: #fff;
}
.page_has_child_meta .drop_down .select-wrap {
  position: relative;
}
.page_has_child_meta .drop_down .select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\f123";
  font-family: "IonIcons";
  line-height: 43px;
  color: #555;
  pointer-events: none;
}
.page_has_child_meta .drop_down select {
  height: auto;
  padding: 7px 8px;
  border: 1px solid #ddd;
  color: #555;
  width: 100%;
  font-size: 0.98rem;
  border-radius: 3px;
}
.page_has_child_meta .drop_down select option {
  background-color: #fff;
}
.page_has_child_meta .drop_down select::-ms-expand {
  display: none;
}
.page_has_child_meta .drop_down select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.page_has_child_meta .drop_down .select-wrap.select-primary:before {
  color: #fff;
}
.page_has_child_meta .drop_down .select-wrap.select-primary > select {
  background: #0084B4;
  color: #fff;
  color: #ccc;
  border-color: #0084B4;
}
.page_has_child_meta .drop_down .select-wrap.select-primary > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.page_has_child_meta .drop_down .select-wrap.select-inverse:before {
  color: #fff;
}
.page_has_child_meta .drop_down .select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}
.page_has_child_meta .drop_down .select-wrap.select-inverse > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.parent_title {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.6em 0;
  display: none;
}
@media (max-width: 1200px) {
  .parent_title {
    display: inline-block;
    padding-bottom: 0;
  }
}

.other_child_ul {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  margin: 0;
  justify-content: start;
}
@media (max-width: 1200px) {
  .other_child_ul {
    display: none;
  }
}

.other_child_ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0.3em;
}
@media (max-width: 1200px) {
  .other_child_ul li {
    margin: 0 1em 0 0;
    display: inline-block;
  }
}
.other_child_ul li a {
  display: block;
  padding: 6px 8px;
  border: 1px solid;
  border-radius: 16px;
  color: #444;
  background: #fff;
}
.other_child_ul li a:hover {
  background: #f4f4f4;
}

.other_child_ul li:last-of-type {
  margin-bottom: 0;
}

.other_child_ul li.current_page_item a {
  border: 1px solid #d1d1d1;
  background: #ccc;
  color: #fff;
}
@media (max-width: 1200px) {
  .other_child_ul li.current_page_item a {
    background: #ccc;
    border: none;
  }
}

.other_child_ul li a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .other_child_ul li a {
    background: #279175;
    color: #fff;
    padding: 0.2em 1em;
    border-radius: 6px;
  }
}

.other_child_ul li.current_page_item > a {
  color: #333;
}

.other_child_ul .page_item_has_children > ul {
  display: none;
}

.post_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  word-wrap: break-word;
  font-size: 1rem;
  margin: 0;
  line-height: 1.7;
  text-align: justify;
  /*--------------------------------------
     tab
   --------------------------------------*/
}
.post_content ol,
.post_content ul {
  padding-left: 1.5rem;
}
.post_content h3 {
  font-size: 1.1rem;
  vertical-align: middle;
  position: relative;
  display: flex;
  align-items: center;
}
.post_content h3::before {
  content: "";
  display: block;
  width: 5px;
  height: 1rem;
  background: rgb(78.4782608696, 207.5217391304, 173.4347826087);
  margin: 0 8px 0 0;
}
@media (max-width: 1200px) {
  .post_content h3 {
    font-size: 16px;
  }
}
.post_content h4 {
  border-bottom: 1px double #ccc;
  line-height: 2;
}
.post_content h5 {
  vertical-align: middle;
  font-size: 0.95rem;
  padding-left: 0.5rem;
  display: flex;
  align-items: center;
}
.post_content h5::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #3a8ebe;
  display: inline-block;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.post_content p {
  margin-bottom: 8px;
}
.post_content p:last-child {
  margin-bottom: 0;
}
.post_content form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post_content figure.wp-block-table {
  margin-bottom: 16px;
}
.post_content figure.wp-block-table:last-of-type {
  margin-bottom: 0;
}
.post_content .table-iti {
  margin-bottom: 2rem;
}
.post_content .table-iti table {
  border-collapse: collapse;
}
@media (max-width: 1200px) {
  .post_content .table-iti table thead {
    display: none;
  }
}
.post_content .table-iti table tr {
  border-bottom: 1px solid #e1e1e1;
}
.post_content .table-iti table tr th {
  padding: 0.3rem;
}
.post_content .table-iti table tr td {
  padding: 0.3rem;
}
@media (max-width: 1200px) {
  .post_content .table-iti table tr td {
    border: none;
    padding-bottom: 6rem;
  }
}
.post_content .table-iti table tr td:first-of-type {
  white-space: nowrap;
  width: 3rem;
}
@media (max-width: 1200px) {
  .post_content .table-iti table tr td:first-of-type {
    width: auto;
    padding-bottom: 0;
    display: inline-block;
  }
}
.post_content .table-iti table tr td:nth-of-type(2) {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .post_content .table-iti table tr td:nth-of-type(2) {
    padding-bottom: 0;
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .post_content .table-iti table tr td:last-of-type {
    width: auto;
    display: block;
  }
}
.post_content .table-iti.tworow table tr td:nth-of-type(2) {
  white-space: inherit;
}
.post_content .post_category_lists {
  margin-bottom: 1rem;
  border-radius: 2rem;
  background: #e0e7f1;
  padding: 1rem;
}
@media (max-width: 600px) {
  .post_content .post_category_lists {
    display: none;
  }
}
.post_content .post_category_lists h3 {
  margin-top: 0;
  padding-top: 0;
  color: #384e73;
}
.post_content .post_category_lists h3::before {
  display: none;
}
.post_content .post_category_lists h3::after {
  display: none;
}
.post_content .post_category_lists__ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  font-size: 0.89rem;
}
.post_content .post_category_lists__ul__item {
  display: block;
  margin-bottom: 0.4rem;
}
.post_content .post_category_lists__ul__item__meta {
  display: inline;
  padding-right: 0.4rem;
  font-weight: bold;
}
.post_content .post_category_lists__ul__item__content {
  display: inline;
}
.post_content .post_category_lists__ul__item__content p {
  display: inline;
}
.post_content .post_category_lists__ul p {
  margin-bottom: 0;
}
.post_content .post_category_link__a {
  margin: 0.3rem 0;
  border-radius: 3rem;
  background: #0066e3;
  color: #fff;
  text-decoration: none;
  padding: 0.4rem 0.8rem;
}
.post_content .term_lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.post_content .term_lists .title {
  font-weight: bold;
}
.post_content .term_lists a.term {
  margin: 0 0 0 1rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
}
.post_content .term_lists a.term.implemented {
  background: rgb(93, 13, 93);
}
.post_content .support,
.post_content .family,
.post_content .peer,
.post_content .online-places,
.post_content .shien_chart {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.post_content .support .content,
.post_content .family .content,
.post_content .peer .content,
.post_content .online-places .content,
.post_content .shien_chart .content {
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.post_content .support .content label,
.post_content .family .content label,
.post_content .peer .content label,
.post_content .online-places .content label,
.post_content .shien_chart .content label {
  transition: 0.5s;
  background: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 0.7rem;
  position: relative;
}
.post_content .support .content label::before, .post_content .support .content label::after,
.post_content .family .content label::before,
.post_content .family .content label::after,
.post_content .peer .content label::before,
.post_content .peer .content label::after,
.post_content .online-places .content label::before,
.post_content .online-places .content label::after,
.post_content .shien_chart .content label::before,
.post_content .shien_chart .content label::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #3a8ebe;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.post_content .support .content label::after,
.post_content .family .content label::after,
.post_content .peer .content label::after,
.post_content .online-places .content label::after,
.post_content .shien_chart .content label::after {
  transform: translateY(-50%) rotate(90deg);
}
.post_content .support .content label .shityou,
.post_content .family .content label .shityou,
.post_content .peer .content label .shityou,
.post_content .online-places .content label .shityou,
.post_content .shien_chart .content label .shityou {
  font-weight: normal;
  font-size: 0.94rem;
}
.post_content .support .content label .shityou span:last-of-type::after,
.post_content .family .content label .shityou span:last-of-type::after,
.post_content .peer .content label .shityou span:last-of-type::after,
.post_content .online-places .content label .shityou span:last-of-type::after,
.post_content .shien_chart .content label .shityou span:last-of-type::after {
  display: none;
}
.post_content .support .content label .shityou .be,
.post_content .family .content label .shityou .be,
.post_content .peer .content label .shityou .be,
.post_content .online-places .content label .shityou .be,
.post_content .shien_chart .content label .shityou .be {
  color: #444;
}
.post_content .support .content .check,
.post_content .family .content .check,
.post_content .peer .content .check,
.post_content .online-places .content .check,
.post_content .shien_chart .content .check {
  display: none;
}
.post_content .support .content .check:checked + label,
.post_content .family .content .check:checked + label,
.post_content .peer .content .check:checked + label,
.post_content .online-places .content .check:checked + label,
.post_content .shien_chart .content .check:checked + label {
  box-shadow: 0 0 8px #ccc;
}
.post_content .support .content .check:checked + label::before, .post_content .support .content .check:checked + label::after,
.post_content .family .content .check:checked + label::before,
.post_content .family .content .check:checked + label::after,
.post_content .peer .content .check:checked + label::before,
.post_content .peer .content .check:checked + label::after,
.post_content .online-places .content .check:checked + label::before,
.post_content .online-places .content .check:checked + label::after,
.post_content .shien_chart .content .check:checked + label::before,
.post_content .shien_chart .content .check:checked + label::after {
  background: #444;
}
.post_content .support .content .check:checked + label::after,
.post_content .family .content .check:checked + label::after,
.post_content .peer .content .check:checked + label::after,
.post_content .online-places .content .check:checked + label::after,
.post_content .shien_chart .content .check:checked + label::after {
  transform: translateY(-50%) rotate(0deg);
}
.post_content .support .content label + ul,
.post_content .family .content label + ul,
.post_content .peer .content label + ul,
.post_content .online-places .content label + ul,
.post_content .shien_chart .content label + ul {
  width: auto;
}
.post_content .support .content .check + label + ul,
.post_content .family .content .check + label + ul,
.post_content .peer .content .check + label + ul,
.post_content .online-places .content .check + label + ul,
.post_content .shien_chart .content .check + label + ul {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.post_content .support .content .check:checked + label + ul,
.post_content .family .content .check:checked + label + ul,
.post_content .peer .content .check:checked + label + ul,
.post_content .online-places .content .check:checked + label + ul,
.post_content .shien_chart .content .check:checked + label + ul {
  height: auto;
}
.post_content .support .content.municipal label.accordion_label,
.post_content .family .content.municipal label.accordion_label,
.post_content .peer .content.municipal label.accordion_label,
.post_content .online-places .content.municipal label.accordion_label,
.post_content .shien_chart .content.municipal label.accordion_label {
  transition: 0.5s;
  background: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 0.7rem;
  position: relative;
  color: #aaa;
}
.post_content .support .content.municipal label.accordion_label .be,
.post_content .family .content.municipal label.accordion_label .be,
.post_content .peer .content.municipal label.accordion_label .be,
.post_content .online-places .content.municipal label.accordion_label .be,
.post_content .shien_chart .content.municipal label.accordion_label .be {
  color: #444;
}
.post_content .support .content.municipal label.accordion_label::after, .post_content .support .content.municipal label.accordion_label::before,
.post_content .family .content.municipal label.accordion_label::after,
.post_content .family .content.municipal label.accordion_label::before,
.post_content .peer .content.municipal label.accordion_label::after,
.post_content .peer .content.municipal label.accordion_label::before,
.post_content .online-places .content.municipal label.accordion_label::after,
.post_content .online-places .content.municipal label.accordion_label::before,
.post_content .shien_chart .content.municipal label.accordion_label::after,
.post_content .shien_chart .content.municipal label.accordion_label::before {
  display: none;
}
.post_content .support .content.municipal label.accordion_label.be::before, .post_content .support .content.municipal label.accordion_label.be::after,
.post_content .family .content.municipal label.accordion_label.be::before,
.post_content .family .content.municipal label.accordion_label.be::after,
.post_content .peer .content.municipal label.accordion_label.be::before,
.post_content .peer .content.municipal label.accordion_label.be::after,
.post_content .online-places .content.municipal label.accordion_label.be::before,
.post_content .online-places .content.municipal label.accordion_label.be::after,
.post_content .shien_chart .content.municipal label.accordion_label.be::before,
.post_content .shien_chart .content.municipal label.accordion_label.be::after {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border-radius: 5px;
  background: #3a8ebe;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.post_content .support .content.municipal label.accordion_label.be::after,
.post_content .family .content.municipal label.accordion_label.be::after,
.post_content .peer .content.municipal label.accordion_label.be::after,
.post_content .online-places .content.municipal label.accordion_label.be::after,
.post_content .shien_chart .content.municipal label.accordion_label.be::after {
  transform: translateY(-50%) rotate(90deg);
}
.post_content .support .content.municipal label.accordion_label .shityou,
.post_content .family .content.municipal label.accordion_label .shityou,
.post_content .peer .content.municipal label.accordion_label .shityou,
.post_content .online-places .content.municipal label.accordion_label .shityou,
.post_content .shien_chart .content.municipal label.accordion_label .shityou {
  font-weight: normal;
  font-size: 0.94rem;
  color: #aaa;
}
.post_content .support .content.municipal label.accordion_label .shityou span::after,
.post_content .family .content.municipal label.accordion_label .shityou span::after,
.post_content .peer .content.municipal label.accordion_label .shityou span::after,
.post_content .online-places .content.municipal label.accordion_label .shityou span::after,
.post_content .shien_chart .content.municipal label.accordion_label .shityou span::after {
  content: "、";
}
.post_content .support .content.municipal label.accordion_label .shityou span:last-of-type::after,
.post_content .family .content.municipal label.accordion_label .shityou span:last-of-type::after,
.post_content .peer .content.municipal label.accordion_label .shityou span:last-of-type::after,
.post_content .online-places .content.municipal label.accordion_label .shityou span:last-of-type::after,
.post_content .shien_chart .content.municipal label.accordion_label .shityou span:last-of-type::after {
  display: none;
}
.post_content .support .content.municipal label.accordion_label .shityou .be,
.post_content .family .content.municipal label.accordion_label .shityou .be,
.post_content .peer .content.municipal label.accordion_label .shityou .be,
.post_content .online-places .content.municipal label.accordion_label .shityou .be,
.post_content .shien_chart .content.municipal label.accordion_label .shityou .be {
  color: #444;
}
.post_content .support .content.municipal .check,
.post_content .family .content.municipal .check,
.post_content .peer .content.municipal .check,
.post_content .online-places .content.municipal .check,
.post_content .shien_chart .content.municipal .check {
  display: none;
}
.post_content .support .content.municipal .check:checked + label.accordion_label,
.post_content .family .content.municipal .check:checked + label.accordion_label,
.post_content .peer .content.municipal .check:checked + label.accordion_label,
.post_content .online-places .content.municipal .check:checked + label.accordion_label,
.post_content .shien_chart .content.municipal .check:checked + label.accordion_label {
  box-shadow: 0 0 8px #ccc;
}
.post_content .support .content.municipal .check:checked + label.accordion_label.be::before, .post_content .support .content.municipal .check:checked + label.accordion_label.be::after,
.post_content .family .content.municipal .check:checked + label.accordion_label.be::before,
.post_content .family .content.municipal .check:checked + label.accordion_label.be::after,
.post_content .peer .content.municipal .check:checked + label.accordion_label.be::before,
.post_content .peer .content.municipal .check:checked + label.accordion_label.be::after,
.post_content .online-places .content.municipal .check:checked + label.accordion_label.be::before,
.post_content .online-places .content.municipal .check:checked + label.accordion_label.be::after,
.post_content .shien_chart .content.municipal .check:checked + label.accordion_label.be::before,
.post_content .shien_chart .content.municipal .check:checked + label.accordion_label.be::after {
  background: #444;
}
.post_content .support .content.municipal .check:checked + label.accordion_label.be:after,
.post_content .family .content.municipal .check:checked + label.accordion_label.be:after,
.post_content .peer .content.municipal .check:checked + label.accordion_label.be:after,
.post_content .online-places .content.municipal .check:checked + label.accordion_label.be:after,
.post_content .shien_chart .content.municipal .check:checked + label.accordion_label.be:after {
  transform: translateY(-50%) rotate(0deg);
}
.post_content .support > li,
.post_content .family > li,
.post_content .peer > li,
.post_content .online-places > li,
.post_content .shien_chart > li {
  background: #f9f9f9;
  text-align: unset;
}
.post_content .support > li .title_click,
.post_content .family > li .title_click,
.post_content .peer > li .title_click,
.post_content .online-places > li .title_click,
.post_content .shien_chart > li .title_click {
  background: #fff;
  border: 1px solid #cbcbcb;
  padding: 0.4em;
  border-radius: 6px;
  color: #444;
  font-weight: bold;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.post_content .support > li .title_click .shityou,
.post_content .family > li .title_click .shityou,
.post_content .peer > li .title_click .shityou,
.post_content .online-places > li .title_click .shityou,
.post_content .shien_chart > li .title_click .shityou {
  font-weight: normal;
  font-size: 0.9rem;
}
.post_content .support > li .title_click::after,
.post_content .family > li .title_click::after,
.post_content .peer > li .title_click::after,
.post_content .online-places > li .title_click::after,
.post_content .shien_chart > li .title_click::after {
  background: #3a8ebe;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.post_content .support > li .title_click.add_open::after,
.post_content .family > li .title_click.add_open::after,
.post_content .peer > li .title_click.add_open::after,
.post_content .online-places > li .title_click.add_open::after,
.post_content .shien_chart > li .title_click.add_open::after {
  transform: rotate(0);
  transition: 0.5s;
  background: #7c7c7c;
  top: calc(50% - 1.5px);
}
.post_content .support > li .area,
.post_content .family > li .area,
.post_content .peer > li .area,
.post_content .online-places > li .area,
.post_content .shien_chart > li .area {
  margin-bottom: 1em;
}
.post_content .support > li h5,
.post_content .family > li h5,
.post_content .peer > li h5,
.post_content .online-places > li h5,
.post_content .shien_chart > li h5 {
  margin: 1em 0 0.3em;
  padding: 0 0 0;
  color: #555;
  font-weight: normal;
  border-bottom: 2px solid #e7e7e7;
  display: block;
  text-align: center;
}
.post_content .support > li h5::before,
.post_content .family > li h5::before,
.post_content .peer > li h5::before,
.post_content .online-places > li h5::before,
.post_content .shien_chart > li h5::before {
  display: none;
}
.post_content .support > li .title_click + ul,
.post_content .family > li .title_click + ul,
.post_content .peer > li .title_click + ul,
.post_content .online-places > li .title_click + ul,
.post_content .shien_chart > li .title_click + ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.8s;
}
.post_content .support > li .title_click.check:checked + ul,
.post_content .family > li .title_click.check:checked + ul,
.post_content .peer > li .title_click.check:checked + ul,
.post_content .online-places > li .title_click.check:checked + ul,
.post_content .shien_chart > li .title_click.check:checked + ul {
  height: auto;
  overflow: visible;
  transition: all 0.8s;
}
.post_content .support > li > ul,
.post_content .family > li > ul,
.post_content .peer > li > ul,
.post_content .online-places > li > ul,
.post_content .shien_chart > li > ul {
  list-style: none;
  margin: 0 1em;
}
.post_content .support > li > ul > ul,
.post_content .family > li > ul > ul,
.post_content .peer > li > ul > ul,
.post_content .online-places > li > ul > ul,
.post_content .shien_chart > li > ul > ul {
  margin: 0 0 1em;
  padding: 1em 0 0;
  list-style: none;
}
.post_content .support > li > ul > ul > li,
.post_content .family > li > ul > ul > li,
.post_content .peer > li > ul > ul > li,
.post_content .online-places > li > ul > ul > li,
.post_content .shien_chart > li > ul > ul > li {
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 1.1rem;
  border-radius: 6px;
  margin-bottom: 0.9em;
}
@media (max-width: 1200px) {
  .post_content .support > li > ul > ul > li,
  .post_content .family > li > ul > ul > li,
  .post_content .peer > li > ul > ul > li,
  .post_content .online-places > li > ul > ul > li,
  .post_content .shien_chart > li > ul > ul > li {
    padding: 1rem;
  }
}
.post_content .support > li > ul > ul > li:last-of-type,
.post_content .family > li > ul > ul > li:last-of-type,
.post_content .peer > li > ul > ul > li:last-of-type,
.post_content .online-places > li > ul > ul > li:last-of-type,
.post_content .shien_chart > li > ul > ul > li:last-of-type {
  margin-bottom: 0;
}
.post_content .support > li > ul > ul > li .kikan,
.post_content .family > li > ul > ul > li .kikan,
.post_content .peer > li > ul > ul > li .kikan,
.post_content .online-places > li > ul > ul > li .kikan,
.post_content .shien_chart > li > ul > ul > li .kikan {
  display: block;
  position: relative;
}
.post_content .support > li > ul > ul > li .kikan a,
.post_content .family > li > ul > ul > li .kikan a,
.post_content .peer > li > ul > ul > li .kikan a,
.post_content .online-places > li > ul > ul > li .kikan a,
.post_content .shien_chart > li > ul > ul > li .kikan a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
}
.post_content .support > li > ul > ul > li p,
.post_content .family > li > ul > ul > li p,
.post_content .peer > li > ul > ul > li p,
.post_content .online-places > li > ul > ul > li p,
.post_content .shien_chart > li > ul > ul > li p {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.post_content .support > li > ul > ul > li > a,
.post_content .family > li > ul > ul > li > a,
.post_content .peer > li > ul > ul > li > a,
.post_content .online-places > li > ul > ul > li > a,
.post_content .shien_chart > li > ul > ul > li > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}
.post_content .support > li > ul > ul > li a:hover,
.post_content .family > li > ul > ul > li a:hover,
.post_content .peer > li > ul > ul > li a:hover,
.post_content .online-places > li > ul > ul > li a:hover,
.post_content .shien_chart > li > ul > ul > li a:hover {
  color: rgb(78.4782608696, 207.5217391304, 173.4347826087);
}
.post_content .support h4,
.post_content .family h4,
.post_content .peer h4,
.post_content .online-places h4,
.post_content .shien_chart h4 {
  margin-bottom: 0;
}
.post_content .support .kikan .classify,
.post_content .family .kikan .classify,
.post_content .peer .kikan .classify,
.post_content .online-places .kikan .classify,
.post_content .shien_chart .kikan .classify {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 5px -0.5em;
}
.post_content .support .kikan .classify li,
.post_content .family .kikan .classify li,
.post_content .peer .kikan .classify li,
.post_content .online-places .kikan .classify li,
.post_content .shien_chart .kikan .classify li {
  font-size: 11px;
  margin: 0 0.5em;
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 13px;
}
.post_content .support .kikan .classify li:hover,
.post_content .family .kikan .classify li:hover,
.post_content .peer .kikan .classify li:hover,
.post_content .online-places .kikan .classify li:hover,
.post_content .shien_chart .kikan .classify li:hover {
  background: #e1e1e1;
}
.post_content .support .implements,
.post_content .family .implements,
.post_content .peer .implements,
.post_content .online-places .implements,
.post_content .shien_chart .implements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  font-size: 0.96rem;
}
.post_content .support .implements .bold,
.post_content .family .implements .bold,
.post_content .peer .implements .bold,
.post_content .online-places .implements .bold,
.post_content .shien_chart .implements .bold {
  font-weight: bold;
  font-size: 0.8rem;
}
.post_content .support .implements li,
.post_content .family .implements li,
.post_content .peer .implements li,
.post_content .online-places .implements li,
.post_content .shien_chart .implements li {
  padding-left: 0;
  margin-left: 0;
  margin-right: 1rem;
}
.post_content .support .implements li::after,
.post_content .family .implements li::after,
.post_content .peer .implements li::after,
.post_content .online-places .implements li::after,
.post_content .shien_chart .implements li::after {
  content: "　/";
}
.post_content .support .implements li:last-of-type::after,
.post_content .family .implements li:last-of-type::after,
.post_content .peer .implements li:last-of-type::after,
.post_content .online-places .implements li:last-of-type::after,
.post_content .shien_chart .implements li:last-of-type::after {
  display: none;
}
.post_content .pinner.pin {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}
.post_content .pinner.pin::after {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  color: #d62424;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  transition: 0.1s;
}
.post_content .pinner.pin:hover::after {
  color: #8a2222;
}
.post_content .false_table {
  margin-bottom: 1em;
}
.post_content .false_table .false_table_title {
  letter-spacing: -100px;
}
@media (max-width: 600px) {
  .post_content .false_table .false_table_title {
    display: none;
  }
}
.post_content .false_table .false_table_title .titleno1 {
  letter-spacing: normal;
  width: 40%;
  display: inline-block;
  font-size: 0.8em;
  font-weight: bold;
  background: rgb(202.0658682635, 233.5928143713, 242.9341317365);
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0.2em;
  box-sizing: border-box;
}
.post_content .false_table .false_table_title .titleno2 {
  letter-spacing: normal;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 0.8em;
  width: 60%;
  padding: 0.2em;
  box-sizing: border-box;
  display: inline-block;
}
.post_content .false_table dl {
  letter-spacing: -100px;
}
.post_content .false_table dt {
  border-top: 1px solid #ddd;
  letter-spacing: normal;
  width: 40%;
  padding: 0.4em;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 600px) {
  .post_content .false_table dt {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
}
.post_content .false_table dt:first-of-type {
  border: none;
}
.post_content .false_table dt:last-of-type {
  margin-bottom: 0;
}
.post_content .false_table dd {
  letter-spacing: normal;
  border-top: 1px solid #ddd;
  vertical-align: top;
  width: 60%;
  padding: 0.4em;
  box-sizing: border-box;
  margin: 0;
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
}
@media (max-width: 600px) {
  .post_content .false_table dd {
    width: 100%;
    display: block;
    margin-bottom: 1em;
    border: none;
  }
}
.post_content .false_table dd:first-of-type {
  border: none;
}
.post_content .false_table dd:last-of-type {
  margin-bottom: 0;
}
.post_content .list_child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.post_content .list_child > li {
  background: #f1f1f1;
}
.post_content .list_child > li article h5 {
  display: flex;
}
.post_content .list_child > li article h5 a {
  flex: 1;
  display: block;
  padding: 0.3em 0.4em;
  color: #333;
}
.post_content .wpcf7 label {
  font-weight: bold;
  color: #666;
  display: inline;
}
.post_content .wpcf7 label input {
  color: #333;
  border: #ccc 1px solid;
  border-radius: 0.4em;
  font-weight: normal;
  margin-top: 0.25em;
  padding: 0.4rem;
}
.post_content .wpcf7 label textarea {
  margin-top: 0.25em;
  color: #333;
  border: #ccc 1px solid;
  border-radius: 0.4em;
  font-weight: normal;
  padding: 0.4rem;
}
.post_content .wpcf7 .wpcf7-submit {
  text-align: center;
  padding: 0.4rem 0.8rem;
  background: #0066e3;
  color: white;
  border-radius: 0.4rem;
  font-size: 1.03rem;
  border: none;
  box-shadow: 0 1px 3px #4c4c4c;
}
.post_content .wpcf7 .wpcf7-submit:hover {
  transform: translate(1px, -1px);
  box-shadow: none;
}
.post_content .wpcf7 .wpcf7-submit:disabled {
  box-shadow: none;
}
.post_content .tab-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.post_content .tab {
  flex-grow: 1;
  background: #58A9EF;
  /* タブのカラー */
  border-radius: 10px 10px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 5px;
  padding: 14px 0 12px;
  text-align: center;
  transition: 1s;
  vertical-align: bottom;
}
.post_content .panel-group {
  min-height: 100px;
  border: solid 1px #CCC;
  border-top: 8px solid #C8E4FF;
  padding: 10px;
}
.post_content .panel {
  display: none;
}
.post_content .tab.is-active {
  color: #FFF;
  transition: 1s;
  opacity: 0.6;
  padding-bottom: 20px;
}
.post_content .panel.is-show {
  display: block;
}
@media screen and (max-width: 480px) {
  .post_content .tab {
    padding: 10px 0 7px;
  }
  .post_content .tab.is-active {
    padding-bottom: 15px;
  }
}
.post_content .codedropz-upload-inner h3 {
  display: block;
  text-align: center;
  font-size: 20px !important;
  color: #888;
}
@media (max-width: 1200px) {
  .post_content .codedropz-upload-inner h3 {
    font-size: 15px !important;
    line-height: 1.5;
  }
}
.post_content .codedropz-upload-inner h3::before {
  display: none;
}

/** content-single.php
 */
.single .article_title {
  font-size: 1.1rem;
}
@media (max-width: 600px) {
  .single .article_title {
    font-size: 1rem;
  }
}

.blog .post_type, .archive .post_type, .search .post_type {
  margin-bottom: 16px;
}
.blog .taxnomy, .archive .taxnomy, .search .taxnomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.blog .taxnomy .date_block, .archive .taxnomy .date_block, .search .taxnomy .date_block {
  margin-top: 0;
  margin-bottom: 0;
}

.post_meta {
  color: #575757;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.post_meta a {
  color: #777;
}
.post_meta a:hover {
  color: #279175;
}
.post_meta .post_tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
}
.post_meta .post_tags .tag_style {
  cursor: pointer;
  background: none;
  padding: 0;
}
.post_meta .post_tags .tag_style a {
  border-radius: 8px;
  background: #3a8ebe;
  color: #fff;
  padding: 0.2rem 0.4rem;
  text-decoration: none;
  font-weight: bold;
}
.post_meta .post_tags .tag_style a.area {
  border: 1px solid rgb(92, 78, 198);
  color: rgb(92, 78, 198);
  background: white;
}
.post_meta .post_tags .tag_style a.onlinespaceclassify {
  color: rgb(110, 163, 58);
  border: 1px solid;
  background: white;
}
.post_meta .event_items {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.post_meta .event_items > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post_meta .event_items > div.event_date:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f073";
  margin-right: 5px;
}
.post_meta .event_items > div .ended {
  text-decoration: line-through;
  color: #666;
}
.post_meta .event_items > div .zumi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.98rem;
  color: rgb(105, 98, 98);
}
.post_meta .post_date, .post_meta .upadate_date {
  display: inline-block;
  font-size: 0.9rem;
}
.post_meta .to_general {
  padding-left: 0;
  margin: 0;
  padding: 0;
}
.post_meta .to_general li {
  list-style: none;
  display: flex;
  margin-right: 1em;
  align-items: center;
}
.post_meta .to_general li a {
  font-weight: bold;
}
.post_meta .to_general li::before {
  content: "";
  display: inline-block;
  border-right: 2px solid #3a8ebe;
  border-bottom: 2px solid #3a8ebe;
  margin-right: 0.5em;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.post_meta .to_general li:last-of-type {
  margin-right: 0em;
}

.single .post_meta {
  margin: 24px auto 0;
  border: 2px solid #a6a6a6;
  border-left: none;
  border-right: none;
  border-radius: inherit;
  padding: 24px 0;
}
.single .post_content {
  margin: 0 auto;
  width: 100%;
}

.wp_print {
  margin-right: 2em;
}

.post_meta .terms {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
.post_meta .terms .term::after {
  content: "、";
}
.post_meta .terms .term:last-of-type::after {
  display: none;
}
.post_meta .terms .term a {
  font-weight: bold;
  color: #333;
}
.post_meta .terms .term.child_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
  font-size: 0.8rem;
}
.post_meta .post_tags .tag_style a {
  color: gray;
}

#map_canvas_area {
  height: 0;
  overflow: hidden;
  position: relative;
}
#map_canvas_area.on {
  height: 50vh;
}

#map_canvas_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.meta-nav_wrap {
  text-align: center;
  display: block;
}
.meta-nav_wrap::after {
  content: "";
  clear: both;
  display: block;
}
.meta-nav_wrap .meta-nav {
  display: flex;
  align-items: center;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .meta-nav_wrap .meta-nav {
    max-width: 100%;
  }
}
.meta-nav_wrap .meta-nav i {
  font-size: 1rem;
}
.meta-nav_wrap .meta-nav a {
  margin: 0 3px;
  font-size: 1rem;
  padding: 8px;
  border-radius: 4px;
  background: #eee;
  text-decoration: none;
  font-weight: bold;
}
.meta-nav_wrap .meta-nav.nex {
  float: left;
}
@media (max-width: 1200px) {
  .meta-nav_wrap .meta-nav.nex {
    margin-bottom: 5px;
  }
}
.meta-nav_wrap .meta-nav.pre {
  float: right;
}

#sns {
  padding: 2em;
  position: relative;
}

.wp-block-table {
  overflow-x: inherit;
}/*# sourceMappingURL=page.css.map */