@charset "utf-8";


/* ==================================================
================================================== */
.contactMail .inquiryBox_title span {
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  background: url(/personal/direct/secure_starter/images/icon_email.svg) no-repeat left center;
  background-size: 20px 14px;
  padding-left: 25px;
}
.contactMail .nmlText {
  margin-bottom: 0;
}

.contactTel .inquiryBox_title span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  background: url(/personal/direct/secure_starter/images/icon_phone.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 21px;
}
.contactTel .nmlText {
  margin-bottom: 0;
}

