@charset "UTF-8";
.mailform_out {
  width: 800px;
  margin: 100px auto 0 auto;
}
.send {
  font-size: 20px;
  font-weight: 1000;
  line-height: 35pt;
  letter-spacing: 1px;
  margin: 150px auto 0 auto;
}
.contact_tel-fax {
  margin: 0 auto;
  padding: 75px 0 75px 0;
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
  width: 900px;
  letter-spacing: 5px;
  line-height: 35pt;
  font-size: 20px;
}
/*
ここからsp
-----------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .mailform_out {
    width: 500px;
  }
  .contact_tel-fax {
    width: 500px;
    font-size: 25px;
  }
  .contact_tel-fax div {
    line-height: 35pt;
  }
}