@charset "utf-8";

/* ---------------------------------------------------
   File: service_creative.css
   Version: 1.0.0
   Update: 2023-04-18
   Author: https://flowlab.co.jp

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



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

   WIDE DESKTOP LAYOUT

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

/* ====================================================
		Local Navigation
==================================================== */
/* -------------------------------
		Link
------------------------------- */
#lnavi li:nth-child(1) a,
#lnavi li:nth-child(3) a {
  color: #c8cbce;
}




/* ====================================================
		Service JCT
==================================================== */
/* -------------------------------
		Link
------------------------------- */
#serviceJCT ul li:first-child a span {
  border-bottom: 1px solid #4d4d4d;
}











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

   TABLET

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

}











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

   MOBILE

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