@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
#contents_wrap #contents #main #col_main section .products .box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.products .box article > div {
  text-align: center !important;
}

.products .box article > div > div {
  text-align: center !important;
}

.products_flex .box article {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 0 8px;
}

.products_flex .box article div {
  text-align: center !important;
}

.products_flex .box article h3 {
  text-align: center !important;
}

header#global_header nav#gn ul li a {
  font-size: 16px;
}

/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px) {
}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px) {
}
/*===========================sp END====================================== */
