<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.contents h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin: 1em 0;
  padding: 0;
  line-height: 1.5em;
}
.contents p {
	line-height: 150%;
}
.contents h2 {
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  margin: 1.5em auto 1em;
  font-size: 40px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
  background: #f09135;
  font-weight: bold;
  border-radius: 16px;
}
.contents h3 {
  font-size: 30px;
  margin: 0 0 0.5em;
  padding: 0;
  color: #000;
  line-height: 1.5em;
  font-weight: bold;
	text-align: center;
}
.contents h4 {
  font-size: 24px;
  margin: 0 0 0.5em;
  padding: 0;
  color: #f09135;
  line-height: 1.5em;
  font-weight: bold;
}

.overview-box {
	
}
.overview-box table, th, td {
	border: 1px #ccc solid;
	border-collapse: collapse;
	padding: 10px;
	line-height: 150%;
}
.overview-box th {
	background: #fef8f1;
}
.purpose-box ol {
	background: #fef8f1;
	padding: 30px 20px 10px 50px;
	border-radius: 8px;
}
.purpose-box li {
	margin-bottom: 1em;
}

@media screen and (max-width: 480px) {
	.contents h1 {
		font-size: 32px;
	}
	.contents h2 {
		font-size: 28px;
		margin: 1em 0;
	}
	.contents h3 {
		font-size: 24px;
	}
	.contents h4 {
		font-size: 24px;
	}
}</pre></body></html>