  @charset "UTF-8";

h1.page_title {
  font-size: 40rem;
  margin-bottom: 25px;
}


/* 検索ボックス */
.mf_finder_searchBox.l-result-searchBox .mf_finder_searchBox_items_wrapper {
  background: transparent;
  padding: 20px;
}

.mf_finder_searchBox.l-result-searchBox .mf_finder_searchBox_items {
}

.mf_finder_searchBox.l-result-searchBox .mf_finder_searchBox_query_wrap {
  width: 94%;
  height: 55px;
  /* padding-left: 19px; */
  padding-left: 0;
  background: #fff;
  text-align: left;
  border-radius: 3px;
  font-size: 16px;
}

/* 検索ボックス ヘッダ用 */
.head_search_area .mf_finder_searchBox_items_wrapper {
  background: none;
  padding: 0!important;
  height: 0;
  margin-top: -17px;
  min-width: 250px;
}

.head_search_area .mf_finder_searchBox_query_wrap {
  width: 94%;
  height: 30px;
  padding: 0 6px 0 6px;
  font-size: 12rem;
  background: #fff;
  text-align: left;
  border-radius: 0;
  border: solid 1px #ccc;
}

.head_search_area .mf_finder_searchBox_query_input {
  min-height: 0;
}

/* 検索ボタンヘッダ用 */
.head_search_area .mf_finder_searchBox_submit {
  padding: 0!important;
  position: absolute;
  right: 20px;
  top: 3px;
}

.mf_finder_organic_header_wrapper {
}

.mf_finder_organic_header {
  margin-top: 0px!important;
  font-size: 16px;
  font-weight: 400;
}

.mf_finder_organic_nums {
  display: flex;
}

.mf_finder_organic_range,
.mf_finder_organic_total {
  display: flex;
}

.mf_finder_organic_range_from,
.mf_finder_organic_range_to {
  display: flex;
  justify-content: flex-start;
}

.mf_finder_query {
  display: inherit;
}

/* list */
.mf_finder_organic_docs_wrapper {
  background: #ffffff;
  padding: 52px 60px;
  width: 100%;
  margin-bottom: 60px;

  @media screen and (max-width: 989.98px) {
    border-radius: 5px;
    width: 100%;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;
  }
}

.mf_finder_organic_docs {
  @media screen and (max-width: 989.98px) {
    padding: 25px 15px;
  }
}

.mf_finder_organic_doc {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: 1px solid #ccc;
}

.mf_finder_organic_doc:first-child {
  margin-top: 5px;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

.mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
  width: 100%;
  max-width: 200px;
  margin-right: 40px;

  @media screen and (max-width: 989.98px) {
    width: 96px !important;
    height: 72px !important;
    display: block !important;
    min-width: unset !important;
  }

  a {
    @media screen and (max-width: 989.98px) {
      width: 96px !important;
      height: 72px !important;
      display: block !important;
      min-width: unset !important;
    }
  }

}

.mf_finder_organic_doc .mf_finder_organic_doc_title {
  line-height: 140%;
  font-size: 20px;
  font-weight: 700;

  @media screen and (max-width: 989.98px) {
    width: 100% !important;
    font-size: 15px !important;
    line-height: 25px !important;
    margin: 0 0 15px 0 !important;
  }
}

.mf_finder_link {
  margin-bottom: 15px;

  @media screen and (max-width: 989.98px) {
    display: block;
  }
}

.mf_finder_organic_doc .mf_finder_organic_doc_body {
  line-height: 200%;

  @media screen and (max-width: 989.98px) {
    margin: 0 0 15px 0px !important;
    width: 100% !important;
    height: auto;
    font-size: 12px !important;
    line-height: 23px !important;
    margin-bottom: 15px !important;
    max-height: 330px !important;
  }
}

.mf_finder_link {
  margin-top: 10px;
  word-wrap: break-word;
}
.mf_finder_link .mf_finder_organic_doc_url {
  text-decoration: underline;
  color: #213dd6;
  word-break: break-all;

  @media screen and (max-width: 989.98px) {
    width: inherit !important;
    float: none !important;
    background-position-y: 5px;
  }

  span {
    height: 20px !important;
    @media screen and (max-width: 989.98px) {
      width: 100% !important;
      height: auto !important;
      overflow: unset;
      text-overflow: unset;
      white-space: unset;
      line-height: 25px !important;
    }
  }
}

.mf_finder_link .mf_finder_organic_doc_url:hover {
  text-decoration: none;
}

.mf_finder_organic_doc_img img {
  border: solid 1px #ccc;
  border-radius: 5px;
}

  /* 非表示 */
.mf_finder_logo,
.mf_finder_searchBox_sort,
.mf_finder_searchBox_pagemax,
.mf_finder_searchBox_doctype,
.mf_finder_searchBox_imgsize {
  display: none;
}

@media (max-width: 767px) {

  /* 検索ボックス ヘッダ用 */
  .head_search_area {
    padding: 5px 10px 0 10px;
    border: none;
    height: 51px;
  }

  .head_search_area .mf_finder_searchBox_items_wrapper {
    margin-top: 5px;
  }

  .head_search_area .mf_finder_searchBox_query_wrap {
    width: 100%;
  }

  .head_search_area .mf_finder_searchBox_query_input {
    min-height: 0;
  }

  /* 検索ボタンヘッダ用 */
  .head_search_area .mf_finder_searchBox_submit {
    right: 5px;
  }

  h1.page_title {
    font-size: 24rem;
    margin: 20px 0 20px 15px;
  }

  #page_search {
    max-width: 100%;
    height: 40px;
    font-size: 15rem;
    padding-left: 10px;
  }

  .mf_finder_organic_doc {
    margin-top: 20px;
    padding: 0 15px 20px 15px;
  }

  .mf_finder_organic_doc .mf_finder_organic_doc_img_wrapper {
    margin-right: 15px;
  }

  .mf_finder_organic_doc_img {
    width: 100px!important;
  }

  .mf_finder_organic_doc:first-child {
    padding-top: 15px;
  }

  .mf_finder_organic_doc .mf_pagetitle {
    font-size:16rem;
    margin-bottom: 10px;
  }

  /* ページャー */
  .mf_finder_pager_items {
    margin-bottom: 0;
  }

}
