@charset "UTF-8";
/* ===================================================================
common
=================================================================== */
/* ===================================================================
mixins
=================================================================== */
/* ===================================================================
 search-common
===================================================================*/
.common-contents-wrapper {
  padding: 0;
}

.search-wrapper {
  background-color: #f6f6f6;
  padding: 30px 0 0;
}

@media only screen and (min-width: 768px) {
  .search-wrapper {
    padding: 60px 0 0;
  }
}

/* ===================================================================
 search-header
===================================================================*/
.search-header {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .search-header {
    padding-bottom: 30px;
  }
}

.search-header-input {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.search-header-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

.search-header-input input:focus {
  box-shadow: none;
  outline: none;
}

.search-header-input input[type=text] {
  background-color: #fff;
  line-height: 1;
  margin: 0;
  padding: 17px 67px 17px 17px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}

.search-header-input input[type=submit] {
  display: block;
  width: 50px;
  height: 100%;
  background-color: #ff2355;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #ff2355 url(/assets/images/icon/icon-search.png) no-repeat center/25px auto;
}

.search-header [class*=common-icon] {
  display: block;
  width: 50px;
  height: 100%;
  font-size: 3.6rem;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

/* ===================================================================
 search-main
===================================================================*/
.search-main {
  background-color: #fff;
  min-height: 130px;
}

.search-main-inner {
  padding: 30px 20px;
}

@media only screen and (min-width: 768px) {
  .search-main-inner {
    width: 62.5%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0 60px;
  }
}

/* ===================================================================
 probo
===================================================================*/
[class*="_pbox-"] {
  margin: 0;
  padding: 0;
}

._pbox-refine-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  ._pbox-refine-1 {
    flex-wrap: nowrap;
    margin: 40px 60px 0;
  }
}

._pbox-refine-1 ._title {
  flex-shrink: 0;
  width: 100%;
  font-weight: bold;
  margin: 0 20px;
}

@media only screen and (min-width: 768px) {
  ._pbox-refine-1 ._title {
    width: auto;
    margin: 0;
    padding-top: 5px;
    line-height: 20px;
  }
}

._pbox-refine-1 ._refs {
  font-size: 1.2rem;
  padding: 10px 10px 0;
}

@media only screen and (min-width: 768px) {
  ._pbox-refine-1 ._refs {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  ._pbox-refine-1 ._refs {
    padding: 0;
  }
}

._pbox-refine-1 ._refs ._ref {
  display: inline-block;
  white-space: nowrap;
  margin: 5px 10px;
}

@media only screen and (min-width: 768px) {
  ._pbox-refine-1 ._refs ._ref {
    margin: 5px 20px;
  }
}

._pbox-refine-1 ._refs ._ref span {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

._pbox-refine-1 ._refs ._ref span:before, ._pbox-refine-1 ._refs ._ref span:after {
  transition: all .2s;
}

._pbox-refine-1 ._refs ._ref span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d8d8d8;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._pbox-refine-1 ._refs ._ref span:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff2355;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

._pbox-refine-1 ._refs ._ref .check {
  display: none;
}

._pbox-refine-1 ._refs ._ref .check:checked + span:before {
  border-color: #ff2355;
  background-color: #ffe9ee;
}

._pbox-refine-1 ._refs ._ref .check:checked + span:after {
  opacity: 1;
}

.pbox-search-status {
  overflow: hidden;
}

._pbox-search-status {
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  ._pbox-search-status {
    float: left;
  }
}

._pbox-search-status ._kwd, ._pbox-search-status ._cstart, ._pbox-search-status ._cend, ._pbox-search-status ._totalhits {
  font-weight: bold;
}

._pbox-sort-selector {
  margin: 10px 0;
  text-align: right;
}

._pbox-sort-selector ._sorts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

._pbox-sort-selector ._title {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0;
  /* for ie-7 */
  *display: inline;
  *zoom: 1;
}

._pbox-sort-selector ._sort {
  display: inline-block;
  white-space: nowrap;
  padding: 0 10px;
  margin: 0;
  /* for ie-7 */
  *display: inline;
  *zoom: 1;
}

._pbox-sort-selector ._sort._selected {
  font-weight: bold;
}

._pbox-count-selector {
  font-size: 1.2rem;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  ._pbox-count-selector {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  ._pbox-count-selector {
    float: right;
    text-align: right;
  }
}

._pbox-count-selector ._counts {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

._pbox-count-selector ._title {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
}

._pbox-count-selector ._count {
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
}

._pbox-count-selector ._count._selected {
  font-weight: bold;
}

._pbox-related {
  padding: 10px;
  margin: 10px 0;
}

._pbox-related ._title {
  margin-right: 15px;
}

._pbox-related ._kwd {
  margin-right: 10px;
}

._pbox-recommend {
  clear: both;
  position: relative;
}

._pbox-recommend ._caption {
  display: none;
}

._pbox-recommend ._records {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records {
    padding-bottom: 40px;
  }
}

._pbox-recommend ._records ._record {
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record {
    margin-top: 40px;
  }
}

._pbox-recommend ._records ._record:before {
  content: "おすすめ";
  display: block;
  padding: 5px 10px;
  border-radius: 15px;
  color: #fff;
  background-color: #149bf0;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record:before {
    font-size: 1.4rem;
    border-radius: 18px;
  }
}

._pbox-recommend ._records ._record:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

._pbox-recommend ._records ._record ._image {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record ._image {
    width: 30%;
    float: left;
    margin: 0 40px 40px 0;
  }
}

._pbox-recommend ._records ._record ._image img {
  width: 100%;
  height: auto;
  display: block;
}

._pbox-recommend ._records ._record ._title {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record ._title {
    font-size: 1.6rem;
  }
}

._pbox-recommend ._records ._record ._url {
  font-size: 1.2rem;
  color: #989898;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record ._url {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record ._url {
    margin-top: 10px;
  }
}

._pbox-recommend ._records ._record ._summary {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record ._summary {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  ._pbox-recommend ._records ._record ._summary {
    margin-top: 10px;
  }
}

._pbox-searchresult ._records ._record {
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record {
    margin-top: 40px;
  }
}

._pbox-searchresult ._records ._record:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

._pbox-searchresult ._records ._record ._id {
  display: none;
}

._pbox-searchresult ._records ._record ._thumb {
  width: 47.7%;
  float: left;
  margin: 0 20px 20px 0;
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._thumb {
    width: 30%;
    margin: 0 40px 40px 0;
  }
}

._pbox-searchresult ._records ._record ._thumb img {
  width: 100%;
  height: auto;
  display: block;
}

._pbox-searchresult ._records ._record ._pdfthumb {
  float: left;
}

._pbox-searchresult ._records ._record ._pdfthumb img {
  cursor: pointer;
  max-width: 150px;
  max-height: 150px;
  margin-right: 18px;
  border: 1px solid #ccc;
}

._pbox-searchresult ._records ._record ._pdfthumb img:hover {
  border: 1px solid #666;
}

._pbox-searchresult ._records ._record ._pdfthumb ._pdfpage {
  text-align: center;
  font-size: 12px;
  margin-right: 18px;
}

._pbox-searchresult ._records ._record ._pdfthumbs ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

._pbox-searchresult ._records ._record ._pdfthumbs ._pdfthumb {
  display: inline-block;
  margin-right: 5px;
}

._pbox-searchresult ._records ._record ._pdfthumbs ._pdfthumb:last-child {
  margin-right: 0;
}

._pbox-searchresult ._records ._record ._pdfthumbs ._pdfthumb ._pdfpage {
  text-align: center;
  font-size: 12px;
}

._pbox-searchresult ._records ._record ._pdfthumbs ._pdfthumb img {
  cursor: pointer;
  max-width: 80px;
  max-height: 80px;
  border: 1px solid #ccc;
}

._pbox-searchresult ._records ._record ._pdfthumbs ._pdfthumb img:hover {
  border: 1px solid #666;
}

._pbox-searchresult ._records ._record ._metaimg1 {
  margin-bottom: 5px;
}

._pbox-searchresult ._records ._record ._metaimg1 img {
  border: 1px solid #ccc;
}

._pbox-searchresult ._records ._record ._pdftitle, ._pbox-searchresult ._records ._record ._title {
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._pdftitle, ._pbox-searchresult ._records ._record ._title {
    font-size: 1.6rem;
  }
}

._pbox-searchresult ._records ._record ._url {
  font-size: 1.2rem;
  color: #989898;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._url {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
  ._pbox-searchresult ._records ._record ._url {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._url {
    margin-top: 10px;
  }
}

._pbox-searchresult ._records ._record ._nearby {
  font-size: 1.4rem;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._nearby {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  ._pbox-searchresult ._records ._record ._nearby {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  ._pbox-searchresult ._records ._record ._nearby {
    margin-top: 10px;
  }
}

._pbox-searchresult ._records ._record ._nearby em {
  font-weight: normal;
  font-style: normal;
  background-color: #ffe9ee;
}

._pbox-pagenav {
  clear: both;
  margin: 20px auto;
  text-align: center;
}

._pbox-pagenav ._navs {
  padding: 0 50px;
  position: relative;
}

._pbox-pagenav ._prev,
._pbox-pagenav ._next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

._pbox-pagenav ._prev._noanc,
._pbox-pagenav ._next._noanc {
  display: none;
}

._pbox-pagenav ._prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

._pbox-pagenav ._next {
  right: 0;
}

._pbox-pagenav ._prev a,
._pbox-pagenav ._next a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ff2355;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0px;
  position: relative;
}

._pbox-pagenav ._prev a:before,
._pbox-pagenav ._next a:before {
  content: "\e908";
  font-family: 'icomoon' !important;
  color: #fff;
  width: 0%;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 39%;
  text-indent: 0;
  font-size: 1.2rem;
}

._pbox-pagenav ._page {
  font-size: 1.6rem;
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  ._pbox-pagenav ._page {
    font-size: 2rem;
    margin: 0 20px;
  }
}

._pbox-pagenav ._page._cur {
  font-weight: bold;
  color: #ff2355;
}

#proboOverlay .container {
  display: none;
  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;
}

#proboOverlay {
  overflow: auto;
  height: 100%;
}

#proboViewer {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  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;
}

#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;
  -moz-user-select: none;
   -ms-user-select: none;
       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;
}
