@charset "utf-8";

@import url("reset.css");
@import url("base.css");

/*=======================================================

　SEARCH CSS

=======================================================*/
/*
  共通パーツ
=======================================================*/
#searchContents {
  color: #2C2A29;
}
#searchContents .colLayout01 > .colMain {
  float: none;
  width: 100%;
  max-width: 100%;
}

/*== HEADER ===========================================*/
.gHeader  {
  min-height: 70px;
}
.gHeader__logo {
  background-color: #10069F;
  padding: 4px 16px;
  text-align: center;
}
.gHeader .header__logo {
  display: inline-block;
  width: 118px;
}


/*== LIST =============================================*/
#searchContents .inputList01 {
	display: flex;
	gap: 16px 24px;
	flex-wrap: wrap;
  margin: 0;
  overflow: visible;
}
#searchContents .modList {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
#searchContents .modList.-anchorList {
  gap: 10px 30px;
}
#searchContents .modList .modList__item.-title {
  font-size: 16px;
  font-weight: 600;
}
#searchContents .modList.-anchorList .modList__link {
  display: inline-block;
  font-size: 16px;
  padding-right: 16px;
  text-decoration: underline;
  position: relative;
}
#searchContents .modList.-anchorList .modList__link:after {
  box-sizing: border-box;
  border-top: 2px solid #1d3994;
  border-right: 2px solid #1d3994;
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% + 2px);
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
}
#searchContents .modList.-anchorList .modList__link:hover {
  color: #3064D5;
}

/*== MODULE =============================================*/
#searchContents .colLayout01 {
	clear: both;
	margin: 0 auto;
}
#searchContents .colLayout01 > .colMain {
	float: none;
	width: 100%;
  max-width: 100%;
}
#searchContents .colLayout01 > .colSide {
	display: none;
}
#searchContents .colLayout01 > [class*="col"] > *:first-child {
	margin-top: 0 !important;
}

#searchContents .modPcOnly,
[data-name="pc"] {
  display: block;
}

#searchContents .modSpOnly,
[data-name="sp"]  {
  display: none;
}


/*
  メインコンテナー
========================================================*/
#searchContents {
	clear: both;
  font-family:  "Noto Sans JP", sans-serif;
  font-size:  14px;
  font-weight:  400;
  line-height:  normal;
	padding: 0;
}
#searchContentsv #searchCondition {
  background-color: white;
  padding-bottom: 66px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#searchContents .searchContents__header {
  border-bottom: 1px #ccc solid;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#searchContents .searchAreaBlock {

}
#searchContents .searchContents__header-title {
  font-size: 24px;
  margin: 0 auto;
  padding: 15px;
  width: 1150px;
  max-width: 100%;
}


