@charset "utf-8";
/* CSS Document */

/* DYFC用 Font設定
------------------------------------------------------------------------------*/

:root {
	--font-color-base: black;/* 基本色 */
}

/*============================================================================*/

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: var(--font-color-base);
	font-style: normal;
	font-optical-sizing: auto;
}




/*
body {
	font-family: source-han-sans-japanese,sans-serif;
	font-weight: 300;
	color: var(--font-color-base);
	font-style: normal;
}
.font-nimbus {
	font-family: nimbus-sans,sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -.01em;
}
.font-Midashi {
	font-feature-settings: "palt";
	line-height: 1.5;
	letter-spacing: -.01em;
}
*/


/*============================================================================*/




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 767px) {/* // Mobile // */
/*============================================================================*/

/*============================================================================*/
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 768px) {/* // PC // */
/*============================================================================*/

/*============================================================================*/
}




/* - - - - - - - - - - - - - - - - - - -
https://---/font-css.css
ID = {}
- - - - - - - - - - - - - - - - - - - */