@charset "utf-8";

/* ---------------------------------------------------
   File: business.css
   Version: 1.0.0
   Update: 2026-03-04
   Author: https://flowlab.co.jp

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




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

   WIDE DESKTOP LAYOUT

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



/* ====================================================
		suppliers
==================================================== */

#organizationBox {
  padding-top: 20px;
}
#organization section {
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #CBCBCB;
  display: flex;
  justify-content: space-between;
}
#organizationBox section .information {
  width: 75%;
}
#organizationBox section .information h4 {
  padding-bottom: 20px;
  font-size: 1.2em;
  font-weight: 700;
}
#organizationBox section .information .comLink02 {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding-top: 23px;
}
#organizationBox section .information .comLink02 li {
  padding: 0 10px 0 0;
  width: 153px;
}
#organizationBox section .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#organizationBox section .logo p {
  width: 200px;
}




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

   TABLET - LARGE

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






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

   TABLET

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







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

   MOBILE

============================================================================================================================================= */
@media all and (max-width: 767px) {
  
  /* ====================================================
      Layout
  ==================================================== */ 
  .mainBox {
    margin-bottom: 70px;
  }
  
  /* ====================================================
      topInformation
  ==================================================== */
  #topInformation.mainBox {
    margin-bottom: 40px;
  }
  
  
  /* ====================================================
      suppliers
  ==================================================== */
  #organizationBox {
    padding-top: 20px;
  }
  #organization section {
    padding-bottom: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  #organizationBox section .information {
    width: 100%;
    order: 2;
  }
  #organizationBox section .information h4 {
    padding-bottom: 15px;
    font-size: 1.2em;
  }
  #organizationBox section .information .comLink02 {
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 23px;
    width: 100%;
  }
  #organizationBox section .information .comLink02 li {
    padding: 0 0 10px 0;
    width: 100%;
  }
  #organizationBox section .logo {
    margin: 0 auto;
    padding-bottom: 40px;
    order: 1;
  }
  #organizationBox section .logo p {
    width: 180px;
  }
}