@charset "utf-8";

/* ======================================================
 * search_pc.css
 * ------------------------------------------------------
 * @media only screen and (max-width: 767px)
 * - Clearfix
====================================================== */

@media only screen and (max-width: 767px) {
   /* ------------------------------------------------------
   * Layout
  ------------------------------------------------------ */
  body#search.all {
    padding-bottom: 67px;
  }
  body#search.all #pagetop {
    display: none !important;
  }
  #search .container {
    padding: 0;
  }
  #l-content-top {
    padding: 20px 15px;
    background: #f4f4f4;
  }
  #l-content-top .content_inner {
  }
  #l-content-body {
    padding: 24px 15px 40px;
    background: #fff;
  }
  #l-content-body .content_inner {
  }
  #l-content-bottom {
    padding: 20px 15px 40px;
    background: #f4f4f4;
  }
  
  /* ------------------------------------------------------
   * Component
  ------------------------------------------------------ */
  .pbox-refine-1 {
    position: fixed;
    width: 100%;
    margin: 0 -15px;
    padding: 2px;
    bottom: 0;
    background: #00307c;
    z-index: 200;
  }
  .result-top {
    margin-bottom: 15px;
  }
  .result-top_right {
    float: right;
  }
  .result-top_tab {
    margin: 20px -16px;
  }
  .result-top_tab .tab_navi {
    display: -webkit-flex;
    display: flex;
    border-bottom: 2px solid #ddd;
  }
  .result-top_tab .tab_navi > li {
    position: relative;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 1px;
  }
  .result-top_tab .tab_navi[data-tab-size="1/3"] > li {
    width: calc((100% - 2px) / 3);
  }
  .result-top_tab .tab_navi > li > a {
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 60px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #00307c;
    border: 2px solid #00307c;
    border-bottom: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  .result-top_tab .tab_navi > li > a.is-current {
    background: #fff;
    border-color: #ddd;
    color: #333;
  }
  .result-top_tab .tab_navi > li:first-child > a.is-current {
    border-left-color: #fff;
  }
  .result-top_tab .tab_navi > li:last-child > a.is-current {
    border-right-color: #fff;
  }
  .result-top_tab .tab_navi > li > a.is-current::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: -2px;
    content: "";
  }
  .result-top_tab .tab_navi > li > a > span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 14px;
  }
  .result-top_tab .tab_navi > li > a.is-current > span {
    padding: 0 7px;
  }
  .result-top_tab .tab_navi > li > a > span::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .result-top_tab .tab_navi > li > a.is-current > span::before {
    display: none;
  }
  [data-tab-panel] {
    display: none;
  }
  [data-tab-panel].is-current {
    display: block;
  }
  .result-other-box {
    margin: 0 -15px;
  }
  .result-other-box .box_hdg01 {
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .result-other-box .box_inner {
    padding: 0 15px;
  }
  .result-other-box .box_inner > *:first-child {
    margin-top: 0;
  }
  .result-other-btn {
    margin-top: 15px;
  }
  .result-other-btn a {
    display: block;
    padding: 14px 5px 12px;
    background: #00307c;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  .result-other-btn a > span {
    position: relative;
    display: inline-block;
    padding-left: 25px;
  }
  .result-other-btn a > span::after {
    position: absolute;
    display: block;
    width: 16px;
    height: 15px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background: url(/shared/img/com_menu_sprite01.png) -25px -250px no-repeat;
    -webkit-background-size: 245px auto;
    background-size: 245px auto;
    content: "";
  }
  .result-other-box[data-sp-layout="box"] {
    margin: 30px 0 0;
    border: 1px solid #ddd;
    border-top: none;
  }
  .result-other-box[data-sp-layout="box"] .box_hdg01 {
    padding: 12px 20px;
    background: #f2f2f2;
    border-top: 2px solid #00307c;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .result-other-box[data-sp-layout="box"] .box_inner {
    padding: 10px 20px 20px;
  }
  .result-other-box[data-sp-layout="box"] .box_inner > *:first-child {
    margin-top: 0;
  }
  
  .search-works-column[data-row-sp="2"] > .column_item {
    width: calc((100% - 18px) / 2);
    margin-top: 16px;
    margin-left: 18px;
  }
  .result-other-box[data-sp-layout="box"] .search-works-column[data-row-sp="2"] > .column_item {
    width: calc((100% - 12px) / 2);
    margin-left: 12px;
  }
  .search-works-column .works_thum,
  .search-works-column .works_thum a {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 165px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .result-other-box[data-sp-layout="box"] .search-works-column .works_thum,
  .result-other-box[data-sp-layout="box"] .search-works-column .works_thum a {
    height: 145px;
  }
  .search-works-column .works_thum img {
    display: inline-block;
  }
  .search-works-column .works_thum.is-portrait img,
  .search-works-column .works_thum a.is-portrait img {
    width: auto;
    max-height: 165px;
  }
  .search-works-column .works_thum.is-landscape img,
  .search-works-column .works_thum a.is-landscape img {
    max-width: 165px;
    height: auto;
  }
  .result-other-box[data-sp-layout="box"] .search-works-column .works_thum.is-portrait img,
  .result-other-box[data-sp-layout="box"] .search-works-column .works_thum a.is-portrait img {
    width: auto;
    max-height: 145px;
  }
  .result-other-box[data-sp-layout="box"] .search-works-column .works_thum.is-landscape img,
  .result-other-box[data-sp-layout="box"] .search-works-column .works_thum a.is-landscape img {
    max-width: 145px;
    height: auto;
  }
  .search-works-column .works_text {
    margin-top: 3px;
  }
  
  /* ------------------------------------------------------
   * Probo Component
  ------------------------------------------------------ */
  /* ----- refine ----- */
  ._ref label {
    position: relative;
    display: inline-block;
    padding-left: 22px;
  }
  ._ref input.check {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    margin: .2em 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
  }
  ._ref input.check:checked {
    background: url(/assets/img/search_ic01@2x.png) 50% 50% no-repeat #00a37b;
    -webkit-background-size: 9px auto;
    background-size: 9px auto;
    border-color: #00a37b;
  }
  ._ref input.check:checked + ._text {
    font-weight: bold;
    color: #00a37b;
  }
  ._pbox-refine-2 {
    margin-top: 15px;
  }
  ._pbox-refine-2 ._title {
    display: none;
  }
  ._pbox-refine-1 {
    background: #fff;
  }
  ._pbox-refine-1 ._title {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 65px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #00307c;
    color: #fff;
  }
  ._pbox-refine-1 ._title::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -6em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .is-open ._pbox-refine-1 ._title::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -8px;
  }
  ._pbox-refine-1 ._refs {
    display: none;
    padding: 26px 30px 34px;
  }
  ._pbox-refine-1 ._refs > li {
    width: calc((100% - 30px) / 2);
    float: left;
    margin-top: 15px;
    margin-left: 15px;
  }
  ._pbox-refine-1 ._refs > li:nth-child(-n+2) {
    margin-top: 0;
  }
  ._pbox-refine-1 ._refs > li:nth-child(2n+1) {
    margin-left: 0;
  }
  
  /* ----- search-status ----- */
  ._pbox-search-status {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
  
  /* ----- sort-selector ----- */
  ._pbox-sort-selector {
  }
  ._pbox-sort-selector ._sorts {
    display: -webkit-flex;
    display: flex;
    padding-right: 4px;
    line-height: 1.25;
  }
  ._pbox-sort-selector ._sorts ._title {
    width: 5em;
    margin-right: 10px;
    text-align: right;
  }
  ._pbox-sort-selector ._sorts ._sort:nth-of-type(1) {
    margin-left: auto;
  }
  ._pbox-sort-selector ._sort._selected {
    font-weight: bold;
  }
  ._pbox-sort-selector ._sort + ._sort {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
  }
  
  /* ----- count-selector ----- */
  ._pbox-count-selector {
    margin-top: 10px;
  }
  ._pbox-count-selector ._counts {
    display: -webkit-flex;
    display: flex;
    line-height: 1.25;
  }
  ._pbox-count-selector ._counts ._title {
    width: 5em;
    margin-right: 10px;
    text-align: right;
  }
  ._pbox-count-selector ._count ._count:nth-of-type(1) {
    margin-left: auto;
  }
  ._pbox-count-selector ._count._selected {
    font-weight: bold;
  }
  ._pbox-count-selector ._count + ._count {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
  }
  
  /* recommend */
  ._pbox-recommend {
    padding: 15px 20px 30px;
    background: #eef4ff;
  }
  ._pbox-recommend ._caption {
    margin-bottom: 10px;
    font-weight: bold;
  }
  ._pbox-recommend ._record + ._record {
    margin-top: 25px;
  }
  ._pbox-recommend ._record ._image {
    max-width: 80px;
    float: left;
    margin-right: 13px;
    margin-bottom: 6px;
  }
  ._pbox-recommend ._record ._image img {
    max-width: 80px;
    height: auto;
    border: 1px solid #ddd;
  }
  ._pbox-recommend ._record ._title {
    font-size: 1.5rem;
  }
  ._pbox-recommend ._record ._summary {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  
  /* searchresult */
  ._pbox-searchresult ._record {
    padding: 15px 0 20px;
    border-bottom: 1px solid #ddd;
  }
  ._pbox-searchresult ._record ._thumb {
    width: 80px;
    float: left;
    margin-right: 13px;
    text-align: center;
  }
  ._pbox-searchresult ._record ._thumb img {
    max-width: 80px;
    height: auto;
    border: 1px solid #ddd;
  }
  .judge-img-orient ._thumb {
    display: -webkit-flex;
    display: flex;
    width: 80px;
    height: 80px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .judge-img-orient ._thumb img {
    display: inline-block;
  }
  .judge-img-orient ._thumb.is-portrait img {
    width: auto;
    max-height: 80px;
  }
  .judge-img-orient ._thumb.is-landscape img {
    max-width: 80px;
    height: auto;
  }
  .img-no-border ._pbox-searchresult ._record ._thumb img {
    border: none;
  }
  ._pbox-searchresult ._record ._title,
  ._pbox-searchresult ._record ._nearby,
  ._pbox-searchresult ._record ._url {
    padding-left: 93px;
  }
  ._pbox-searchresult ._record ._title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  ._pbox-searchresult ._record ._nearby {
    font-size: 1.2rem;
    line-height: 1.66;
  }
  ._pbox-searchresult ._record ._nearby em {
    background: #fe0;
  }
  .result-body_works ._anytext1::before {
    content: '所在地：';
  }
  .result-body_works ._anytext2::before {
    content: '竣工：';
  }
  ._pbox-searchresult ._record ._url {
    margin-top: 8px;
    font-size: 1.1rem;
  }
  
  /* pagenav */
  ._pbox-pagenav {
    margin-top: 20px;
  }
  ._pbox-pagenav ._navs {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  ._pbox-pagenav ._navs ._prev,
  ._pbox-pagenav ._navs ._next {
    width: calc((100% - 14px) / 2);
  }
  ._pbox-pagenav ._navs ._page {
    display: none;
  }
  ._pbox-pagenav ._navs ._prev._noanc,
  ._pbox-pagenav ._navs ._prev a,
  ._pbox-pagenav ._navs ._next._noanc,
  ._pbox-pagenav ._navs ._next a {
    display: block;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.4rem;
    line-height: 38px;
    text-align: center;
  }
  ._pbox-pagenav ._navs ._prev a,
  ._pbox-pagenav ._navs ._next a {
    width: 100%;
  }
  ._pbox-pagenav ._navs ._prev._noanc,
  ._pbox-pagenav ._navs ._prev a {
    position: relative;
    padding-left: 16px;
  }
  ._pbox-pagenav ._navs ._next._noanc,
  ._pbox-pagenav ._navs ._next a {
    position: relative;
    padding-right: 16px;
  }
  ._pbox-pagenav ._navs ._prev a,
  ._pbox-pagenav ._navs ._next a {
    color: #333;
    text-decoration: none;
    -webkit-transition: border .3s, background .3s, color .3s;
    transition: border .3s, background .3s, color .3s;
  }
  ._pbox-pagenav ._navs ._prev._noanc,
  ._pbox-pagenav ._navs ._next._noanc{
    background: #eee;
    color: #a2a2a2;
  }
  ._pbox-pagenav ._navs ._prev._noanc::before,
  ._pbox-pagenav ._navs ._prev a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #555;
    border-left: 1px solid #555;
    content: "";
  }
  ._pbox-pagenav ._navs ._next._noanc::before,
  ._pbox-pagenav ._navs ._next a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    content: "";
  }
  ._pbox-pagenav ._navs ._prev._noanc::before,
  ._pbox-pagenav ._navs ._next._noanc::before {
    border-color: #aaa;
  }
  .form_search [id^="popterm"] {
    z-index: 50;
    left: 0;
  }
  .form_search #popterm2 {
    bottom: 100%;
  }
  .form_search .search-input-widget:not([data-layout-sp="column"]) [id^="popterm"] {
    margin-left: 0 !important;
  }
  .form_hidden {
    display: none !important;
  }
  
  /* ------------------------------------------------------
   * Probo Overlay
  ------------------------------------------------------ */
  #proboOverlay {
    display: none !important;
  }

  
#proboOverlay .container {
  position:fixed;
  left: 50%;
  top: 40%;
  _position: absolute;
  height:auto;
  margin-left: -240px;
  margin-top: -180px;
  z-index: 10000;
  background-color: transparent;
}
#proboOverlay .container img {
  max-width: 480px;
  max-height: 450px;
  height:auto;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border: 2px solid #ccc;
  box-shadow:5px 5px 3px #999;
  -moz-box-shadow:5px 5px 3px #999;
  -webkit-box-shadow:5px 5px 3px #999;
}
* html #proboOverlay .container img {
  width:expression(this.width > 480 ? "480px" : "auto");
  height:expression(this.height > 450 ? "450px" : "auto");
}

