body.lang-en #edit-content-of-consultation-group {
  display: block !important;
}
.headline ul li a[href*="/contact"]{
  position: relative;
}
.headline ul li a[href*="/contact"]::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.headline ul li a[href*="/contact"]::before{
  top: 56%;
  background-image: url('../../dist/images/kobelco-email.svg');
}
.footer-middle-columns .text-formatted p>a[href*=contact] {
  background: #e8edf1;
  border: 1px solid #e8edf1;
  text-align: center;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 36px;
  font-family: "Noto Sans CJK JP Bold",sans-serif;
  font-weight: 700;
  background: #fff;
  color: #0068b7;
  max-width: 220px;
  height: 50px;
  padding: 6px 0;
}
.footer-middle-columns .text-formatted p>a[href*=contact]::before {
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 6px;
  position: absolute;
  content: '';
  top: 50%;
  color: #0e498d;
  right: 20px;
  background-image: url('../../dist/images/vecter-blue.svg');
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lang-ja div#edit-processed-text-11{
  background: #b70000;
}





