@charset "utf-8";
/* CSS Document */

/* 辻木材ロゴ余白 */
.area_company dl:first-of-type dt {
  margin: 30px 0;
}



/* ==========================================================================//
//
//　SP 480px以下
//
// ========================================================================== */

@media screen and (max-width: 480px) {

  
/* 辻木材ロゴ余白 */
.area_company dl:first-of-type dt {
  margin: 0;
}
    
  
  
}

