.cat_information {
  background-color: #ACE0F7;
}

.cat_important {
  background-color: #FD668A;
}

.single-post-body,
.contentsbox03.post-body {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.single-post-body > *:first-child,
.contentsbox03.post-body > *:first-child {
  margin-top: 0;
}
.single-post-body h1, .single-post-body h2, .single-post-body h3, .single-post-body h4, .single-post-body h5, .single-post-body h6,
.single-post-body .wp-block-heading,
.contentsbox03.post-body h1,
.contentsbox03.post-body h2,
.contentsbox03.post-body h3,
.contentsbox03.post-body h4,
.contentsbox03.post-body h5,
.contentsbox03.post-body h6,
.contentsbox03.post-body .wp-block-heading {
  font-weight: bold;
  line-height: 1.5;
  margin: 1.5em 0 0.75em;
  color: #333;
}
.single-post-body h1, .single-post-body .wp-block-heading[style*=level-1],
.single-post-body .has-large-font-size,
.contentsbox03.post-body h1,
.contentsbox03.post-body .wp-block-heading[style*=level-1],
.contentsbox03.post-body .has-large-font-size {
  font-size: 1.6em;
}
.single-post-body h2,
.contentsbox03.post-body h2 {
  font-size: 1.4em;
}
.single-post-body h3,
.contentsbox03.post-body h3 {
  font-size: 1.2em;
}
.single-post-body p,
.single-post-body .wp-block-paragraph,
.contentsbox03.post-body p,
.contentsbox03.post-body .wp-block-paragraph {
  margin: 1em 0;
}
.single-post-body ul,
.single-post-body ol,
.single-post-body .wp-block-list,
.contentsbox03.post-body ul,
.contentsbox03.post-body ol,
.contentsbox03.post-body .wp-block-list {
  margin: 1em 0;
  padding-left: 1.5em;
}
.single-post-body ul,
.single-post-body .wp-block-list,
.contentsbox03.post-body ul,
.contentsbox03.post-body .wp-block-list {
  list-style: disc outside;
  padding-left: 1.5em;
}
.single-post-body ol,
.contentsbox03.post-body ol {
  list-style: decimal outside;
}
.single-post-body li,
.contentsbox03.post-body li {
  display: list-item;
  margin-bottom: 0.35em;
  list-style: inherit;
}
.single-post-body ul li,
.single-post-body .wp-block-list li,
.contentsbox03.post-body ul li,
.contentsbox03.post-body .wp-block-list li {
  list-style: disc outside;
}
.single-post-body ol li,
.contentsbox03.post-body ol li {
  list-style: decimal outside;
}
.single-post-body a,
.contentsbox03.post-body a {
  color: #027fcc;
  text-decoration: underline;
}
.single-post-body a:hover,
.contentsbox03.post-body a:hover {
  text-decoration: none;
}
.single-post-body img,
.contentsbox03.post-body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.single-post-body .wp-block-image,
.contentsbox03.post-body .wp-block-image {
  margin: 1.5em 0;
}
.single-post-body .wp-block-quote,
.contentsbox03.post-body .wp-block-quote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #027fcc;
  background: #f4f3ee;
}
.single-post-body .alignwide,
.contentsbox03.post-body .alignwide {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.single-post-body .alignfull,
.contentsbox03.post-body .alignfull {
  max-width: none;
  width: 100%;
}

@media (max-width: 728px) {
  .commonButton {
    padding-top: 10px;
    text-align: center;
  }
  .commonButton > a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #027FCC;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .commonButton > a:hover {
    background-color: rgb(4.4563106796, 157.9757281553, 252.5436893204);
  }
  .news > div {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  .news > div:last-child {
    margin-bottom: 0;
  }
  .news > div .catDate {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 10px;
  }
  .news > div .catDate .category span {
    display: inline-block;
    width: 8em;
    padding: 7px 10px;
    text-align: center;
    font-size: 14px;
  }
  .news > div .catDate .date {
    font-size: 16px;
  }
  .news > div .title {
    margin-bottom: 15px;
  }
  .news > div .title a span {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
  }
}
@media (min-width: 729px) {
  .commonButton {
    padding-top: 30px;
    text-align: center;
  }
  .commonButton > a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #027FCC;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  .commonButton > a:hover {
    background-color: rgb(4.4563106796, 157.9757281553, 252.5436893204);
  }
  .news > div {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
  }
  .news > div:last-child {
    margin-bottom: 0;
  }
  .news > div .catDate {
    display: grid;
    grid-template-columns: 12em 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
  }
  .news > div .catDate .category span {
    display: inline-block;
    width: 10em;
    padding: 7px 15px;
    text-align: center;
    font-size: 14px;
  }
  .news > div .catDate .date {
    font-size: 16px;
  }
  .news > div .title {
    margin-bottom: 15px;
  }
  .news > div .title a span {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
  }
  .sidebarBlog {
    padding: 20px;
  }
  .sidebarBlog h3 {
    border-left: 5px solid #027FCC;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    color: #333;
  }
  .sidebarBlog .sidebar-blog-categories,
  .sidebarBlog .sidebar-blog-archives {
    margin: 0;
    padding: 0;
  }
  .sidebarBlog .sidebar-blog-categories li,
  .sidebarBlog .sidebar-blog-archives li {
    padding: 0;
    line-height: 180%;
    text-indent: -1em;
    padding-left: 1em;
    list-style: none;
  }
  .sidebarBlog .sidebar-blog-categories a,
  .sidebarBlog .sidebar-blog-archives a {
    color: #333;
    text-decoration: none;
  }
  .sidebarBlog .sidebar-blog-categories a:hover,
  .sidebarBlog .sidebar-blog-archives a:hover {
    text-decoration: underline;
  }
  .sidebarBlog .sidebar-blog-categories a[aria-current=page],
  .sidebarBlog .sidebar-blog-archives a[aria-current=page] {
    font-weight: bold;
    color: #027fcc;
  }
  .sidebarBlog .sidebar-blog-categories .sidebar-blog-count,
  .sidebarBlog .sidebar-blog-archives .sidebar-blog-count {
    color: #6b7280;
    font-size: 0.9em;
    font-weight: normal;
    white-space: nowrap;
  }
  .sidebarBlog .sidebar-blog-categories a[aria-current=page] .sidebar-blog-count,
  .sidebarBlog .sidebar-blog-archives a[aria-current=page] .sidebar-blog-count {
    color: #027fcc;
  }
}
.blog-category-heading {
  margin: 0 0 2rem;
  padding: 1rem 1.25rem;
  background: #f4f8fc;
  border-left: 4px solid #027fcc;
  border-radius: 0 4px 4px 0;
}
.blog-category-heading__label {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.08em;
  line-height: 1;
}
.blog-category-heading__title {
  margin: 0;
  padding: 0;
  font-size: 1.35rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.blog-category-heading__title::before {
  content: none;
}

@media (max-width: 728px) {
  .blog-category-heading {
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
  }
  .blog-category-heading__title {
    font-size: 1.15rem;
  }
}
.pagenavi {
  margin: 2.5rem 0 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.pagenavi .wp-pagenavi {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
}
.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  margin: 0;
  border: 1px solid #d9e2ec;
  border-radius: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.pagenavi .wp-pagenavi a:hover {
  border-color: #027fcc;
  color: #027fcc;
  box-shadow: 0 2px 8px rgba(2, 127, 204, 0.15);
}
.pagenavi .wp-pagenavi span.current {
  border-color: #027fcc;
  background: #027fcc;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(2, 127, 204, 0.25);
}
.pagenavi .wp-pagenavi span.extend {
  border-color: transparent;
  background: transparent;
  color: #6b7280;
  min-width: auto;
  padding: 0.5rem 0.25rem;
}
.pagenavi .wp-pagenavi .previouspostslink,
.pagenavi .wp-pagenavi .nextpostslink {
  font-weight: 600;
  padding-inline: 1rem;
}
.pagenavi .wp-pagenavi .first,
.pagenavi .wp-pagenavi .last {
  color: #6b7280;
}

@media (max-width: 728px) {
  .pagenavi {
    margin: 2rem 0 0.5rem;
  }
  .pagenavi .wp-pagenavi {
    gap: 0.375rem;
    font-size: 0.8125rem;
  }
  .pagenavi .wp-pagenavi a,
  .pagenavi .wp-pagenavi span {
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.375rem 0.5rem;
    border-radius: 6px;
  }
  .pagenavi .wp-pagenavi .first,
  .pagenavi .wp-pagenavi .last {
    display: none;
  }
  .pagenavi .wp-pagenavi .previouspostslink,
  .pagenavi .wp-pagenavi .nextpostslink {
    padding-inline: 0.75rem;
  }
}