@charset "utf-8";

/** ***************************************************************************
 * 部品手配から、部品実装までトータルサポート
 * ************************************************************************* */

/**
 * 紹介文
 */

#support div.lead {
  font-weight: 600;
}

#support div.lead div.image {
  margin-top: 20px;
}

@media screen and (min-width:737px) {

  #support div.lead {
    font-size: 1.2em;
  }

  #support div.lead div.image {
    margin-top: -30px;
    position: relative;
    z-index: -1;
  }

}
