@charset "utf-8";

/* ---------------------------------------------------
   File: technology_assembly.css
   Version: 1.0.0
   Update: 2022-01-06
   Author: https://flowlab.co.jp

   (c)2007-2022 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */
/* ====================================================
		Layout
==================================================== */

/* -------------------------------
		Title
------------------------------- */











/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1280px) {
  
  /* ====================================================
      
  ==================================================== */
  /* -------------------------------
      
  ------------------------------- */
  
  
  
  
}








/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 896px) {
  
  /* ====================================================
      Technology Link
  ==================================================== */
  #technologyList {
		margin-top: 100px;
	}
  
  
  
  
  
}


