<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* **************************************************
	デフォルトCSSの再定義
************************************************** */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

#all_wrapper {
  margin: 0 auto;
}

a {
  color: #333;
  text-decoration: none;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
}

table {
  width: 100%;
}

input,
button,
select,
textarea {
  border: none;
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 0;
  /* macOS/iOSのSafariで角丸になるのを修正 */
  line-height: normal;
  /* macOS/iOSのSafariでplaceholderが上にずれるのを修正 */
}

a:hover,
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.hover_effect:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: 0.3s;
}

a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  color: #333;
}

@media (min-width: 768px) {
  body {
    min-width: 1280px;
    margin: 0 auto;
  }
}
video:focus {
  border: none;
  border-image-width: 0 !important;
  outline-width: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* **************************************************
	レイアウト
************************************************** */
.is-hide {
  display: none;
}

/*.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}*/
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

.aligncenter {
  display: block;
  margin: 10px auto;
}

.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}

.inline_block {
  display: inline-block !important;
}

.disp_line_sp {
  display: inline !important;
}

.disp_lineb_sp {
  display: inline-block !important;
}

.disp_line_pc {
  display: none !important;
}

.disp_lineb_pc {
  display: none !important;
}

#wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  /* 固定ヘッダー分 */
}
#wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 60px;
}

@media (min-width: 768px) {
  .disp_line_sp {
    display: none !important;
  }
  .disp_lineb_sp {
    display: none !important;
  }
  .disp_line_pc {
    display: inline !important;
  }
  .disp_lineb_pc {
    display: inline-block !important;
  }
  #wrapper {
    margin: 0 auto;
    padding: 0;
  }
  #wrapper::before {
    height: 80px;
  }
}
/* **************************************************
	共通パーツ
************************************************** */
/* ----------------------------------------
	見出し
---------------------------------------- */
.hl_a {
  text-align: center;
  padding-bottom: 20px;
}
.hl_a .ja {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

.hl_b {
  text-align: center;
  padding-bottom: 20px;
}
.hl_b &gt; p {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 3.3rem;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(to right, #00927B, #9DC32A);
  padding: 0 10px;
  font-feature-settings: "palt";
}
.hl_b &gt; p &gt; span {
  display: inline-block;
}
.hl_b &gt; p &gt; span.text_border {
  padding-left: 5px;
}

@media (min-width: 768px) {
  .hl_a {
    padding-bottom: 33px;
  }
  .hl_b {
    padding-bottom: 32px;
  }
  .hl_b &gt; p {
    font-feature-settings: initial;
  }
}
/* ----------------------------------------
	検索ボックス
---------------------------------------- */
form.searchform {
  padding: 0;
}
form.searchform .search {
  position: relative;
}
form.searchform .search input.s {
  padding-right: 40px;
}
form.searchform .search .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/common/btn_search.png) no-repeat right 3px center;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  border: none;
  display: inline-block;
  padding: 0;
}

/* ----------------------------------------
	区切り線
---------------------------------------- */
.spl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: solid 1px #CCC;
}

/* ----------------------------------------
	リスト（ul, li）
---------------------------------------- */
.list_def_01 {
  padding: 0;
  margin: 0;
}
.list_def_01 li {
  position: relative;
  padding: 0 0 0 25px;
  list-style: none;
}
.list_def_01 li:before {
  position: absolute;
  content: "●";
  top: 0;
  left: 5px;
}

/* ----------------------------------------
	フォーム系の基本デザイン
---------------------------------------- */
input[type=text],
input[type=password],
input[type=email],
select,
textarea {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 5px 10px;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 40px;
}

select {
  background: #FFF "../img/common/select_icon.png" no-repeat right 11px center;
  background-size: 10px 7px;
  padding-right: 30px;
  cursor: pointer;
}

textarea {
  resize: vertical;
  height: 200px;
}

input:placeholder,
textarea:placeholder {
  color: #969696;
}

input:-ms-input-placeholder {
  color: #969696;
}

input::-ms-input-placeholder {
  color: #969696;
}

label.l_cbox, label.l_radio {
  display: block;
  width: 100%;
}
label.l_cbox:not(:last-of-type), label.l_radio:not(:last-of-type) {
  margin: 0 0 13px;
}

input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
input[type=checkbox] + span:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #CCC;
  border-radius: 4px;
}
input[type=checkbox] + span:after {
  position: absolute;
  content: "";
  top: 7px;
  left: 5px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  transform: rotate(-45deg);
}

