@charset "utf-8";
body {

.style5 {
	font-size: clamp(10px, 1.2vw, 18px);
	line-height: 2em;
	}
.style7 {
	font-size: clamp(12px, 1.5vw, 20px);
	line-height: 3em;
	}

.style8 {
	font-size: clamp(16px, 2.8vw, 24px);
	line-height: 1.5em;
	}
.style10 {
	font-size: clamp(16px, 2.8vw, 24px);
	line-height: 2em;
	}

}