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

html, body,
input, textarea, code, select, button {
    font-family:
		'Shippori Mincho',	/* Google Fonts */
		serif;
/*
		"繝偵Λ繧ｮ繝取�譛� Pro",
		"Hiragino Mincho Pro",
        "Helvetica Neue",
        "Segoe UI",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "BIZ UDPGothic",
        Meiryo,
        sans-serif;
*/
}

html, body {
	margin: 0;
	padding: 0;
	/* color: #121212; */
	color: #000000;
	font-size: 16px;
	line-height: 1.5;

	/*scroll-behavior: smooth;*/
    -webkit-font-smoothing: antialiased;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;

    background-color: #fff;
}

input, textarea, code, select {
    font-size: 1rem;
	line-height: 1.25;
}

code, pre {
    font-size: 1em;
	font-family: "Courier New", Consolas, monospace;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: all 0.3s ease;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.25;
}

h1 {font-size: 2.4em;}
h2 {
	margin: 94px 0 85px;
	font-size: 2em; 
	text-align: center;
}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.25em;}
h6 {font-size: 1.25em;}


p {
	margin: 0 0 1.5em;
}

img {
	border: 0;
	vertical-align: top;
}

figure, figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

nav li:before {
	display: none;
}
</pre></body></html>