  @charset "utf-8";
@import url("/css/common.css");
/* ======================================================
 * home.css
 * ------------------------------------------------------
 * - Common
 * - Parts
 * - PageComponent

 * @media print, screen and (min-width: 768px)
 * - Common
 * - Parts
 * - PageComponent

 * @media only screen and (max-width: 767px)
 * - Common
 * - Parts
====================================================== */

	/* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
	.color_bllue{
		color:var(--primary);
	}
	/* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
	/* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */

@media screen and (min-width: 768px){
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
	/* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
	/* ------------------------------------------------------
   * PageComponent
  ------------------------------------------------------ */
}

@media screen and (max-width: 767px){

	/* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
	/* ------------------------------------------------------
   * Parts
  ------------------------------------------------------ */
}