#contact_area {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #contact_area {
    padding-top: 30px;
  }
}
#contact_area .mailmag_plus {
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: -webkit- center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact_area .mailmag_plus {
    display: block;
  }
}
#contact_area .mailmag_plus .c5-c-another-item__txt {
  width: 52%;
}
@media screen and (max-width: 768px) {
  #contact_area .mailmag_plus .c5-c-another-item__txt {
    width: 100%;
  }
}
#contact_area .mailmag_plus .c5-c-another-item__txt h3 {
  margin-top: 0;
}
#contact_area .mailmag_plus h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  #contact_area .mailmag_plus h4 {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  #contact_area .mailmag_plus h4 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 3.12012%;
  }
}
#contact_area .mailmag_plus .c5-c-another-item__btn__contact {
  width: 46%;
}
@media screen and (max-width: 768px) {
  #contact_area .mailmag_plus .c5-c-another-item__btn__contact {
    width: 80%;
    margin: 5px auto 0;
  }
}
#contact_area .mailmag_plus .c5-c-another-item__btn__contact a {
  max-width: 380px;
  margin: 0 auto;
}
#contact_area .mailmag_plus .c5-c-another-item__btn__contact a:before {
  content: "";
  background: url(/spatial-reality-display-biz/common/images/mailmag_icn.png) no-repeat center center/100% auto;
  width: 28px;
  height: 28px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #contact_area .mailmag_plus .c5-c-another-item__btn__contact a:before {
    width: 20px;
    height: 20px;
  }
}
