.banner {
  background: url('/assets/images/background/sptbanner.png') no-repeat center;
  background-size: cover;
}
.banner .container {
  padding-top: 80px;
  padding-bottom: 5px;
}
.banner h1 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
.banner .f-fs20 {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 991px) {
  .banner {
    text-align: center;
  }
  .banner img {
    margin-top: 30px;
  }
}
.page .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1a1a1a;
}
.page .page-box {
  max-width: 880px;
  margin: 50px auto 0px;
  min-height: 280px;
}
.page .page-box .item {
  min-height: 280px;
  max-width: 380px;
  -webkit-box-shadow: 0px 1px 2px 0px #2567e1;
          box-shadow: 0px 1px 2px 0px #2567e1;
  border-radius: 10px;
  margin: auto;
  padding: 30px 15px;
  text-align: center;
}
.page .page-box .item .i-box {
  min-height: 90px;
}
.page .page-box .item h5 {
  font-family: 'MyriadPro', sans-serif, 'Microsoft YaHei';
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  margin: 10px auto;
}
.page .page-box .item p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  min-height: 70px;
}
.page .page-box .item a {
  color: #2280e1;
}
@media (max-width: 991px) and (min-width: 768px) {
  .page .page-box .item:lang(jp) {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page .page-box {
    margin-top: 0;
  }
  .page .page-box .item {
    max-width: 100%;
    margin-top: 30px;
  }
}
.call {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f2f2), to(#f1f2f2)), -webkit-gradient(linear, left top, left bottom, from(#e5ecf4), to(#e5ecf4));
  background-image: linear-gradient(#f1f2f2, #f1f2f2), linear-gradient(#e5ecf4, #e5ecf4);
  background-blend-mode: normal,
  normal;
}
.call .container {
  padding-top: 65px;
  padding-bottom: 45px;
}
.call .call-box {
  max-width: 850px;
  margin: auto;
}
.call .call-box h3 {
  font-size: 36px;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.call .call-box p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
}
.call .call-box p span {
  margin-right: 40px;
}
.call .call-box p b {
  font-weight: bold;
}
@media (max-width: 540px) {
  .call .call-box p span {
    display: block;
    margin: auto;
  }
}
/*# sourceMappingURL=./contact-us.css.map */