@charset "utf-8";

* {
	/* font-family: "fot-klee-pro",
		sans-serif;
	font-weight: 500;
	font-style: normal; */
}


html {
	font-size: 62.5%;
}

body {
	background-color: #ffffff;
	color: #002444;
	font-size: 1.6rem;
	line-height: 2.0em;
}

h2 {
	font-size: 4.0rem;
	margin: 30px 10px;
	/* font-weight: 600; */
}

h3 {
	font-size: 3.0rem;
	margin: 20px 10px;
}

h4 {
	font-size: 2.0rem;
	margin: 20px 0;
}

article {
	margin-bottom: 50px;
}

section {
	margin-bottom: 30px;
}

img {
	width: 100%;
}

figcaption {
	text-align: center;
}

.divider {
	border-bottom: 1px dashed #bbbbbb;
	margin: 30px 0;
}



.new-color {
	color: #da3f30;
}
