
/*----------------------------------------------------------------------> ▼ font <--*/

html {
}

body {
	--line_height: 1.25em;
}

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

div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
}

div, dt, dd, li, th, td {

}

h1, h2, h3, h4, h5, h6 {
}

@media (769px <= width) {
	h1, h2, h3, h4, h5, h6, div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
		font-size: 13px;
		letter-spacing: -0.25px;
	}
}

@media (width <= 768px) {
	h1, h2, h3, h4, h5, h6, div, p, a, address, dt, dd, li, th, td, input, select, textarea, button {
		font-size: 13px;
		letter-spacing: 0.5px;
	}
}


.font_title {
	font-family: YuGo-B;
	font-size: 20px;
	line-height: 30px;
}

.message {
	letter-spacing: 0.05em;
}

.text {
	line-height: var(--line_height);
}