@charset "UTF-8";
#wrapper {
  background: url("../images/common/bg_searchLab.jpg") no-repeat;
  background-position: center 214px;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  #wrapper {
    background-position: center 175px;
  }
}

#main_seachLab {
  width: 949px;
  margin: 0 76px;
}

.sarch_block {
  /*height: 318px;*/
  margin-bottom: 60px;
}

.sarch_block_flex{
  display: flex;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .sarch_block_flex{
    display: block;
  }
}

.sarchFreeword_txt{
  margin-top: 58px;
  /*padding-bottom: 15px;*/
  padding-top: 5px;
  font-size: 21px;
  padding-left: 12px;
}

.sarchKeyword_txt {
  padding-top: 5px;
  /*padding-bottom: 15px;*/
  font-size: 21px;
  padding-left: 12px;
}

.sarchKeyword_txt a{
  color: #001EFF;
  text-decoration: underline;
}

#search_text {
  height: 51px;
  width: 400px;
  font-size: 18px;
  padding-left: 12px;
}

#search_submit {
  height: 52px;
  width: 102px;
  text-align: center;
  background: #001D7B;
  border: 0;
  color: white;
  font-size: 21px;
  margin-left: 10px;
}

#search_submit:hover {
  cursor: pointer;
}

#search_keyword_button {
  height: 52px;
  line-height: 52px;
  width: 180px;
  text-align: center;
  background: #001D7B;
  border: 0;
  color: white;
  font-size: 21px;
  margin-left: 10px;
}

#search_keyword_button:hover {
  cursor: pointer;
}

.sarchKeyword_form:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#search_result_box ul {
  margin: 0 0 60px 0;
}

#search_result_box ul li {
  padding: 16px;
  display: inline-block;
  width: 106px;
  vertical-align: top;
  border: solid 1px #BEBEBC;
  background: none;
  margin-right: 22px;
  margin-bottom: 22px;
}

#search_result img {
  width: 100px;
}

#search_result_box ul li a {
  display: block;
  text-decoration: none !important;
  /*color: #3B3B3B;*/
}

#search_result_box ul li span {
  display: block;
}

.headline{
  border-left: solid 8px #282828 ;
  margin-bottom: 25px;
}

/*コメント追加*/
.search_comment {
  color: red;
  font-size: 0.8rem;
  margin-top: 5px;
}

.search_result_area {
  font-size: 12px;
  text-align: center;
  color: white;
}

/* 領域・組織ボタン */
.btn,
a.btn,
button.btn {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.3rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.3rem;
}

.btn:hover,
a.btn:hover {
  color: #fff;
  opacity: 0.7;
}

.keyword_search_box {
  text-align: left;
}

.keyword_search_midashi {
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #002179;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.keyword_list_box_wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.keyword_list_box_wrap:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  text-align: left;
}

.keyword_list {
  width: 229px;
  margin: 0px;
  margin-left: 10px;
  margin-bottom: 15px;
  float: left;
}

.keyword_list li {
  padding: 2px 5px 2px 12px !important;
  background: url(../images/common/icon_arrow.png) no-repeat 0 8px !important;
  font-size: 13px !important;
}

.keyword_list li.keyword_list_initial {
  border-left: 5px solid #001D7B;
  padding-left: 14px;
  background: #EBF1FF !important;
  font-size: 21px !important;
}

@media only screen and (max-width: 855px) {
  #main_seachLab {
    width: 95%;
    margin-left: 2%;
    margin-right: 0%;
  }
  #search_text {
    width: 100%;
    padding: 0px;
    margin-bottom: 2%;
  }
}

@media only screen and (min-width: 668px) and (max-width: 855px) {
  .keyword_list {
    width: 45%;
  }
}

@media only screen and (max-width: 667px) {
  .keyword_list {
    width: 100%;
    margin-right: 0%;
  }
  .br_pc {
    display: none;
  }
  .keyword_list_initial-continue {
    display: none;
  }
  .keyword_list {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  #search_result_box ul li {
    width: 212px;
    text-align: center;
    margin: 16px auto;
    display: block;
  }
}

input[type="reset"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
