@charset "utf-8";
.result_wrap {
  display: flex;
  gap: 40px;
}
.result_wrap * {
  box-sizing: border-box;
}
/* right */
.result_area {
  width: 100%;
}
.page_ttl {
  margin-bottom: 20px;
  color: #333;
  font-size: 16px;
}
.page_ttl span {
  font-size: 20px;
  font-weight: 600;
}
.hit_num {
  color: #333;
}
.hit_num span {
  font-size: 20px;
  font-weight: 600;
}
.result_num {
  color: #1C1C1C;
  text-align: right;
}
#search_result_list section {
  border-bottom: 1px solid #C7C7C7;
}
#search_result_list section:first-of-type {
  border-top: 1px solid #C7C7C7;
  margin-top: 20px;
}
.scl_top {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 16px;
}
.scl_name {
  margin-bottom: 10px;
  color: #3C58A2;
  font-size: 20px;
  font-weight: 600;
}
.scl_name a {
  color: #3C58A2;
}
.scl_summary {
  display: flex;
  margin-left: 34px;
  font-size: 14px;
}
.scl_type {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-right: 20px;
  line-height: 27px;
  color:#393939;
}
.scl_location {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 27px;
  color:#393939;
}
.gbtn {
  display: block;
  position: relative;
  background: #FF8E28;
  border: 1px solid #FF8E28;
  border-radius: 8px;
  width: 220px;
  height: 35px;
  margin-right: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
}
.btn_gpamph {
  margin-bottom: 6px;
}
.btn_gpamph:hover {color: #fff;}
.btn_guardian {
  background: #fff;
  border: 1px solid #3C58A2;
  padding-left: 15px;
  color: #3C58A2;
}
.btn_guardian:hover {color: #3C58A2;}
.btn_gpamph img {
  position: absolute;
  width: 33px;
  left: 5px;
  top: 0;
}
.btn_guardian img {
  position: absolute;
  left: 8px;
  top: 4px;
}
.genre_icon {
  margin-bottom: 20px;
  font-size: 0;
}
.genre_icon li {
  display: inline-block;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 6px 8px;
  color: #393939;
  font-size: 10px;
}
.search_result_not_found {
  color: red;
}
/* left */
.search_area {
  width: 260px;
  flex-shrink: 0;
}
.search_box {
  background-color: #FFF;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #E5E5E5;
  width: 100%;
  flex-shrink: 0;
  padding: 30px 10px 40px;
}
.searchTbl, .searchTbl tbody, .searchTbl tr, .searchTbl td {
  display: block;
}
.searchTtl {
  margin-bottom: 20px;
  color: #3C58A2;
  font-size: 18px;
  font-weight: 600;
}
.searchTtl span {
  font-size: 14px;
  font-weight: initial;
  color: inherit;
}
.searchSec {
  border-bottom: 1px solid #C7C7C7;
  padding: 20px 0;
}
.searchBtn {
  display: block;
  background-color: #3C58A2;
  border-radius: 26px;
  width: 230px;
  height: 52px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 52px;
}
.searchBtn_area p {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  text-align: center;
}
.searchTblKey {
  margin-top: 30px;
}
.block_word {
  position: relative;
}
.block_word input[type="text"] {
  width: 230px;
  height: 36px;
  margin: 0;
  padding: 4px 48px 4px 9px;
  border: 1px solid #245BA4;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 12px;
  box-shadow: none;
}
.block_word input[type="text"]:focus-visible {
  outline-color: #245BA4;
}
.searchBtnKey {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  border-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-appearance: none;
  outline: none;
  background: #245BA4;
  width: 42px;
  height: 36px;
  padding: 0px 6px !important;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.block_word img {
  vertical-align: middle;
  padding: 10px 0 9px;
}
.pull_area {
  position: relative;
  z-index: 999;
}
.pull_area .listwrap {
  position: absolute;
  border: 1px solid #C7C7C7;
  max-height: 310px;
  overflow-x: hidden;
  overflow-y: overlay;
  width: 227px;
  border-top: none;
}
.pull_area ul li {
  border-bottom: 1px solid #C7C7C7;
  background: #fff;
  width: 227px;
  height: 34px;
  padding-left: 14px;
  line-height: 34px;
  cursor: pointer;
}
.pull_area ul li:last-child {
  border-bottom: none;
}
.pull_area ul li:hover {
  background: #3C58A2;
  color: #fff;
}
.pull_box {
  position: relative;
  border: 1px solid #C7C7C7;
  width: 227px;
  height: 34px;
  padding: 0 14px;
  line-height: 34px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pull_box::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 10px;
  top: 16px;
}
.pull_box.open::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-135deg) translateY(-50%);
  position: absolute;
  right: 5px;
  top: 14px;
}
.area_value {position: relative;}
.area_value::after {
  position: absolute;
  content: "鐚・;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.area_value span {
  margin-right: 33px;
  font-size: 14px;
  font-weight: 600;
}
.area_modal {
  display: none;
}
.overlay_area {
  /*display: none; */
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.overlay_inner {
  flex-direction: column;
  background: #fff;
  width: 900px;
  height: 410px;
  margin: 60px auto;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}
.overlay_area .pref_list{
  float: right;
  width: 83%;
}
.overlay_area .pref{
  display: inline-block;
  width: 100px;
  margin: 5px 0;
}
.overlay_area .area{
  clear: both;
  float: left;
  width: 15%;
  border-right: 1px solid #1c1c1c;
}
.closeArea {
  position: absolute;
  right: 25px;
  top: 25px;
}
/* pagination */
ul.pagenation {
  display: table;
  margin-top: 40px;
}
ul.pagenation li:not(.prev):not(.next) {
  width: 30px;
}
ul.pagenation li:not(.mid) {
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
ul.pagenation li {
  text-align: center;
  float: left;
  line-height: 15px;
}
ul.pagenation li.on {
  border-bottom: 3px solid #3e5299;
  box-sizing: border-box;
  height: 30px;
  width: 31px;
  padding: 7px 0 6px;
}
ul.pagenation li a {
  display: block;
  padding: 7px 0 6px;
  color: #333;
  font-size: 13px;
}
ul.pagenation li.page{
  border-left:1px solid #C7C7C7;
  border-right:1px solid #C7C7C7;
}
ul.pagenation li.page + li.page{
  border-left:0;
  border-right:1px solid #C7C7C7;
}
ul.pagenation li.prev {
  margin-right: 10px;
}
ul.pagenation li.next {
  margin-left: 10px;
}
ul.pagenation li.prev a,
ul.pagenation li.next a{
  padding: 7px 8px 6px 9px;
}
ul.pagenation li.mid{
  padding: 7px 0 6px;
}
ul.pagenation li.prev,
ul.pagenation li.lastpage,
ul.pagenation li.next{
  border: 1px solid #C7C7C7;
}