<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&amp;display=swap');
/*----------------------------------------------------*/

body {
	width:100%;
	min-width: 320px;
	color: #333;
	*font-size:small;
	*font:x-small;
	font-family: "Cardo", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-feature-settings: "palt";
	background-color: #f6f6f6;
}
article {
	width: 80%;
	max-width: 960px;
	margin: 5vh auto;
	padding: 0px 0 40px;

}
article h2 {
	font-size: 24px;
	line-height: 1.8;
	font-weight: 400;
	margin-bottom: 1em;
}

article p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 1em;
}
article p.q {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 1em;
}
article p.a {
	margin-bottom: 2em;
}
article p.text {
	font-size: 14px;
	text-align: right;
	margin-bottom: 2em;
}

@media only screen and (max-width: 480px) {
article {
	width: 90%;
	max-width: 960px;
	margin: 5vh auto;
	padding: 0px 0 40px;
}
article h2 {
	font-size: 20px;
}

article p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 1em;
}
article p.q {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 1em;
}
article p.a {
	margin-bottom: 2em;
}
article p.text {
	font-size: 14px;
	text-align: right;
	margin-bottom: 2em;
}
}
</pre></body></html>