@charset "utf-8";
/* CSS Document */
#header .btnsearch{
  background-image: url("../img/icon_search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 40px;
  width: 48px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  
}
#header .searchtxt{
  position: relative;
}

/* top search area
------------------------------------------ */
/* searchArea */
#keywordsearch form{
  display: flex;
}
#keywordsearch #q3{
  border-top: 1px solid #ffffff;
  border-right:none;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background-color: #ffffff;
  color: #333333;
  line-height: 58px;
  height: 60px;
  width: 313px;
  padding: 0 20px;
  box-sizing: border-box;
	font-family:'Noto Sans JP', sans-serif;
}
#keywordsearch #q3::placeholder{
  color: #555555 !important;  
}
#keywordsearch .btninputsearch{
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  width: 48px;
  height: 60px;
  box-sizing:border-box;
  background-image: url("../img/icon_search2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  text-indent:-9999px;
  overflow: hidden;
  border-radius: 0;
}
#keywordsearch .searchtxt{
  position: relative;
}
#keywordsearch .searchtxt input::placeholder{
  color: #FFFFFF;
}
#keywordsearch #popterm3 {
  position: relative;
  display: inline-block;
  margin: 60px auto auto 0px !important;
  padding: 10px 15px;
  min-width: 35%;	
  width: fit-content !important;
  background: #f7f7f7;
  border-radius: 15px;
}
#keywordsearch #popterm3:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 23%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
#keywordsearch #popterm3:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 23%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
#keywordsearch #popterm3 tr {
  background-color : #f7f7f7;
}
#keywordsearch #popterm3 .popterm3_selected  {
  background-color: #dbe7f5;
}
#keywordsearch #popterm3 td {
  border: 0px;
  color: #333333;
  padding: 5px 15px 5px 15px;
  width: fit-content !important;
}


/* header */
#header .searchbox{
  display: none;
}
#header .searchArea{
  position: absolute;
  top: 0;
  right: 0;
}
#header .searchArea.active .searchbox{
  display: flex;
}
#header .btnsearch{
  cursor: pointer;
}
#header .btnsearchclose{
  width:32px;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  background-color:#f1f1f1;
  text-indent: -9999px;
  background-image: url("../img/icon_search_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#header .searchtxt form{
  display: flex;
  margin: 0;
  padding: 0;
}
#header .btninputsearch{
  background-image: url("../img/icon_search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  height: 40px;
  width: 48px;
  border-top: none;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  box-sizing: border-box;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #FFFFFF;
}
#header .searchtxt input[type="text"]{
  border-top: none;
  border-right:none;
  border-bottom: 1px solid #eeeeee;
  border-left: none;
  background-color: #FFFFFF;
  color: #333333;
  line-height: 38px;
  height: 40px;
  width: 388px;
  padding: 0 20px;
  box-sizing: border-box;
	font-family:'Noto Sans JP', sans-serif;
}

.searchArea.active .btnsearch{
  display: none !important;
}
#header #popterm {
  position: relative;
  display: inline-block;
  margin: 52px auto auto 0px !important;
  padding: 10px 15px;
  min-width: 35%;
  width: fit-content !important;
  background: #f7f7f7;
  border-radius: 15px;
}
#header #popterm:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 23%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
#header #popterm:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 23%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
#header #popterm tr {
  background-color : #f7f7f7;
}
#header #popterm .popterm_selected  {
  background-color: #dbe7f5;
}
#header #popterm td {
  border: 0px;
  color: #333333;
  padding: 5px 15px 5px 15px;
  width: fit-content !important;
}

/* probo
-------------------------- */
#probo .searchtxt{
  display: flex; 
  position: relative;
}
#probo .searchtxt #q2{
  width: 1152px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right:none;
  background-color: #ffffff;
  color: #333333;
  line-height: 62px;
  height: 64px;
  padding: 0 20px;
  box-sizing: border-box;
	font-family:'Noto Sans JP', sans-serif;
}
#probo #q2::placeholder{
  color: #555555 !important;  
}
#probo .searchtxt .btninputsearch{
}

#probo .btninputsearch{
  background-image: url("../img/icon_search.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: #FFFFFF;
  height: 64px;
  width: 48px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left:none;
  box-sizing: border-box;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#probo .searchtxt input::placeholder{
  color: #999999;
}

/* pdf check */
#probo ._pbox-refine-2{
  margin: 20px 0 0 0;
}
#probo ._pbox-refine-2 ._title{
  display: none;
}
#probo ._pbox-refine-2 ._refs{
  display: inline-block;
  border: none;
  padding: 0;
}