/*– 検索エリア ———————–*/
#searchContents .searchContents__body {
  margin: 0 auto;
  padding: 30px 15px 66px;
  width: 1150px;
  max-width: 100%;
}
#searchContents .searchCondition__title {
  font-size: 16px;
  margin-bottom: 40px;
}
#searchContents #searchCondition {
  background-color: white;
  border-radius: 0;
  padding: 0;
}
#searchContents #searchCondition .searchArea {
  border: none;
  display: flex;
  align-items: flex-end;
  gap: 0 24px;
  flex-wrap: wrap;
}
#searchContents #searchCondition .searchArea_label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#searchContents #searchCondition .searchArea_item.-block01 {
	width: calc(81.3% - 24px);
	max-width: 100%;
}
#searchContents #searchCondition .searchArea_item.-block02 {
	width: 18.7%;
	max-width: 100%;
}
#searchContents #searchCondition .narrowArea.-block03 {
  margin-top: 32px;
}
#searchContents #searchCondition .narrowArea.-block03,
#searchContents #searchCondition .narrowArea.-block04 {
  width: 100%;
  max-width: 100%;
}
#searchContents #searchCondition .searchArea_item[data-name="reset"] {
  display: flex;
  margin-top: 24px;
  width: auto;
}
#searchContents #searchCondition .searchArea .inputBlock  {
	background-color: white;
	border: 1px solid #939DAD;
  border-radius: 8px;
	height: 52px;
	width: 100%;
	max-width: 100%;
}
#searchContents #searchCondition .searchArea .inputBlock .ss_search_input {
	border: none;
	border-radius: 8px;
	line-height: 50px;
	padding: 0 10px;
	height: 50px;
	max-width: 100%;
	width: 100%;
}
#searchContents #searchCondition .submitArea {
  border-top: 0;
  padding: 0;
  margin: 0;
}
#searchContents #searchCondition .submitArea .submitBlock {
	background-color: #10069D;
  border-top: none;
	border-radius: 100vw;
  padding: 0;
	margin: 0 0 4px auto;
	text-align: center;
	width: 256px;
	max-width: 100%;
  position: relative;
}
#searchContents #searchCondition .submitArea .submitBlock::before {
  background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMS45OTYiIHZpZXdCb3g9IjAgMCAxMiAxMS45OTYiPjxwYXRoIGQ9Ik0yMi40MjIsMjQuOTA1YTQuNDE4LDQuNDE4LDAsMCwxLTQuNDUyLTQuNDUyQTQuNDE4LDQuNDE4LDAsMCwxLDIyLjQyMiwxNmE0LjQxOSw0LjQxOSwwLDAsMSw0LjQ1Miw0LjQ1Miw0LjE5Miw0LjE5MiwwLDAsMS0uMjI3LDEuMzk0LDMuOTc1LDMuOTc1LDAsMCwxLS42MTMsMS4xNDNsMy43MjQsMy43MjhhLjczNC43MzQsMCwwLDEsLjIxMy41MzYuNzE0LjcxNCwwLDAsMS0uMjE3LjUzMi43NzYuNzc2LDAsMCwxLTEuMDY3LDBsLTMuNzItMy43MmE0LjAyMiw0LjAyMiwwLDAsMS0xLjE1MS42MTNBNC4yMTQsNC4yMTQsMCwwLDEsMjIuNDIyLDI0LjkwNVptMC0xLjUyNmEyLjkzMywyLjkzMywwLDAsMCwyLjA3NC01LDIuOTMzLDIuOTMzLDAsMCwwLTQuMTQ3LDQuMTQ3QTIuODIzLDIuODIzLDAsMCwwLDIyLjQyMiwyMy4zOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNy45NzEgLTE2LjAwMikiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat center center / 100%;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  z-index: 1;
}
#searchContents #searchCondition .submitArea .submitBlock .ss_search_submit {
	background-color: transparent;
	color: white;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: .1em;
	height: 44px;
	width: 100%;
}
#searchContents #searchCondition .submitArea .submitBlock:hover,
#searchContents #searchCondition .submitArea .submitBlock .ss_search_submit:hover {
	cursor: pointer;
	opacity: .7;
}
#searchContents #searchCondition .resetArea {
  width: auto;
  max-width: 100%;
}
#searchContents #searchCondition .resetArea .resetBlock {
  background-color: #3064D5;
  border-top: none;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 256px;
  max-width: 100%;
  position: relative;
}
#searchContents #searchCondition .resetArea .resetBlock .ss_search_reset {
  background-color: transparent;
  color: white;
  font-size: 15px;
  padding: 10px 16px;
  height: auto;
  width: auto;
  max-width: 100%;
}
#searchContents #searchCondition .resetArea .resetBlock .ss_search_reset:hover {
  opacity: .7;
}
#searchContents #searchCondition .narrowArea {
  border-top: none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
#searchContents #searchCondition #form_destination.narrowArea {
  padding-top: 38px;
}
#searchContents #searchCondition .narrowArea .narrowBlock > dt {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}
#searchContents #searchCondition .narrowArea .narrowBlock > dt > span {
	font-weight: 400;
}
#searchContents .inputList01 > li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  margin: 0;
}
#searchContents .inputList01 > li label {
  color: black;
  cursor: pointer;
  font-size: 14px;
  transition: .3s ease-in-out;
}
#searchContents .inputList01 > li input[type="radio"],
#searchContents .inputList01 > li input[type="checkbox"] {
  border: 2px solid #939DAD;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
  height: 24px;
  width: 24px;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
