@charset "utf-8";
/* CSS Document */

.bFB img{
  margin-top: -35px;
}

.bg{
  position: absolute;
  top: 30px;
  right:30px;
  bottom:30px;
  left: 50%;
  background:url(../images/service/bg.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
}

.title{
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  width: 180px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.letter{
  text-align: right;
}

.content{
  position: absolute;
  left: 30%;
  right: 50%;
  top: 150px;
  bottom: 30px;
  margin: 0 100px 0 -260px;
}

.step{
  position: relative;
  height: 40px;
  overflow: hidden;
}
h3{
  font-weight: normal;
  color: #000;
  line-height: 40px;
  font-size: 0.875em;  
  overflow: hidden;
  height: 0;
}
h3 .en{
  font-size: 18px;
  vertical-align: middle;
}
.letterImg{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.stepW{
  font-size: 0.75em;
  color: #999;
  height: 35px;
  overflow: hidden;
  line-height: 30px;
  margin-bottom: 20px;
  cursor: pointer;
}

.stepW::before{
  content: '';
  width: 100px;
  height: 2px;
  background: #ccc;
  display: block;
}

.stepW:hover{color: #000;}
.stepW:hover::before{background: #70A8C3;}

.stepP{
  position: absolute;
  top: 120px;
  right: 0;
}

.step, h3, .stepW{
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}

.showNow{
  height: 200px;
}
.showNow h3{
  height: 43px;
}

.showNow .stepW{
  height: 0;
}

.step li{
  font-size: 0.75em;
  list-style-type: decimal;
  margin-left: 15px;
}

@media screen and (max-width:1100px),screen and (max-height:660px){
  .bg{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom: auto;
    padding-bottom:300px;
    background-position: center 55%;
  }
  
  .title{
    top: 300px;
  }
  .letter{
    text-align: left;
  }
  .content{
    position: static;
    margin: 100px 0px;
  }

  .step{
    float: left;
    width: 50%;
    height: 200px;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  h3{
    height: auto;
    margin-bottom: 20px;
  }
  .stepW{
    display: none;
  }
  .stepP{
    right: 30px;
  }
}

@media screen and (max-width:640px){
  .content{
    margin: 60px 0;
  }
  .step{
    float: none;
    width: auto;
    max-width: 400px;
    height: auto;
    padding: 0 10px;
    margin: 0 auto 40px;
  }
  .stepP{
    position: static;
    float: right;
    margin-top: -40px;
  }
}