input[type=checkbox]:checked + span:before {
  border: solid 1px #333;
  background-color: #333;
}
input[type=checkbox]:checked + span:after {
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
input[type=radio] + span:before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #CCC;
  border-radius: 12px;
}

input[type=radio]:checked + span:before {
  border: solid 2px #333;
}
input[type=radio]:checked + span:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  top: 6px;
  left: 5px;
  background: #333;
  border-radius: 50%;
}

@media (min-width: 768px) {
  select {
    width: initial;
  }
  label.l_cbox, label.l_radio {
    display: inline-block;
    width: auto;
  }
  label.l_cbox:not(:last-of-type), label.l_radio:not(:last-of-type) {
    margin: 0 35px 0 0;
  }
}
/* ----------------------------------------
	文字の装飾
---------------------------------------- */
.txt_red {
  color: #00927B;
}

.txt_note {
  display: block;
  padding-left: 16px;
  position: relative;
}
.txt_note:before {
  position: absolute;
  display: block;
  content: "※";
  top: 0;
  left: 0;
}

.txt_under {
  text-decoration: underline;
}

.txt_inblock {
  display: inline-block;
}

.txt_block {
  display: block;
}

.senja_r {
  font-weight: normal;
}

/* ----------------------------------------
	ローディング
---------------------------------------- */
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #fff;
  z-index: 999;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -50px;
}

@media (min-width: 768px) {
  #loader-bg {
    /*top: 142px;*/
    top: 0;
  }
  #loader {
    /*margin-top: -142px;*/
    margin-top: 0;
  }
}
/* **************************************************
	背景
************************************************** */
.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /* 画像を背景として表示する場合
  padding: 0 0 119px;
  &amp;:not(.front-page) {
    background: url('../img/common/page_end_sp.png') no-repeat center bottom;
    background-size: contain;
  } */
}
/* **************************************************
	ブログコンテンツ
************************************************** */
/* ----------------------------------------
	レイアウト
---------------------------------------- */
.blog_contents .main_column {
  width: 100%;
}
.blog_contents .side_column &gt; div:last-of-type ul {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .blog_contents {
    width: 1000px;
    margin: 0 auto;
  }
  .blog_contents .main_column {
    float: left;
    width: 700px;
  }
  .blog_contents .side_column {
    float: right;
    width: 240px;
    padding-top: 3px;
    padding-bottom: 0;
  }
  .blog_contents .side_panel_wrap {
    float: right;
    padding: 0;
  }
}
/* ----------------------------------------
	ニュース　記事一覧
---------------------------------------- */
/*body.news .plist_wrap {
  .plist {
    margin-bottom: 10px;
    .list_date {
      font-weight: bold;
      font-size: 2.0rem;
      line-height: 3.0rem;
    }
    &gt; ul &gt; li &gt; img {
      vertical-align: initial;
    }
  }
}*/
.entry_panel_wrap {
  width: 100%;
  padding: 0 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
.entry_panel_wrap .entry_panel {
  overflow: hidden;
  position: relative;
  /*
  .tags_list {
    li {
      display: inline-block;
      &amp;:not(:last-of-type) {
        margin-right: 10px;
      }
    }
  }
  */
}
.entry_panel_wrap .entry_panel figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
  border-radius: 10px;
  /*&amp;:after {
    position: absolute;
    display: block;
    content: '';
    border: 1px solid $common_border_color;
    border-radius: 10px;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }*/
}
.entry_panel_wrap .entry_panel figure:before {
  content: "";
  display: block;
  padding-top: 64%;
  outline: 1px solid #CCC;
  outline-offset: -1px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
}
.entry_panel_wrap .entry_panel figure img {
  position: absolute;
  max-width: none;
  max-height: none;
  height: auto; /* jQueryで再調整 */
  width: 100%; /* jQueryで再調整 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry_panel_wrap .entry_panel .text_box .post_date {
  font-weight: bold;
  padding-bottom: 8px;
  min-width: 145px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.entry_panel_wrap .entry_panel .text_box .hl {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  /*
  // 以下、表示行数を制御する CSS
  // matchHeight.js を仕様する場合は動作しないためコメントアウト（function.php の get_the_custom_title で対応）
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -moz-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  display: -o-box;
  box-orient: vertical;
  line-clamp: 3;
  */
}
.entry_panel_wrap .entry_panel .text_box .t_disc {
  font-size: 1.4rem;
  padding-bottom: 7px;
  /*
  // 以下、表示行数を制御する CSS
  // matchHeight.js を仕様する場合は動作しないためコメントアウト（function.php の get_the_custom_XXX で対応）
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  display: -moz-box;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  display: -o-box;
  box-orient: vertical;
  line-clamp: 3;
  */
}
.entry_panel_wrap .entry_panel .text_box .more_link {
  padding-bottom: 10px;
  text-decoration: underline;
}
.entry_panel_wrap .entry_panel .cats_list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.entry_panel_wrap .entry_panel .cats_list li {
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  background-color: #00927B;
  color: #FFF;
  border-radius: 999px;
  min-height: 24px;
  padding: 2px 14px;
  /*
  &amp;:not(:last-of-type) {
    margin: 0 5px 5px 0;
  }
  */
}

