@charset "EUC-JP";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*                                                        */
/* ● style_search.css                                    */
/*    情報検索 専用CSS                                    */
/*    ・ページ固有の処理を記述                            */
/*                                                        */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    各種import                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    カラー設定                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* カラー定義
 ------------------------------------ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    プロパティ                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    mixin 定義                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 疑似要素

       ::before, ::after で親要素にフィットさせる処理 （ボタンの背景など）
 ------------------------------------ */
/* サイトロゴ

  想定しているHTML構造 ※見出しレベル h1〜h6 は任意
  <h1 class="SiteLogo">
    <a href="">
      <img src="<?php $this->BcBaser->themeUrl(); ?>img/common/logo/site_logo.svg" alt="" />
    </a>
  </h1>

  適用例 ）
    .SiteLogo{
        @include config.site-logo();
    }
------------------------------------------------------------------------ */
/* 基本リンク

  適用例 ）
    .hogehoge{
      @include config.hvr-txt-underline();
    }
------------------------------------------------------------------------ */
/* 基本ページ幅

  適用例 ）
    .hogehoge{
        @include config.page-width-default();
    }
------------------------------------------------------------------------ */
/* スクロールバーをカスタマイズ

  適用例 ）
    .hogehoge{
        @include config.customScrollBar();
    }
------------------------------------------------------------------------ */
/* flex 関連のプロパティをまとめて定義

  適用例 ）
    .hogehoge{
        @include config.flex();
    }
    .hogehoge{
        @include config.flex(center, flex-end);
    }
------------------------------------------------------------------------ */
/* テキストを任意の行数で切る （引数で行数を指定）

   適用例 ）
    .hogehoge{
        @include config.custom_txt_overflow(2);
    }
 ------------------------------------------------------------------------ */
/* clearfix

  適用例 ）
    .hogehoge{
        @include config.clearfix();
    }
------------------------------------------------------------------------ */
/* dotline

  適用例 ）
    .hogehoge{
        @include config.dotline();
    }
------------------------------------------------------------------------ */
/* lattice パターン

  適用例 ）
    .hogehoge{
        @include config.lattice();
    }
------------------------------------------------------------------------ */
/* エリアのデザインパターン

  適用例 ）
    .hogehoge{
        @include config.decorated_area();
    }
------------------------------------------------------------------------ */
/* レスポンシブ 対応用 ブレイクポイントによる条件分岐
   適用例 ）
   @include config.media-query(under-bp-m) {
      $breakpoint-m よりも小さいウィンドウ幅の処理をここに書く
   }
 ------------------------------------------------------------------------ */
/* 単位を除去して数値のみ返す関数
 ------------------------------------------------------------------------ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    World                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* --------------------------------------------------- */
/* 検索                                                */
/* --------------------------------------------------- */
body.Search.Npo #SiteHeaderArea .MainMenuList a[href*="80_search/?contents_id=1"] {
  background-image: linear-gradient(to bottom, transparent calc(100% - 5px), rgb(29, 195, 104) calc(100% - 5px));
}
body.Search.Volunteer #SiteHeaderArea .MainMenuList a[href*="80_search/?contents_id=2"] {
  background-image: linear-gradient(to bottom, transparent calc(100% - 5px), rgb(29, 195, 104) calc(100% - 5px));
}

.SearchBlock .AccordionParent {
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
  margin-right: 0;
}
.SearchBlock .AccordionParent .AccordionChild {
  padding: 0 2.5rem 2.5rem;
  font-size: 87.5%;
}
@media screen and (min-width: 768px), print {
  .SearchBlock .AccordionParent {
    width: 50%;
  }
  .SearchBlock .AccordionParent.Active {
    width: 100%;
  }
}

/* --------------------------------------------------- */
/* 検索結果                                            */
/* --------------------------------------------------- */
.SearchContentsBlock .Meta {
  font-size: 1.2rem;
  line-height: 1.75;
}
.SearchContentsBlock .Meta .Heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(30, 162, 109);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.SearchContentsBlock .Meta .Heading::after {
  content: "：";
}
.SearchContentsBlock .Meta .TagList {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.SearchContentsBlock.List {
  margin-top: 2.5rem;
  border-top: 1px dashed rgb(30, 162, 109);
  padding-top: 2.5rem;
}
.SearchContentsBlock.List .BlockHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.SearchContentsBlock.Detail {
  background: #fff;
  border: 1px solid rgb(29, 195, 104);
  margin-top: 2.5rem;
  padding: 2.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .SearchContentsBlock.Detail {
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}
.SearchContentsBlock.Detail .BlockHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed rgb(30, 162, 109);
}
.SearchContentsBlock.Detail .BlockHeader .Heading .Icon {
  display: none;
}
.SearchContentsBlock.Detail .BlockHeader .MetaGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.SearchContentsBlock.Detail .BlockHeader .MetaGroup .Meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.SearchContentsBlock.Detail .BlockHeader .MetaGroup .Meta .Heading {
  min-width: 5em;
}
.SearchContentsBlock.Detail .BlockContents {
  font-size: 87.5%;
}
.SearchContentsBlock.Detail .BlockContents .Image img {
  border-radius: 1rem;
}
.SearchContentsBlock.Detail .BlockContents .Paragraph {
  margin: 2.5rem auto;
}

/*  一覧表示用のリスト
--------------------------------------------------- */
.SearchContentsList {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.SearchContentsList > li > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.SearchContentsList > li > .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  border: 1px solid rgb(180, 180, 180);
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
}
.SearchContentsList > li > .inner a .ImageItem .Image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.5;
}
.SearchContentsList > li > .inner a .TextItem {
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.SearchContentsList > li > .inner a .TextItem .Message {
  font-size: 2.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .SearchContentsList > li > .inner a .TextItem .Message {
    -webkit-line-clamp: 2;
  }
}
.SearchContentsList > li > .inner a .TextItem .Author {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .SearchContentsList > li > .inner a .TextItem .Author {
    -webkit-line-clamp: 1;
  }
}
.SearchContentsList > li > .inner a .TextItem .Meta {
  margin-top: 1em;
}
.SearchContentsList > li > .inner a .TextItem .Meta .TagList li {
  max-width: 10em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .SearchContentsList > li > .inner a .TextItem .Meta .TagList li {
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 768px), print {
  .SearchContentsList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
  .SearchContentsList li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .SearchContentsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
