@charset "utf-8";

/*会員を検索する用フォームブロック*/
@media (max-width: 960px) {
  #search_form .form_title {
    font-size: 1.25rem;
    text-align: center;
  }

  .search_button {
    margin-top: 1rem;
  }

  .search_button button {
    width: 100%;
  }
}

@media (min-width: 961px) {
  #search_form .form_title {
    font-size: 1.75rem;
  }

  .form_block .industry {
    width: 35%;
    text-align: left;
  }

  .form_block .taglist{
    width: 100%;
    text-align: left;
}
}
/*フォームブロックのラベル横の矢印*/
#freeword,
#industry{
  height: 36px;
  width: 100%;
  border: 1px solid #3E3E3E;
}

#freeword:focus,
#industry:focus{
  outline: none;
}

/*会員一覧のリスト内ブロック*/
@media (max-width: 960px) {
  #member_list .list_content_block .addElements {
    margin: 12px 0;
  }
}

#member_list .list_content_block:last-child {
  border-bottom: 2px solid #717171;
  padding-bottom: 24px;
}

  /* タグで絞り込む */
#form-tag-select{
  height: 36px;
  width: 100%;
  border: 1px solid #3E3E3E;
}

#form-tag-select:focus{
  outline: none;
}

.select-arrow::after {
  display: none;
}

  @media (max-width: 960px) {
  .search_form .form_block .taglist {
    text-align: left !important;
  }
  .select-arrow,
  .select-arrow::after {
    display: none !important;
  }
}