#searchContents .inputList01 > li input[type="radio"] {
  border-radius: 100vw;
}
#searchContents .inputList01 > li input[type="radio"]:checked,
#searchContents .inputList01 > li input[type="checkbox"]:checked {
  background: #3064D5;
  border-color: #3064D5;
}
#searchContents .inputList01 > li input[type="radio"]:checked:before,
#searchContents .inputList01 > li input[type="checkbox"]:checked:before {
  content: '';
  display: block;
  position: absolute;
}
#searchContents .inputList01 > li input[type="radio"]:checked:before {
  background: #fff;
  border-radius: 100vw;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#searchContents .inputList01 > li input[type="checkbox"]:checked:before {
  border-bottom: 2px solid white;
	border-left: 2px solid white;
  border-radius: 0;
	height: 9px;
	width: 16px;
	top: 3px;
	left: 2px;
	transform: rotate(-45deg) scale(.85);
}

/*– 検索結果エリア ———————–*/
#searchContents #searchResult {
  margin-top: 24PX;
}
#searchContents #searchResult .resultContent .recommendLinks {
  background-color: #fff9e6;
  padding: 15px 12px 22px;
  margin-bottom: 44px;
}
#searchContents #searchResult .resultContent .recommendLinksdt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links {
  display: flex;
  gap: 20px 44px;
  flex-wrap: wrap;
  padding: 0;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li:nth-of-type(4n+1) {
  clear: both;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li:nth-of-type(n+5) {
  margin-top: 0;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li {
  width: calc(100% / 4 - 33px);
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li + li {
  margin-left: 0;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links a {
  display: inline-block;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links .image a {
  width: 100%;
}
#searchContents #searchResult .resultHeading {
  background: none;
  border-top: 1px black solid;
  padding: 25px 20px 0;
  margin: 0;
}
#searchContents #searchResult .resultHeading > .head {
  border: none;
  display: flex;
  align-items: baseline;
  gap: 0 14px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 0;
}
#searchContents #searchResult .resultHeading > .head > .number >  .word,
#searchContents #searchResult .resultHeading > .head > .number > .total {
  font-size: 24px;
}
#searchContents #searchResult .resultHeading > .head > .display {
  font-size: 16px;
  font-weight: 500;
}
#searchContents #searchResult .resultHeading > .head > .display > .start,
#searchContents #searchResult .resultHeading > .head > .display > .end {
	margin: 0;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList {
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  padding: 0;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dt {
  color: #2C2A29;
  margin: 0;
}
#searchContents #searchResult .resultContent .recommendLinks .recommendList > dd {
  padding: 0 23px;
}

#searchContents #searchResult .resultContent .resultList {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  padding: 20px 18px 0;
  margin: 0 auto 54px;
}
#searchContents #searchResult .resultContent .resultList > .index  {
  background: none;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 0 30px;
  padding: 20px 0 25px;
  overflow: hidden;
}
#searchContents #searchResult .resultContent .resultList > .index  .SS_image {
  float: none;
  margin: 0;
  max-width: 222px;
  width: 100%;
}
#searchContents #searchResult .resultContent .resultList > .index  .SS_image a {
  height: 100%;
  width: 100%;
  max-width: 100%;
}
#searchContents #searchResult .resultContent .resultList > .index  .caption {
  width: calc(100% - 252px);
}
#searchContents #searchResult .resultContent .resultList > .index > .caption > .icon {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
div.icon span {
  margin: 0;
}
#searchContents #searchResult .resultContent .resultList > .index > .caption > .head a {

}
#searchContents #searchResult .resultContent .resultList .noResult {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 580px;
  width: 100%;
}


