@charset "UTF-8";
/* header */
.site-header .searchArea .mf-search-box .mf-search-bar, .cp-header .searchArea .mf-search-box .mf-search-bar {
  background: #fff !important; }
  .site-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_doc-type, .cp-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_doc-type {
    display: none; }
  .site-header .searchArea .mf-search-box .mf-search-bar #mf-search-bar_input, .cp-header .searchArea .mf-search-box .mf-search-bar #mf-search-bar_input {
    padding: 1em;
    border-width: 1px 0 1px 1px;
    border-color: #005cca;
    border-radius: 9999px 0 0 9999px !important; }
  .site-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button, .cp-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button {
    padding: 1em 0.5em;
    border: 1px #666 solid;
    border-width: 1px 1px 1px 0;
    border-color: #005cca;
    border-radius: 0 9999px 9999px 0 !important;
    background: none; }
    .site-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button svg, .cp-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button svg {
      color: #666; }
    .site-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button span, .cp-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button span {
      display: none; }
  .site-header .searchArea .mf-search-box .mf-search-bar .mf-filters_selects_other, .cp-header .searchArea .mf-search-box .mf-search-bar .mf-filters_selects_other {
    margin: 0.5rem; }
    .site-header .searchArea .mf-search-box .mf-search-bar .mf-filters_selects_other .mf-filters_selects_other_item_icon, .cp-header .searchArea .mf-search-box .mf-search-bar .mf-filters_selects_other .mf-filters_selects_other_item_icon {
      margin-top: 0.25rem; }

.cp-header .searchArea .mf-search-box {
  width: 250px; }
  .cp-header .searchArea .mf-search-box .mf-search-bar #mf-search-bar_input {
    border: none;
    background: #dee2e6; }
  .cp-header .searchArea .mf-search-box .mf-search-bar .mf-search-bar_button {
    border: none;
    background: #dee2e6; }

/* Result */
#searchResultArea {
  max-width: 1120px;
  margin: auto;
  /* results */ }
  #searchResultArea .mf-search-bar {
    width: 50%; }
    #searchResultArea .mf-search-bar .mf-custom-select-wrapper {
      display: none; }
  #searchResultArea #mf-search-bar_input {
    padding: 1.5em;
    border-width: 1px 0 1px 1px;
    border-color: #005cca;
    border-radius: 9999px 0 0 9999px !important; }
  #searchResultArea .mf-search-bar_button {
    padding: 1.5em 0.5em;
    border: 1px #666 solid;
    border-width: 1px 1px 1px 0;
    border-color: #005cca;
    border-radius: 0 9999px 9999px 0 !important;
    background: none; }
    #searchResultArea .mf-search-bar_button svg {
      color: #666; }
    #searchResultArea .mf-search-bar_button span {
      display: none; }
  #searchResultArea .mf-filters_selects_other {
    margin: 0.5rem; }
    #searchResultArea .mf-filters_selects_other .mf-filters_selects_other_item_icon {
      margin-top: 0.25rem; }
  #searchResultArea .mf-custom-select-wrapper:before {
    content: "表示件数";
    padding-right: 1rem; }
  #searchResultArea .mf-search-results_spellcheck_text {
    margin: 0.5rem; }
  #searchResultArea .mf-search-results_header {
    /* h2 */
    margin-bottom: 1.5rem;
    font-size: 1.25em; }
  #searchResultArea .mf-search-results_body li {
    margin: 1rem 0;
    padding: 2rem 0 1rem 0;
    border-top: 1px #ccc solid; }
    #searchResultArea .mf-search-results_body li .mf-search-results_body_result_image {
      margin-right: 2rem; }
  #searchResultArea .mf-search-results_body div h3 {
    margin-bottom: 0.5rem;
    font-size: 1.25rem; }
  #searchResultArea .mf-search-results_mars-logo {
    display: none; }

@media screen and (max-width: 1025px) {
  .site-header .searchArea {
    width: 100%;
    max-width: 400px;
    margin: 1rem auto; }

  .cp-header .searchArea .mf-search-box {
    width: calc(100% - 2rem);
    margin-left: 1rem; } }
@media screen and (max-width: 500px) {
  #searchResultArea .mf-search-bar {
    width: 100%; }
  #searchResultArea .mf-search-results ul li {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 1rem; }
    #searchResultArea .mf-search-results ul li a.mf-search-results_body_result_image {
      width: 30%;
      margin: 0; }
      #searchResultArea .mf-search-results ul li a.mf-search-results_body_result_image img.mf_imgsize-2 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important; }
    #searchResultArea .mf-search-results ul li > div h3 {
      font-size: 1rem; } }
