@charset "UTF-8";

/* セクション別CSSのインポート */
@import url('./product.css');
@import url('./other.css'); 
@import url('./contact.css');

/* ---------------------------------------------------------
 サービスページ基本設定
--------------------------------------------------------- */

#service {
  min-height: 100vh;  
  background: #f4f5f3;
}