@charset "UTF-8";

.area-footblue{
  width: 100vw;
  text-align: center;
  padding-bottom: 15px;
}
.footer .area-footblue .list li{
  display: inline-block !important;
}
.footer .area-footblue .list > *:last-child{
  float: inherit;
  text-align: center;
}
.footer .area-footblue .list > .children{
  height: inherit;
}
.footer .area-footblue .list > *:first-child span{
  display: block !important;
  text-align: right;
}
.footer .area-footblue .list > *:nth-child(-n+2){
  width: 50%;
  background-color: #313131;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer .area-footblue .list > *:last-child span{
  display: inline !important;
}

.pagetop{
  bottom: 45px !important;
}
.footer .list2{
  display: none;
}
.blue .leaf .message{
  display: none;
}


#top > div > section.branches.blue > div > div{
  display: block;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
  display:none;
}
.body.lower .trunk .branches .leaf > .contact .link{
  float: inherit;
  display: inline-block;
  margin: 0 !important;
  width: 100%;
}
.body.lower .trunk .branches .leaf > .contact .link{
  background-position-x: calc( 50% - 40px );
}
footer a::after {

    position: absolute;
    bottom: -4px;
    left: 0;
    content:inherit;
    width: 100%;
    height: 0px;
    background: #174AA6;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;

}
