#firstView .backiamgeBox{
  background-image:url(../../img/shinsei_head_main05.jpg);
}



.strongText{
    margin-top: 0.8rem;
    display:block;
    color:#f00;
    font-weight:bold;
}


/* eqtypePoint  */
.eqtypePoint{
    padding:0.5rem 0;
}
.eqtypePoint > div{
  width:calc(100% / (3 / 1));
}
.IE .eqtypePoint > div{
  width:calc(100% / (3 / 1) - 1px);
}

.eqtypePoint > .it{
  padding:0 0.1rem;
}
.eqtypePoint > .it > .image{
  width:calc(100% / (10 / 2));
  text-align: center;
}
.eqtypePoint > .it > .text{
  width:calc(100% / (10 / 8));
}
.eqtypePoint .pointTitle > span{
  color:#5084C4;
  font-weight:bold;
}
.eqtypePoint .pointTitle{
  margin-bottom:0.3rem;
}
.eqtypePoint .text > span{
  font-size:0.8rem;
}

@media screen and (max-width:480px){
  .eqDesc br:nth-child(2){
      display:none;
    }

  .eqtypePoint > div{
    width:calc(100% / (1 / 1));
    margin-bottom: 1rem;
  }
  .IE .eqtypePoint > div{
    width:calc(100% / (1 / 1) - 1px);
  }


/* /////eqtypePoint  */
