@charset "UTF-8";

.mv-btn > .wp-block-group-is-layout-constrained {
  display: flex;
  position: absolute;
  top: 50px;
  right: 180px;
  gap: 30px;
}

.wp-block-cover {
  min-height: 330px;
}

/** トップページのお知らせ一覧 **/

.top-newslist .p-postList__body {
  display: flex;
}
/* 日付とカテゴリー並べ替え */
.top-newslist .p-postList__cat {
  order: 2;
}
.top-newslist .p-postList__times.c-postTimes.u-thin {
  order: 1;
}
/* 日付とカテゴリーのアイコン非表示 */
.top-newslist time.c-postTimes__posted.icon-posted::before,
.top-newslist span.p-postList__cat.icon-folder::before {
  display: none;
}
/* 日付とカテゴリーの文字サイズ */
.top-newslist .p-postList__cat,
.top-newslist time.c-postTimes__posted {
  font-size: 15px;
}

.top-newslist {
  border-top: 3px solid #004070;
}

.p-postList__item {
  border-bottom: 2px dotted #333;
}

.p-postList__item:first-child {
  padding-top: 14px;
}

.post_content .p-postList {
  border-top: 0px;
}

/* 日付の装飾 */
.c-postTimes {
  opacity: 1 !important;
  font-weight: 600;
}

/* カテゴリーの装飾 */
.top-newslist .p-postList__cat {
  padding: 4px;
  color: #fff;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 下層ページ　日付とカテゴリーのアイコン非表示 */
.post_content time.c-postTimes__posted.icon-posted::before,
.post_content span.p-postList__cat.icon-folder::before,
.c-categoryList:before {
  display: none;
}

.post_content .p-postList__cat {
  padding: 4px;
  color: #fff;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-postList__cat[data-cat-id="1"],
.c-categoryList__link[data-cat-id="1"] {
  background-color: #00913a;
}

.p-postList__cat[data-cat-id="2"],
.c-categoryList__link[data-cat-id="2"] {
  background-color: #2ca6e0;
}

.p-postList__cat[data-cat-id="3"],
.c-categoryList__link[data-cat-id="3"] {
  background-color: #e9516a;
}

.post_content .h2-member {
  border-left: 6px solid #004070;
  color: #004da0;
  background-color: #dcedf6;
  padding: 6px 0 4px 16px;
}

.post_content .l-content,
.single-post .l-content {
  padding-top: 0px !important;
}

.single-post .l-mainContent {
  padding-top: 4rem;
}

.page-template-default .l-content {
  padding-top: 0px !important;
}

.l-topTitleArea {
  text-align: center;
  min-height: 100px;
  padding: 1em 0;
  background-color: #004070;
}

.c-filterLayer__img {
  display: none;
}

.post_content .wp-block-media-text__content {
  padding-top: 0px;
}

.l-sidebar {
  background-color: #dcedf6;
  padding: 20px;
}

.l-header__gnav {
  display: none;
}

.l-header__inner {
  padding: 20px;
}

.h2-top {
  color: #004070;
  border: none;
  background-color: unset;
  margin-bottom: 10px;
}

#breadcrumb {
  display: none;
}

.news-link a {
  color: #000;
}

.news-link a:hover {
  color: #004070;
}

.l-header__barInner {
  height: 1rem;
}

.top-count {
  border-bottom: 3px solid #e95513;
  max-width: 600px;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 2rem;
}

.sp-btnbox {
  display: none;
}

#lp-content .post_content,
#main_content .post_content {
	margin-top: 20px !important;
}