/*checkbox01 css*/
._pbox-refine-2 ._refs{
	line-height: 24px;
}
#probo ._pbox-refine-2 ._refs input{
  display: none;
}
#probo ._pbox-refine-2 ._refs ._text{
	position:relative;
	padding: 0 0 0 37px;
	display: inline-block;
	line-height: 24px;
}
#probo ._pbox-refine-2 ._refs ._text::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
	background-color: #ffffff;
	box-sizing: border-box;
}
#probo ._pbox-refine-2 ._refs input:checked + ._text::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background:url("../img/bg_check.png") center center no-repeat;
	box-sizing: border-box;
  z-index: 1;
  border-radius: 3px;
}
#probo ._pbox-refine-2 ._refs input:checked + ._text::before{
  border: 1px solid #1fb996;
  background-color: #1fb996;
}
#probo #popterm2 {
  position: relative;
  display: inline-block;
  margin: 75px auto auto 30px !important;
  padding: 10px 15px;
  width: fit-content !important;
  min-width: 15%;
  background: #f7f7f7;
  border-radius: 15px;
}
#probo #popterm2:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
#probo #popterm2:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 25px;
  margin-left: -15px;
  border: 10px solid transparent;
  border-bottom: 10px solid #f7f7f7;
}
#probo #popterm2 tr {
  background-color: #f7f7f7;
}
#probo #popterm2 .popterm2_selected  {
  background-color: #dbe7f5;
}
#probo #popterm2 td {
  border: 0px;
  color: #333333;
  padding: 5px 15px 5px 15px;
  width: fit-content !important;
}

/* _navs */
._pbox-pagenav{
  margin: 68px 0 20px 0 !important;  
}
._navs{
  display: flex;
  align-items: center;
  justify-content: center;
}
._navs span{
  margin: 0 6px !important;
}
._navs span a,
._cur{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  max-width: 44px;
  height: 32px;
  border-radius: 3px;
}
._navs span a{
  background-color: #222222;
  color: #FFFFFF;
  text-decoration: none;
}
._navs span a:hover{
  opacity: 0.8;
}
._cur{
  background-color: #FFFFFF;
  color: #000000;
}
._prev a,
._next a{
  max-width: 48px;
  height: 32px;
  background-color: #666666 !important;
  color: #FFFFFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
._prev a:hover,
._next a:hover{
  background-color: #666666;
  color: #FFFFFF;
  opacity: 0.8;
}

/* no link */
._prev ._noanc{
  
}
._next ._noanc{
  
}


.sortwrap{
  display: flex;
  margin: 30px 0;
}
.pbox-sort-selector ._sort{
  margin: 0 12px !important;
  padding: 0 0 5px 0 !important;
}
.pbox-sort-selector ._sort._selected{
  border-bottom: 1px solid #1fb996;
}

.pbox-count-selector{
  margin: 0 0 0 50px;
}
.pbox-count-selector ._count{
  margin: 0 12px !important;
  padding: 0 0 5px 0 !important;
}
.pbox-count-selector ._count._selected{
  border-bottom: 1px solid #1fb996;
}

/* recommend */
#probo ._pbox-recommend {
	margin-top: 20px;
    padding: 20px 30px;
	border:0px;
    background: #dbe7f5;
  }
#probo ._pbox-recommend ._caption {
	margin-bottom: 10px;
    font-size: 1.6rem;
  }
#probo ._pbox-recommend ._records ._record {
    margin-top: 0;
	padding: 0 !important;
  }
#probo ._pbox-recommend ._record ._image {
    max-width: 180px;
    float: left;
    margin-right: 35px;
  }
#probo ._pbox-recommend ._record ._image img {
   max-width: 180px;
    width: 180px;
	height: auto;
    border: 1px solid #ddd;
  }
#probo ._pbox-recommend ._record ._title,
#probo ._pbox-recommend ._record ._summary {
    overflow: hidden;
  }
#probo ._pbox-recommend ._record ._title {
	margin-bottom: 5px;
	padding: 0 0 0 16px;
    position: relative;
  }
#probo ._pbox-recommend ._record ._title a{
	font-size: 1.6rem;
	color: #0059be !important;
	line-height: 1.8;
}
#probo ._pbox-recommend ._record ._title:before{
	content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #002f7b;
}	
#probo ._pbox-recommend ._record ._summary {
    margin-top: 5px;
    font-size: 1.4rem;
	line-height: 1.4;
  }

/* _records */
._record{
  margin: 40px 0 0 0;
  padding: 0 0 0 232px !important;
  box-sizing: border-box;
}
._pbox-searchresult ._records ._record ._thumb{
  float: none;
  margin: 0 0 0 -232px;
  width: 232px;
}
._pbox-searchresult ._records ._record ._thumb img{
  width: 200px;
  height: auto;
  max-width:200px !important;
  max-height:auto !important;
  margin-right: 0;
}

