.contact__title {
  padding-left: 75px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .contact__title {
    padding-left: 40px;
    margin-bottom: 20px;
  }
}

.contact__title:before {
  content: "";
  position: absolute;
  width: 65.02px;
  height: 40px;
  background: url(../../../img/top/contact-img001.png) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media screen and (max-width: 767px) {
  .contact__title:before {
    width: 30px;
    height: 100%;
  }
}