/*@mixin font-size($size: 24, $base: 10) {
  font-size: ($size / $base) * 1rem;
}*/
/* cleafix
------------------------------------------------------------ */
.u_cf {
  *zoom: 1; }
  .u_cf:after {
    content: "";
    display: block;
    clear: both; }

/***************************************************
  contact.css
***************************************************/
/* #contact.index
------------------------------------------------------------ */
#contact .tel {
  text-align: center; }
#contact .formBlock {
  margin-top: 80px; }
@media only screen and (max-width: 767px) {
  #contact .formBlock {
    margin-top: 40px; } }