/*– ページネーション PC ———————–*/
#searchContents #searchResult .resultContent .resultNavi .pagination {
  float: none;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li,
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li > a {
  box-shadow: none;
  color: black;
  font-size: 16px;
  float: none;
  margin: 0;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li {
  height: 30px;
  width: 30px;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li > a,
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_selectPage {
  border: 1px #939DAD solid;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li > a {
  padding: 0;
  letter-spacing: normal;
  line-height: normal;
  height: 100%;
  width: 100%;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_selectPage {
  background-color: #3064D5;
  border-color: #3064D5;
  color: white;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_prevPage,
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_nextPage {
  padding: 0;
  width: auto;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_prevPage > a,
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_nextPage > a {
  line-height: normal;
  padding: 0 10px;
  word-break: keep-all;
}
#searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li > a:hover {
  background-color: #3064D5;
  border-color: #3064D5;
  color: white;
  text-decoration: none;
}

/*– ページネーション SP ———————–*/
#searchContents #searchResult .resultContent .resultList > .more {
  display: none;
}
#searchContents #searchResult .resultContent .resultList > .more > a {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	display: block;
	font-size: 16px;
	padding: 15px;
	text-align: center;
}
#searchContents #searchResult .resultContent .resultList > .more > a > span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzc4N0FEQzRDRDY5MTFFNEIxNDY5QzM5OTUzMzYwNDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzc4N0FEQzVDRDY5MTFFNEIxNDY5QzM5OTUzMzYwNDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzg3QURDMkNENjkxMUU0QjE0NjlDMzk5NTMzNjA0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzg3QURDM0NENjkxMUU0QjE0NjlDMzk5NTMzNjA0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqvnHw8AAAFoSURBVHjatJQxS8NQEIAvURycXPQXdHJxaCCguNvBquAiIg5OGbrb1UHdBf0Bop1EqINbnYWAg2tHNyeXDkKJ38GlpGlaExMPPl6apu+73LurU6/X70VkCfbDMBywiud5UibYR/dY5vIR3vjccrlYgwZ0+HJOKgj2WWR5gg1Y1Xsq2oFPaMJVBR5NtgM+fMCx3nSiKNIM1NyDBWjDZQnRNQTwBZuU7X0kstc9ZLm1h4/g7g+SU7iAbz0OJL34i5HIZMkHt+ClgGQPHuJEkYwlOiYyWfzqem7r0M8h8a302gRtJBOldzN+1IIuaHs+2zoratZhKrmZdr5uxgwMWQ7gNbVJViST6VqSkktkoYO7bWXzrV3TMxbPSs2S0uSGRUViZ9SYMmPJWelbUoNZ9XV/qX9yk8DaV0zaTCUjZUSSKsu5/X8FqfJKFSJJHLQDuyaNGyZXzBcYSG3dFTiBM5PnjomB/a/4EWAAuP1s2arFmBUAAAAASUVORK5CYII=) no-repeat 0 50%;
	background-size: 13px 8px;
	display: inline-block;
	padding-left: 27px;
}

#searchContents #searchResult .resultContent .resultList > .more > a > img {
  width: auto;
}

/*– pageTop ———————–*/
#searchContents #pageTop {
	position: fixed;
	right: 15px;
	bottom: 80px;
	display: none;
	z-index: 999;
}
#searchContents #pageTop a {
	display: block;
}
#searchContents #pageTop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=790);
	-ms-filter: "alpha(opacity=790)";
	zoom: 1;
}


/*
  Preview
========================================================*/
div#SS_preview {
  position: absolute;
  z-index: 9999;
  width: 436px;
  height: 336px;
  background: url(https://image.syncsearch.jp/image/preview.gif) no-repeat 0 0;
  display: none;
}
div#SS_previewContainer {
  width: 407px;
  height: 307px;
  margin: 16px 0px 0px 16px;
  background: url(https://image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
}


/*
  メディアクエリ
========================================================*/
@media screen and (max-width: 991px) {
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links {
    gap: 0 24px;
  }
}


