@charset "utf-8";
/* CSS Document */
:root {

	/* 色設定 */

	--os1: #D7E0B4;
	--os2: #B4E0E0;
	--main-text-color: #323C42;
	--main-text-rgb:50,60,66;
	--sub-bg-color: #fcffed;
	--sub-bg-color2: #fcffed90;
	--accent: #1C93A3;
	--accent2: #1C93A355;
	--main-bg-design: var(--os2) linear-gradient(160deg, var(--os1) 20%, var(--os2) 80%) fixed;
}