@charset "utf-8";

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.btn-default {
  background-color: #4fa389;
  color: #fff;
  text-align: center;
  display: inline-block;
  font: 4vw/1em 'nsans-b',serif;
  padding: 4vw 2.67vw 4.5vw;
}
.arrow1-left {
  background-image: url(../images/introduction/consistency/ico-arrow1.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}
@media screen and (min-width:800px) {
  .btn-default {
    padding: 19px 10px 21px;
    font: 15px/1em 'nsans-b',serif;
  }
  .btn-default:hover {
    color: #fff;
    opacity:.75;
  }
  .arrow1-left {
    background-position: 30px center;
  }
}

/* Search */
#search #main {
  background: url(../images/search/kv.jpg) center center /cover no-repeat;
}
.page-lead {
  background-color: #1f9994;
  color: #fff;
  text-align: center;
  padding: 35px 0 15px 0;
}
.page-lead span {
  display: block;
}
.page-lead span:nth-child(1) {
  letter-spacing: 1px;
  font: 25px/1em 'nserif',serif;
}
.page-lead span:nth-child(2) {
  font: 14px/1em 'roboto',serif;
  letter-spacing: 2px;
  margin-top: 35px;
}
.page-title {
  padding: 40px 0;
}
.page-title h2 {
  text-align: center;
  color: #46aeb6;
  font: 32px/1em 'nserif',serif;
  letter-spacing: 1px;
}
.page-title h2 span {
  display: block;
  font: 10px/1em 'humnst',serif;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #17bdb8;
}
.result-num {
  color: #17bdb8;
  font: 30px/1em 'humnst',serif;
  padding: 0 25px 20px;
}
.result-num span {
  font: 14px/1em 'humnst',serif;
}
.result-num span small {
  font: 8px/1em 'roboto',serif;
}
.search-result .item {
  background-color: #f7f7f7;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.search-result .item:nth-child(2n) {
  background-color: #fff;
}
.search-result .item figure {
  float: left;
  width: 13.3vw;
  font-size: 0;
}
.search-result .item figure img {
  width: 100%;
}
.search-result .item .right {
  padding: 0 0 0 13.3vw;
}
.search-result .item .right h3,
.search-result .item .right p,
.search-result .item .right div {
  padding-left: 15px;
}
.search-result .item .right h3 {
  font: 14px/1.2em 'nsans-b',serif;
  margin-bottom: 7px;
}
.search-result .item .right h3 a {
  color: #17bdb8 !important;
}
.search-result .item .right p {
  color: #000;
  font: 12px/1.4em 'nsans',serif;
  margin-bottom: 8px;
}
.search-result .item .right .url {
  color: #636363;
  font: 10px/1em 'Meiryo',serif;
  word-wrap: break-word;
}
@media screen and (min-width:800px) {
  .page-lead {
    padding: 20px 20px 22px 30px;
  }
  .page-lead span:nth-child(1) {
    font-size: 30px;
    float: left;
  }
  .page-lead span:nth-child(2) {
    font-size: 15px;
    float: right;
    margin-top: 10px;
  }
  .page-title {
    margin-top: 145px;
    padding: 55px 0 120px 0;
  }
  .page-title h2 {
    font-size: 45px;
  }
  .page-title h2 span {
    font-size: 12px;
    margin-top: 13px;
  }
  .result-num {
    font-size: 60px;
    padding: 0 50px 40px;
  }
  .result-num span {
    font-size: 22px;
  }
  .result-num span small {
    font-size: 12px;
  }
  .search-result .item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .search-result .item figure a:hover img {
    opacity: 0.7;
  }
  .search-result .item .right h3 a:hover {
    opacity: 0.7;
  }
  .search-result .item figure {
    width: 100px;
  }
  .search-result .item .right {
    padding: 0 0 0 125px;
  }
  .search-result .item .right h3,
  .search-result .item .right p,
  .search-result .item .right div {
    padding-left: 0;
  }
  .search-result .item .right h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search-result .item .right p {
    font-size: 14px;
    min-height: 57px;
    margin-bottom: 0;
  }
  .search-result .item .right .url {
    font-size: 14px;
  }
}
@media screen and (min-width:1060px) {
  .page-title {
    margin-top: 130px;
  }
}
@media screen and (min-width:1200px) {
  .result-num,
  .search-result .item {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.pagenumber {
  padding: 40px 20px;
}
.pagenumber ul {
  list-style: none;
  text-align: center;
  font-size: 0;
}
.pagenumber ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
.pagenumber ul li a {
  color: #c6c6c6;
  font: 8vw/1em 'humnst',serif;
}
.pagenumber ul li.current a {
  color: #30c4c5;
}
.pagenumber ul li.next a,
.pagenumber ul li.prev a {
  font: 3.2vw/1.2em 'humnst',serif;
  position: relative;
  display: inline-block;
}
.pagenumber ul li.next {
  padding-right: 0;
}
.pagenumber ul li.prev {
  padding-left: 0;
}
.pagenumber ul li.prev a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #c6c6c6;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-bottom: 1px;
}
.pagenumber ul li.next a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #c6c6c6;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-bottom: 1px;
}
@media screen and (min-width:800px) {
  .pagenumber {
    padding: 40px 0;
  }
  .pagenumber ul li {
    padding: 0 12px;
  }
  .pagenumber ul li.next {
    padding-right: 0;
  }
  .pagenumber ul li.prev {
    padding-left: 0;
  }
  .pagenumber ul li a {
    font: 30px/1em 'humnst',serif;
  }
  .pagenumber ul li a:hover {
    color: #30c4c5;
  }
  .pagenumber ul li.next a,
  .pagenumber ul li.prev a {
    font: 12px/1.2em 'humnst',serif;
  }
}

.wp-pagenavi {
  text-align: center;
  padding: 40px 20px;
  vertical-align: middle;
  
}
.wp-pagenavi span.pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi .extend {display: none;}
.wp-pagenavi a {
  color: #c6c6c6;
  font-family: 'humnst',serif;
}
.wp-pagenavi a.page {
  font-size: 28px;
  line-height: 28px;
  margin: 0 10px;
  vertical-align: middle;
}
.wp-pagenavi span.current {
  color: #30c4c5;
  font-size: 28px;
  line-height: 28px;
  margin: 0 10px;
  vertical-align: middle;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  font-size: 12px;
  line-height: 28px;
  margin: 0 8px;
}
.wp-pagenavi a.previouspostslink:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 12px solid #c6c6c6;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-right: 12px;
  margin-bottom: 1px;
}
.wp-pagenavi a.nextpostslink:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #c6c6c6;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
  margin-left: 12px;
  margin-bottom: 1px;
}