/*【FDOC196】pc パンくずSEO対策(修正) 対応用*/
.bread-crumb .no-arrow a::after {
  border-top: none;
  border-right: none;
}
/*【FDOC196】pc パンくずSEO対策(修正) 対応用 end*/

/*【未定】　PC、SP評価星を非表示（一覧、詳細）*/

/* 口コミ順タブバー非表示 */
/*pc*/.list-heading-unit .sort-unit,
/*sp*/.search-result-list-wrap .tab .tab-title,
#mt .sort-area .tab-title {
  display: none;
}
/*【未定】　PC、SP評価星を非表示（一覧、詳細） end */

/* クリック禁止処理 非表示 */
#divPause {
  display: none !important;
}
/* クリック禁止処理 非表示 end */

/*fdoc535 一覧画面の病院画像に「インタビュー」の表示を入れる*/

/*pc*/
.clinic-solo-box .ribbon_area {
  position: absolute;
  width: 75px;
  height: 75px;
  overflow: hidden;
  z-index: 100;
}

.clinic-solo-box .ribbon16 {
  display: inline-block;
  position: absolute;
  left: -63px;/*-を増やすと左へ移動*/
  top: 20px;/*値を増やすと下へ移動*/
  width: 185px;/*値を増やすと文字が上へ*/
  text-align: center;
  font-size: 30%;
  line-height: 16px;
  background: #c30d23;
  color: #ffffff;
  letter-spacing: 0.08em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 100;
}

/*sp*/
.list-individual-box .ribbon_area {
  position: absolute;
  width: 70px;
  height: 70px;
  overflow: hidden;
  z-index: 4;
}

.list-individual-box .ribbon16 {
  display: inline-block;
  position: absolute;
  left: -115px;/*-を増やすと左へ移動*/
  top: 18px;/*値を増やすと下へ移動*/
  width: 280px;/*値を増やすと文字が上へ*/
  text-align: center;
  font-size: 5px;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 0.02em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 4;
}

/*fdoc535 一覧画面の病院画像に「インタビュー」の表示を入れる end*/


/*sp「該当する情報がありません。」　ページ対応*/
.mf_no_scroll {
  position: fixed !important;
  overflow: hidden !important;
}

#mf_search_panel_bg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(100% - 51px);
  background-color: #000000;
  opacity: 1.0;
  z-index: 8;
}

#mf_search_panel {
  height: 100%;
  z-index: 9;
}

#mf_search_panel .condition_wrapper {
  background-color: #fafafa;
  padding: 8px;
  overflow: hidden;
}

#mf_search_panel .back {
  display: inline-block;
  margin-right: 5px;
  vertical-align: -5px;
}

#mf_search_panel .back:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%2348ccc5%22%3E%3Cpath%20d%3D%22M22.8%209.6c-.3-.4-.8-.6-1.3-.6H10.7l4.5-4.5c.4-.4.6-.9.6-1.4%200-.5-.2-1-.6-1.4L14.1.6c-.4-.4-.9-.6-1.4-.6-.5%200-1%20.2-1.4.6l-10%2010c-.4.4-.6.9-.6%201.4%200%20.5.2%201%20.6%201.4l10%2010c.4.4.9.6%201.4.6.5%200%201-.2%201.4-.6l1.1-1.2c.8-.7.8-2%20.1-2.7l-.1-.1-4.5-4.4h10.9c.5%200%201-.2%201.3-.6.3-.4.5-.9.5-1.4v-2c0-.5-.2-1-.6-1.4%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
}

#mf_search_panel .kw {
  position: relative;
  display: inline-block;
  float: none;
  width: calc(100% - 30px);
  padding: 8px 10px 7px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #333;
}

#mf_search_panel .search_result_wrapper {
  clear: both;
  height: 100%;
  padding: 10px 0 0;
  overflow: auto;
  border-top: 1px solid #cccccc;
  background-color: #ffffff;
}

#mf_search_panel .no_history {
  display: none;
  position: absolute;
  margin: 0 10px;
  display: none;
}

#mf_search_panel .footprint_list {
  display: none;
  height: 100%;
  margin: 0 6px;
}

#mf_search_panel .footprint_list .footprint {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}

#mf_search_panel .footprint_list .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.6px;
  margin-bottom: 6px;
}

#mf_search_panel .footprint_list .pct {
  position: relative;
  float: left;
  display: inline-block;
}

.pct {
  width: 110px;
  height: 100px;
}

#mf_search_panel .footprint_list .img {
  width: 110px;
  height: 76px;
}

#mf_search_panel .footprint_list .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 12px;
  padding: 3px 0;
}

