body {
  color: #33292a;
}

.head-title {
  background: #4b505b;
}

.header-page .nav-content {
  background: #4b505b;
}

.section-key {
  position: relative;
  background: url("../wpa-img/PN-key.jpg") center no-repeat;
  background-size: cover;
}
.section-key .service-name {
  width: 400px;
  margin-bottom: 20px;
}
.section-key .key-cta {
  position: absolute;
  padding: 15px 2.5vw;
  bottom: 3vw;
  left: 2vw;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.section-key .key-cta .title-cta {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.section-key .key-cta .btn-first-cta {
  display: block;
  background-color: #4b505b;
  text-decoration: none;
  color: #fff;
  text-align: center;
  height: 44px;
  line-height: 40px;
  font-weight: bold;
  border-radius: 2px;
  border: 2px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.12);
}

.title-column {
  border-color: #4b505b;
}

.title-section::after, .title-section::before {
  background: #4b505b;
}

.section-topcolumn .report {
  position: relative;
  padding: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-right: 120px;
  margin-top: 0px;
  transform: rotate(-10deg);
}
.section-topcolumn .report ._tumb {
  width: 220px;
  vertical-align: bottom;
}

.btn {
  background: #4b505b;
}

a.link-arrow::after {
  border-color: #4b505b;
}

.unit-faq ._q .icon-q {
  background: #4b505b;
}
.unit-faq ._a {
  background: #f8fbfb;
}

.balloon {
  background: #4b505b;
}
.balloon::after {
  border-color: #4b505b;
}

.head-key._lpcf {
  background: url("../casefile-img/key_03.jpg") center no-repeat;
  background-size: cover;
}

.service-menu._wpa {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.service-menu._wpa ._fig1 {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.service-menu._wpa ._fig1 ._img {
  width: 234px;
}
.service-menu._wpa p {
  font-size: 20px;
  padding-left: 200px;
}

.section-feature .list-feature ._item._ft1 {
  background: url("../wpa-img/bg_ft01.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature ._item._ft2 {
  background: url("../whitepaper-img/bg_ft02.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature ._item._ft3 {
  background: url("../whitepaper-img/bg_ft03.jpg") center no-repeat;
  background-size: cover;
}
.section-feature .list-feature .box-feature .title-ft::before {
  background: #4b505b;
}
.section-feature .list-feature .box-feature .title-ft .num {
  background: #4b505b;
}
.section-feature .list-feature .box-feature .title-ft .num::after {
  border-left: 15px solid #4b505b;
}

@media screen and (max-width: 760px) {
  .section-key {
    position: relative;
    background: url("../wpa-img/PN-key.jpg") center bottom no-repeat;
    background-size: 150% auto;
    height: 100vw;
  }
  .section-key .service-name {
    width: 60vw;
    margin-bottom: 5vw;
  }
  .section-key .key-cta {
    position: static;
    padding: 2.5vw;
    margin: 0 2.5vw;
    background-color: #fff;
    width: 54vw;
  }
  .section-key .key-cta .title-cta {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .section-key .key-cta .btn-first-cta {
    height: 12vw;
    line-height: calc(12vw - 4px);
  }
  .section-topcolumn .report {
    margin-right: 50vw;
  }
  .section-topcolumn .report ._tumb {
    width: 40vw;
  }
  .section-topcolumn .wrap::after {
    display: block;
    width: 70vw;
    background-position: center bottom;
    right: -5vw;
  }
  .service-menu._wpa {
    height: auto;
    flex-direction: column;
    padding-left: 40vw;
  }
  .service-menu._wpa ._fig1 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .service-menu._wpa ._fig1 ._img {
    width: 35vw;
  }
  .service-menu._wpa p {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .service-menu._wpa p br {
    display: none;
  }
}/*# sourceMappingURL=ext-pagernow.css.map */