._pbox-searchresult ._records ._record ._pdfthumb{
  float: none;
  margin: 0 0 0 -232px ;
  width: 232px;
}
._pbox-searchresult ._records ._record ._pdfthumb > img._pdfthumbimg{
  width: 200px;
  height: auto;
  max-width:200px !important;
  max-height:auto !important;
  margin-right: 0;
}
._pbox-searchresult ._records ._record ._pdfthumbs ul{
  margin: 0 !important;
  display: flex !important;
}
._pbox-searchresult ._records ._record  ul{
  
}
._pbox-searchresult ._records ._record  ul li._pdfthumb{
  width: auto;
  margin: 0;
}


._records ._id{
  display: none;
}
._records ._title .pbClick{
  padding: 0 0 0 16px;
  color: #0059be !important;
  position: relative;
  line-height: 1.8;
}
._records ._title .pbClick::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #002f7b;
}
._records ._nearby{
  line-height: 1.4;
  margin: 0 0 16px 0 !important;
}
._records ._url .pbClick{
  display: inline-block;
  margin:0;
  padding: 0 0 0 41px;
  color: #0059be !important;
  position: relative;
  line-height: 16px;
}
._records ._url .pbClick::before{
  content: "URL";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #111111;
  color: #FFFFFF;
  padding: 3px;
  box-sizing: border-box;
  width: 34px;
  text-align: center;
  line-height: 1;
}
._records ._thumb{
  margin: 0 0 10px 0;
}

/* pdf check */
._records ._pdfthumbs{
  margin: 0;
}
._records ._pdfpage{
  margin: 5px 0 20px 0;
  height: 100%;
}
._records ._pdftitle{
  display: inline-block;
}
._records ._pdftitle a{
  padding: 0 0 0 16px;
  color: #0059be !important;
  position: relative;
  line-height: 1.8;
}
._records ._pdftitle a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #002f7b;
}

/* _listview */
._records ._listview{
  display: inline-block;
  margin: 0 8px 0 0;
}
/* _slideview */
._records ._slideview{
  display: inline-block;
}
._records ._listview a,
._records ._slideview a{
  display: flex;
  background-color: #d2e1f2;
  color: #002f7b;
  text-align: center;
  width: 128px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
._records ._listview a:hover,
._records ._slideview a:hover{
  background-color: #003179;
  color: #FFFFFF;
  text-decoration: none;
}

._records ._groupurl{
  margin: 16px 0 0 0;
}
._records ._groupurl .pbClick{
  display: inline-block;
  margin: 16px 0 0 0;
  padding: 0 0 0 41px;
  color: #0059be !important;
  position: relative;
  line-height: 16px;
}
._records ._groupurl .pbClick::before{
  content: "URL";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #111111;
  color: #FFFFFF;
  padding: 3px;
  box-sizing: border-box;
  width: 34px;
  text-align: center;
  line-height: 1;
}

/* modal */
#proboViewer ._wrapper{
  margin: 15px auto !important;
  width: 80% !important;
  padding: 0 !important;
}
#proboViewerTab{
 border-bottom: 2px solid #1FB996;
  padding: 0 20px 0;
  margin:0;
}
#proboViewerTab ._tabs{
  margin: 0 !important;
  display: flex;
} 
#proboViewerTab ._tabs ._tab{
  border: none !important;
  background-color: #DADADA !important;
  color: #FFFFFF;
  border-radius: 3px 3px 0 0;
  margin: 0 8px 0 0 !important;
  width: 480px;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#proboViewerTab ._tabs ._tab._selected{
  background-color: #1FB996 !important;
}
#proboViewerHeader{
  margin: 20px 28px 0 0;
}
#proboViewerHeader ._close{
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  background-image: url("../img/btn_close.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  text-align: left;
}
._pdfslide ._pdfpage{
  margin: 16px 0 0 0;
}
#proboViewerCont{
  padding: 15px 40px;
}
#proboViewerCont ._pdfinfo{
  width: 100%;
  margin: 0 0 17px 0;
}
#proboViewerCont ._pdfinfo ._pdftitle{
  border-bottom: 1px solid #DADADA;
  padding: 17px;
}
#proboViewerCont ._pdfinfo ._pdfurl{
  border-bottom: 1px solid #DADADA;  
  padding: 17px;
}
#proboViewerCont ._pdfrec{
	border: 0px !important;
}
#proboViewerCont ._pdfslide ._pdfthumb img{
	max-height: 70vh !important; 
}
