@charset "UTF-8";
.l-header .mf_finder_searchBox_items_wrapper .mf_finder_searchBox_items {
  padding: 0;
}

.l-header .l-header__block__search input[type=text] {
  font-size: 13px;
}

.l-header .l-header__block__search .mf_finder_searchBox,
.newsroom-pc-form .mf_finder_searchBox,
.mf_finder_searchBox_items .mf_finder_searchBox_submit span {
  margin-left: 0;
  margin-right: 0;
}

.l-header .l-header__block__search button {
  height: 34px;
}

.mf_finder_searchBox_submit:before {
  display: none!important;
}

.mf_finder_searchBox_submit span {
  display: block!important;
  font-size: 13px;
}

@media screen and (min-width:720px) {
  .container .row .newsroom-pc-form {
    padding: 15px 20px 15px 75px;
  }

  .container .row .newsroom-pc-form input[type=text] {
    margin-left: 0;
  }

  .container .row .newsroom-pc-form button span {
    margin: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 719px) {
  .l-header .mf_finder_container .mf_finder_searchBox {
    margin-left: 0;
    margin-right: 0;
  }
  
  .l-header .l-header__block__search input[type=text] {
    width: 100%;
  }

  .l-header .l-header__block__search button {
    height: 45px;
  }
}
