#pagenav {
  height: 72px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#pagenav .wrap {
  display: -webkit-flex;
  display: flex;
}
#pagenav b {
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin-right: 32px;
}
#pagenav span {
  font-size: 13px;
  line-height: 40px;
  height: 40px;
}
#pagenav .cat_select {
  margin-left: auto;
}
#pagenav .cat_select span {
  background-image: url("../image/client/arrow-white.png");
  background-size: 4px 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 14px;
  margin-right: 23px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #pagenav .cat_select span {
    background-image: url("../image/client/arrow-white@2x.png");
  }
}
#pagenav .cat_select select {
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #fff;
  -webkit-appearance: none;
  font-size: 14px;
  height: 40px;
  width: 160px;
  padding: 0 15px;
}
#pagenav .cat_select select:hover {
  background: #fff;
  color: #12c8c6;
  cursor: pointer;
}
#pagenav .index {
  font-size: 12px;
  line-height: 40px;
  font-weight: 600;
  margin-left: auto;
}

#pages {
  margin-left: auto;
}
#pages .page-numbers,
#pages .prev,
#pages .next {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
}
#pages .page-numbers:not(:first-child),
#pages .prev:not(:first-child),
#pages .next:not(:first-child) {
  margin-left: 10px;
}
#pages .page-numbers.current,
#pages .prev.current,
#pages .next.current {
  opacity: 0.5;
}
#pages .page-numbers > img,
#pages .prev > img,
#pages .next > img {
  vertical-align: middle;
  margin-bottom: 3px;
}
#pages .prev {
  transform: scale(-1, 1);
}

#categories a {
  display: inline-block;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
}
#categories a:not(:first-child) {
  margin-left: 10px;
}
#categories a.current {
  opacity: 0.5;
}

@media (max-width: 970px) {
  #pagenav span {
    font-size: 12px;
  }
  #pagenav .cat_select select {
    font-size: 12px;
    width: 140px;
  }
}
@media (max-width: 650px) {
  #pagenav .wrap > span {
    display: none;
  }
}
@media (max-width: 420px) {
  #pagenav b {
    display: none;
  }
}
#pagenav {
  background: #12c8c6;
  color: #fff;
}

#contents article {
  border-bottom: 1px solid #e3e3e5;
  padding-bottom: 100px;
}
#contents article .wrap {
  width: 640px;
  margin: 0 auto;
}
#contents article h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 2em;
  padding: 60px 20px 40px;
}
#contents article .photo {
  width: 100%;
  background-color: #cdcdcd;
  background-size: cover;
  background-position: center;
  position: relative;
}
#contents article .photo .dummy {
  opacity: 0;
  width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#contents article .photo a {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #12c8c6;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  font-weight: 600;
  padding: 14px 27px;
  display: inline-block;
}
#contents article .photo a img {
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -2px;
}
#contents article .description {
  padding: 30px 30px 40px;
  color: #c1c1c1;
  font-weight: 400;
}
#contents article .line {
  margin: 0;
}
#contents article h3 {
  font-size: 20px;
  line-height: 2em;
  font-weight: 300;
}
#contents article .qa {
  width: 580px;
  margin: 60px auto 0;
}
#contents article .qa > h4 {
  font-size: 16px;
  text-align: center;
  color: #656566;
  margin: 60px 0 30px;
}

@media (max-width: 700px) {
  #contents article .wrap,
  #contents article .qa {
    width: calc(100% - 60px);
  }
  #contents article .description {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=client.css.map */
