#firstView .backiamgeBox{
  background-image:url(../../img/shinsei_head_main07.jpg);
}


#weldingImages{
    text-align:center;
}

#weldingImages .towColumn{
    display:inline-flex;
    flex-wrap:wrap;
    justify-content:center;
    max-width:calc((253px * 2) + 6rem);
}
#weldingImages .imagesWrap{
     padding: 0 1.5rem;
     display: inline-block;
     width:50%;
}
#weldingImages .imagesWrap > .it{
    margin-bottom:0.5rem;
}
#weldingImages .imagesWrap > .it img{
    /*border:1px solid #5084C4;*/
}
#weldingImages .imagesWrap > .it span{
    font-size:0.9rem;
}
#weldingImages .imagesWrap > .it:last-child{
    margin-bottom:0px;
}


@media screen and (max-width:850px){

}

@media screen and (max-width:480px){
  #weldingImages .imagesWrap{
    width:100%;
  }
  #weldingImages .imagesWrap:first-child{
    border-bottom:1px solid #5084C4;
    padding-bottom:2rem;
    margin-bottom:2rem;
  }
}