@charset "UTF-8";
/*
  add style
*/

/* ------------------------------
 * 20260728追記 画像表示の調整
 * image-rendering: crisp-edges; 設定オフ
 * ------------------------------ */
img {
	image-rendering: auto;
}
