@charset "utf-8";
/*
 * Name: Pandora Child CSS
 * Template: pandora_tcd116
 * Version: 1.3.0
 * Author: Parks Inc. (katano)
 */

/* 検索フォーム - スマホ対応
 * Author: Parks Inc. (mizutani)
 */
#header_search {
  display: block !important;
  position: relative !important;
  width: 70px !important;
  height: 70px !important;
}
#header_search .search_button {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  width: 70px !important;
  height: 100% !important;
}
#header_search .search_button input {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  width: 70px !important;
  height: 100% !important;
}
#header_search .search_button:before {
  left: auto !important;
  right: 20px !important;
}

/* トップページ記事一覧のタイトル行数を増やす
 * Author: Parks Inc. (mizutani)
 */
.title a.c-line-clamp {
  --tcd-line-clamp: 3 !important;
  -webkit-line-clamp: 3 !important;
  height: auto !important;
  max-height: none !important;
}