#mf_search_panel .footprint_list .detail {
  display: inline-block;
  width: calc(100% - 117px - 7px);
  margin: 0 0 0 7px;
}

#mf_search_panel .footprint_list .tags {
  margin-top: 0 !important;
}

#mf_search_panel .footprint_list .tag {
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 3px;
}

#mf_search_panel .footprint_list .tag.enable {
  background-color: #e67e22;
}

#mf_search_panel .footprint_list .tag.disable {
  background-color: #cccccc;
}

#mf_search_panel .footprint_list .name {
  font-size: 15px;
  margin: 2px 0 0;
}

#mf_search_panel .footprint_list .station {
  font-size: 13px;
}

#mf_search_panel .footprint_list a.rumor {
  font-size: 13px;
  text-decoration: underline;
  display: inline-block;
  padding-top: 11px;
}

.more_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  margin: 5px 10px;
  border-radius: 4px;
  padding: 15px 0;
  background-color: #48ccc5;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
#search_container {
  display: none;
}
html.search {
  height: 100%;
}
html.search #search_container {
  display: block;
  height: 100%;
}
html.search #container {
  display: none;
}

#search_container .condition_wrapper {
  background-color: #fafafa;
  padding: 8px;
  overflow: hidden;
}

#search_container .back:after {
  display: inline-block;
  float: left;
  font: normal normal normal 22px/1 FontAwesome;
  color: #48ccc5;
  content: "\f060";
  line-height: 38px;
}
#search_container .kw {
  position: relative;
  display: inline-block;
  float: right;
  width: calc(100% - 30px);
  padding: 8px 10px 7px;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  color: #333333;
}
#search_container .quick_search {
  float: right;
  width: calc(100% - 30px);
  height: 38px;
  margin-top: 2px;
  background: #ffffff;
  border-radius: 4px;
  border: solid 1px #cccccc;
  color: #333333;
}
#search_container .quick_search .criteria:last-child {
  border-right: none;
}
#search_container .quick_search .criteria {
  position: relative;
  width: 33.33%;
  float: left;
  line-height: 36px;
  border-right: solid 1px #cccccc;
  font-size: 12px;
  padding-left: 24px;
}
#search_container .quick_search .criteria:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  border-radius: 2px;
  box-sizing: border-box;
}
#search_container .quick_search .criteria.on {
  background-color: #edfffe;
}
#search_container .quick_search .criteria.on:before {
  background-color: #48ccc5;
  border: 2px solid #48ccc5;
}
#search_container .quick_search .criteria.on:after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  position: absolute;
  left: 9px;
  top: 7px;
  bottom: 0;
  margin: auto;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
#search_container .search_result_wrapper {
  clear: both;
  height: calc(100% - 101px);
  padding: 10px 0 0;
  overflow: auto;
  border-top: 1px solid #cccccc;
}
#search_container .search_location {
  display: inline-block;
  position: absolute;
  border-radius: 4px;
  margin-left: 10px;
  padding: 6px 10px;
  font-size: 14px;
  background-color: #48ccc5;
  color: #ffffff;
}
#search_container .search_result {
  height: 100%;
  margin-right: 6px;
}
#search_container .no_result {
  position: absolute;
  margin: 0 10px;
  display: none;
}
#search_container .search_result .suggest_item {
  width: calc(50% - 6px);
  max-height: 30px;
  padding: 5px 10px;;
  background-color: #cccccc;
  border-radius: 5px;
  margin: 0 0 7px 6px;
  position: relative;
  float: left;
  font-size: 14px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#search_container .search_result .suggest_item.mf_shop {
  max-height: 50px;
  -webkit-line-clamp: 2;
}
#search_container .search_result .suggest_item.mf_station {
  background-color: #48ccc5;
  color: #ffffff;
}
#search_container .search_result .suggest_item.mf_place {
  background-color: #ee8800;
  color: #ffffff;
}
#search_container .search_result .suggest_item.mf_shop {
  height: 52px;
}
#search_container .search_result .suggest_item.mf_subject {
  background-color: #4ea188;
  color: #ffffff;
}
.condition_wrapper .search_btn {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  height: 38px;
  font-size: 28px;
  color: #48ccc5;
}
.condition_wrapper .search_btn:before {
  content: "\f002";
}

#search_container .back {
  display: inline-block;
}
#search_container .search_location:before {
  content: "\f041";
  font: normal normal normal 18px/1 FontAwesome;
  padding-right: 5px;
}
#search_container ul li span {
  display: unset !important;
}
/*sp「該当する情報がありません。」　ページ対応 end*/

/*ie 検索欄　削除ボタン対策*/
input::-ms-clear {
  visibility: hidden;
}

.header .header-search .freeword-wrap .text_clear {
  display: none;
}
