@charset "UTF-8";
@media screen and (max-width: 767px) {
  /*****************************************
   * ヘッダー（SPは別のヘッダーを用意）
  *****************************************/
  #sp_header_logosr_box {
    background: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
  }

  #header-pc, #header_alt {
    display: none !important;
  }

  #sp_header_wrap {
    width: 100%;
  }

  #sp_header_logo_Box {
    width: 88%;
    padding-top: 5px;
    zoom: 1;
    /* float解除 for IE6/7  */
  }

  #sp_header_logo_Box:after, #sp_header_logo_Box:before {
    content: "";
    clear: both;
    display: block;
  }

  #sp_header_logo {
    width: 40%;
    float: left;
    padding-left: 2%;
    margin-bottom: 15px;
  }

  #sp_header_logo a img {
    height: 40px;
    width: auto;
    display: block;
  }

  #sp_headerSearch_Box {
    padding: 60px 20px 5px 20px;
  }

  .headerSearchCont, #header_3rd_searcher_words_wrapper_sp {
    display: flex;
    justify-content: center;
    border: 1px solid #cccccc;
    box-sizing: border-box;
  }

  .headerSearchText, #header_3rd_searcher_words_sp {
    box-sizing: border-box;
    height: 24px;
    font-size: 14px;
    padding: 0px 5px;
    border: 0;
    width: 80%;
    line-height: 32px;
    height: 32px;
  }

  #header_3rd_searcher_button_sp {
    -webkit-appearance: button;
    color: #ffffff;
    background-color: #d10003;
    border: none;
    width: 20%;
    height: 32px;
  }

  #top_sbutton {
    color: #ffffff;
    background-color: #d10003;
    border: none;
    width: 20%;
    height: 32px;
  }

  #blockLinkWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #blockLinkWrap li {
    width: 50%;
    display: flex;
  }
  #blockLinkWrap li a {
    display: block;
    width: 100%;
  }
}
