.thepage .p-head {
  background-image: url(../img/bpo/hero@2x.jpg);
}
.p-head h1 {
  letter-spacing: 5.5px;
  margin-right: -5.5px;
}
.sec-ptop {
  margin-bottom: 75px;
}
.sec-ptop .tt {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 70px;
}
.sec-ptop .tt .st {
  font-size: 20px;
  line-height: 32px;
  margin-top: 6px;
}
.sec-cont h2 {
  margin-bottom: 30px;
}
.sec-cont .bpo-f {
  margin-bottom: 75px;
}
.sec-cont p {
  line-height: 32px;
}
.bpo-f ul {
  margin:30px 0;
}

.bpo-f .adv {
  background: #F8F8F8;
  padding:36px 40px;
}
.adv .t {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 28px;
}
.adv .t:before {
  position: absolute;
  content:"";
  left: -40px;
  width: 30px;
  height: 20px;
  background: #000;
}
.a-item {
  margin-bottom: 20px;
}
.a-item.last {
  margin-bottom: 0;
}
.a-item>span {
  display:inline-block;
  font-size: 18px;
  line-height: 20px;
}
.a-item .tag {
  position: relative;
  margin-right: 72px;
  padding:14px 20px;
  color:#fff;
  background: #418B6F;
}
.a-item .tag:after {
  content:"";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/bpo/arrow-right-green.svg);
  right: -58px;
  top:50%;
  transform: translateY(-50%);
  width: 60px;
  height: 16px;
}


@media (max-width: 1199px) {
}

@media (max-width: 992px) {
}

@media (max-width: 767px) {
  .sec-ptop .tt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .sec-cont h2 {
    margin-bottom: 20px;
  }
  .cont-inn ul.df {
    font-size: 15px;
  }
  .bpo-f .adv {
    padding:20px;
  }
  .adv .t:before {
    content:none;
  }
  .adv .t {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .a-item>span{
    display: block;
    font-size: 15px;
  }
  .a-item .tag {
    padding:10px 14px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .a-item .tag:after {
    content:none;
  }


  .row-img {
    text-align: center;
  }
  .row-img figure {
    margin:auto;
  }
  .row-img>div:first-child {
    margin-bottom: 30px;
  }
}