

/*----------------------------------------------------------------------> ▼ general <--*/

h1, h2, h3, h4, h5, h6, div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
	font-size: 1rem;
	font-style: normal;
	font-weight: normal;
	color: #444;
	text-align: left;
	letter-spacing: 0em;
	line-height: 1em;
}

div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
	font-family: YuGo-B;
}

div, dt, dd, li, th, td {
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	font-family: YuGo-M;
}

/*----------------------------------------------------------------------> ▼ variable <--*/

html {
	--color: #2f89e1;
	--text: YuGo-R;
	--title: NotoSans-B;
	--subtitle: NotoSans-B;
	--serif: NotoSerif-M;
	--tel: TimesNewRoman-R;
}

/*----------------------------------------------------------------------> ▼ a <--*/

a {
	position: relative;
	line-height: 1em;
}

/*----------------------------------------------------------------------> ▼ p <--*/

p {
	letter-spacing: 0em;
	line-height: 1.75em;
}

section p:not(:first-of-type),
div p:not(:first-of-type),
dd p:not(:first-of-type),
li p:not(:first-of-type),
td p:not(:first-of-type) {
	margin-top: 1em;
}


.icon {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}


.serif {
	font-family: var(--serif);
	line-height: 1.75em;
	letter-spacing: 2px;
}

.font_title {
	font-family: var(--title);
	letter-spacing: 2px;
}

.font_title_en {
	font-family: var(--title);
	letter-spacing: 2px;
}

.font_subtitle {
	font-family: var(--subtitle);
	letter-spacing: 5px;
}

.tel_ {
	font-family: var(--tel);
}

.font_text, 
.font_text p,
.font_text li {
	line-height: 1.75em;
}

@media (1367px <= width) {
	html {
		font-size: 20px;
	}
	
	.font_title {
		font-size: 40px;
	}

	.font_subtitle {
		font-size: 11px;
	}
}

@media (1281px <= width <= 1366px) {
	html {
		font-size: 20px;
	}
	
	.font_title {
		font-size: 36px;
	}

	.font_subtitle {
		font-size: 11px;
	}
}

@media (1024px <= width <= 1280px) {
	html {
		font-size: 20px;
	}
	
	.font_title {
		font-size: 34px;
	}

	.font_subtitle {
		font-size: 11px;
	}
}


@media (width <= 1023px) {
	html {
		font-size: 16px;
	}
	
	.font_title {
		font-size: 32px;
	}

	.font_subtitle {
		font-size: 11px;
		letter-spacing: 3px;
	}
}

@media (width <= 767px) {
	html {
		font-size: 15px;
	}
	
	.font_title {
		font-size: 30px;
		letter-spacing: 1.5px;
	}

	.font_subtitle {
		font-size: 11px;
	}
}

@media (width <= 400px) {
	html {
		font-size: 14px;
	}
	
	.font_title {
		font-size: 28px;
		letter-spacing: 0.5px;
	}

	.font_subtitle {
		font-size: 10px;
	}
}