#proboOverlay {
  overflow: auto;
  height: 100%;
}

#proboViewer {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}

#proboViewer ._wrapper {
  background-color: #fefefe;
  margin:5px auto;
  padding: 5px;
  border: 1px solid #888;
  width: 97%;
}
#proboViewer ._close {
  color: #666;
  float: right;
  font-size: 28px;
  font-weight: bold
}
#proboViewer ._close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#proboViewerInfo {

}
#proboViewerTab {
}
#proboViewerTab ._tabs {
font-size: 0.9em;
margin: 5px 0 ;
overflow: hidden;
width: 90%;
}
#proboViewerTab ._tabs ._tab {
display: inline-block;
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 10px;
transition: 0.3s;
border: 1px solid #ccc;
}
#proboViewerTab ._tabs ._tab._selected {
font-weight: bold;
border-bottom: none;
cursor: auto;
}
#proboViewerCont {
/*overflow: auto;*/
overflow-y: hidden;
max-height: 90%;
}
#proboViewerCont ._pdfslide {
position: relative;
text-align: center;

}
#proboViewerCont ._pdfinfo {
font-size: 0.9em;
padding: 5px auto;
width: 90%;
}
#proboViewerCont ._pdfrec {
width: 200px;
background: #fff;
border-radius: 5px;
border: 1px solid #ccc;
display: inline-block;
margin: 15px;
text-align: center;
}
#proboViewerCont ._pdfrec ._pdfthumb {
border-radius: 5px 5px 0 0;
padding: 10px 10px 0 10px;
max-width: 200px;
max-height: 200px;
height: auto;
cursor: pointer;
}
#proboViewerCont ._pdfrec ._pdfthumb img {
max-width: 180px;
max-height: 180px;
border: 1px solid #ccc;
}
#proboViewerCont ._pdfrec ._pdfpage {
padding: 5px;
}
#proboViewerCont ._pdfslide ._pdfthumb {
max-width: 100%;
}
#proboViewerCont ._pdfslide ._pdfthumb img {
border: 1px solid #ccc;
max-height: 800px;
max-width: 99%;
}
#proboViewerCont ._pdfslide ._pdfprev,
#proboViewerCont ._pdfslide ._pdfnext {
cursor: pointer;
position: absolute;
top: 50%;
padding: 16px;
color: #666;
font-weight: bold;
font-size: 28px;
transition: 0.3s ease;
user-select: none;
-webkit-user-select: none;
}
#proboViewerCont ._pdfslide ._pdfprev:hover,
#proboViewerCont ._pdfslide ._pdfnext:hover {
color: #000;
}
#proboViewerCont ._pdfnext {
right: 0;
}
#proboViewerCont ._pdfslide ._pdfprev._noanc,
#proboViewerCont ._pdfslide ._pdfnext._noanc {
visibility: hidden;
}
#proboViewerCont ._pdfslide ._pdfurl {
position: relative;
display: inline-block;
}
#proboViewerCont ._pdfslide ._pdfurlhint {
visibility: hidden;
white-space: nowrap;
background-color: #555;
color: #fff;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
opacity: 0;
transition: opacity 0.2s;
}
#proboViewerCont ._pdfslide ._pdfurl:hover ._pdfurlhint {
visibility: visible;
opacity: 1;
}

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after,
  .result-top::after,
  ._pbox-refine-1 ._refs::after {
    display: block;
    clear: both;
    content: "";
  }

  /* ------------------------------------------------------
   * 20221024 
  ------------------------------------------------------ */