@media (min-width: 768px) {
  .entry_panel_wrap {
    width: 1000px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .entry_panel_wrap .entry_panel {
    display: inline-block;
    width: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
    margin-bottom: 50px;
  }
  .entry_panel_wrap .entry_panel figure {
    margin-bottom: 9px;
  }
  .entry_panel_wrap .entry_panel .text_box .post_date {
    padding-top: 4px;
  }
  .entry_panel_wrap .entry_panel .text_box .t_disc {
    padding-bottom: 7px;
  }
  .entry_panel_wrap:after {
    /* レイアウト崩れ防止 */
    content: "";
    display: block;
    width: 300px;
    /* .entory_panelと同じ幅にしてください */
    flex-shrink: 0;
    flex-grow: 0;
  }
}
/* ----------------------------------------
	記事
---------------------------------------- */
article.entry {
  padding: 0 0 30px;
  border-bottom: solid 1px #CCC;
}
article.entry .post_img_wrap {
  width: 100%;
  margin-bottom: 20px;
}
article.entry .post_img_wrap &gt; ul {
  list-style: none;
  padding: 0;
}
article.entry .post_img_wrap &gt; ul &gt; li .trim_b {
  background-color: #e9e9e9;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
article.entry .post_img_wrap &gt; ul &gt; li .trim_b:before {
  content: "";
  display: block;
  padding-top: 68.9%;
}
article.entry .post_img_wrap &gt; ul &gt; li .trim_b img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.entry .post_img_wrap.left {
  float: left;
}
article.entry .post_head {
  padding-bottom: 20px;
}
article.entry .post_head .post_date {
  padding-bottom: 0;
}
article.entry .post_head .post_cat span {
  display: inline-block;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #FFF;
  text-align: center;
  min-width: 80px;
  min-height: 20px;
  padding: 2px 8px;
  margin-right: 10px;
  background-color: #00927B;
}
article.entry .post_head .hl {
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.4rem;
  padding-bottom: 10px;
}
article.entry .post_body {
  line-height: 1.6;
  /*
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 1.87rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.33rem;
  }
  h6 {
    font-size: 1.07rem;
  }
  */
}
article.entry .post_body iframe {
  max-width: 100% !important;
}
article.entry .post_body h1, article.entry .post_body h2, article.entry .post_body h3, article.entry .post_body h4, article.entry .post_body h5, article.entry .post_body h6 {
  font-weight: bold;
  padding: 20px 0 10px;
}
article.entry .post_body p {
  padding-bottom: 10px;
}
article.entry .post_body img {
  margin-bottom: 10px;
  height: auto;
}
article.entry .post_body ul {
  list-style: inherit;
  padding-left: 20px;
  padding-bottom: 15px;
}
article.entry .post_body ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 15px;
}
article.entry .post_body b, article.entry .post_body strong {
  font-weight: bold !important;
}
article.entry .post_body i, article.entry .post_body em {
  font-style: italic !important;
}
article.entry .post_body .movie {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
article.entry .post_body a {
  text-decoration: underline;
}
article.entry .post_body a.btn {
  text-decoration: none;
}
article.entry .post_body table {
  margin-bottom: 20px;
  border: 1px solid #BCBCBC;
  vertical-align: middle;
}
article.entry .post_body table tr:nth-child(odd) {
  background: #EFEFEF;
}
article.entry .post_body table tr th, article.entry .post_body table tr td {
  border: 1px solid #BCBCBC;
  vertical-align: middle;
}
article.entry .post_body table tr th {
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  background: #999;
  color: #FFF;
}
article.entry .post_body table tr td {
  line-height: 1.2;
  font-weight: bold;
  padding: 5px 10px;
}
article.entry .post_body .btn_wrap {
  padding: 10px;
}
article.entry .post_body .btn_wrap .btn {
  max-width: initial;
  font-size: 20px;
}
article.entry .clear_float {
  clear: both;
}
article.entry .post_foot {
  text-align: right;
}
article.entry .post_foot .more {
  width: 100px;
  height: 30px;
  margin: 10px 0 0 auto;
  border: solid 1px #9acfe5;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
}
article.entry .post_foot .more a {
  display: block;
  width: 100%;
  height: 100%;
}

.no_post {
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 768px) {
  article.entry {
    padding: 0 0 30px;
  }
  article.entry .post_img_wrap {
    width: 484px;
    margin: 0 15px 10px 0;
  }
  article.entry .post_img_wrap &gt; ul &gt; li .trim_b:before {
    padding-top: 346px;
  }
  article.entry .post_body {
    /* .movie {
      width: 560px;
    } */
  }
  article.entry .post_body .btn_wrap .btn {
    max-width: 250px;
    min-width: initial;
  }
  article.entry .post_foot .more {
    margin: 20px 0 0 auto;
  }
  .no_post {
    padding: 100px 0;
  }
}
/* 記事フッタ
---------------------------------------- */
.article_foot {
  margin: 0;
  padding: 15px 0;
}
.article_foot .paging {
  display: flex;
  justify-content: space-between;
  padding: 0 0 14px 0;
  margin-bottom: 6px;
  text-align: justify;
  text-justify: inter-character;
}
.article_foot .paging .next,
.article_foot .paging .prev {
  position: relative;
  width: 50%;
  min-height: 90px;
  /* 削除すれば文字数連動になる */
}
.article_foot .paging .next a,
.article_foot .paging .prev a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}
.article_foot .paging .next a span.date,
.article_foot .paging .prev a span.date {
  display: block;
  font-weight: bold;
  padding: 0;
  vertical-align: top;
}
.article_foot .paging .next:before {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 7px;
  left: 2px;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  transform: rotate(-45deg);
}
.article_foot .paging .next a {
  padding: 6px 25px 10px 19px;
  border-right: solid 1px #CCC;
}
.article_foot .paging .prev {
  margin-left: auto;
}
.article_foot .paging .prev:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 7px;
  right: 2px;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.article_foot .paging .prev a {
  padding: 6px 19px 10px 25px;
  border-left: solid 1px #CCC;
  text-align: right;
}
.article_foot .paging .next + .prev a {
  border-left: none;
}

@media print, screen and (min-width: 768px) {
  .article_foot {
    padding: 30px 0 0;
  }
  .article_foot .paging {
    padding: 0 0 30px 0;
    margin-bottom: 0;
  }
}
/* ----------------------------------------
	ページネーション
---------------------------------------- */
.pagination_pc {
  display: none;
}

.pagination_sp {
  width: 100%;
  text-align: center;
  padding: 0 7px;
}
.pagination_sp .pagenum {
  width: 100%;
  margin-bottom: 15px;
  padding: 14px 0 13px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.pagination_sp .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pagination_sp .pager .prev,
.pagination_sp .pager .next {
  width: 48%;
  width: calc((100% - 15px) / 2);
  min-height: 40px;
  border-radius: 999px;
  background-color: #00927B;
}
.pagination_sp .pager .prev a,
.pagination_sp .pager .next a {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
}
.pagination_sp .pager .prev {
  margin-right: auto;
}
.pagination_sp .pager .prev a {
  padding: 5px 10px 5px 35px;
}
.pagination_sp .pager .prev a:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 50%;
  left: 22px;
  content: "";
  height: 9px;
  width: 9px;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  transform: rotate(45deg) translateY(-74%);
}
.pagination_sp .pager .next {
  margin-left: auto;
}
.pagination_sp .pager .next a {
  padding: 5px 35px 5px 10px;
}
.pagination_sp .pager .next a:after {
  /* くの字　*/
  position: absolute;
  display: block;
  top: 50%;
  right: 22px;
  content: "";
  height: 9px;
  width: 9px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg) translateY(-74%);
}

