@charset "UTF-8";
/*	MF検索結果ページ	*/
  .h-top-search-area	{
  display:none;
  }
  .h-top-link	{
  display:none !important;
  }
  .header-bottom	{
  display:none !important;
  }
  .mf_finder_searchBox_submit	{ white-space:nowrap;
  }
  @media (min-width: 768px), print {
  #header	{
  max-height:130px;/*100*/
  }
  .mf_finder_container {
  max-width:1420px;
  margin-left:auto;
  margin-right:auto;
  }
  }
  @media (max-width: 768px), print {
  body	{
  max-width:767px !important;

  }
  @media (max-width: 768px) {
    .header-bottom	{
      display:block !important;
      }
    }
  #contents	{
  margin:0px 0px !important;
  max-width:767px !important;
  }
  .mf_finder_container	{
   max-width:767px !important;

  }
  .wrap	{
  max-width:100% !important;
  }
  .mf_finder_organic_docs_wrapper {
	width:100%;

  }
  .mf_finder_organic_doc_contents {
	word-wrap:break-word !important;
	overflow-wrap:break-word !important;
  }
    .mf_finder_organic_doc_contents_wrapper {
	word-wrap:break-word !important;
	overflow-wrap:break-word !important;
  }
      .mf_finder_link {
	word-wrap:break-word !important;
		overflow-wrap:break-word !important;
  }
  .mf_finder_organic_doc_url_wrapper	{
  display:none !important;
  }
  /* 20240226 */
  	.mf_finder_searchBox_submit span	{
		display:inline !important;
		}
  }
  /*button.mf_finder_searchBox_submit:before	{
	content:'' !important;
	}*/
  .mf_finder_organic_pager	{
  	margin-top:10px !important;
  	}
  	  	/* 20240321 */
  	 .mf_finder_pager_item_prev:before	{
	content:'' !important;
	}
  /* 20241010 */
  button.mf_finder_searchBox_submit {
    height: 44px !important;
  }
  /*20250219saito*/
  @media (min-width: 640px) {
    header .mf_finder_searchBox_submit span {
        display: none;
        margin-right: 0;
    }
   
}