._record._pdfnavi {
	position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
._record._pdfnavi > ._pdfthumb {
    width: 80px;
    margin-right: 13px;
	margin-top: 0px;
    float: left;
    text-align: center;
	position: absolute;
    top: 20px;
		}
._record._pdfnavi > ._pdftitle {
	margin-left: 93px;
		}
._thumbs ._pdfthumb{
	width: 54px;
	margin-right: 10px;
		}
		._thumbs {
			display: flex;
			justify-content: center;
			margin-top: 20px;
		}
		._thumbs ._pdfpage{
			text-align: center;
			font-size: 1.1rem;
		}
		._pdfthumbs > ._thumbs > ._pdfthumb > img,
		._pdfthumb > img{
			border: solid 1px #ddd;
		}
		._pbox-searchresult ._record {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
		}
		._groupurl{
    font-size: 1.1rem;
		}
		._listview,._slideview{
			display: none;
		}
		._pdfthumbimg:hover,._thumbs > ._pdfthumb > img:hover{
	cursor: pointer;
		}
		._record._pdfnavi > ._pdfthumb:before{
			cursor: pointer;
			position: absolute;
			top:1px;
			right: 1px;
			content: " ";
			background-image: url("/assets/img/search_ic02.png");
			background-repeat: no-repeat;
			background-color: #FFF;
			background-position: center top 2px;
			background-size: 14px;
			width: 18px;
			height: 18px;
	pointer-events: none;
		}

		#proboViewer {
			top: 50px !important;
		}

		
  .clearfix::after,
  #l-content-body .content_inner::after,
  ._record._pdfnavi ._pdfthumb::after,
  ._record._pdfnavi ._nearby::after,
  ._record._pdfnavi ._pdfthumbs::after,
  ._thumbs ._pdfthumb::after,
  ._thumbs ._pdftitle::after,
  #proboSearchResult1::after {
    display: block;
    clear: both;
    content: "";
  }
	}