@media (min-width: 768px) {
  .pagination_sp {
    display: none;
  }
  .pagination_pc {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .pagination_pc ul li {
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }
  .pagination_pc ul li a {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    border: solid 1px #CCC;
    border-radius: 4px;
    color: #333;
  }
  .pagination_pc ul li a.page-numbers.prev {
    position: relative;
    border: none;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .pagination_pc ul li a.page-numbers.prev:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 5px;
    transform: translate(0, -50%) rotate(45deg);
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #00927B;
    border-left: 2px solid #00927B;
  }
  .pagination_pc ul li a.page-numbers.next {
    position: relative;
    border: none;
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .pagination_pc ul li a.page-numbers.next:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 5px;
    transform: translate(0, -50%) rotate(45deg);
    height: 15px;
    width: 15px;
    border-top: 2px solid #00927B;
    border-right: 2px solid #00927B;
  }
  .pagination_pc ul li span.current {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: #00927B;
    border-radius: 4px;
    color: #FFF;
  }
  .pagination_pc ul li span.dots {
    display: block;
    width: 40px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
  }
}
/* ----------------------------------------
	ウィジェットエリア_お知らせ一覧
---------------------------------------- */
.widget-row-wrap {
  width: 100%;
  font-weight: bold;
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.widget-row-wrap .wgarea_top_area {
  width: 100%;
}
.widget-row-wrap .wgarea_top_area h2,
.widget-row-wrap .wgarea_top_area h3,
.widget-row-wrap .wgarea_top_area h4,
.widget-row-wrap .wgarea_top_area h5,
.widget-row-wrap .wgarea_top_area h6,
.widget-row-wrap .wgarea_top_area label {
  display: none;
}

@media (min-width: 768px) {
  .widget-row-wrap {
    flex-direction: row;
    gap: initial;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  }
  .widget-row-wrap .wgarea_top_area {
    width: 300px;
  }
  .widget-row-wrap .wgarea_top_area select, .widget-row-wrap .wgarea_top_area input:not(.searchsubmit) {
    width: 100%;
  }
}
/* ----------------------------------------
	ウィジェットエリア（お知らせ詳細_PC_サイドカラム）
---------------------------------------- */
div.wgarea_side_area {
  font-weight: bold;
}
div.wgarea_side_area:not(:last-of-type) {
  margin-bottom: 30px;
}
div.wgarea_side_area[id*=custom-post-type-search] &gt; h3 {
  display: none;
}
div.wgarea_side_area:has(form.searchform) {
  display: none;
}
div.wgarea_side_area &gt; h3 {
  padding-bottom: 5px;
  border-bottom: solid 2px #333;
}
div.wgarea_side_area ul li {
  border-bottom: 1px solid #CCC;
  line-height: 24px;
}
div.wgarea_side_area ul li.cat-item {
  line-height: 27px;
}
div.wgarea_side_area ul li a {
  display: inline-block;
  padding: 13px 10px 12px;
}
div.wgarea_side_area ul li .children {
  padding: 0 0 0 10px;
  border-top: 1px solid #CCC;
}
div.wgarea_side_area ul li .children &gt; li {
  padding-left: 0;
  padding-right: 0;
}
div.wgarea_side_area ul li .children &gt; li:last-of-type {
  border-bottom: 0;
}

@media (min-width: 768px) {
  div.wgarea_side_area:has(form.searchform) {
    display: block;
  }
}
/* **************************************************
	404
************************************************** */
.not_found {
  padding: 30px 20px;
}
.not_found &gt; p {
  padding: 0 0 30px 0;
}

@media (min-width: 768px) {
  .not_found {
    width: 1000px;
    margin: 0 auto;
  }
  .not_found &gt; p {
    text-align: center;
  }
}
/* **************************************************
	固定ページ
************************************************** */
/* **************************************************
	Light Box 対応
**********************************F**************** */
@media (min-width: 768px) {
  .figure_lightbox {
    position: relative;
  }
  .figure_lightbox:hover {
    position: relative;
    opacity: 0.7;
    transition: 0.3s;
  }
  .figure_lightbox &gt; a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .figure_lightbox &gt; a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/common/icon_zoom.png) no-repeat right bottom;
    background-size: 40px 40px;
  }
}
/* **************************************************
	モーダルウィンドウ（共通）
************************************************** */
.js-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.js-modal .modal_bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.js-modal .modal_content {
  position: absolute;
  width: calc(100vw - 30px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFF;
  margin: 15px;
  padding: 20px;
}
.js-modal .js-modal-close {
  cursor: pointer;
}

.js-modal-open {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .js-modal .modal_content {
    margin: 0;
    width: 1000px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}</pre></body></html>