@media (max-width: 767px) {
  #searchContents .modPcOnly,
  [data-name="pc"] {
    display: none;
  }
  #searchContents .modSpOnly,
  [data-name="sp"] {
    display: block;
  }
  #searchContents .searchContents__header-title {
    font-size: 20px;
  }
  #searchContents #searchCondition .searchArea {
    flex-wrap: wrap;
    gap: 18px 0;
  }
  #searchContents #searchCondition .searchArea_item.-block01,#searchContents #searchCondition .searchArea_item.-block02 {
    width: 100%;
    max-width: 100%;
  }
  #searchContents #searchCondition .searchArea_item.-block01 {
    order: 1;
  }
  #searchContents #searchCondition .searchArea_item.-block02 {
    margin-top: 10px;
    order: 4;
  }
  #searchContents #searchCondition .narrowArea.-block03 {
    margin-top: 10px;
    order: 2;
  }
  #searchContents #searchCondition .narrowArea.-block04 {
    order: 3;
  }
  #searchContents #searchCondition .searchArea_item[data-name="sp"] {
    margin-top: 24px;
  }
  #searchContents #searchCondition .submitArea .submitBlock {
    margin: 0 auto;
  }
  #searchContents #searchCondition .searchArea_item[data-name="reset"] {
    justify-content: center;
    margin-top: 16px;
  }
  #searchContents .inputList01 {
    gap: 14px;
  }
  #searchContents .inputList01 > li {
    gap: 0 4px;
  }
  #searchContents .inputList01 > li input[type="radio"],
  #searchContents .inputList01 > li input[type="checkbox"] {
    height: 18px;
    width: 18px;
  }
  #searchContents .inputList01 > li input[type="radio"]:checked:before {
    height: 6px;
    width: 6px;
  }
  #searchContents .inputList01 > li input[type="checkbox"]:checked:before {
    height: 6px;
    width: 13px;
    left: 1px;
  }
  #searchContents #searchCondition #form_destination.narrowArea {
    padding-top: 24px;
  }
  #searchContents .modList.-anchorList {
    gap: 0 10px ;
  }
  #searchContents .modList .modList__item.-title,
  #searchContents .modList.-anchorList .modList__link {
    font-size: 13px;
  }
  #searchContents .modList .modList__item.-title {
    margin-right: auto;
  }
  #searchContents .modList.-anchorList .modList__link {
    padding-right: 12px;
  }
  #searchContents .modList.-anchorList .modList__link::after {
    height: 7px;
    width: 7px;
  }
  #searchContents #searchResult .resultHeading {
    padding: 20px 10px 0;
  }
  #searchContents #searchResult .resultHeading > .head {
    flex-wrap: wrap;
    gap: 6px 0;
    font-size: 20px;
  }
  #searchContents #searchResult .resultHeading > .head > .number  {
    font-size: 12px;
  }
  #searchContents #searchResult .resultHeading > .head > .number > .word,
  #searchContents #searchResult .resultHeading > .head > .number > .total {
    font-size: 20px;
  }
  #searchContents #searchResult .resultHeading > .head > .number,
  #searchContents #searchResult .resultHeading > .head > .display {
    width: 100%;
  }
  #searchContents #searchResult .resultContent .recommendLinks {
    margin: 0 0 20px;
    padding: 0;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList {
    padding: 10px 15px 15px;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd {
    padding: 0;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links {
    gap: 0;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li {
    width: 100%;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li > .index > .linkBlock {
    background-color: white;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 10px 30px 10px 10px;
    width: 100%;
    position: relative;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li > .index > .linkBlock:after {
    background: url(https://e.his-j.com/search/sp/images/search_ic03.png) no-repeat 0 0;
    background-size: 8px 13px;
    content: "";
    display: block;
    height: 13px;
    width: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li + li > .index > .linkBlock {
    border-top: none;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li:first-child > .index > .linkBlock {
    -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
        -ms-border-radius: 5px 5px 0 0;
        -o-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li:last-child > .index > .linkBlock {
    -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
        -ms-border-radius: 0 0 5px 5px;
        -o-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li > .index > .image {
    display: none;
  }
  #searchContents #searchResult .resultContent .recommendLinks .recommendList > dd > .links > li > .index > .caption {
    margin: 0;
    width: 100%;
  }
  #searchContents #searchResult .resultContent .resultList {
    padding: 20px 0 0;
    margin: 0 auto 20px;
  }
  #searchContents #searchResult .resultContent .resultList > .index {
    align-items: flex-start;
    gap: 0 10px;
    padding: 20px 10px 25px;
  }
  #searchContents #searchResult .resultContent .resultList > .index  .SS_image {
    display: none;
  }
  #searchContents #searchResult .resultContent .resultList > .index  .caption {
    width: 100%;
  }
  #searchContents #searchResult .resultContent .resultNavi {
    margin: 0;
  }
  #searchContents #searchResult .resultContent .resultNavi .pagination {
    display: none;
  }
  #searchContents #searchResult .resultContent .resultNavi .pagination > .pager {
    gap: 0 5px;
  }
  #searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li {
    height: 24px;
    width: 24px;
  }
  #searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li,
  #searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li > a {
    font-size: 14px;
  }
  #searchContents #searchResult .resultContent .resultList > .more {
    display: block;
  }
  #searchContents #pageTop {
    bottom: 10px;
    right: 2px;
  }
  #searchContents #pageTop a img {
    width: 54px;
    height: 49px;
    zoom: 0;
  }
}

@media screen and (max-width: 575px) {
  #searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_prevPage > a,
  #searchContents #searchResult .resultContent .resultNavi .pagination > .pager > li.SS_nextPage > a {
    padding: 0 6px;
  }
}
